/*! jQuery UI - v1.10.1 - 2013-03-09
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/animated-overlay-a6ba274ab3b3e6102d69c1bb02ba2b82010fa20022038ffaf6fda8a8a9fd318a.gif);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: 'Raleway', sans-serif;
  font-weight: 200;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_flat_75_ffffff_40x100-5c1860898780c69bfa4b5a93225c4f08fd336c19a2669b1b0f3d93755e920f78.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_highlight-soft_75_cccccc_1x100-37aeffb8b0b127ba95b590feec8c39256c2773d1177fdf3ac5f87d29a38a61c5.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_glass_75_e6e6e6_1x400-9925c34b8791af2a83b3124b4b202514998b5d98e07809f12b858e7553155a28.png) 50% 50% repeat-x;
	font-weight: 500;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_glass_75_dadada_1x400-f6fbc038f15ebefad66db0db3ae064d8c50cad58d278f57592bb3cd449c675bc.png) 50% 50% repeat-x;
	font-weight: 500;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_glass_65_ffffff_1x400-3fc6297303899b5edd323125af0bc7506e90ca82cc8dc6f6537872eb3874c76c.png) 50% 50% repeat-x;
	font-weight: 500;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_glass_55_fbf9ee_1x400-024cbdf919725fa6350a13380e52520a2982e94943d87a2a09fff6694401e7a9.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_glass_95_fef1ec_1x400-1752cd6be85fa1cf8d808155848dfca884989c04443f3c4b31dca322abddbf75.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: 500;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-icons_222222_256x240-50005f8657916e375f32c624e8777601a45277d3424df75f0d84210df757fa64.png);
}
.ui-widget-header .ui-icon {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-icons_222222_256x240-50005f8657916e375f32c624e8777601a45277d3424df75f0d84210df757fa64.png);
}
.ui-state-default .ui-icon {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-icons_888888_256x240-c55a1e9ce51a9623bf8df9636e29bea57dcc9d139f8c68f247082c91ca7eaea4.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-icons_454545_256x240-68b64ba2cdf19d6457620a933091fed0fbebead9cb0d8784e20c735e9698605a.png);
}
.ui-state-active .ui-icon {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-icons_454545_256x240-68b64ba2cdf19d6457620a933091fed0fbebead9cb0d8784e20c735e9698605a.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-icons_2e83ff_256x240-45cb665d6437657c5c2a6e34e5ee3ab715cf5d0398e4cd949314e9cdd5f7d29d.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-icons_cd0a0a_256x240-e4ed92e7cc7afcbfaa0bb9b2411db51899a51a07dc72709756d0db1c7d236f82.png);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_flat_0_aaaaaa_40x100-111d77f8895cd4f80911f7df05d659ab639b83c8f63dffe1147a11e05436fc77.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ui-bg_flat_0_aaaaaa_40x100-111d77f8895cd4f80911f7df05d659ab639b83c8f63dffe1147a11e05436fc77.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
/*
Foundation v6.4
XY Grid
*/

/* Basics */

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid-x_with-gutters,
.flex-container_with-gutters {
  margin-right: -15px;
  margin-left: -15px;
}

.grid-x_with-gutters .cell {
  padding-right: 15px;
  padding-left: 15px;
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* Gutters */

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media only screen and (min-width: 40.063em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* Auto Sizing */

.grid-x > .auto {
  width: auto;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.grid-x > .shrink {
  width: auto;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (min-width: 40.063em) {
  .grid-x > .medium-auto {
    width: auto;
  }

  .cell.medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .cell.medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 60.063em) {
  .grid-x > .large-auto {
    width: auto;
  }

  .cell.large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .cell.large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

/* Block Grids */

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media only screen and (min-width: 40.063em) {
  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media only screen and (min-width: 60.063em){
  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}

/* Flexbox Utilities */

/* Horizontal Alignment */

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Vertical Alignment */

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-self-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-self-bottom {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* Central Alignment */

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/* Vanilla Flexbox Helper Classes and Responsive Classes */

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media only screen and (min-width: 40.063em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 60.063em){
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/* Source Ordering */

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

@media only screen and (min-width: 40.063em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6; } }

@media only screen and (min-width: 60.063em){
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}

/*
Foundation v6.4 end
*/

*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#222;padding:0;margin:0;font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1;position:relative;cursor:default}a:hover{cursor:pointer}a:focus{outline:none}img,object,embed{max-width:100%;height:auto}object,embed{height:100%}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.hide{display:none}.antialiased{-webkit-font-smoothing:antialiased}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;zoom:1}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse .column,.row.collapse .columns{position:relative;padding-left:0;padding-right:0;float:left}.row .row{width:auto;margin-left:-0.9375em;margin-right:-0.9375em;margin-top:0;margin-bottom:0;max-width:none;zoom:1}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none;zoom:1}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{position:relative;padding-left:0.9375em;padding-right:0.9375em;width:100%;float:left}

@media only screen{.column,.columns{position:relative;padding-left:0.9375em;padding-right:0.9375em;float:left}.small-1{position:relative;width:8.33333%}.small-2{position:relative;width:16.66667%}.small-3{position:relative;width:25%}.small-4{position:relative;width:33.33333%}.small-5{position:relative;width:41.66667%}.small-6{position:relative;width:50%}.small-7{position:relative;width:58.33333%}.small-8{position:relative;width:66.66667%}.small-9{position:relative;width:75%}.small-10{position:relative;width:83.33333%}.small-11{position:relative;width:91.66667%}.small-12{position:relative;width:100%}.small-offset-0{position:relative;margin-left:0%}.small-offset-1{position:relative;margin-left:8.33333%}.small-offset-2{position:relative;margin-left:16.66667%}.small-offset-3{position:relative;margin-left:25%}.small-offset-4{position:relative;margin-left:33.33333%}.small-offset-5{position:relative;margin-left:41.66667%}.small-offset-6{position:relative;margin-left:50%}.small-offset-7{position:relative;margin-left:58.33333%}.small-offset-8{position:relative;margin-left:66.66667%}.small-offset-9{position:relative;margin-left:75%}.small-offset-10{position:relative;margin-left:83.33333%}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}.column.small-centered,.columns.small-centered{position:relative;margin-left:auto;margin-right:auto;float:none !important}}

/* tablet screen */
@media only screen and (min-width: 40.063em) {

  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.83333rem;
    padding-right: 0.83333rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

}

@media only screen and (min-width: 60.063em){.large-1{position:relative;width:8.33333%}.large-2{position:relative;width:16.66667%}.large-3{position:relative;width:25%}.large-4{position:relative;width:33.33333%}.large-5{position:relative;width:41.66667%}.large-6{position:relative;width:50%}.large-7{position:relative;width:58.33333%}.large-8{position:relative;width:66.66667%}.large-9{position:relative;width:75%}.large-10{position:relative;width:83.33333%}.large-11{position:relative;width:91.66667%}.large-12{position:relative;width:100%}.row .large-offset-0{position:relative;margin-left:0%}.row .large-offset-1{position:relative;margin-left:8.33333%}.row .large-offset-2{position:relative;margin-left:16.66667%}.row .large-offset-3{position:relative;margin-left:25%}.row .large-offset-4{position:relative;margin-left:33.33333%}.row .large-offset-5{position:relative;margin-left:41.66667%}.row .large-offset-6{position:relative;margin-left:50%}.row .large-offset-7{position:relative;margin-left:58.33333%}.row .large-offset-8{position:relative;margin-left:66.66667%}.row .large-offset-9{position:relative;margin-left:75%}.row .large-offset-10{position:relative;margin-left:83.33333%}.row .large-offset-11{position:relative;margin-left:91.66667%}.push-1{position:relative;left:8.33333%;right:auto}.pull-1{position:relative;right:8.33333%;left:auto}.push-2{position:relative;left:16.66667%;right:auto}.pull-2{position:relative;right:16.66667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.33333%;right:auto}.pull-4{position:relative;right:33.33333%;left:auto}.push-5{position:relative;left:41.66667%;right:auto}.pull-5{position:relative;right:41.66667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.33333%;right:auto}.pull-7{position:relative;right:58.33333%;left:auto}.push-8{position:relative;left:66.66667%;right:auto}.pull-8{position:relative;right:66.66667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.33333%;right:auto}.pull-10{position:relative;right:83.33333%;left:auto}.push-11{position:relative;left:91.66667%;right:auto}.pull-11{position:relative;right:91.66667%;left:auto}.column.large-centered,.columns.large-centered{position:relative;margin-left:auto;margin-right:auto;float:none !important}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left !important}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right !important}}.show-for-small,.show-for-medium-down,.show-for-large-down{display:inherit !important}.show-for-medium,.show-for-medium-up,.show-for-large,.show-for-large-up,.show-for-xlarge{display:none !important}.hide-for-medium,.hide-for-medium-up,.hide-for-large,.hide-for-large-up,.hide-for-xlarge{display:inherit !important}.hide-for-small,.hide-for-medium-down,.hide-for-large-down{display:none !important}table.show-for-small,table.show-for-medium-down,table.show-for-large-down,table.hide-for-medium,table.hide-for-medium-up,table.hide-for-large,table.hide-for-large-up,table.hide-for-xlarge{display:table}thead.show-for-small,thead.show-for-medium-down,thead.show-for-large-down,thead.hide-for-medium,thead.hide-for-medium-up,thead.hide-for-large,thead.hide-for-large-up,thead.hide-for-xlarge{display:table-header-group !important}tbody.show-for-small,tbody.show-for-medium-down,tbody.show-for-large-down,tbody.hide-for-medium,tbody.hide-for-medium-up,tbody.hide-for-large,tbody.hide-for-large-up,tbody.hide-for-xlarge{display:table-row-group !important}tr.show-for-small,tr.show-for-medium-down,tr.show-for-large-down,tr.hide-for-medium,tr.hide-for-medium-up,tr.hide-for-large,tr.hide-for-large-up,tr.hide-for-xlarge{display:table-row !important}td.show-for-small,td.show-for-medium-down,td.show-for-large-down,td.hide-for-medium,td.hide-for-medium-up,td.hide-for-large,td.hide-for-large-up,td.hide-for-xlarge,th.show-for-small,th.show-for-medium-down,th.show-for-large-down,th.hide-for-medium,th.hide-for-medium-up,th.hide-for-large,th.hide-for-large-up,th.hide-for-xlarge{display:table-cell !important}@media only screen and (min-width: 768px){.show-for-medium,.show-for-medium-up{display:inherit !important}.show-for-small{display:none !important}.hide-for-small{display:inherit !important}.hide-for-medium,.hide-for-medium-up{display:none !important}table.show-for-medium,table.show-for-medium-up,table.hide-for-small{display:table}thead.show-for-medium,thead.show-for-medium-up,thead.hide-for-small{display:table-header-group !important}tbody.show-for-medium,tbody.show-for-medium-up,tbody.hide-for-small{display:table-row-group !important}tr.show-for-medium,tr.show-for-medium-up,tr.hide-for-small{display:table-row !important}td.show-for-medium,td.show-for-medium-up,td.hide-for-small,th.show-for-medium,th.show-for-medium-up,th.hide-for-small{display:table-cell !important}}@media only screen and (min-width: 1280px){.show-for-large,.show-for-large-up{display:inherit !important}.show-for-medium,.show-for-medium-down{display:none !important}.hide-for-medium,.hide-for-medium-down{display:inherit !important}.hide-for-large,.hide-for-large-up{display:none !important}table.show-for-large,table.show-for-large-up,table.hide-for-medium,table.hide-for-medium-down{display:table}thead.show-for-large,thead.show-for-large-up,thead.hide-for-medium,thead.hide-for-medium-down{display:table-header-group !important}tbody.show-for-large,tbody.show-for-large-up,tbody.hide-for-medium,tbody.hide-for-medium-down{display:table-row-group !important}tr.show-for-large,tr.show-for-large-up,tr.hide-for-medium,tr.hide-for-medium-down{display:table-row !important}td.show-for-large,td.show-for-large-up,td.hide-for-medium,td.hide-for-medium-down,th.show-for-large,th.show-for-large-up,th.hide-for-medium,th.hide-for-medium-down{display:table-cell !important}}@media only screen and (min-width: 1440px){.show-for-xlarge{display:inherit !important}.show-for-large,.show-for-large-down{display:none !important}.hide-for-large,.hide-for-large-down{display:inherit !important}.hide-for-xlarge{display:none !important}table.show-for-xlarge,table.hide-for-large,table.hide-for-large-down{display:table}thead.show-for-xlarge,thead.hide-for-large,thead.hide-for-large-down{display:table-header-group !important}tbody.show-for-xlarge,tbody.hide-for-large,tbody.hide-for-large-down{display:table-row-group !important}tr.show-for-xlarge,tr.hide-for-large,tr.hide-for-large-down{display:table-row !important}td.show-for-xlarge,td.hide-for-large,td.hide-for-large-down,th.show-for-xlarge,th.hide-for-large,th.hide-for-large-down{display:table-cell !important}}.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.hide-for-landscape,table.show-for-portrait{display:table}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important}td.hide-for-landscape,td.show-for-portrait,th.hide-for-landscape,th.show-for-portrait{display:table-cell !important}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important}.hide-for-landscape,.show-for-portrait{display:none !important}table.show-for-landscape,table.hide-for-portrait{display:table}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important}td.show-for-landscape,td.hide-for-portrait,th.show-for-landscape,th.hide-for-portrait{display:table-cell !important}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important}.hide-for-portrait,.show-for-landscape{display:none !important}table.show-for-portrait,table.hide-for-landscape{display:table}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important}td.show-for-portrait,td.hide-for-landscape,th.show-for-portrait,th.hide-for-landscape{display:table-cell !important}}.show-for-touch{display:none !important}.hide-for-touch{display:inherit !important}.touch .show-for-touch{display:inherit !important}.touch .hide-for-touch{display:none !important}table.hide-for-touch{display:table}.touch table.show-for-touch{display:table}thead.hide-for-touch{display:table-header-group !important}.touch thead.show-for-touch{display:table-header-group !important}tbody.hide-for-touch{display:table-row-group !important}.touch tbody.show-for-touch{display:table-row-group !important}tr.hide-for-touch{display:table-row !important}.touch tr.show-for-touch{display:table-row !important}td.hide-for-touch{display:table-cell !important}.touch td.show-for-touch{display:table-cell !important}th.hide-for-touch{display:table-cell !important}.touch th.show-for-touch{display:table-cell !important}@media only screen{[class*="block-grid-"]{display:block;padding:0;margin:0 -0.625em;zoom:1}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table}[class*="block-grid-"]:after{clear:both}[class*="block-grid-"]>li{display:inline;height:auto;float:left;padding:0 0.625em 1.25em}.small-block-grid-1>li{width:100%;padding:0 0.625em 1.25em}.small-block-grid-1>li:nth-of-type(n){clear:none}.small-block-grid-1>li:nth-of-type(1n+1){clear:both}.small-block-grid-2>li{width:50%;padding:0 0.625em 1.25em}.small-block-grid-2>li:nth-of-type(n){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:both}.small-block-grid-3>li{width:33.33333%;padding:0 0.625em 1.25em}.small-block-grid-3>li:nth-of-type(n){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:both}.small-block-grid-4>li{width:25%;padding:0 0.625em 1.25em}.small-block-grid-4>li:nth-of-type(n){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:both}.small-block-grid-5>li{width:20%;padding:0 0.625em 1.25em}.small-block-grid-5>li:nth-of-type(n){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:both}.small-block-grid-6>li{width:16.66667%;padding:0 0.625em 1.25em}.small-block-grid-6>li:nth-of-type(n){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:both}.small-block-grid-7>li{width:14.28571%;padding:0 0.625em 1.25em}.small-block-grid-7>li:nth-of-type(n){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:both}.small-block-grid-8>li{width:12.5%;padding:0 0.625em 1.25em}.small-block-grid-8>li:nth-of-type(n){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:both}.small-block-grid-9>li{width:11.11111%;padding:0 0.625em 1.25em}.small-block-grid-9>li:nth-of-type(n){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:both}.small-block-grid-10>li{width:10%;padding:0 0.625em 1.25em}.small-block-grid-10>li:nth-of-type(n){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:both}.small-block-grid-11>li{width:9.09091%;padding:0 0.625em 1.25em}.small-block-grid-11>li:nth-of-type(n){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:both}.small-block-grid-12>li{width:8.33333%;padding:0 0.625em 1.25em}.small-block-grid-12>li:nth-of-type(n){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:both}}@media only screen and (min-width: 768px){.small-block-grid-1>li:nth-of-type(1n+1){clear:none}.small-block-grid-2>li:nth-of-type(2n+1){clear:none}.small-block-grid-3>li:nth-of-type(3n+1){clear:none}.small-block-grid-4>li:nth-of-type(4n+1){clear:none}.small-block-grid-5>li:nth-of-type(5n+1){clear:none}.small-block-grid-6>li:nth-of-type(6n+1){clear:none}.small-block-grid-7>li:nth-of-type(7n+1){clear:none}.small-block-grid-8>li:nth-of-type(8n+1){clear:none}.small-block-grid-9>li:nth-of-type(9n+1){clear:none}.small-block-grid-10>li:nth-of-type(10n+1){clear:none}.small-block-grid-11>li:nth-of-type(11n+1){clear:none}.small-block-grid-12>li:nth-of-type(12n+1){clear:none}.large-block-grid-1>li{width:100%;padding:0 0.625em 1.25em}.large-block-grid-1>li:nth-of-type(n){clear:none}.large-block-grid-1>li:nth-of-type(1n+1){clear:both}.large-block-grid-2>li{width:50%;padding:0 0.625em 1.25em}.large-block-grid-2>li:nth-of-type(n){clear:none}.large-block-grid-2>li:nth-of-type(2n+1){clear:both}.large-block-grid-3>li{width:33.33333%;padding:0 0.625em 1.25em}.large-block-grid-3>li:nth-of-type(n){clear:none}.large-block-grid-3>li:nth-of-type(3n+1){clear:both}.large-block-grid-4>li{width:25%;padding:0 0.625em 1.25em}.large-block-grid-4>li:nth-of-type(n){clear:none}.large-block-grid-4>li:nth-of-type(4n+1){clear:both}.large-block-grid-5>li{width:20%;padding:0 0.625em 1.25em}.large-block-grid-5>li:nth-of-type(n){clear:none}.large-block-grid-5>li:nth-of-type(5n+1){clear:both}.large-block-grid-6>li{width:16.66667%;padding:0 0.625em 1.25em}.large-block-grid-6>li:nth-of-type(n){clear:none}.large-block-grid-6>li:nth-of-type(6n+1){clear:both}.large-block-grid-7>li{width:14.28571%;padding:0 0.625em 1.25em}.large-block-grid-7>li:nth-of-type(n){clear:none}.large-block-grid-7>li:nth-of-type(7n+1){clear:both}.large-block-grid-8>li{width:12.5%;padding:0 0.625em 1.25em}.large-block-grid-8>li:nth-of-type(n){clear:none}.large-block-grid-8>li:nth-of-type(8n+1){clear:both}.large-block-grid-9>li{width:11.11111%;padding:0 0.625em 1.25em}.large-block-grid-9>li:nth-of-type(n){clear:none}.large-block-grid-9>li:nth-of-type(9n+1){clear:both}.large-block-grid-10>li{width:10%;padding:0 0.625em 1.25em}.large-block-grid-10>li:nth-of-type(n){clear:none}.large-block-grid-10>li:nth-of-type(10n+1){clear:both}.large-block-grid-11>li{width:9.09091%;padding:0 0.625em 1.25em}.large-block-grid-11>li:nth-of-type(n){clear:none}.large-block-grid-11>li:nth-of-type(11n+1){clear:both}.large-block-grid-12>li{width:8.33333%;padding:0 0.625em 1.25em}.large-block-grid-12>li:nth-of-type(n){clear:none}.large-block-grid-12>li:nth-of-type(12n+1){clear:both}}p.lead{font-size:1.21875em;line-height:1.6}.subheader{line-height:1.4;color:#6f6f6f;font-weight:300;margin-top:0.2em;margin-bottom:0.5em}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr}a{color:#2ba6cb;text-decoration:none;line-height:inherit}a:hover,a:focus{color:#2795b6}a img{border:none}p{font-family:inherit;font-weight:normal;font-size:1em;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility}p aside{font-size:0.875em;line-height:1.35;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:bold;font-style:normal;color:#222;text-rendering:optimizeLegibility;margin-top:0.2em;margin-bottom:0.5em;line-height:1.2125em}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#6f6f6f;line-height:0}h1{font-size:2.125em}h2{font-size:1.6875em}h3{font-size:1.375em}h4{font-size:1.125em}h5{font-size:1.125em}h6{font-size:1em}hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:60%;line-height:inherit}code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:bold;color:#7f0a0c}ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit}ul,ol{margin-left:0}ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit}ul.square{list-style-type:square}ul.circle{list-style-type:circle}ul.disc{list-style-type:disc}ul.no-bullet{list-style:none}ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0}dl dt{margin-bottom:0.3em;font-weight:bold}dl dd{margin-bottom:0.75em}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;border-bottom:1px dotted #ddd;cursor:help}abbr{text-transform:none}blockquote{margin:0 0 1.25em;padding:0.5625em 1.25em 0 1.1875em;border-left:1px solid #ddd}blockquote cite{display:block;font-size:0.8125em;color:#555}blockquote cite:before{content:"\2014 \0020"}blockquote cite a,blockquote cite a:visited{color:#555}blockquote,blockquote p{line-height:1.6;color:#6f6f6f}.vcard{display:inline-block;margin:0 0 1.25em 0;border:1px solid #ddd;padding:0.625em 0.75em}.vcard li{margin:0;display:block}.vcard .fn{font-weight:bold;font-size:0.9375em}.vevent .summary{font-weight:bold}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625em}@media only screen and (min-width: 768px){h1,h2,h3,h4,h5,h6{line-height:1.4}h1{font-size:2.75em}h2{font-size:2.3125em}h3{font-size:1.6875em}h4{font-size:1.4375em}}.print-only{display:none !important}@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.hide-on-print{display:none !important}.print-only{display:block !important}.hide-for-print{display:none !important}.show-for-print{display:inherit !important}}button,.button{border-style:solid;border-width:1px;cursor:pointer;font-family:inherit;font-weight:bold;line-height:1;margin:0 0 1.25em;position:relative;text-decoration:none;text-align:center;display:inline-block;padding-top:0.75em;padding-right:1.5em;padding-bottom:0.8125em;padding-left:1.5em;font-size:1em;background-color:#2ba6cb;border-color:#2284a1;color:#fff}button:hover,button:focus,.button:hover,.button:focus{background-color:#2284a1}button:hover,button:focus,.button:hover,.button:focus{color:#fff}button.secondary,.button.secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#333}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#d0d0d0}button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333}button.success,.button.success{background-color:#5da423;border-color:#457a1a;color:#fff}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#457a1a}button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:#fff}button.alert,.button.alert{background-color:#c60f13;border-color:#970b0e;color:#fff}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#970b0e}button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:#fff}button.large,.button.large{padding-top:1em;padding-right:2em;padding-bottom:1.0625em;padding-left:2em;font-size:1.25em}button.small,.button.small{padding-top:0.5625em;padding-right:1.125em;padding-bottom:0.625em;padding-left:1.125em;font-size:0.8125em}button.tiny,.button.tiny{padding-top:0.4375em;padding-right:0.875em;padding-bottom:0.5em;padding-left:0.875em;font-size:0.6875em}button.expand,.button.expand{padding-right:0px;padding-left:0px;width:100%}button.left-align,.button.left-align{text-align:left;text-indent:0.75em}button.right-align,.button.right-align{text-align:right;padding-right:0.75em}button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#2ba6cb;border-color:#2284a1;color:#fff;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2284a1}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:#fff}button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2ba6cb}button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#333;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#d0d0d0}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333}button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e9e9e9}button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#5da423;border-color:#457a1a;color:#fff;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#457a1a}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:#fff}button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#5da423}button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#c60f13;border-color:#970b0e;color:#fff;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#970b0e}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:#fff}button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#c60f13}button,.button{padding-top:0.8125em;padding-bottom:0.75em;-webkit-appearance:none}button.tiny,.button.tiny{padding-top:0.5em;padding-bottom:0.4375em;-webkit-appearance:none}button.small,.button.small{padding-top:0.625em;padding-bottom:0.5625em;-webkit-appearance:none}button.large,.button.large{padding-top:1.03125em;padding-bottom:1.03125em;-webkit-appearance:none}@media only screen{button,.button{-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;-webkit-transition:background-color 300ms ease-out;-moz-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out}button:active,.button:active{-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;box-shadow:0 1px 0 rgba(0,0,0,0.2) inset}button.radius,.button.radius{-webkit-border-radius:3px;border-radius:3px}button.round,.button.round{-webkit-border-radius:1000px;border-radius:1000px}}@media only screen and (min-width: 768px){button,.button{display:inline-block}}form{margin:0 0 1em}form .row .row{margin:0 -0.5em}form .row .row .column,form .row .row .columns{padding:0 0.5em}form .row .row.collapse{margin:0}form .row .row.collapse .column,form .row .row.collapse .columns{padding:0}form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:0.5em}label{font-size:0.875em;color:#4d4d4d;cursor:pointer;display:block;font-weight:500;margin-bottom:0.1875em}label.right{float:none;text-align:right}label.inline{margin:0 0 1em 0;padding:0.625em 0}label small{text-transform:capitalize;color:#666}.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:0.875em;height:2.3125em;line-height:2.3125em}.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125em}.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125em}.prefix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.postfix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.prefix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.postfix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}span.prefix,label.prefix{background:#f2f2f2;border-color:#d9d9d9;border-right:none;color:#333}span.prefix.radius,label.prefix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}span.postfix,label.postfix{background:#f2f2f2;border-color:#ccc;border-left:none;color:#333}span.postfix.radius,label.postfix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group.radius>*:first-child,.input-group.radius>*:first-child *{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.input-group.radius>*:last-child,.input-group.radius>*:last-child *{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.input-group.round>*:first-child,.input-group.round>*:first-child *{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.input-group.round>*:last-child,.input-group.round>*:last-child *{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{background-color:#fff;font-family:inherit;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);color:rgba(0,0,0,0.75);display:block;font-size:0.875em;margin:0 0 1em 0;padding:0.5em;height:2.3125em;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;-moz-transition:-moz-box-shadow 0.45s,border-color 0.45s ease-in-out;transition:box-shadow 0.45s,border-color 0.45s ease-in-out}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{-webkit-box-shadow:0 0 5px #999;-moz-box-shadow:0 0 5px #999;box-shadow:0 0 5px #999;border-color:#999}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background:#fafafa;border-color:#999;outline:none}input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="month"][disabled],input[type="week"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled]{background-color:#ddd}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1em 0}input[type="file"]{width:100%}fieldset{border:solid 1px #ddd;padding:1.25em;margin:1.125em 0}fieldset legend{font-weight:bold;background:#fff;padding:0 0.1875em;margin:0;margin-left:-0.1875em}[data-abide] .error small.error,[data-abide] span.error,[data-abide] small.error{display:block;padding:0.375em 0.25em;margin-top:-1.3125em;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:#fff;margin-top:0}[data-abide] span.error,[data-abide] small.error{display:none}span.error,small.error{display:block;padding:0.375em 0.25em;margin-top:-1.3125em;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:#fff}.error input,.error textarea,.error select{border-color:#c60f13;background-color:rgba(198,15,19,0.1);margin-bottom:0}.error input:focus,.error textarea:focus,.error select:focus{background:#fafafa;border-color:#999}.error label,.error label.error{color:#c60f13}.error small.error{display:block;padding:0.375em 0.25em;margin-top:-1.3125em;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:#fff}.error span.error-message{display:block}input.error,textarea.error{border-color:#c60f13;background-color:rgba(198,15,19,0.1)}input.error:focus,textarea.error:focus{background:#fafafa;border-color:#999}.error select{border-color:#c60f13;background-color:rgba(198,15,19,0.1)}.error select:focus{background:#fafafa;border-color:#999}label.error{color:#c60f13}.button-group{list-style:none;margin:0;zoom:1}.button-group:before,.button-group:after{content:" ";display:table}.button-group:after{clear:both}.button-group>*{margin:0 0 0 -1px;float:left}.button-group>*:first-child{margin-left:0}.button-group.radius>*:first-child,.button-group.radius>*:first-child>a,.button-group.radius>*:first-child>button,.button-group.radius>*:first-child>.button{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px}.button-group.radius>*:last-child,.button-group.radius>*:last-child>a,.button-group.radius>*:last-child>button,.button-group.radius>*:last-child>.button{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.button-group.round>*:first-child,.button-group.round>*:first-child>a,.button-group.round>*:first-child>button,.button-group.round>*:first-child>.button{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px}.button-group.round>*:last-child,.button-group.round>*:last-child>a,.button-group.round>*:last-child>button,.button-group.round>*:last-child>.button{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.button-group.even-2 li{width:50%}.button-group.even-2 li button,.button-group.even-2 li .button{width:100%}.button-group.even-3 li{width:33.33333%}.button-group.even-3 li button,.button-group.even-3 li .button{width:100%}.button-group.even-4 li{width:25%}.button-group.even-4 li button,.button-group.even-4 li .button{width:100%}.button-group.even-5 li{width:20%}.button-group.even-5 li button,.button-group.even-5 li .button{width:100%}.button-group.even-6 li{width:16.66667%}.button-group.even-6 li button,.button-group.even-6 li .button{width:100%}.button-group.even-7 li{width:14.28571%}.button-group.even-7 li button,.button-group.even-7 li .button{width:100%}.button-group.even-8 li{width:12.5%}.button-group.even-8 li button,.button-group.even-8 li .button{width:100%}.button-bar{zoom:1}.button-bar:before,.button-bar:after{content:" ";display:table}.button-bar:after{clear:both}.button-bar .button-group{float:left;margin-right:0.625em}.button-bar .button-group div{overflow:hidden}.dropdown.button{position:relative;padding-right:3.1875em}.dropdown.button:before{position:absolute;content:"";width:0;height:0;display:block;border-style:solid;border-color:#fff transparent transparent transparent;top:50%}.dropdown.button:before{border-width:0.5625em;right:1.5em;margin-top:-0.25em}.dropdown.button:before{border-color:#fff transparent transparent transparent}.dropdown.button.tiny{padding-right:2.1875em}.dropdown.button.tiny:before{border-width:0.4375em;right:0.875em;margin-top:-0.15625em}.dropdown.button.tiny:before{border-color:#fff transparent transparent transparent}.dropdown.button.small{padding-right:2.8125em}.dropdown.button.small:before{border-width:0.5625em;right:1.125em;margin-top:-0.21875em}.dropdown.button.small:before{border-color:#fff transparent transparent transparent}.dropdown.button.large{padding-right:4em}.dropdown.button.large:before{border-width:0.625em;right:1.75em;margin-top:-0.3125em}.dropdown.button.large:before{border-color:#fff transparent transparent transparent}.dropdown.button.secondary:before{border-color:#333 transparent transparent transparent}.split.button{position:relative;padding-right:4.8em}.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px}.split.button span:before{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;left:50%}.split.button span:active{background-color:rgba(0,0,0,0.1)}.split.button span{border-left-color:#1e728c}.split.button span{width:3em}.split.button span:before{border-top-style:solid;border-width:0.5625em;top:1.125em;margin-left:-0.5625em}.split.button span:before{border-color:#fff transparent transparent transparent}.split.button.secondary span{border-left-color:#c3c3c3}.split.button.secondary span:before{border-color:#fff transparent transparent transparent}.split.button.alert span{border-left-color:#7f0a0c}.split.button.success span{border-left-color:#396516}.split.button.tiny{padding-right:3.9375em}.split.button.tiny span{width:2.84375em}.split.button.tiny span:before{border-top-style:solid;border-width:0.4375em;top:0.875em;margin-left:-0.3125em}.split.button.small{padding-right:3.9375em}.split.button.small span{width:2.8125em}.split.button.small span:before{border-top-style:solid;border-width:0.5625em;top:0.84375em;margin-left:-0.5625em}.split.button.large{padding-right:6em}.split.button.large span{width:3.75em}.split.button.large span:before{border-top-style:solid;border-width:0.625em;top:1.3125em;margin-left:-0.5625em}.split.button.expand{padding-left:2em}.split.button.secondary span:before{border-color:#333 transparent transparent transparent}.split.button.radius span{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px}.split.button.round span{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px}.flex-video{position:relative;padding-top:1.5625em;padding-bottom:67.5%;height:0;margin-bottom:1em;overflow:hidden}.flex-video.widescreen{padding-bottom:57.25%}.flex-video.vimeo{padding-top:0}.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}[data-section=''],[data-section='auto'],.section-container.auto,[data-section='vertical-tabs'],.section-container.vertical-tabs,[data-section='vertical-nav'],.section-container.vertical-nav,[data-section='horizontal-nav'],.section-container.horizontal-nav,[data-section='accordion'],.section-container.accordion{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section=''][data-section-small-style],[data-section='auto'][data-section-small-style],.section-container.auto[data-section-small-style],[data-section='vertical-tabs'][data-section-small-style],.section-container.vertical-tabs[data-section-small-style],[data-section='vertical-nav'][data-section-small-style],.section-container.vertical-nav[data-section-small-style],[data-section='horizontal-nav'][data-section-small-style],.section-container.horizontal-nav[data-section-small-style],[data-section='accordion'][data-section-small-style],.section-container.accordion[data-section-small-style]{width:100% !important}[data-section=''][data-section-small-style]>[data-section-region],[data-section=''][data-section-small-style]>section,[data-section=''][data-section-small-style]>.section,[data-section='auto'][data-section-small-style]>[data-section-region],[data-section='auto'][data-section-small-style]>section,[data-section='auto'][data-section-small-style]>.section,.section-container.auto[data-section-small-style]>[data-section-region],.section-container.auto[data-section-small-style]>section,.section-container.auto[data-section-small-style]>.section,[data-section='vertical-tabs'][data-section-small-style]>[data-section-region],[data-section='vertical-tabs'][data-section-small-style]>section,[data-section='vertical-tabs'][data-section-small-style]>.section,.section-container.vertical-tabs[data-section-small-style]>[data-section-region],.section-container.vertical-tabs[data-section-small-style]>section,.section-container.vertical-tabs[data-section-small-style]>.section,[data-section='vertical-nav'][data-section-small-style]>[data-section-region],[data-section='vertical-nav'][data-section-small-style]>section,[data-section='vertical-nav'][data-section-small-style]>.section,.section-container.vertical-nav[data-section-small-style]>[data-section-region],.section-container.vertical-nav[data-section-small-style]>section,.section-container.vertical-nav[data-section-small-style]>.section,[data-section='horizontal-nav'][data-section-small-style]>[data-section-region],[data-section='horizontal-nav'][data-section-small-style]>section,[data-section='horizontal-nav'][data-section-small-style]>.section,.section-container.horizontal-nav[data-section-small-style]>[data-section-region],.section-container.horizontal-nav[data-section-small-style]>section,.section-container.horizontal-nav[data-section-small-style]>.section,[data-section='accordion'][data-section-small-style]>[data-section-region],[data-section='accordion'][data-section-small-style]>section,[data-section='accordion'][data-section-small-style]>.section,.section-container.accordion[data-section-small-style]>[data-section-region],.section-container.accordion[data-section-small-style]>section,.section-container.accordion[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section=''][data-section-small-style]>[data-section-region]>[data-section-title],[data-section=''][data-section-small-style]>[data-section-region]>.title,[data-section=''][data-section-small-style]>section>[data-section-title],[data-section=''][data-section-small-style]>section>.title,[data-section=''][data-section-small-style]>.section>[data-section-title],[data-section=''][data-section-small-style]>.section>.title,[data-section='auto'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='auto'][data-section-small-style]>[data-section-region]>.title,[data-section='auto'][data-section-small-style]>section>[data-section-title],[data-section='auto'][data-section-small-style]>section>.title,[data-section='auto'][data-section-small-style]>.section>[data-section-title],[data-section='auto'][data-section-small-style]>.section>.title,.section-container.auto[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.auto[data-section-small-style]>[data-section-region]>.title,.section-container.auto[data-section-small-style]>section>[data-section-title],.section-container.auto[data-section-small-style]>section>.title,.section-container.auto[data-section-small-style]>.section>[data-section-title],.section-container.auto[data-section-small-style]>.section>.title,[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-tabs'][data-section-small-style]>section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>section>.title,[data-section='vertical-tabs'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>.section>.title,.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-tabs[data-section-small-style]>section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>section>.title,.section-container.vertical-tabs[data-section-small-style]>.section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>.section>.title,[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-nav'][data-section-small-style]>section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>section>.title,[data-section='vertical-nav'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>.section>.title,.section-container.vertical-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-nav[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-nav[data-section-small-style]>section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>section>.title,.section-container.vertical-nav[data-section-small-style]>.section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>.section>.title,[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='horizontal-nav'][data-section-small-style]>section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>section>.title,[data-section='horizontal-nav'][data-section-small-style]>.section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>.section>.title,.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>.title,.section-container.horizontal-nav[data-section-small-style]>section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>section>.title,.section-container.horizontal-nav[data-section-small-style]>.section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>.section>.title,[data-section='accordion'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='accordion'][data-section-small-style]>[data-section-region]>.title,[data-section='accordion'][data-section-small-style]>section>[data-section-title],[data-section='accordion'][data-section-small-style]>section>.title,[data-section='accordion'][data-section-small-style]>.section>[data-section-title],[data-section='accordion'][data-section-small-style]>.section>.title,.section-container.accordion[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.accordion[data-section-small-style]>[data-section-region]>.title,.section-container.accordion[data-section-small-style]>section>[data-section-title],.section-container.accordion[data-section-small-style]>section>.title,.section-container.accordion[data-section-small-style]>.section>[data-section-title],.section-container.accordion[data-section-small-style]>.section>.title{width:100% !important}[data-section='']>section,[data-section='']>.section,[data-section='']>[data-section-region],[data-section='auto']>section,[data-section='auto']>.section,[data-section='auto']>[data-section-region],.section-container.auto>section,.section-container.auto>.section,.section-container.auto>[data-section-region],[data-section='vertical-tabs']>section,[data-section='vertical-tabs']>.section,[data-section='vertical-tabs']>[data-section-region],.section-container.vertical-tabs>section,.section-container.vertical-tabs>.section,.section-container.vertical-tabs>[data-section-region],[data-section='vertical-nav']>section,[data-section='vertical-nav']>.section,[data-section='vertical-nav']>[data-section-region],.section-container.vertical-nav>section,.section-container.vertical-nav>.section,.section-container.vertical-nav>[data-section-region],[data-section='horizontal-nav']>section,[data-section='horizontal-nav']>.section,[data-section='horizontal-nav']>[data-section-region],.section-container.horizontal-nav>section,.section-container.horizontal-nav>.section,.section-container.horizontal-nav>[data-section-region],[data-section='accordion']>section,[data-section='accordion']>.section,[data-section='accordion']>[data-section-region],.section-container.accordion>section,.section-container.accordion>.section,.section-container.accordion>[data-section-region]{margin:0}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title,[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title,[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title,[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title,[data-section='accordion']>section>[data-section-title],[data-section='accordion']>section>.title,[data-section='accordion']>.section>[data-section-title],[data-section='accordion']>.section>.title,[data-section='accordion']>[data-section-region]>[data-section-title],[data-section='accordion']>[data-section-region]>.title,.section-container.accordion>section>[data-section-title],.section-container.accordion>section>.title,.section-container.accordion>.section>[data-section-title],.section-container.accordion>.section>.title,.section-container.accordion>[data-section-region]>[data-section-title],.section-container.accordion>[data-section-region]>.title{margin-bottom:0}[data-section='']>section>[data-section-title] a,[data-section='']>section>.title a,[data-section='']>.section>[data-section-title] a,[data-section='']>.section>.title a,[data-section='']>[data-section-region]>[data-section-title] a,[data-section='']>[data-section-region]>.title a,[data-section='auto']>section>[data-section-title] a,[data-section='auto']>section>.title a,[data-section='auto']>.section>[data-section-title] a,[data-section='auto']>.section>.title a,[data-section='auto']>[data-section-region]>[data-section-title] a,[data-section='auto']>[data-section-region]>.title a,.section-container.auto>section>[data-section-title] a,.section-container.auto>section>.title a,.section-container.auto>.section>[data-section-title] a,.section-container.auto>.section>.title a,.section-container.auto>[data-section-region]>[data-section-title] a,.section-container.auto>[data-section-region]>.title a,[data-section='vertical-tabs']>section>[data-section-title] a,[data-section='vertical-tabs']>section>.title a,[data-section='vertical-tabs']>.section>[data-section-title] a,[data-section='vertical-tabs']>.section>.title a,[data-section='vertical-tabs']>[data-section-region]>[data-section-title] a,[data-section='vertical-tabs']>[data-section-region]>.title a,.section-container.vertical-tabs>section>[data-section-title] a,.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>[data-section-title] a,.section-container.vertical-tabs>.section>.title a,.section-container.vertical-tabs>[data-section-region]>[data-section-title] a,.section-container.vertical-tabs>[data-section-region]>.title a,[data-section='vertical-nav']>section>[data-section-title] a,[data-section='vertical-nav']>section>.title a,[data-section='vertical-nav']>.section>[data-section-title] a,[data-section='vertical-nav']>.section>.title a,[data-section='vertical-nav']>[data-section-region]>[data-section-title] a,[data-section='vertical-nav']>[data-section-region]>.title a,.section-container.vertical-nav>section>[data-section-title] a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>[data-section-title] a,.section-container.vertical-nav>.section>.title a,.section-container.vertical-nav>[data-section-region]>[data-section-title] a,.section-container.vertical-nav>[data-section-region]>.title a,[data-section='horizontal-nav']>section>[data-section-title] a,[data-section='horizontal-nav']>section>.title a,[data-section='horizontal-nav']>.section>[data-section-title] a,[data-section='horizontal-nav']>.section>.title a,[data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,[data-section='horizontal-nav']>[data-section-region]>.title a,.section-container.horizontal-nav>section>[data-section-title] a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>[data-section-title] a,.section-container.horizontal-nav>.section>.title a,.section-container.horizontal-nav>[data-section-region]>[data-section-title] a,.section-container.horizontal-nav>[data-section-region]>.title a,[data-section='accordion']>section>[data-section-title] a,[data-section='accordion']>section>.title a,[data-section='accordion']>.section>[data-section-title] a,[data-section='accordion']>.section>.title a,[data-section='accordion']>[data-section-region]>[data-section-title] a,[data-section='accordion']>[data-section-region]>.title a,.section-container.accordion>section>[data-section-title] a,.section-container.accordion>section>.title a,.section-container.accordion>.section>[data-section-title] a,.section-container.accordion>.section>.title a,.section-container.accordion>[data-section-region]>[data-section-title] a,.section-container.accordion>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='']>section>[data-section-content],[data-section='']>section>.content,[data-section='']>.section>[data-section-content],[data-section='']>.section>.content,[data-section='']>[data-section-region]>[data-section-content],[data-section='']>[data-section-region]>.content,[data-section='auto']>section>[data-section-content],[data-section='auto']>section>.content,[data-section='auto']>.section>[data-section-content],[data-section='auto']>.section>.content,[data-section='auto']>[data-section-region]>[data-section-content],[data-section='auto']>[data-section-region]>.content,.section-container.auto>section>[data-section-content],.section-container.auto>section>.content,.section-container.auto>.section>[data-section-content],.section-container.auto>.section>.content,.section-container.auto>[data-section-region]>[data-section-content],.section-container.auto>[data-section-region]>.content,[data-section='vertical-tabs']>section>[data-section-content],[data-section='vertical-tabs']>section>.content,[data-section='vertical-tabs']>.section>[data-section-content],[data-section='vertical-tabs']>.section>.content,[data-section='vertical-tabs']>[data-section-region]>[data-section-content],[data-section='vertical-tabs']>[data-section-region]>.content,.section-container.vertical-tabs>section>[data-section-content],.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>[data-section-content],.section-container.vertical-tabs>.section>.content,.section-container.vertical-tabs>[data-section-region]>[data-section-content],.section-container.vertical-tabs>[data-section-region]>.content,[data-section='vertical-nav']>section>[data-section-content],[data-section='vertical-nav']>section>.content,[data-section='vertical-nav']>.section>[data-section-content],[data-section='vertical-nav']>.section>.content,[data-section='vertical-nav']>[data-section-region]>[data-section-content],[data-section='vertical-nav']>[data-section-region]>.content,.section-container.vertical-nav>section>[data-section-content],.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>[data-section-content],.section-container.vertical-nav>.section>.content,.section-container.vertical-nav>[data-section-region]>[data-section-content],.section-container.vertical-nav>[data-section-region]>.content,[data-section='horizontal-nav']>section>[data-section-content],[data-section='horizontal-nav']>section>.content,[data-section='horizontal-nav']>.section>[data-section-content],[data-section='horizontal-nav']>.section>.content,[data-section='horizontal-nav']>[data-section-region]>[data-section-content],[data-section='horizontal-nav']>[data-section-region]>.content,.section-container.horizontal-nav>section>[data-section-content],.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>[data-section-content],.section-container.horizontal-nav>.section>.content,.section-container.horizontal-nav>[data-section-region]>[data-section-content],.section-container.horizontal-nav>[data-section-region]>.content,[data-section='accordion']>section>[data-section-content],[data-section='accordion']>section>.content,[data-section='accordion']>.section>[data-section-content],[data-section='accordion']>.section>.content,[data-section='accordion']>[data-section-region]>[data-section-content],[data-section='accordion']>[data-section-region]>.content,.section-container.accordion>section>[data-section-content],.section-container.accordion>section>.content,.section-container.accordion>.section>[data-section-content],.section-container.accordion>.section>.content,.section-container.accordion>[data-section-region]>[data-section-content],.section-container.accordion>[data-section-region]>.content{display:none}[data-section='']>section.active>[data-section-content],[data-section='']>section.active>.content,[data-section='']>.section.active>[data-section-content],[data-section='']>.section.active>.content,[data-section='']>[data-section-region].active>[data-section-content],[data-section='']>[data-section-region].active>.content,[data-section='auto']>section.active>[data-section-content],[data-section='auto']>section.active>.content,[data-section='auto']>.section.active>[data-section-content],[data-section='auto']>.section.active>.content,[data-section='auto']>[data-section-region].active>[data-section-content],[data-section='auto']>[data-section-region].active>.content,.section-container.auto>section.active>[data-section-content],.section-container.auto>section.active>.content,.section-container.auto>.section.active>[data-section-content],.section-container.auto>.section.active>.content,.section-container.auto>[data-section-region].active>[data-section-content],.section-container.auto>[data-section-region].active>.content,[data-section='vertical-tabs']>section.active>[data-section-content],[data-section='vertical-tabs']>section.active>.content,[data-section='vertical-tabs']>.section.active>[data-section-content],[data-section='vertical-tabs']>.section.active>.content,[data-section='vertical-tabs']>[data-section-region].active>[data-section-content],[data-section='vertical-tabs']>[data-section-region].active>.content,.section-container.vertical-tabs>section.active>[data-section-content],.section-container.vertical-tabs>section.active>.content,.section-container.vertical-tabs>.section.active>[data-section-content],.section-container.vertical-tabs>.section.active>.content,.section-container.vertical-tabs>[data-section-region].active>[data-section-content],.section-container.vertical-tabs>[data-section-region].active>.content,[data-section='vertical-nav']>section.active>[data-section-content],[data-section='vertical-nav']>section.active>.content,[data-section='vertical-nav']>.section.active>[data-section-content],[data-section='vertical-nav']>.section.active>.content,[data-section='vertical-nav']>[data-section-region].active>[data-section-content],[data-section='vertical-nav']>[data-section-region].active>.content,.section-container.vertical-nav>section.active>[data-section-content],.section-container.vertical-nav>section.active>.content,.section-container.vertical-nav>.section.active>[data-section-content],.section-container.vertical-nav>.section.active>.content,.section-container.vertical-nav>[data-section-region].active>[data-section-content],.section-container.vertical-nav>[data-section-region].active>.content,[data-section='horizontal-nav']>section.active>[data-section-content],[data-section='horizontal-nav']>section.active>.content,[data-section='horizontal-nav']>.section.active>[data-section-content],[data-section='horizontal-nav']>.section.active>.content,[data-section='horizontal-nav']>[data-section-region].active>[data-section-content],[data-section='horizontal-nav']>[data-section-region].active>.content,.section-container.horizontal-nav>section.active>[data-section-content],.section-container.horizontal-nav>section.active>.content,.section-container.horizontal-nav>.section.active>[data-section-content],.section-container.horizontal-nav>.section.active>.content,.section-container.horizontal-nav>[data-section-region].active>[data-section-content],.section-container.horizontal-nav>[data-section-region].active>.content,[data-section='accordion']>section.active>[data-section-content],[data-section='accordion']>section.active>.content,[data-section='accordion']>.section.active>[data-section-content],[data-section='accordion']>.section.active>.content,[data-section='accordion']>[data-section-region].active>[data-section-content],[data-section='accordion']>[data-section-region].active>.content,.section-container.accordion>section.active>[data-section-content],.section-container.accordion>section.active>.content,.section-container.accordion>.section.active>[data-section-content],.section-container.accordion>.section.active>.content,.section-container.accordion>[data-section-region].active>[data-section-content],.section-container.accordion>[data-section-region].active>.content{display:block}[data-section='']>section:not(.active),[data-section='']>.section:not(.active),[data-section='']>[data-section-region]:not(.active),[data-section='auto']>section:not(.active),[data-section='auto']>.section:not(.active),[data-section='auto']>[data-section-region]:not(.active),.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active),.section-container.auto>[data-section-region]:not(.active),[data-section='vertical-tabs']>section:not(.active),[data-section='vertical-tabs']>.section:not(.active),[data-section='vertical-tabs']>[data-section-region]:not(.active),.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active),.section-container.vertical-tabs>[data-section-region]:not(.active),[data-section='vertical-nav']>section:not(.active),[data-section='vertical-nav']>.section:not(.active),[data-section='vertical-nav']>[data-section-region]:not(.active),.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active),.section-container.vertical-nav>[data-section-region]:not(.active),[data-section='horizontal-nav']>section:not(.active),[data-section='horizontal-nav']>.section:not(.active),[data-section='horizontal-nav']>[data-section-region]:not(.active),.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active),.section-container.horizontal-nav>[data-section-region]:not(.active),[data-section='accordion']>section:not(.active),[data-section='accordion']>.section:not(.active),[data-section='accordion']>[data-section-region]:not(.active),.section-container.accordion>section:not(.active),.section-container.accordion>.section:not(.active),.section-container.accordion>[data-section-region]:not(.active){padding:0 !important}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title,[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title,[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title,[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title,[data-section='accordion']>section>[data-section-title],[data-section='accordion']>section>.title,[data-section='accordion']>.section>[data-section-title],[data-section='accordion']>.section>.title,[data-section='accordion']>[data-section-region]>[data-section-title],[data-section='accordion']>[data-section-region]>.title,.section-container.accordion>section>[data-section-title],.section-container.accordion>section>.title,.section-container.accordion>.section>[data-section-title],.section-container.accordion>.section>.title,.section-container.accordion>[data-section-region]>[data-section-title],.section-container.accordion>[data-section-region]>.title{width:100%}.section-container.auto,.section-container.vertical-tabs,.section-container.vertical-nav,.section-container.horizontal-nav,.section-container.accordion{border-top:1px solid #ccc}.section-container.auto>section>.title,.section-container.auto>.section>.title,.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>.title,.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>.title,.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>.title,.section-container.accordion>section>.title,.section-container.accordion>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.auto>section>.title a,.section-container.auto>.section>.title a,.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>.title a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>.title a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>.title a,.section-container.accordion>section>.title a,.section-container.accordion>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.auto>section>.title:hover,.section-container.auto>.section>.title:hover,.section-container.vertical-tabs>section>.title:hover,.section-container.vertical-tabs>.section>.title:hover,.section-container.vertical-nav>section>.title:hover,.section-container.vertical-nav>.section>.title:hover,.section-container.horizontal-nav>section>.title:hover,.section-container.horizontal-nav>.section>.title:hover,.section-container.accordion>section>.title:hover,.section-container.accordion>.section>.title:hover{background-color:#e2e2e2}.section-container.auto>section>.content,.section-container.auto>.section>.content,.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>.content,.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>.content,.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>.content,.section-container.accordion>section>.content,.section-container.accordion>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.auto>section>.content>*:last-child,.section-container.auto>.section>.content>*:last-child,.section-container.vertical-tabs>section>.content>*:last-child,.section-container.vertical-tabs>.section>.content>*:last-child,.section-container.vertical-nav>section>.content>*:last-child,.section-container.vertical-nav>.section>.content>*:last-child,.section-container.horizontal-nav>section>.content>*:last-child,.section-container.horizontal-nav>.section>.content>*:last-child,.section-container.accordion>section>.content>*:last-child,.section-container.accordion>.section>.content>*:last-child{margin-bottom:0}.section-container.auto>section>.content>*:first-child,.section-container.auto>.section>.content>*:first-child,.section-container.vertical-tabs>section>.content>*:first-child,.section-container.vertical-tabs>.section>.content>*:first-child,.section-container.vertical-nav>section>.content>*:first-child,.section-container.vertical-nav>.section>.content>*:first-child,.section-container.horizontal-nav>section>.content>*:first-child,.section-container.horizontal-nav>.section>.content>*:first-child,.section-container.accordion>section>.content>*:first-child,.section-container.accordion>.section>.content>*:first-child{padding-top:0}.section-container.auto>section>.content>*:last-child:not(.flex-video),.section-container.auto>.section>.content>*:last-child:not(.flex-video),.section-container.vertical-tabs>section>.content>*:last-child:not(.flex-video),.section-container.vertical-tabs>.section>.content>*:last-child:not(.flex-video),.section-container.vertical-nav>section>.content>*:last-child:not(.flex-video),.section-container.vertical-nav>.section>.content>*:last-child:not(.flex-video),.section-container.horizontal-nav>section>.content>*:last-child:not(.flex-video),.section-container.horizontal-nav>.section>.content>*:last-child:not(.flex-video),.section-container.accordion>section>.content>*:last-child:not(.flex-video),.section-container.accordion>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.auto>section.active>.title,.section-container.auto>.section.active>.title,.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>.title,.section-container.vertical-nav>section.active>.title,.section-container.vertical-nav>.section.active>.title,.section-container.horizontal-nav>section.active>.title,.section-container.horizontal-nav>.section.active>.title,.section-container.accordion>section.active>.title,.section-container.accordion>.section.active>.title{background:#d5d5d5}.section-container.auto>section.active>.title a,.section-container.auto>.section.active>.title a,.section-container.vertical-tabs>section.active>.title a,.section-container.vertical-tabs>.section.active>.title a,.section-container.vertical-nav>section.active>.title a,.section-container.vertical-nav>.section.active>.title a,.section-container.horizontal-nav>section.active>.title a,.section-container.horizontal-nav>.section.active>.title a,.section-container.accordion>section.active>.title a,.section-container.accordion>.section.active>.title a{color:#333}.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active),.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active),.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active),.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active),.section-container.accordion>section:not(.active),.section-container.accordion>.section:not(.active){padding:0 !important}.section-container.auto>section>.title,.section-container.auto>.section>.title,.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>.title,.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>.title,.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>.title,.section-container.accordion>section>.title,.section-container.accordion>.section>.title{border-top:none}[data-section='tabs'],.section-container.tabs{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]),.section-container.tabs:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='tabs']>section>[data-section-title],[data-section='tabs']>section>.title,[data-section='tabs']>.section>[data-section-title],[data-section='tabs']>.section>.title,[data-section='tabs']>[data-section-region]>[data-section-title],[data-section='tabs']>[data-section-region]>.title,.section-container.tabs>section>[data-section-title],.section-container.tabs>section>.title,.section-container.tabs>.section>[data-section-title],.section-container.tabs>.section>.title,.section-container.tabs>[data-section-region]>[data-section-title],.section-container.tabs>[data-section-region]>.title{margin-bottom:0}[data-section='tabs']>section>[data-section-title] a,[data-section='tabs']>section>.title a,[data-section='tabs']>.section>[data-section-title] a,[data-section='tabs']>.section>.title a,[data-section='tabs']>[data-section-region]>[data-section-title] a,[data-section='tabs']>[data-section-region]>.title a,.section-container.tabs>section>[data-section-title] a,.section-container.tabs>section>.title a,.section-container.tabs>.section>[data-section-title] a,.section-container.tabs>.section>.title a,.section-container.tabs>[data-section-region]>[data-section-title] a,.section-container.tabs>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='tabs']>section>[data-section-content],[data-section='tabs']>section>.content,[data-section='tabs']>.section>[data-section-content],[data-section='tabs']>.section>.content,[data-section='tabs']>[data-section-region]>[data-section-content],[data-section='tabs']>[data-section-region]>.content,.section-container.tabs>section>[data-section-content],.section-container.tabs>section>.content,.section-container.tabs>.section>[data-section-content],.section-container.tabs>.section>.content,.section-container.tabs>[data-section-region]>[data-section-content],.section-container.tabs>[data-section-region]>.content{display:none}[data-section='tabs']>section.active>[data-section-content],[data-section='tabs']>section.active>.content,[data-section='tabs']>.section.active>[data-section-content],[data-section='tabs']>.section.active>.content,[data-section='tabs']>[data-section-region].active>[data-section-content],[data-section='tabs']>[data-section-region].active>.content,.section-container.tabs>section.active>[data-section-content],.section-container.tabs>section.active>.content,.section-container.tabs>.section.active>[data-section-content],.section-container.tabs>.section.active>.content,.section-container.tabs>[data-section-region].active>[data-section-content],.section-container.tabs>[data-section-region].active>.content{display:block}[data-section='tabs']>section:not(.active),[data-section='tabs']>.section:not(.active),[data-section='tabs']>[data-section-region]:not(.active),.section-container.tabs>section:not(.active),.section-container.tabs>.section:not(.active),.section-container.tabs>[data-section-region]:not(.active){padding:0 !important}[data-section='tabs']>section>[data-section-title],[data-section='tabs']>section>.title,[data-section='tabs']>.section>[data-section-title],[data-section='tabs']>.section>.title,[data-section='tabs']>[data-section-region]>[data-section-title],[data-section='tabs']>[data-section-region]>.title,.section-container.tabs>section>[data-section-title],.section-container.tabs>section>.title,.section-container.tabs>.section>[data-section-title],.section-container.tabs>.section>.title,.section-container.tabs>[data-section-region]>[data-section-title],.section-container.tabs>[data-section-region]>.title{width:auto;position:absolute;top:0;left:0}.section-container.tabs{border:none}.section-container.tabs>section>.title,.section-container.tabs>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.tabs>section>.title a,.section-container.tabs>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.tabs>section>.title:hover,.section-container.tabs>.section>.title:hover{background-color:#e2e2e2}.section-container.tabs>section>.content,.section-container.tabs>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.tabs>section>.content>*:last-child,.section-container.tabs>.section>.content>*:last-child{margin-bottom:0}.section-container.tabs>section>.content>*:first-child,.section-container.tabs>.section>.content>*:first-child{padding-top:0}.section-container.tabs>section>.content>*:last-child:not(.flex-video),.section-container.tabs>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.tabs>section.active>.title,.section-container.tabs>.section.active>.title{background:#fff}.section-container.tabs>section.active>.title a,.section-container.tabs>.section.active>.title a{color:#333}.section-container.tabs>section:not(.active),.section-container.tabs>.section:not(.active){padding:0 !important}.section-container.tabs>section.active>.title,.section-container.tabs>.section.active>.title{border-bottom:0}@media only screen and (min-width: 768px){[data-section=''],[data-section='auto'],.section-container.auto{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='']:not([data-section-resized]):not([data-section-small-style]),[data-section='auto']:not([data-section-resized]):not([data-section-small-style]),.section-container.auto:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title{margin-bottom:0}[data-section='']>section>[data-section-title] a,[data-section='']>section>.title a,[data-section='']>.section>[data-section-title] a,[data-section='']>.section>.title a,[data-section='']>[data-section-region]>[data-section-title] a,[data-section='']>[data-section-region]>.title a,[data-section='auto']>section>[data-section-title] a,[data-section='auto']>section>.title a,[data-section='auto']>.section>[data-section-title] a,[data-section='auto']>.section>.title a,[data-section='auto']>[data-section-region]>[data-section-title] a,[data-section='auto']>[data-section-region]>.title a,.section-container.auto>section>[data-section-title] a,.section-container.auto>section>.title a,.section-container.auto>.section>[data-section-title] a,.section-container.auto>.section>.title a,.section-container.auto>[data-section-region]>[data-section-title] a,.section-container.auto>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='']>section>[data-section-content],[data-section='']>section>.content,[data-section='']>.section>[data-section-content],[data-section='']>.section>.content,[data-section='']>[data-section-region]>[data-section-content],[data-section='']>[data-section-region]>.content,[data-section='auto']>section>[data-section-content],[data-section='auto']>section>.content,[data-section='auto']>.section>[data-section-content],[data-section='auto']>.section>.content,[data-section='auto']>[data-section-region]>[data-section-content],[data-section='auto']>[data-section-region]>.content,.section-container.auto>section>[data-section-content],.section-container.auto>section>.content,.section-container.auto>.section>[data-section-content],.section-container.auto>.section>.content,.section-container.auto>[data-section-region]>[data-section-content],.section-container.auto>[data-section-region]>.content{display:none}[data-section='']>section.active>[data-section-content],[data-section='']>section.active>.content,[data-section='']>.section.active>[data-section-content],[data-section='']>.section.active>.content,[data-section='']>[data-section-region].active>[data-section-content],[data-section='']>[data-section-region].active>.content,[data-section='auto']>section.active>[data-section-content],[data-section='auto']>section.active>.content,[data-section='auto']>.section.active>[data-section-content],[data-section='auto']>.section.active>.content,[data-section='auto']>[data-section-region].active>[data-section-content],[data-section='auto']>[data-section-region].active>.content,.section-container.auto>section.active>[data-section-content],.section-container.auto>section.active>.content,.section-container.auto>.section.active>[data-section-content],.section-container.auto>.section.active>.content,.section-container.auto>[data-section-region].active>[data-section-content],.section-container.auto>[data-section-region].active>.content{display:block}[data-section='']>section:not(.active),[data-section='']>.section:not(.active),[data-section='']>[data-section-region]:not(.active),[data-section='auto']>section:not(.active),[data-section='auto']>.section:not(.active),[data-section='auto']>[data-section-region]:not(.active),.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active),.section-container.auto>[data-section-region]:not(.active){padding:0 !important}[data-section='']>section>[data-section-title],[data-section='']>section>.title,[data-section='']>.section>[data-section-title],[data-section='']>.section>.title,[data-section='']>[data-section-region]>[data-section-title],[data-section='']>[data-section-region]>.title,[data-section='auto']>section>[data-section-title],[data-section='auto']>section>.title,[data-section='auto']>.section>[data-section-title],[data-section='auto']>.section>.title,[data-section='auto']>[data-section-region]>[data-section-title],[data-section='auto']>[data-section-region]>.title,.section-container.auto>section>[data-section-title],.section-container.auto>section>.title,.section-container.auto>.section>[data-section-title],.section-container.auto>.section>.title,.section-container.auto>[data-section-region]>[data-section-title],.section-container.auto>[data-section-region]>.title{width:auto;position:absolute;top:0;left:0}.section-container.auto{border:none}.section-container.auto>section>.title,.section-container.auto>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.auto>section>.title a,.section-container.auto>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.auto>section>.title:hover,.section-container.auto>.section>.title:hover{background-color:#e2e2e2}.section-container.auto>section>.content,.section-container.auto>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.auto>section>.content>*:last-child,.section-container.auto>.section>.content>*:last-child{margin-bottom:0}.section-container.auto>section>.content>*:first-child,.section-container.auto>.section>.content>*:first-child{padding-top:0}.section-container.auto>section>.content>*:last-child:not(.flex-video),.section-container.auto>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.auto>section.active>.title,.section-container.auto>.section.active>.title{background:#fff}.section-container.auto>section.active>.title a,.section-container.auto>.section.active>.title a{color:#333}.section-container.auto>section:not(.active),.section-container.auto>.section:not(.active){padding:0 !important}.section-container.auto>section.active>.title,.section-container.auto>.section.active>.title{border-bottom:0}[data-section='vertical-tabs'],.section-container.vertical-tabs{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]),.section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='vertical-tabs'][data-section-small-style],.section-container.vertical-tabs[data-section-small-style]{width:100% !important}[data-section='vertical-tabs'][data-section-small-style]>[data-section-region],[data-section='vertical-tabs'][data-section-small-style]>section,[data-section='vertical-tabs'][data-section-small-style]>.section,.section-container.vertical-tabs[data-section-small-style]>[data-section-region],.section-container.vertical-tabs[data-section-small-style]>section,.section-container.vertical-tabs[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-tabs'][data-section-small-style]>section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>section>.title,[data-section='vertical-tabs'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-tabs'][data-section-small-style]>.section>.title,.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-tabs[data-section-small-style]>section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>section>.title,.section-container.vertical-tabs[data-section-small-style]>.section>[data-section-title],.section-container.vertical-tabs[data-section-small-style]>.section>.title{width:100% !important}[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title{margin-bottom:0}[data-section='vertical-tabs']>section>[data-section-title] a,[data-section='vertical-tabs']>section>.title a,[data-section='vertical-tabs']>.section>[data-section-title] a,[data-section='vertical-tabs']>.section>.title a,[data-section='vertical-tabs']>[data-section-region]>[data-section-title] a,[data-section='vertical-tabs']>[data-section-region]>.title a,.section-container.vertical-tabs>section>[data-section-title] a,.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>[data-section-title] a,.section-container.vertical-tabs>.section>.title a,.section-container.vertical-tabs>[data-section-region]>[data-section-title] a,.section-container.vertical-tabs>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='vertical-tabs']>section>[data-section-content],[data-section='vertical-tabs']>section>.content,[data-section='vertical-tabs']>.section>[data-section-content],[data-section='vertical-tabs']>.section>.content,[data-section='vertical-tabs']>[data-section-region]>[data-section-content],[data-section='vertical-tabs']>[data-section-region]>.content,.section-container.vertical-tabs>section>[data-section-content],.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>[data-section-content],.section-container.vertical-tabs>.section>.content,.section-container.vertical-tabs>[data-section-region]>[data-section-content],.section-container.vertical-tabs>[data-section-region]>.content{display:none}[data-section='vertical-tabs']>section.active>[data-section-content],[data-section='vertical-tabs']>section.active>.content,[data-section='vertical-tabs']>.section.active>[data-section-content],[data-section='vertical-tabs']>.section.active>.content,[data-section='vertical-tabs']>[data-section-region].active>[data-section-content],[data-section='vertical-tabs']>[data-section-region].active>.content,.section-container.vertical-tabs>section.active>[data-section-content],.section-container.vertical-tabs>section.active>.content,.section-container.vertical-tabs>.section.active>[data-section-content],.section-container.vertical-tabs>.section.active>.content,.section-container.vertical-tabs>[data-section-region].active>[data-section-content],.section-container.vertical-tabs>[data-section-region].active>.content{display:block}[data-section='vertical-tabs']>section:not(.active),[data-section='vertical-tabs']>.section:not(.active),[data-section='vertical-tabs']>[data-section-region]:not(.active),.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active),.section-container.vertical-tabs>[data-section-region]:not(.active){padding:0 !important}[data-section='vertical-tabs']>section>[data-section-title],[data-section='vertical-tabs']>section>.title,[data-section='vertical-tabs']>.section>[data-section-title],[data-section='vertical-tabs']>.section>.title,[data-section='vertical-tabs']>[data-section-region]>[data-section-title],[data-section='vertical-tabs']>[data-section-region]>.title,.section-container.vertical-tabs>section>[data-section-title],.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>[data-section-title],.section-container.vertical-tabs>.section>.title,.section-container.vertical-tabs>[data-section-region]>[data-section-title],.section-container.vertical-tabs>[data-section-region]>.title{position:absolute;top:0;left:0;width:12.5em}[data-section='vertical-tabs']>section.active,[data-section='vertical-tabs']>.section.active,[data-section='vertical-tabs']>[data-section-region].active,.section-container.vertical-tabs>section.active,.section-container.vertical-tabs>.section.active,.section-container.vertical-tabs>[data-section-region].active{padding-left:12.5em}[data-section='vertical-tabs']>section.active>[data-section-title],[data-section='vertical-tabs']>section.active>.title,[data-section='vertical-tabs']>.section.active>[data-section-title],[data-section='vertical-tabs']>.section.active>.title,[data-section='vertical-tabs']>[data-section-region].active>[data-section-title],[data-section='vertical-tabs']>[data-section-region].active>.title,.section-container.vertical-tabs>section.active>[data-section-title],.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>[data-section-title],.section-container.vertical-tabs>.section.active>.title,.section-container.vertical-tabs>[data-section-region].active>[data-section-title],.section-container.vertical-tabs>[data-section-region].active>.title{width:12.5em}.section-container.vertical-tabs{border:none}.section-container.vertical-tabs>section>.title,.section-container.vertical-tabs>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.vertical-tabs>section>.title a,.section-container.vertical-tabs>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.vertical-tabs>section>.title:hover,.section-container.vertical-tabs>.section>.title:hover{background-color:#e2e2e2}.section-container.vertical-tabs>section>.content,.section-container.vertical-tabs>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.vertical-tabs>section>.content>*:last-child,.section-container.vertical-tabs>.section>.content>*:last-child{margin-bottom:0}.section-container.vertical-tabs>section>.content>*:first-child,.section-container.vertical-tabs>.section>.content>*:first-child{padding-top:0}.section-container.vertical-tabs>section>.content>*:last-child:not(.flex-video),.section-container.vertical-tabs>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>.title{background:#d5d5d5}.section-container.vertical-tabs>section.active>.title a,.section-container.vertical-tabs>.section.active>.title a{color:#333}.section-container.vertical-tabs>section:not(.active),.section-container.vertical-tabs>.section:not(.active){padding:0 !important}.section-container.vertical-tabs>section.active,.section-container.vertical-tabs>.section.active{padding-left:12.4375em}.section-container.vertical-tabs>section.active>.title,.section-container.vertical-tabs>.section.active>.title{background-color:#d5d5d5}[data-section='vertical-nav'],.section-container.vertical-nav{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]),.section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='vertical-nav'][data-section-small-style],.section-container.vertical-nav[data-section-small-style]{width:100% !important}[data-section='vertical-nav'][data-section-small-style]>[data-section-region],[data-section='vertical-nav'][data-section-small-style]>section,[data-section='vertical-nav'][data-section-small-style]>.section,.section-container.vertical-nav[data-section-small-style]>[data-section-region],.section-container.vertical-nav[data-section-small-style]>section,.section-container.vertical-nav[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='vertical-nav'][data-section-small-style]>section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>section>.title,[data-section='vertical-nav'][data-section-small-style]>.section>[data-section-title],[data-section='vertical-nav'][data-section-small-style]>.section>.title,.section-container.vertical-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.vertical-nav[data-section-small-style]>[data-section-region]>.title,.section-container.vertical-nav[data-section-small-style]>section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>section>.title,.section-container.vertical-nav[data-section-small-style]>.section>[data-section-title],.section-container.vertical-nav[data-section-small-style]>.section>.title{width:100% !important}[data-section='vertical-nav']>section,[data-section='vertical-nav']>.section,[data-section='vertical-nav']>[data-section-region],.section-container.vertical-nav>section,.section-container.vertical-nav>.section,.section-container.vertical-nav>[data-section-region]{position:relative;display:inline-block}[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title{margin-bottom:0}[data-section='vertical-nav']>section>[data-section-title] a,[data-section='vertical-nav']>section>.title a,[data-section='vertical-nav']>.section>[data-section-title] a,[data-section='vertical-nav']>.section>.title a,[data-section='vertical-nav']>[data-section-region]>[data-section-title] a,[data-section='vertical-nav']>[data-section-region]>.title a,.section-container.vertical-nav>section>[data-section-title] a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>[data-section-title] a,.section-container.vertical-nav>.section>.title a,.section-container.vertical-nav>[data-section-region]>[data-section-title] a,.section-container.vertical-nav>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='vertical-nav']>section>[data-section-content],[data-section='vertical-nav']>section>.content,[data-section='vertical-nav']>.section>[data-section-content],[data-section='vertical-nav']>.section>.content,[data-section='vertical-nav']>[data-section-region]>[data-section-content],[data-section='vertical-nav']>[data-section-region]>.content,.section-container.vertical-nav>section>[data-section-content],.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>[data-section-content],.section-container.vertical-nav>.section>.content,.section-container.vertical-nav>[data-section-region]>[data-section-content],.section-container.vertical-nav>[data-section-region]>.content{display:none}[data-section='vertical-nav']>section.active>[data-section-content],[data-section='vertical-nav']>section.active>.content,[data-section='vertical-nav']>.section.active>[data-section-content],[data-section='vertical-nav']>.section.active>.content,[data-section='vertical-nav']>[data-section-region].active>[data-section-content],[data-section='vertical-nav']>[data-section-region].active>.content,.section-container.vertical-nav>section.active>[data-section-content],.section-container.vertical-nav>section.active>.content,.section-container.vertical-nav>.section.active>[data-section-content],.section-container.vertical-nav>.section.active>.content,.section-container.vertical-nav>[data-section-region].active>[data-section-content],.section-container.vertical-nav>[data-section-region].active>.content{display:block}[data-section='vertical-nav']>section:not(.active),[data-section='vertical-nav']>.section:not(.active),[data-section='vertical-nav']>[data-section-region]:not(.active),.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active),.section-container.vertical-nav>[data-section-region]:not(.active){padding:0 !important}[data-section='vertical-nav']>section>[data-section-title],[data-section='vertical-nav']>section>.title,[data-section='vertical-nav']>.section>[data-section-title],[data-section='vertical-nav']>.section>.title,[data-section='vertical-nav']>[data-section-region]>[data-section-title],[data-section='vertical-nav']>[data-section-region]>.title,.section-container.vertical-nav>section>[data-section-title],.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>[data-section-title],.section-container.vertical-nav>.section>.title,.section-container.vertical-nav>[data-section-region]>[data-section-title],.section-container.vertical-nav>[data-section-region]>.title{position:static;width:auto}[data-section='vertical-nav']>section>[data-section-title] a,[data-section='vertical-nav']>section>.title a,[data-section='vertical-nav']>.section>[data-section-title] a,[data-section='vertical-nav']>.section>.title a,[data-section='vertical-nav']>[data-section-region]>[data-section-title] a,[data-section='vertical-nav']>[data-section-region]>.title a,.section-container.vertical-nav>section>[data-section-title] a,.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>[data-section-title] a,.section-container.vertical-nav>.section>.title a,.section-container.vertical-nav>[data-section-region]>[data-section-title] a,.section-container.vertical-nav>[data-section-region]>.title a{display:block}[data-section='vertical-nav']>section>[data-section-content],[data-section='vertical-nav']>section>.content,[data-section='vertical-nav']>.section>[data-section-content],[data-section='vertical-nav']>.section>.content,[data-section='vertical-nav']>[data-section-region]>[data-section-content],[data-section='vertical-nav']>[data-section-region]>.content,.section-container.vertical-nav>section>[data-section-content],.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>[data-section-content],.section-container.vertical-nav>.section>.content,.section-container.vertical-nav>[data-section-region]>[data-section-content],.section-container.vertical-nav>[data-section-region]>.content{position:absolute;top:0;left:0;z-index:999;min-width:12.5em}.section-container.vertical-nav{border:none}.section-container.vertical-nav>section>.title,.section-container.vertical-nav>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.vertical-nav>section>.title a,.section-container.vertical-nav>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.vertical-nav>section>.title:hover,.section-container.vertical-nav>.section>.title:hover{background-color:#e2e2e2}.section-container.vertical-nav>section>.content,.section-container.vertical-nav>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.vertical-nav>section>.content>*:last-child,.section-container.vertical-nav>.section>.content>*:last-child{margin-bottom:0}.section-container.vertical-nav>section>.content>*:first-child,.section-container.vertical-nav>.section>.content>*:first-child{padding-top:0}.section-container.vertical-nav>section>.content>*:last-child:not(.flex-video),.section-container.vertical-nav>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.vertical-nav>section.active>.title,.section-container.vertical-nav>.section.active>.title{background:#d5d5d5}.section-container.vertical-nav>section.active>.title a,.section-container.vertical-nav>.section.active>.title a{color:#333}.section-container.vertical-nav>section:not(.active),.section-container.vertical-nav>.section:not(.active){padding:0 !important}[data-section='horizontal-nav'],.section-container.horizontal-nav{width:100%;position:relative;display:block;margin-bottom:1.25em}[data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]),.section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]){visibility:hidden}[data-section='horizontal-nav'][data-section-small-style],.section-container.horizontal-nav[data-section-small-style]{width:100% !important}[data-section='horizontal-nav'][data-section-small-style]>[data-section-region],[data-section='horizontal-nav'][data-section-small-style]>section,[data-section='horizontal-nav'][data-section-small-style]>.section,.section-container.horizontal-nav[data-section-small-style]>[data-section-region],.section-container.horizontal-nav[data-section-small-style]>section,.section-container.horizontal-nav[data-section-small-style]>.section{padding:0 !important;margin:0 !important}[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>[data-section-region]>.title,[data-section='horizontal-nav'][data-section-small-style]>section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>section>.title,[data-section='horizontal-nav'][data-section-small-style]>.section>[data-section-title],[data-section='horizontal-nav'][data-section-small-style]>.section>.title,.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>[data-section-region]>.title,.section-container.horizontal-nav[data-section-small-style]>section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>section>.title,.section-container.horizontal-nav[data-section-small-style]>.section>[data-section-title],.section-container.horizontal-nav[data-section-small-style]>.section>.title{width:100% !important}[data-section='horizontal-nav']>section,[data-section='horizontal-nav']>.section,[data-section='horizontal-nav']>[data-section-region],.section-container.horizontal-nav>section,.section-container.horizontal-nav>.section,.section-container.horizontal-nav>[data-section-region]{position:relative;float:left}[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title{margin-bottom:0}[data-section='horizontal-nav']>section>[data-section-title] a,[data-section='horizontal-nav']>section>.title a,[data-section='horizontal-nav']>.section>[data-section-title] a,[data-section='horizontal-nav']>.section>.title a,[data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,[data-section='horizontal-nav']>[data-section-region]>.title a,.section-container.horizontal-nav>section>[data-section-title] a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>[data-section-title] a,.section-container.horizontal-nav>.section>.title a,.section-container.horizontal-nav>[data-section-region]>[data-section-title] a,.section-container.horizontal-nav>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}[data-section='horizontal-nav']>section>[data-section-content],[data-section='horizontal-nav']>section>.content,[data-section='horizontal-nav']>.section>[data-section-content],[data-section='horizontal-nav']>.section>.content,[data-section='horizontal-nav']>[data-section-region]>[data-section-content],[data-section='horizontal-nav']>[data-section-region]>.content,.section-container.horizontal-nav>section>[data-section-content],.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>[data-section-content],.section-container.horizontal-nav>.section>.content,.section-container.horizontal-nav>[data-section-region]>[data-section-content],.section-container.horizontal-nav>[data-section-region]>.content{display:none}[data-section='horizontal-nav']>section.active>[data-section-content],[data-section='horizontal-nav']>section.active>.content,[data-section='horizontal-nav']>.section.active>[data-section-content],[data-section='horizontal-nav']>.section.active>.content,[data-section='horizontal-nav']>[data-section-region].active>[data-section-content],[data-section='horizontal-nav']>[data-section-region].active>.content,.section-container.horizontal-nav>section.active>[data-section-content],.section-container.horizontal-nav>section.active>.content,.section-container.horizontal-nav>.section.active>[data-section-content],.section-container.horizontal-nav>.section.active>.content,.section-container.horizontal-nav>[data-section-region].active>[data-section-content],.section-container.horizontal-nav>[data-section-region].active>.content{display:block}[data-section='horizontal-nav']>section:not(.active),[data-section='horizontal-nav']>.section:not(.active),[data-section='horizontal-nav']>[data-section-region]:not(.active),.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active),.section-container.horizontal-nav>[data-section-region]:not(.active){padding:0 !important}[data-section='horizontal-nav']>section>[data-section-title],[data-section='horizontal-nav']>section>.title,[data-section='horizontal-nav']>.section>[data-section-title],[data-section='horizontal-nav']>.section>.title,[data-section='horizontal-nav']>[data-section-region]>[data-section-title],[data-section='horizontal-nav']>[data-section-region]>.title,.section-container.horizontal-nav>section>[data-section-title],.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>[data-section-title],.section-container.horizontal-nav>.section>.title,.section-container.horizontal-nav>[data-section-region]>[data-section-title],.section-container.horizontal-nav>[data-section-region]>.title{position:static;width:auto}[data-section='horizontal-nav']>section>[data-section-title] a,[data-section='horizontal-nav']>section>.title a,[data-section='horizontal-nav']>.section>[data-section-title] a,[data-section='horizontal-nav']>.section>.title a,[data-section='horizontal-nav']>[data-section-region]>[data-section-title] a,[data-section='horizontal-nav']>[data-section-region]>.title a,.section-container.horizontal-nav>section>[data-section-title] a,.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>[data-section-title] a,.section-container.horizontal-nav>.section>.title a,.section-container.horizontal-nav>[data-section-region]>[data-section-title] a,.section-container.horizontal-nav>[data-section-region]>.title a{display:block}[data-section='horizontal-nav']>section>[data-section-content],[data-section='horizontal-nav']>section>.content,[data-section='horizontal-nav']>.section>[data-section-content],[data-section='horizontal-nav']>.section>.content,[data-section='horizontal-nav']>[data-section-region]>[data-section-content],[data-section='horizontal-nav']>[data-section-region]>.content,.section-container.horizontal-nav>section>[data-section-content],.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>[data-section-content],.section-container.horizontal-nav>.section>.content,.section-container.horizontal-nav>[data-section-region]>[data-section-content],.section-container.horizontal-nav>[data-section-region]>.content{width:auto;position:absolute;top:0;left:0;z-index:999;min-width:12.5em}.section-container.horizontal-nav{background:#efefef;border:1px solid #ccc}.section-container.horizontal-nav>section>.title,.section-container.horizontal-nav>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.section-container.horizontal-nav>section>.title a,.section-container.horizontal-nav>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.section-container.horizontal-nav>section>.title:hover,.section-container.horizontal-nav>.section>.title:hover{background-color:#e2e2e2}.section-container.horizontal-nav>section>.content,.section-container.horizontal-nav>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.section-container.horizontal-nav>section>.content>*:last-child,.section-container.horizontal-nav>.section>.content>*:last-child{margin-bottom:0}.section-container.horizontal-nav>section>.content>*:first-child,.section-container.horizontal-nav>.section>.content>*:first-child{padding-top:0}.section-container.horizontal-nav>section>.content>*:last-child:not(.flex-video),.section-container.horizontal-nav>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.section-container.horizontal-nav>section.active>.title,.section-container.horizontal-nav>.section.active>.title{background:#d5d5d5}.section-container.horizontal-nav>section.active>.title a,.section-container.horizontal-nav>.section.active>.title a{color:#333}.section-container.horizontal-nav>section:not(.active),.section-container.horizontal-nav>.section:not(.active){padding:0 !important}}.no-js [data-section],.no-js .section-container{width:100%;position:relative;display:block;margin-bottom:1.25em}.no-js [data-section][data-section-small-style],.no-js .section-container[data-section-small-style]{width:100% !important}.no-js [data-section][data-section-small-style]>[data-section-region],.no-js [data-section][data-section-small-style]>section,.no-js [data-section][data-section-small-style]>.section,.no-js .section-container[data-section-small-style]>[data-section-region],.no-js .section-container[data-section-small-style]>section,.no-js .section-container[data-section-small-style]>.section{padding:0 !important;margin:0 !important}.no-js [data-section][data-section-small-style]>[data-section-region]>[data-section-title],.no-js [data-section][data-section-small-style]>[data-section-region]>.title,.no-js [data-section][data-section-small-style]>section>[data-section-title],.no-js [data-section][data-section-small-style]>section>.title,.no-js [data-section][data-section-small-style]>.section>[data-section-title],.no-js [data-section][data-section-small-style]>.section>.title,.no-js .section-container[data-section-small-style]>[data-section-region]>[data-section-title],.no-js .section-container[data-section-small-style]>[data-section-region]>.title,.no-js .section-container[data-section-small-style]>section>[data-section-title],.no-js .section-container[data-section-small-style]>section>.title,.no-js .section-container[data-section-small-style]>.section>[data-section-title],.no-js .section-container[data-section-small-style]>.section>.title{width:100% !important}.no-js [data-section]>section,.no-js [data-section]>.section,.no-js [data-section]>[data-section-region],.no-js .section-container>section,.no-js .section-container>.section,.no-js .section-container>[data-section-region]{margin:0}.no-js [data-section]>section>[data-section-title],.no-js [data-section]>section>.title,.no-js [data-section]>.section>[data-section-title],.no-js [data-section]>.section>.title,.no-js [data-section]>[data-section-region]>[data-section-title],.no-js [data-section]>[data-section-region]>.title,.no-js .section-container>section>[data-section-title],.no-js .section-container>section>.title,.no-js .section-container>.section>[data-section-title],.no-js .section-container>.section>.title,.no-js .section-container>[data-section-region]>[data-section-title],.no-js .section-container>[data-section-region]>.title{margin-bottom:0}.no-js [data-section]>section>[data-section-title] a,.no-js [data-section]>section>.title a,.no-js [data-section]>.section>[data-section-title] a,.no-js [data-section]>.section>.title a,.no-js [data-section]>[data-section-region]>[data-section-title] a,.no-js [data-section]>[data-section-region]>.title a,.no-js .section-container>section>[data-section-title] a,.no-js .section-container>section>.title a,.no-js .section-container>.section>[data-section-title] a,.no-js .section-container>.section>.title a,.no-js .section-container>[data-section-region]>[data-section-title] a,.no-js .section-container>[data-section-region]>.title a{width:100%;display:inline-block;white-space:nowrap}.no-js [data-section]>section>[data-section-content],.no-js [data-section]>section>.content,.no-js [data-section]>.section>[data-section-content],.no-js [data-section]>.section>.content,.no-js [data-section]>[data-section-region]>[data-section-content],.no-js [data-section]>[data-section-region]>.content,.no-js .section-container>section>[data-section-content],.no-js .section-container>section>.content,.no-js .section-container>.section>[data-section-content],.no-js .section-container>.section>.content,.no-js .section-container>[data-section-region]>[data-section-content],.no-js .section-container>[data-section-region]>.content{display:none}.no-js [data-section]>section.active>[data-section-content],.no-js [data-section]>section.active>.content,.no-js [data-section]>.section.active>[data-section-content],.no-js [data-section]>.section.active>.content,.no-js [data-section]>[data-section-region].active>[data-section-content],.no-js [data-section]>[data-section-region].active>.content,.no-js .section-container>section.active>[data-section-content],.no-js .section-container>section.active>.content,.no-js .section-container>.section.active>[data-section-content],.no-js .section-container>.section.active>.content,.no-js .section-container>[data-section-region].active>[data-section-content],.no-js .section-container>[data-section-region].active>.content{display:block}.no-js [data-section]>section:not(.active),.no-js [data-section]>.section:not(.active),.no-js [data-section]>[data-section-region]:not(.active),.no-js .section-container>section:not(.active),.no-js .section-container>.section:not(.active),.no-js .section-container>[data-section-region]:not(.active){padding:0 !important}.no-js [data-section]>section>[data-section-title],.no-js [data-section]>section>.title,.no-js [data-section]>.section>[data-section-title],.no-js [data-section]>.section>.title,.no-js [data-section]>[data-section-region]>[data-section-title],.no-js [data-section]>[data-section-region]>.title,.no-js .section-container>section>[data-section-title],.no-js .section-container>section>.title,.no-js .section-container>.section>[data-section-title],.no-js .section-container>.section>.title,.no-js .section-container>[data-section-region]>[data-section-title],.no-js .section-container>[data-section-region]>.title{width:100%}.no-js .section-container{border-top:1px solid #ccc}.no-js .section-container>section>.title,.no-js .section-container>.section>.title{background-color:#efefef;cursor:pointer;border:solid 1px #ccc}.no-js .section-container>section>.title a,.no-js .section-container>.section>.title a{padding:0.9375em;color:#333;font-size:0.875em;background:none}.no-js .section-container>section>.title:hover,.no-js .section-container>.section>.title:hover{background-color:#e2e2e2}.no-js .section-container>section>.content,.no-js .section-container>.section>.content{padding:0.9375em;background-color:#fff;border:solid 1px #ccc}.no-js .section-container>section>.content>*:last-child,.no-js .section-container>.section>.content>*:last-child{margin-bottom:0}.no-js .section-container>section>.content>*:first-child,.no-js .section-container>.section>.content>*:first-child{padding-top:0}.no-js .section-container>section>.content>*:last-child:not(.flex-video),.no-js .section-container>.section>.content>*:last-child:not(.flex-video){padding-bottom:0}.no-js .section-container>section.active>.title,.no-js .section-container>.section.active>.title{background:#d5d5d5}.no-js .section-container>section.active>.title a,.no-js .section-container>.section.active>.title a{color:#333}.no-js .section-container>section:not(.active),.no-js .section-container>.section:not(.active){padding:0 !important}.no-js .section-container>section>.title,.no-js .section-container>.section>.title{border-top:none}.contain-to-grid{width:100%;background:#111}.contain-to-grid .top-bar{margin-bottom:1.875em}.fixed{width:100%;left:0;position:fixed;top:0;z-index:99}.top-bar{overflow:hidden;height:45px;line-height:45px;position:relative;background:#111;margin-bottom:1.875em}.top-bar ul{margin-bottom:0;list-style:none}.top-bar .row{max-width:none}.top-bar form,.top-bar input{margin-bottom:0}.top-bar input{height:2.45em}.top-bar .button{padding-top:.5em;padding-bottom:.5em;margin-bottom:0}.top-bar .title-area{position:relative;margin:0}.top-bar .name{height:45px;margin:0;font-size:16}.top-bar .name h1{line-height:45px;font-size:1.0625em;margin:0}.top-bar .name h1 a{font-weight:bold;color:#fff;width:50%;display:block;padding:0 15px}.top-bar .toggle-topbar{position:absolute;right:0;top:0}.top-bar .toggle-topbar a{color:#fff;text-transform:uppercase;font-size:0.8125em;font-weight:bold;position:relative;display:block;padding:0 15px;height:45px;line-height:45px}.top-bar .toggle-topbar.menu-icon{right:15px;top:50%;margin-top:-16px;padding-left:40px}.top-bar .toggle-topbar.menu-icon a{text-indent:-48px;width:34px;height:34px;line-height:33px;padding:0;color:#fff}.top-bar .toggle-topbar.menu-icon a span{position:absolute;right:0;display:block;width:16px;height:0;-webkit-box-shadow:0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;box-shadow:0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff}.top-bar.expanded{height:auto;background:transparent}.top-bar.expanded .title-area{background:#111}.top-bar.expanded .toggle-topbar a{color:#888}.top-bar.expanded .toggle-topbar a span{-webkit-box-shadow:0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;box-shadow:0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888}.top-bar-section{left:0;position:relative;width:auto;-webkit-transition:left 300ms ease-out;-moz-transition:left 300ms ease-out;transition:left 300ms ease-out}.top-bar-section ul{width:100%;height:auto;display:block;background:#222;font-size:16;margin:0}.top-bar-section .divider,.top-bar-section [role="separator"]{border-bottom:solid 1px #2b2b2b;border-top:solid 1px #000;clear:both;height:1px;width:100%}.top-bar-section ul li>a{display:block;width:100%;color:#fff;padding:12px 0 12px 0;padding-left:15px;font-size:0.8125em;font-weight:bold;background:#222}.top-bar-section ul li>a.button{background:#2ba6cb;font-size:0.8125em}.top-bar-section ul li>a.button.hover{background:#2284a1}.top-bar-section ul li>a.button.secondary{background:#e9e9e9}.top-bar-section ul li>a.button.secondary.hover{background:#d0d0d0}.top-bar-section ul li>a.button.success{background:#5da423}.top-bar-section ul li>a.button.success.hover{background:#457a1a}.top-bar-section ul li>a.button.alert{background:#c60f13}.top-bar-section ul li>a.button.alert.hover{background:#970b0e}.top-bar-section ul li.hover>a{background:#090909;color:#fff}.top-bar-section ul li.active>a{background:#090909;color:#fff}.top-bar-section .has-form{padding:15px}.top-bar-section .has-dropdown{position:relative}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:transparent transparent transparent rgba(255,255,255,0.5);border-left-style:solid;margin-right:15px;margin-top:-4.5px;position:absolute;top:50%;right:0}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>.dropdown{visibility:visible}.top-bar-section .dropdown{position:absolute;left:100%;top:0;visibility:hidden;z-index:99}.top-bar-section .dropdown li{width:100%;height:auto}.top-bar-section .dropdown li a{font-weight:normal;padding:8px 15px}.top-bar-section .dropdown li a.parent-link{font-weight:bold}.top-bar-section .dropdown li.title h5{margin-bottom:0}.top-bar-section .dropdown li.title h5 a{color:#fff;line-height:22.5px;display:block}.top-bar-section .dropdown label{padding:8px 15px 2px;margin-bottom:0;text-transform:uppercase;color:#555;font-weight:bold;font-size:0.625em}.top-bar-js-breakpoint{width:58.75em !important;visibility:hidden}.js-generated{display:block}@media only screen and (min-width: 58.75em){.top-bar{background:#111;zoom:1;overflow:visible}.top-bar:before,.top-bar:after{content:" ";display:table}.top-bar:after{clear:both}.top-bar .toggle-topbar{display:none}.top-bar .title-area{float:left}.top-bar .name h1 a{width:auto}.top-bar input,.top-bar .button{line-height:2em;font-size:0.875em;height:2em;padding:0 10px;position:relative;top:8px}.top-bar.expanded{background:#111}.contain-to-grid .top-bar{max-width:62.5em;margin:0 auto;margin-bottom:1.875em}.top-bar-section{-webkit-transition:none 0 0;-moz-transition:none 0 0;transition:none 0 0;left:0 !important}.top-bar-section ul{width:auto;height:auto !important;display:inline}.top-bar-section ul li{float:left}.top-bar-section ul li .js-generated{display:none}.top-bar-section li a:not(.button){padding:0 15px;line-height:45px;background:#111}.top-bar-section li a:not(.button).hover{background:#000}.top-bar-section .has-dropdown>a{padding-right:35px;}.top-bar-section .has-dropdown>a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:rgba(255,255,255,0.5) transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:22.5px}.top-bar-section .has-dropdown.moved{position:relative}.top-bar-section .has-dropdown.moved>.dropdown{visibility:hidden}.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{visibility:visible}.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after{border:none;content:"\00bb";margin-top:-16px;right:5px}.top-bar-section .dropdown{left:0;top:auto;background:transparent;min-width:100%}.top-bar-section .dropdown li a{color:#fff;line-height:1;white-space:nowrap;padding:7px 15px;background:#1e1e1e}.top-bar-section .dropdown li label{white-space:nowrap;background:#1e1e1e}.top-bar-section .dropdown li .dropdown{left:100%;top:0}.top-bar-section>ul>.divider,.top-bar-section>ul>[role="separator"]{border-bottom:none;border-top:none;border-right:solid 1px #2b2b2b;border-left:solid 1px #000;clear:none;height:45px;width:0px}.top-bar-section .has-form{background:#111;padding:0 15px;height:45px}.top-bar-section ul.right li .dropdown{left:auto;right:0}.top-bar-section ul.right li .dropdown li .dropdown{right:100%}.no-js .top-bar-section ul li:hover>a{background:#090909;color:#fff}.no-js .top-bar-section ul li:active>a{background:#090909;color:#fff}.no-js .top-bar-section .has-dropdown:hover>.dropdown{visibility:visible}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-o-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.slideshow-wrapper{position:relative}.slideshow-wrapper ul{list-style-type:none;margin:0}.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{display:none}.slideshow-wrapper ul li:first-child{display:block}.slideshow-wrapper .orbit-container{background-color:transparent}.slideshow-wrapper .orbit-container li{display:block}.slideshow-wrapper .orbit-container li .orbit-caption{display:block}.preloader{display:block;width:40px;height:40px;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px;border:solid 3px;border-color:#555 #fff;-webkit-border-radius:1000px;border-radius:1000px;-webkit-animation-name:rotate;-webkit-animation-duration:1.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotate;-moz-animation-duration:1.5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-o-animation-name:rotate;-o-animation-duration:1.5s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;animation-name:rotate;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}.orbit-container{overflow:hidden;width:100%;position:relative;background:#f5f5f5}.orbit-container .orbit-slides-container{list-style:none;margin:0;padding:0;position:relative}.orbit-container .orbit-slides-container img{display:block;max-width:100%}.orbit-container .orbit-slides-container>*{position:absolute;top:0;width:100%;margin-left:100%}.orbit-container .orbit-slides-container>*:first-child{margin-left:0%}.orbit-container .orbit-slides-container>* .orbit-caption{position:absolute;bottom:0;background-color:#000;background-color:rgba(0,0,0,0.6);color:#fff;width:100%;padding:10px 14px;font-size:0.875em}.orbit-container .orbit-slide-number{position:absolute;top:10px;left:10px;font-size:12px;color:#fff;background:rgba(0,0,0,0);z-index:10}.orbit-container .orbit-slide-number span{font-weight:700;padding:0.3125em}.orbit-container .orbit-timer{position:absolute;top:10px;right:10px;height:6px;width:100px;z-index:10}.orbit-container .orbit-timer .orbit-progress{height:100%;background-color:#000;background-color:rgba(0,0,0,0.6);display:block;width:0%}.orbit-container .orbit-timer>span{display:none;position:absolute;top:10px;right:0px;width:11px;height:14px;border:solid 4px #000;border-top:none;border-bottom:none}.orbit-container .orbit-timer.paused>span{right:-6px;top:9px;width:11px;height:14px;border:inset 8px;border-right-style:solid;border-color:transparent transparent transparent #000}.orbit-container:hover .orbit-timer>span{display:block}.orbit-container .orbit-prev,.orbit-container .orbit-next{position:absolute;top:50%;margin-top:-25px;background-color:#000;background-color:rgba(0,0,0,0.6);width:50px;height:60px;line-height:50px;color:white;text-indent:-9999px !important;z-index:10}.orbit-container .orbit-prev>span,.orbit-container .orbit-next>span{position:absolute;top:50%;margin-top:-16px;display:block;width:0;height:0;border:inset 16px}.orbit-container .orbit-prev{left:0}.orbit-container .orbit-prev>span{border-right-style:solid;border-color:transparent;border-right-color:#fff}.orbit-container .orbit-prev:hover>span{border-right-color:#ccc}.orbit-container .orbit-next{right:0}.orbit-container .orbit-next>span{border-color:transparent;border-left-style:solid;border-left-color:#fff;left:50%;margin-left:-8px}.orbit-container .orbit-next:hover>span{border-left-color:#ccc}.orbit-bullets{margin:0 auto 30px auto;overflow:hidden;position:relative;top:10px}.orbit-bullets li{display:block;width:10px;height:10px;background:#999;float:left;margin-right:6px;border:solid 1px #555;-webkit-border-radius:1000px;border-radius:1000px}.orbit-bullets li.active{background:#555}.orbit-bullets li:last-child{margin-right:0}.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:none}.touch .orbit-bullets{display:none}@media only screen and (min-width: 768px){.touch .orbit-container .orbit-prev,.touch .orbit-container .orbit-next{display:inherit}.touch .orbit-bullets{display:block}}@media only screen and (max-width: 768px){.orbit-stack-on-small .orbit-slides-container{height:auto !important}.orbit-stack-on-small .orbit-slides-container>*{position:relative;margin-left:0% !important}.orbit-stack-on-small .orbit-timer,.orbit-stack-on-small .orbit-next,.orbit-stack-on-small .orbit-prev,.orbit-stack-on-small .orbit-bullets{display:none}}.reveal-modal-bg{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,0.45);z-index:98;display:none;top:0;left:0}.reveal-modal{visibility:hidden;display:none;position:absolute;left:50%;z-index:99;height:auto;margin-left:-40%;width:80%;background-color:#fff;padding:1.25em;border:solid 1px #666;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);box-shadow:0 0 10px rgba(0,0,0,0.4);top:50px}.reveal-modal .column,.reveal-modal .columns{min-width:0}.reveal-modal>:first-child{margin-top:0}.reveal-modal>:last-child{margin-bottom:0}.reveal-modal .close-reveal-modal{font-size:1.375em;line-height:1;position:absolute;top:0.5em;right:0.6875em;color:#aaa;font-weight:bold;cursor:pointer}@media only screen and (min-width: 768px){.reveal-modal{padding:1.875em;top:6.25em}.reveal-modal.tiny{margin-left:-15%;width:30%}.reveal-modal.small{margin-left:-20%;width:40%}.reveal-modal.medium{margin-left:-30%;width:60%}.reveal-modal.large{margin-left:-35%;width:70%}.reveal-modal.xlarge{margin-left:-47.5%;width:95%}}@media print{.reveal-modal{background:#fff !important}}.joyride-list{display:none}.joyride-tip-guide{display:none;position:absolute;background:#000;color:#fff;z-index:101;top:0;left:2.5%;font-family:inherit;font-weight:normal;width:95%}.lt-ie9 .joyride-tip-guide{max-width:800px;left:50%;margin-left:-400px}.joyride-content-wrapper{width:100%;padding:1.125em 1.25em 1.5em}.joyride-content-wrapper .button{margin-bottom:0 !important}.joyride-tip-guide .joyride-nub{display:block;position:absolute;left:22px;width:0;height:0;border:inset 14px}.joyride-tip-guide .joyride-nub.top{border-top-style:solid;border-color:#000;border-top-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;top:-28px}.joyride-tip-guide .joyride-nub.bottom{border-bottom-style:solid;border-color:#000 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-28px}.joyride-tip-guide .joyride-nub.right{right:-28px}.joyride-tip-guide .joyride-nub.left{left:-28px}.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6{line-height:1.25;margin:0;font-weight:bold;color:#fff}.joyride-tip-guide p{margin:0 0 1.125em 0;font-size:0.875em;line-height:1.3}.joyride-timer-indicator-wrap{width:50px;height:3px;border:solid 1px #555;position:absolute;right:1.0625em;bottom:1em}.joyride-timer-indicator{display:block;width:0;height:inherit;background:#666}.joyride-close-tip{position:absolute;right:12px;top:10px;color:#777 !important;text-decoration:none;font-size:30px;font-weight:normal;line-height:0.5 !important}.joyride-close-tip:hover,.joyride-close-tip:focus{color:#eee !important}.joyride-modal-bg{position:fixed;height:100%;width:100%;background:transparent;background:rgba(0,0,0,0.5);z-index:100;display:none;top:0;left:0;cursor:pointer}.joyride-expose-wrapper{background-color:#ffffff;position:absolute;border-radius:3px;z-index:102;-moz-box-shadow:0px 0px 30px #fff;-webkit-box-shadow:0px 0px 15px #fff;box-shadow:0px 0px 15px #fff}.joyride-expose-cover{background:transparent;border-radius:3px;position:absolute;z-index:9999;top:0px;left:0px}@media only screen and (min-width: 768px){.joyride-tip-guide{width:300px;left:inherit}.joyride-tip-guide .joyride-nub.bottom{border-color:#000 !important;border-bottom-color:transparent !important;border-left-color:transparent !important;border-right-color:transparent !important;bottom:-28px}.joyride-tip-guide .joyride-nub.right{border-color:#000 !important;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;top:22px;left:auto;right:-28px}.joyride-tip-guide .joyride-nub.left{border-color:#000 !important;border-top-color:transparent !important;border-left-color:transparent !important;border-bottom-color:transparent !important;top:22px;left:-28px;right:auto}}[data-clearing]{zoom:1;margin-bottom:0;margin-left:0;list-style:none}[data-clearing]:before,[data-clearing]:after{content:" ";display:table}[data-clearing]:after{clear:both}[data-clearing] li{float:left;margin-right:10px}.clearing-blackout{background:#111;position:fixed;width:100%;height:100%;top:0;left:0;z-index:998}.clearing-blackout .clearing-close{display:block}.clearing-container{position:relative;z-index:998;height:100%;overflow:hidden;margin:0}.visible-img{height:95%;position:relative}.visible-img img{position:absolute;left:50%;top:50%;margin-left:-50%;max-height:100%;max-width:100%}.clearing-caption{color:#fff;line-height:1.3;margin-bottom:0;text-align:center;bottom:0;background:#111;width:100%;padding:10px 30px;position:absolute;left:0}.clearing-close{z-index:999;padding-left:20px;padding-top:10px;font-size:40px;line-height:1;color:#fff;display:none}.clearing-close:hover,.clearing-close:focus{color:#ccc}.clearing-assembled .clearing-container{height:100%}.clearing-assembled .clearing-container .carousel>ul{display:none}.clearing-feature li{display:none}.clearing-feature li.clearing-featured-img{display:block}@media only screen and (min-width: 768px){.clearing-main-prev,.clearing-main-next{position:absolute;height:100%;width:40px;top:0}.clearing-main-prev>span,.clearing-main-next>span{position:absolute;top:50%;display:block;width:0;height:0;border:solid 16px}.clearing-main-prev{left:0}.clearing-main-prev>span{left:5px;border-color:transparent;border-right-color:#fff}.clearing-main-next{right:0}.clearing-main-next>span{border-color:transparent;border-left-color:#fff}.clearing-main-prev.disabled,.clearing-main-next.disabled{opacity:0.5}.clearing-assembled .clearing-container .carousel{background:#111;height:150px;margin-top:5px}.clearing-assembled .clearing-container .carousel>ul{display:block;z-index:999;width:200%;height:100%;margin-left:0;position:relative;left:0}.clearing-assembled .clearing-container .carousel>ul li{display:block;width:175px;height:inherit;padding:0;float:left;overflow:hidden;margin-right:1px;position:relative;cursor:pointer;opacity:0.4}.clearing-assembled .clearing-container .carousel>ul li.fix-height img{min-height:100%;height:100%;max-width:none}.clearing-assembled .clearing-container .carousel>ul li a.th{border:none;-webkit-box-shadow:none;box-shadow:none;display:block}.clearing-assembled .clearing-container .carousel>ul li img{cursor:pointer !important;min-width:100% !important}.clearing-assembled .clearing-container .carousel>ul li.visible{opacity:1}.clearing-assembled .clearing-container .visible-img{background:#111;overflow:hidden;height:75%}.clearing-close{position:absolute;top:10px;right:20px;padding-left:0;padding-top:0}}.alert-box{border-style:solid;border-width:1px;display:block;font-weight:bold;margin-bottom:1.25em;position:relative;padding:0.6875em 1.3125em 0.75em 0.6875em;font-size:0.875em;background-color:#2ba6cb;border-color:#2284a1;color:#fff}.alert-box .close{font-size:1.375em;padding:5px 4px 4px;line-height:0;position:absolute;top:0.4375em;right:0.3125em;color:#333;opacity:0.3}.alert-box .close:hover,.alert-box .close:focus{opacity:0.5}.alert-box.radius{-webkit-border-radius:3px;border-radius:3px}.alert-box.round{-webkit-border-radius:1000px;border-radius:1000px}.alert-box.success{background-color:#5da423;border-color:#457a1a;color:#fff}.alert-box.alert{background-color:#c60f13;border-color:#970b0e;color:#fff}.alert-box.secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#505050}.breadcrumbs{display:block;padding:0.5625em 0.875em 0.5625em;overflow:hidden;margin-left:0;list-style:none;border-style:solid;border-width:1px;background-color:#f6f6f6;border-color:#dcdcdc;-webkit-border-radius:3px;border-radius:3px}.breadcrumbs>*{margin:0;float:left;font-size:0.6875em;text-transform:uppercase}.breadcrumbs>*:hover a,.breadcrumbs>*:focus a{text-decoration:underline}.breadcrumbs>* a,.breadcrumbs>* span{text-transform:uppercase;color:#2ba6cb}.breadcrumbs>*.current{cursor:default;color:#333}.breadcrumbs>*.current a{cursor:default;color:#333}.breadcrumbs>*.current:hover,.breadcrumbs>*.current:hover a,.breadcrumbs>*.current:focus,.breadcrumbs>*.current:focus a{text-decoration:none}.breadcrumbs>*.unavailable{color:#999}.breadcrumbs>*.unavailable a{color:#999}.breadcrumbs>*.unavailable:hover,.breadcrumbs>*.unavailable:hover a,.breadcrumbs>*.unavailable:focus,.breadcrumbs>*.unavailable a:focus{text-decoration:none;color:#999;cursor:default}.breadcrumbs>*:before{content:"/";color:#aaa;margin:0 0.75em;position:relative;top:1px}.breadcrumbs>*:first-child:before{content:" ";margin:0}form.custom .hidden-field{margin-left:-99999px;position:absolute;visibility:hidden}form.custom .custom{display:inline-block;width:16px;height:16px;position:relative;top:-1px;vertical-align:middle;border:solid 1px #ccc;background:#fff}form.custom .custom.checkbox{-webkit-border-radius:0px;border-radius:0px;padding:-1px}form.custom .custom.radio{-webkit-border-radius:1000px;border-radius:1000px;padding:3px}form.custom .custom.checkbox:before{content:"";display:block;font-size:16px;color:#fff}form.custom .custom.radio.checked:before{content:"";display:block;width:8px;height:8px;-webkit-border-radius:1000px;border-radius:1000px;background:#222;position:relative}form.custom .custom.checkbox.checked:before{content:"\00d7";color:#222;position:absolute;top:-50%;left:50%;margin-top:4px;margin-left:-5px}form.custom .custom.dropdown{display:block;position:relative;top:0;height:2.3125em;margin-bottom:1.25em;margin-top:0px;padding:0px;width:100%;background:#fff;background:-moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);background:-webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);-webkit-box-shadow:none;background:linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);box-shadow:none;font-size:0.875em;vertical-align:top}form.custom .custom.dropdown ul{overflow-y:auto;max-height:200px}form.custom .custom.dropdown .current{cursor:default;white-space:nowrap;line-height:2.25em;color:rgba(0,0,0,0.75);text-decoration:none;overflow:hidden;display:block;margin-left:0.5em;margin-right:2.3125em}form.custom .custom.dropdown .selector{cursor:default;position:absolute;width:2.5em;height:2.3125em;display:block;right:0;top:0}form.custom .custom.dropdown .selector:after{content:"";display:block;content:"";display:block;width:0;height:0;border:inset 5px;border-color:#aaa transparent transparent transparent;border-top-style:solid;position:absolute;left:0.9375em;top:50%;margin-top:-3px}form.custom .custom.dropdown:hover a.selector:after,form.custom .custom.dropdown.open a.selector:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:#222 transparent transparent transparent;border-top-style:solid}form.custom .custom.dropdown .disabled{color:#888}form.custom .custom.dropdown .disabled:hover{background:transparent;color:#888}form.custom .custom.dropdown .disabled:hover:after{display:none}form.custom .custom.dropdown.open ul{display:block;z-index:10;min-width:100%;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}form.custom .custom.dropdown.small{max-width:134px}form.custom .custom.dropdown.medium{max-width:254px}form.custom .custom.dropdown.large{max-width:434px}form.custom .custom.dropdown.expand{width:100% !important}form.custom .custom.dropdown.open.small ul{min-width:134px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.custom .custom.dropdown.open.medium ul{min-width:254px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.custom .custom.dropdown.open.large ul{min-width:434px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}form.custom .error .custom.dropdown{border-color:#c60f13;background-color:rgba(198,15,19,0.1);background:rgba(198,15,19,0.1);margin-bottom:0}form.custom .error .custom.dropdown:focus{background:#fafafa;border-color:#999}form.custom .error .custom.dropdown+small.error{margin-top:0}form.custom .custom.dropdown ul{position:absolute;width:auto;display:none;margin:0;left:-1px;top:auto;-webkit-box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);box-shadow:0 2px 2px 0px rgba(0,0,0,0.1);margin:0;padding:0;background:#fff;border:solid 1px #ccc;font-size:16}form.custom .custom.dropdown ul li{color:#555;font-size:0.875em;cursor:default;padding-top:0.25em;padding-bottom:0.25em;padding-left:0.375em;padding-right:2.375em;min-height:1.5em;line-height:1.5em;margin:0;white-space:nowrap;list-style:none}form.custom .custom.dropdown ul li.selected{background:#eee;color:#000}form.custom .custom.dropdown ul li:hover{background-color:#e4e4e4;color:#000}form.custom .custom.dropdown ul li.selected:hover{background:#eee;cursor:default;color:#000}form.custom .custom.dropdown ul.show{display:block}form.custom .custom.disabled{background:#ddd}.keystroke,kbd{background-color:#ededed;border-color:#dbdbdb;color:#222;border-style:solid;border-width:1px;margin:0;font-family:"Consolas","Menlo","Courier",monospace;font-size:0.875em;padding:0.125em 0.25em 0;-webkit-border-radius:3px;border-radius:3px}.label{font-weight:bold;text-align:center;text-decoration:none;line-height:1;white-space:nowrap;display:inline-block;position:relative;padding:0.1875em 0.625em 0.25em;font-size:0.875em;background-color:#2ba6cb;color:#fff}.label.radius{-webkit-border-radius:3px;border-radius:3px}.label.round{-webkit-border-radius:1000px;border-radius:1000px}.label.alert{background-color:#c60f13;color:#fff}.label.success{background-color:#5da423;color:#fff}.label.secondary{background-color:#e9e9e9;color:#333}.inline-list{margin:0 auto 1.0625em auto;margin-left:-1.375em;margin-right:0;padding:0;list-style:none;overflow:hidden}.inline-list>li{list-style:none;float:left;margin-left:1.375em;display:block}.inline-list>li>*{display:block}ul.pagination{display:block;height:1.5em;margin-left:-0.3125em}ul.pagination li{height:1.5em;color:#222;font-size:0.875em;margin-left:0.3125em}ul.pagination li a{display:block;padding:0.0625em 0.4375em 0.0625em;color:#999}ul.pagination li:hover a,ul.pagination li a:focus{background:#e6e6e6}ul.pagination li.unavailable a{cursor:default;color:#999}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus{background:transparent}ul.pagination li.current a{background:#2ba6cb;color:#fff;font-weight:bold;cursor:default}ul.pagination li.current a:hover,ul.pagination li.current a:focus{background:#2ba6cb}ul.pagination li{float:left;display:block}.pagination-centered{text-align:center}.pagination-centered ul.pagination li{float:none;display:inline-block}.panel{border-style:solid;border-width:1px;border-color:#d9d9d9;margin-bottom:1.25em;padding:1.25em;background:#f2f2f2}.panel>:first-child{margin-top:0}.panel>:last-child{margin-bottom:0}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p{color:#333}.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:0.625em}.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4}.panel.callout{border-style:solid;border-width:1px;border-color:#2284a1;margin-bottom:1.25em;padding:1.25em;background:#2ba6cb;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset}.panel.callout>:first-child{margin-top:0}.panel.callout>:last-child{margin-bottom:0}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p{color:#fff}.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:0.625em}.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4}.panel.radius{-webkit-border-radius:3px;border-radius:3px}.pricing-table{border:solid 1px #ddd;margin-left:0;margin-bottom:1.25em}.pricing-table *{list-style:none;line-height:1}.pricing-table .title{background-color:#ddd;padding:0.9375em 1.25em;text-align:center;color:#333;font-weight:bold;font-size:1em}.pricing-table .price{background-color:#eee;padding:0.9375em 1.25em;text-align:center;color:#333;font-weight:normal;font-size:1.25em}.pricing-table .description{background-color:#fff;padding:0.9375em;text-align:center;color:#777;font-size:0.75em;font-weight:normal;line-height:1.4;border-bottom:dotted 1px #ddd}.pricing-table .bullet-item{background-color:#fff;padding:0.9375em;text-align:center;color:#333;font-size:0.875em;font-weight:normal;border-bottom:dotted 1px #ddd}.pricing-table .cta-button{background-color:#f5f5f5;text-align:center;padding:1.25em 1.25em 0}.progress{background-color:transparent;height:1.5625em;border:1px solid #ccc;padding:0.125em;margin-bottom:0.625em}.progress .meter{background:#2ba6cb;height:100%;display:block}.progress.secondary .meter{background:#e9e9e9;height:100%;display:block}.progress.success .meter{background:#5da423;height:100%;display:block}.progress.alert .meter{background:#c60f13;height:100%;display:block}.progress.radius{-webkit-border-radius:3px;border-radius:3px}.progress.radius .meter{-webkit-border-radius:2px;border-radius:2px}.progress.round{-webkit-border-radius:1000px;border-radius:1000px}.progress.round .meter{-webkit-border-radius:999px;border-radius:999px}.side-nav{display:block;margin:0;padding:0.875em 0;list-style-type:none;list-style-position:inside}.side-nav li{margin:0 0 0.4375em 0;font-size:0.875em}.side-nav li a{display:block;color:#2ba6cb}.side-nav li.active>a:first-child{color:#4d4d4d;font-weight:bold}.side-nav li.divider{border-top:1px solid;height:0;padding:0;list-style:none;border-top-color:#e6e6e6}.sub-nav{display:block;width:auto;overflow:hidden;margin:-0.25em 0 1.125em;padding-top:0.25em;margin-right:0;margin-left:-0.5625em}.sub-nav dt,.sub-nav dd{float:left;display:inline;margin-left:0.5625em;margin-bottom:0.625em;font-weight:normal;font-size:0.875em}.sub-nav dt a,.sub-nav dd a{color:#999;text-decoration:none}.sub-nav dt.active a,.sub-nav dd.active a{-webkit-border-radius:1000px;border-radius:1000px;font-weight:bold;background:#2ba6cb;padding:0.1875em 0.5625em;cursor:default;color:#fff}@media only screen{div.switch{position:relative;width:100%;padding:0;display:block;overflow:hidden;border-style:solid;border-width:1px;margin-bottom:1.25em;-webkit-animation:webkitSiblingBugfix infinite 1s;height:36px;background:#fff;border-color:#ccc}div.switch label{position:relative;left:0;z-index:2;float:left;width:50%;height:100%;margin:0;font-weight:bold;text-align:left;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}div.switch input{position:absolute;z-index:3;opacity:0;width:100%;height:100%;-moz-appearance:none}div.switch input:hover,div.switch input:focus{cursor:pointer}div.switch span:last-child{position:absolute;top:-1px;left:-1px;z-index:1;display:block;padding:0;border-width:1px;border-style:solid;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out}div.switch input:not(:checked)+label{opacity:0}div.switch input:checked{display:none !important}div.switch input{left:0;display:block !important}div.switch input:first-of-type+label,div.switch input:first-of-type+span+label{left:-50%}div.switch input:first-of-type:checked+label,div.switch input:first-of-type:checked+span+label{left:0%}div.switch input:last-of-type+label,div.switch input:last-of-type+span+label{right:-50%;left:auto;text-align:right}div.switch input:last-of-type:checked+label,div.switch input:last-of-type:checked+span+label{right:0%;left:auto}div.switch span.custom{display:none !important}form.custom div.switch .hidden-field{margin-left:auto;position:absolute;visibility:visible}div.switch label{padding:0 0.375em;line-height:2.3em;font-size:0.875em}div.switch input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-2.1875em}div.switch span:last-child{width:2.25em;height:2.25em}div.switch span:last-child{border-color:#b3b3b3;background:#fff;background:-moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);background:-webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);background:linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);-webkit-box-shadow:2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 1000px #e1f5d1,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px #f5f5f5;box-shadow:2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 980px #e1f5d1,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px #f5f5f5}div.switch:hover span:last-child,div.switch:focus span:last-child{background:#fff;background:-moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);background:-webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);background:linear-gradient(to bottom, #fff 0%, #e6e6e6 100%)}div.switch:active{background:transparent}div.switch.large{height:44px}div.switch.large label{padding:0 0.375em;line-height:2.3em;font-size:1.0625em}div.switch.large input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-2.6875em}div.switch.large span:last-child{width:2.75em;height:2.75em}div.switch.small{height:28px}div.switch.small label{padding:0 0.375em;line-height:2.1em;font-size:0.75em}div.switch.small input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-1.6875em}div.switch.small span:last-child{width:1.75em;height:1.75em}div.switch.tiny{height:22px}div.switch.tiny label{padding:0 0.375em;line-height:1.9em;font-size:0.6875em}div.switch.tiny input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-1.3125em}div.switch.tiny span:last-child{width:1.375em;height:1.375em}div.switch.radius{-webkit-border-radius:4px;border-radius:4px}div.switch.radius span:last-child{-webkit-border-radius:3px;border-radius:3px}div.switch.round{-webkit-border-radius:1000px;border-radius:1000px}div.switch.round span:last-child{-webkit-border-radius:999px;border-radius:999px}div.switch.round label{padding:0 0.5625em}@-webkit-keyframes webkitSiblingBugfix{from{position:relative}to{position:relative}}}[data-magellan-expedition]{background:#fff;z-index:50;min-width:100%;padding:10px}[data-magellan-expedition] .sub-nav{margin-bottom:0}[data-magellan-expedition] .sub-nav dd{margin-bottom:0}table{background:#fff;margin-bottom:1.25em;border:solid 1px #ddd}table thead,table tfoot{background:#f5f5f5;font-weight:bold}table thead tr th,table thead tr td,table tfoot tr th,table tfoot tr td{padding:0.5em 0.625em 0.625em;font-size:0.875em;color:#222;text-align:left}table tr th,table tr td{padding:0.5625em 0.625em;font-size:0.875em;color:#222}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#f9f9f9}table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td{display:table-cell;line-height:1.125em}.th{line-height:0;display:inline-block;border:solid 4px #fff;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2);box-shadow:0 0 0 1px rgba(0,0,0,0.2);-webkit-transition:all 200ms ease-out;-moz-transition:all 200ms ease-out;transition:all 200ms ease-out}.th:hover,.th:focus{-webkit-box-shadow:0 0 6px 1px rgba(43,166,203,0.5);box-shadow:0 0 6px 1px rgba(43,166,203,0.5)}.th.radius{-webkit-border-radius:3px;border-radius:3px}a.th{display:inline-block}.has-tip{border-bottom:dotted 1px #ccc;cursor:help;font-weight:bold;color:#333}.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px #196177;color:#2ba6cb}.has-tip.tip-left,.has-tip.tip-right{float:none !important}.tooltip{display:none;position:absolute;z-index:999;font-weight:bold;font-size:0.9375em;line-height:1.3;padding:0.5em;max-width:85%;left:50%;width:100%;color:#fff;background:#000;-webkit-border-radius:3px;border-radius:3px}.tooltip>.nub{display:block;left:5px;position:absolute;width:0;height:0;border:solid 5px;border-color:transparent transparent #000 transparent;top:-10px}.tooltip.opened{color:#2ba6cb !important;border-bottom:dotted 1px #196177 !important}.tap-to-close{display:block;font-size:0.625em;color:#888;font-weight:normal}@media only screen and (min-width: 768px){.tooltip>.nub{border-color:transparent transparent #000 transparent;top:-10px}.tooltip.tip-top>.nub{border-color:#000 transparent transparent transparent;top:auto;bottom:-10px}.tooltip.tip-left,.tooltip.tip-right{float:none !important}.tooltip.tip-left>.nub{border-color:transparent transparent transparent #000;right:-10px;left:auto;top:50%;margin-top:-5px}.tooltip.tip-right>.nub{border-color:transparent #000 transparent transparent;right:auto;left:-10px;top:50%;margin-top:-5px}}@media only screen and (max-width: 767px){.f-dropdown{max-width:100%;left:0}}.f-dropdown{position:absolute;top:-9999px;list-style:none;margin-left:0;width:100%;max-height:none;height:auto;background:#fff;border:solid 1px #ccc;font-size:16;z-index:99;margin-top:2px;max-width:200px}.f-dropdown>*:first-child{margin-top:0}.f-dropdown>*:last-child{margin-bottom:0}.f-dropdown:before{content:"";display:block;width:0;height:0;border:inset 6px;border-color:transparent transparent #fff transparent;border-bottom-style:solid;position:absolute;top:-12px;left:10px;z-index:99}.f-dropdown:after{content:"";display:block;width:0;height:0;border:inset 7px;border-color:transparent transparent #ccc transparent;border-bottom-style:solid;position:absolute;top:-14px;left:9px;z-index:98}.f-dropdown.right:before{left:auto;right:10px}.f-dropdown.right:after{left:auto;right:9px}.f-dropdown li{font-size:0.875em;cursor:pointer;line-height:1.125em;margin:0}.f-dropdown li:hover,.f-dropdown li:focus{background:#eee}.f-dropdown li a{display:block;padding:0.3125em 0.625em;color:#555}.f-dropdown.content{position:absolute;top:-9999px;list-style:none;margin-left:0;padding:1.25em;width:100%;height:auto;max-height:none;background:#fff;border:solid 1px #ccc;font-size:16;z-index:99;max-width:200px}.f-dropdown.content>*:first-child{margin-top:0}.f-dropdown.content>*:last-child{margin-bottom:0}.f-dropdown.tiny{max-width:200px}.f-dropdown.small{max-width:300px}.f-dropdown.medium{max-width:500px}.f-dropdown.large{max-width:800px}


.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Artfully masterminded by ZURB */
body {
  position: relative;
}

#joyRideTipContent { display: none; }

.joyRideTipContent { display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  position: absolute;
  background: #000;
  // background: rgba(0,0,0,0.8);
  display: none;
  color: #fff;
  width: 300px;
  z-index: 101;
  top: 0; /* keeps the page from scrolling when calculating position */
  left: 0;
  // font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica", Helvetica, Arial, Lucida, sans-serif;
  font-weight: normal;
     -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.joyride-tip-guide h5 {
  text-transform: none;
}

.joyride-content-wrapper {
  border: 3px solid white;
  padding: 15px 15px 15px 15px;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
    width: 95% !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 2.5% !important;
  }
  .joyride-tip-guide-wrapper {
    width: 100%;
  }
}


/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
  border: solid 14px;
  border-color: blue;
}

.joyride-tip-guide span.joyride-nub.top {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-bottom-color so here we set the border-color
  and override the top,left,right colors below.
  */
  border-color: blue !important;
  // border-color: rgba(0,0,0,0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.bottom {
  /*
  IE7/IE8 Don't support rgba so we set the fallback
  border color here. However, IE7/IE8 are also buggy
  in that the fallback color doesn't work for
  border-top-color so here we set the border-color
  and override the bottom,left,right colors below.
  */
  border-color: blue !important;
  // border-color: rgba(0,0,0,0.8) !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.right {
  border-color: blue !important;
  // border-color: rgba(0,0,0,0.8) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  bottom: none;
  left: auto;
  right: -28px;
}

.joyride-tip-guide span.joyride-nub.left {
  border-color: blue !important;
  // border-color: rgba(0,0,0,0.8) !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  left: -28px;
  right: auto;
  bottom: none;
}

.joyride-tip-guide span.joyride-nub.top-right {
  border-color: blue !important;
  // border-color: rgba(0,0,0,0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
  left: auto;
  right: 28px;
}

/* Typography */
.joyride-tip-guide h1,.joyride-tip-guide h2,.joyride-tip-guide h3,.joyride-tip-guide h4,.joyride-tip-guide h5,.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.joyride-tip-guide h1 { font-size: 30px; }
.joyride-tip-guide h2 { font-size: 26px; }
.joyride-tip-guide h3 { font-size: 22px; }
.joyride-tip-guide h4 { font-size: 18px; }
.joyride-tip-guide h5 { font-size: 16px; }
.joyride-tip-guide h6 { font-size: 14px; }
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 18px;
}
.joyride-tip-guide a {
  color: rgb(255,255,255);
  text-decoration: none;
  border-bottom: dotted 1px rgba(255,255,255,0.6);
}
.joyride-tip-guide a:hover {
  color: rgba(255,255,255,0.8);
  border-bottom: none;
}

/* Button Style */
.joyride-tip-guide .joyride-next-tip {
  width: auto;
  padding: 6px 18px 4px;
  font-size: 13px;
  text-decoration: none;
  color: rgb(255,255,255);
  border: solid 1px rgb(0,60,180);
  background: rgb(0,99,255);
  background: -moz-linear-gradient(top, rgb(0,99,255) 0%, rgb(0,85,214) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,99,255)), color-stop(100%,rgb(0,85,214)));
  background: -webkit-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -o-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  background: -ms-linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ff', endColorstr='#0055d6',GradientType=0 )";
  background: linear-gradient(top, rgb(0,99,255) 0%,rgb(0,85,214) 100%);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
     -moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
          box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
}

.joyride-next-tip:hover {
  color: rgb(255,255,255) !important;
  border: solid 1px rgb(0,60,180) !important;
  background: rgb(43,128,255);
  background: -moz-linear-gradient(top, rgb(43,128,255) 0%, rgb(29,102,211) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(43,128,255)), color-stop(100%,rgb(29,102,211)));
  background: -webkit-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -o-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  background: -ms-linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b80ff', endColorstr='#1d66d3',GradientType=0 )";
  background: linear-gradient(top, rgb(43,128,255) 0%,rgb(29,102,211) 100%);
}

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px rgba(255,255,255,0.1);
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: rgba(255,255,255,0.25);
}

.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  // color: rgba(255,255,255,0.4) !important;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-bottom: none !important;
}

.joyride-close-tip:hover {
  color: rgba(255,255,255,0.9) !important;
}

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgb(0,0,0);
  background: transparent;
  background: rgba(0,0,0, 0.5);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.joyride-expose-wrapper {
    background-color: #ffffff;
    position: absolute;
    z-index: 102;
    -moz-box-shadow: 0px 0px 30px #ffffff;
    -webkit-box-shadow: 0px 0px 30px #ffffff;
    box-shadow: 0px 0px 30px #ffffff;
}

.joyride-expose-cover {
    background: transparent;
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
}
html,body{
 font-family: 'BebasRegular';
  width:100%;
  height:100%;
}

.slide{
  background-attachment: fixed;
  width:100%;
  position: relative;
  // min-height: 700px;
}

.wrapper{
  width:960px;
  height:200px;
  margin:0 auto;
  position:relative;
}
.slideno{
  position:absolute;
  bottom:0px;
  left:0px;
  font-size:100px;
  font-weight:bold;
  color:rgba(255,255,255,0.3);
}


video {
  min-height: 100%;
  min-width: 100%;
}

/******************************
 SLIDE 1
*******************************/
#slide1{
  background-color: black;
  background: url(//res.cloudinary.com/decosites/image/upload/v1386804911/bg-1_qgwcqy.png);
}

#slide3{
  background-color: black;
  max-height: 750px;
}

/*#slide img{
  position: absolute;
  top: 50%;
  left: 50%;
}*/


/******************************
 SLIDE 2
*******************************/
#slide2{
  background-color: white;

}


/*#slide2 img:first-child{
  position:absolute;
top: 700px;
left: -150px;
}
#slide2 img:nth-child(2){
  position:absolute;
  top:300px;
  left:100px;
}
#slide2 img:nth-child(3){
  position:absolute;
  top:600px;
  left:300px;
}
#slide2 img:nth-child(4){
  position:absolute;
  top:400px;
  left:300px;
}
#slide2 img:nth-child(5){
  position:absolute;
  top:600px;
  right:300px;
}
#slide2 img:nth-child(6){
  position:absolute;
  top:600px;
  right:300px;
}
#slide2 img:nth-child(7){
  position:absolute;
  top:400px;
  right:100px;
}
#slide2 img:nth-child(8){
  position:absolute;
  top:100px;
  right:300px;
}*/
/******************************
 SLIDE 3
*******************************/
#slide3{
  //background-color: black;
}
/*#slide3 img:first-child{
top: 700px;
left: 300px;
}
#slide3 img:nth-child(2){
  top:0px;
  left:0px;
}
#slide3 img:nth-child(3){
  position:absolute;
  top:150px;
  left:300px;
}
#slide3 img:nth-child(4){
  position:absolute;
  top:450px;
  left:300px;
}
#slide3 img:nth-child(5){
  position:absolute;
  top:200px;
  right:300px;
}
#slide3 img:nth-child(6){
  position:absolute;
  top:100px;
  right:300px;
}*/
/******************************
 SLIDE 4
*******************************/

#slide4{
  background-color: white;
}
#slide4 .parallaxbg{
  position:absolute;
  right:40px;
  top:40px;
  font-size:28px;
  color:rgba(51,51,51,0.3);
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px;
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important;
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.footable .btn,.footable .caret{display:inline-block;vertical-align:middle}.footable-details.table,.footable-details.table *,.footable.table,.footable.table *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.footable-details.table th,.footable.table th{text-align:left}.footable-details.table,.footable.table{width:100%;max-width:100%;margin-bottom:20px}.footable-details.table>caption+thead>tr:first-child>td,.footable-details.table>caption+thead>tr:first-child>th,.footable-details.table>colgroup+thead>tr:first-child>td,.footable-details.table>colgroup+thead>tr:first-child>th,.footable-details.table>thead:first-child>tr:first-child>td,.footable-details.table>thead:first-child>tr:first-child>th,.footable.table>caption+thead>tr:first-child>td,.footable.table>caption+thead>tr:first-child>th,.footable.table>colgroup+thead>tr:first-child>td,.footable.table>colgroup+thead>tr:first-child>th,.footable.table>thead:first-child>tr:first-child>td,.footable.table>thead:first-child>tr:first-child>th{border-top:0}.footable-details.table>tbody>tr>td,.footable-details.table>tbody>tr>th,.footable-details.table>tfoot>tr>td,.footable-details.table>tfoot>tr>th,.footable-details.table>thead>tr>td,.footable-details.table>thead>tr>th,.footable.table>tbody>tr>td,.footable.table>tbody>tr>th,.footable.table>tfoot>tr>td,.footable.table>tfoot>tr>th,.footable.table>thead>tr>td,.footable.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.footable-details.table>thead>tr>td,.footable-details.table>thead>tr>th,.footable.table>thead>tr>td,.footable.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.footable-details.table-condensed>tbody>tr>td,.footable-details.table-condensed>tbody>tr>th,.footable-details.table-condensed>tfoot>tr>td,.footable-details.table-condensed>tfoot>tr>th,.footable-details.table-condensed>thead>tr>td,.footable-details.table-condensed>thead>tr>th,.footable.table-condensed>tbody>tr>td,.footable.table-condensed>tbody>tr>th,.footable.table-condensed>tfoot>tr>td,.footable.table-condensed>tfoot>tr>th,.footable.table-condensed>thead>tr>td,.footable.table-condensed>thead>tr>th{padding:5px}.footable-details.table-bordered,.footable-details.table-bordered>tbody>tr>td,.footable-details.table-bordered>tbody>tr>th,.footable-details.table-bordered>tfoot>tr>td,.footable-details.table-bordered>tfoot>tr>th,.footable-details.table-bordered>thead>tr>td,.footable-details.table-bordered>thead>tr>th,.footable.table-bordered,.footable.table-bordered>tbody>tr>td,.footable.table-bordered>tbody>tr>th,.footable.table-bordered>tfoot>tr>td,.footable.table-bordered>tfoot>tr>th,.footable.table-bordered>thead>tr>td,.footable.table-bordered>thead>tr>th{border:1px solid #ddd}.footable-details.table-bordered>thead>tr>td,.footable-details.table-bordered>thead>tr>th,.footable.table-bordered>thead>tr>td,.footable.table-bordered>thead>tr>th{border-bottom-width:2px}.footable-details.table-striped>tbody>tr:nth-child(odd),.footable.table-striped>tbody>tr:nth-child(odd){background-color:#f9f9f9}.footable-details.table-hover>tbody>tr:hover,.footable.table-hover>tbody>tr:hover{background-color:#f5f5f5}.footable .btn{padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-appearance:button;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;overflow:visible;text-transform:none}.footable .btn.focus,.footable .btn:focus,.footable .btn:hover{color:#333;text-decoration:none}.footable .btn-default{color:#333;background-color:#fff;border-color:#ccc}.footable .btn-default.active,.footable .btn-default.focus,.footable .btn-default:active,.footable .btn-default:focus,.footable .btn-default:hover,.footable .open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.footable .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.footable .btn-primary.active,.footable .btn-primary.focus,.footable .btn-primary:active,.footable .btn-primary:focus,.footable .btn-primary:hover,.footable .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.footable .btn-group,.footable .btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.footable .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.footable .btn-group>.btn:first-child{margin-left:0}.footable .btn-group-vertical>.btn,.footable .btn-group>.btn{position:relative;float:left}.footable .btn-group-xs>.btn,.footable .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.footable .btn-group-sm>.btn,.footable .btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.footable .btn-group-lg>.btn,.footable .btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.footable .caret{width:0;height:0;margin-left:2px;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.footable .btn .caret{margin-left:0}.form-group{margin-bottom:15px}.footable .form-control{display:block;width:100%;height:34px;padding:6px 12px;margin:0;font-family:inherit;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.footable .input-group{position:relative;display:table;border-collapse:separate}.footable .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.footable .input-group-btn{position:relative;font-size:0}.footable .input-group-addon,.footable .input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.footable .input-group .form-control,.footable .input-group-addon,.footable .input-group-btn{display:table-cell}.footable .input-group-btn:last-child>.btn,.footable .input-group-btn:last-child>.btn-group,.footable .input-group-btn>.btn+.btn{margin-left:-1px}.footable .input-group-btn>.btn{position:relative}.footable .input-group-btn>.btn:active,.footable .input-group-btn>.btn:focus,.footable .input-group-btn>.btn:hover{z-index:2}.footable .input-group .form-control:first-child,.footable .input-group-addon:first-child,.footable .input-group-btn:first-child>.btn,.footable .input-group-btn:first-child>.btn-group>.btn,.footable .input-group-btn:first-child>.dropdown-toggle,.footable .input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.footable .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.footable .input-group .form-control:last-child,.footable .input-group-addon:last-child,.footable .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.footable .input-group-btn:first-child>.btn:not(:first-child),.footable .input-group-btn:last-child>.btn,.footable .input-group-btn:last-child>.btn-group>.btn,.footable .input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.footable .checkbox,.footable .radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.footable .checkbox label,.footable .radio label{max-width:100%;min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.footable .checkbox input[type=checkbox],.footable .checkbox-inline input[type=checkbox],.footable .radio input[type=radio],.footable .radio-inline input[type=radio]{position:absolute;margin:4px 0 0 -20px;line-height:normal}.footable .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.footable .open>.dropdown-menu{display:block}.footable .dropdown-menu-right{right:0;left:auto}.footable .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.footable .dropdown-menu>li>a:focus,.footable .dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.footable .pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.footable .pagination>li{display:inline}.footable .pagination>li:first-child>a,.footable .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.footable .pagination>li>a,.footable .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.footable .pagination>li>a:focus,.footable .pagination>li>a:hover,.footable .pagination>li>span:focus,.footable .pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.footable .pagination>.active>a,.footable .pagination>.active>a:focus,.footable .pagination>.active>a:hover,.footable .pagination>.active>span,.footable .pagination>.active>span:focus,.footable .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.footable .pagination>.disabled>a,.footable .pagination>.disabled>a:focus,.footable .pagination>.disabled>a:hover,.footable .pagination>.disabled>span,.footable .pagination>.disabled>span:focus,.footable .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.footable .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.footable .label-default{background-color:#777}.footable-loader.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.footable .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}table.footable-details,table.footable>thead>tr.footable-filtering>th div.form-group{margin-bottom:0}@media (min-width:768px){.footable .form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.footable .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.footable .form-inline .input-group{display:inline-table;vertical-align:middle}.footable .form-inline .input-group .form-control,.footable .form-inline .input-group .input-group-addon,.footable .form-inline .input-group .input-group-btn{width:auto}.footable .form-inline .input-group>.form-control{width:100%}}table.footable,table.footable-details{position:relative;width:100%;border-spacing:0;border-collapse:collapse}table.footable-hide-fouc{display:none}table>tbody>tr>td>span.footable-toggle{margin-right:8px;opacity:.3}table>tbody>tr>td>span.footable-toggle.last-column{margin-left:8px;float:right}table.table-condensed>tbody>tr>td>span.footable-toggle{margin-right:5px}table.footable-details>tbody>tr>th:nth-child(1){min-width:40px;width:120px}table.footable-details>tbody>tr>td:nth-child(2){word-break:break-all}table.footable-details>tbody>tr:first-child>td,table.footable-details>tbody>tr:first-child>th,table.footable-details>tfoot>tr:first-child>td,table.footable-details>tfoot>tr:first-child>th,table.footable-details>thead>tr:first-child>td,table.footable-details>thead>tr:first-child>th{border-top-width:0}table.footable-details.table-bordered>tbody>tr:first-child>td,table.footable-details.table-bordered>tbody>tr:first-child>th,table.footable-details.table-bordered>tfoot>tr:first-child>td,table.footable-details.table-bordered>tfoot>tr:first-child>th,table.footable-details.table-bordered>thead>tr:first-child>td,table.footable-details.table-bordered>thead>tr:first-child>th{border-top-width:1px}div.footable-loader{vertical-align:middle;text-align:center;height:300px;position:relative}div.footable-loader>span.fooicon{display:inline-block;opacity:.3;font-size:30px;line-height:32px;width:32px;height:32px;margin-top:-16px;margin-left:-16px;position:absolute;top:50%;left:50%;-webkit-animation:fooicon-spin-r 2s infinite linear;animation:fooicon-spin-r 2s infinite linear}table.footable>tbody>tr.footable-empty>td{vertical-align:middle;text-align:center;font-size:30px}table.footable>tbody>tr>td,table.footable>tbody>tr>th{display:none}table.footable>tbody>tr.footable-detail-row>td,table.footable>tbody>tr.footable-detail-row>th,table.footable>tbody>tr.footable-empty>td,table.footable>tbody>tr.footable-empty>th{display:table-cell}@-webkit-keyframes fooicon-spin-r{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fooicon-spin-r{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fooicon{display:inline-block;font-size:inherit;font-family:FontAwesome!important;font-style:normal;font-weight:400;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fooicon:after,.fooicon:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fooicon-loader:before{content:"\f01e"}.fooicon-plus:before{content:"\f067"}.fooicon-minus:before{content:"\f068"}.fooicon-search:before{content:"\f002"}.fooicon-remove:before{content:"\f00d"}.fooicon-sort:before{content:"\f0dc"}.fooicon-sort-asc:before{content:"\f160"}.fooicon-sort-desc:before{content:"\f161"}.fooicon-pencil:before{content:"\f040"}.fooicon-trash:before{content:"\f1f8"}.fooicon-eye-close:before{content:"\f070"}.fooicon-flash:before{content:"\f0e7"}.fooicon-cog:before{content:"\f013"}.fooicon-stats:before{content:"\f080"}table.footable>thead>tr.footable-filtering>th{border-bottom-width:1px;font-weight:400}.footable-filtering-external.footable-filtering-right,table.footable.footable-filtering-right>thead>tr.footable-filtering>th,table.footable>thead>tr.footable-filtering>th{text-align:right}.footable-filtering-external.footable-filtering-left,table.footable.footable-filtering-left>thead>tr.footable-filtering>th{text-align:left}.footable-filtering-external.footable-filtering-center,.footable-paging-external.footable-paging-center,table.footable-paging-center>tfoot>tr.footable-paging>td,table.footable.footable-filtering-center>thead>tr.footable-filtering>th,table.footable>tfoot>tr.footable-paging>td{text-align:center}table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group{margin-top:5px}table.footable>thead>tr.footable-filtering>th div.input-group{width:100%}.footable-filtering-external ul.dropdown-menu>li>a.checkbox,table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox{margin:0;display:block;position:relative}.footable-filtering-external ul.dropdown-menu>li>a.checkbox>label,table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox>label{display:block;padding-left:20px}.footable-filtering-external ul.dropdown-menu>li>a.checkbox input[type=checkbox],table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox input[type=checkbox]{position:absolute;margin-left:-20px}@media (min-width:768px){table.footable>thead>tr.footable-filtering>th div.input-group{width:auto}table.footable>thead>tr.footable-filtering>th div.form-group{margin-left:2px;margin-right:2px}table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group{margin-top:0}}table.footable>tbody>tr>td.footable-sortable,table.footable>tbody>tr>th.footable-sortable,table.footable>tfoot>tr>td.footable-sortable,table.footable>tfoot>tr>th.footable-sortable,table.footable>thead>tr>td.footable-sortable,table.footable>thead>tr>th.footable-sortable{position:relative;padding-right:30px;cursor:pointer}td.footable-sortable>span.fooicon,th.footable-sortable>span.fooicon{position:absolute;right:6px;top:50%;margin-top:-7px;opacity:0;transition:opacity .3s ease-in}td.footable-sortable.footable-asc>span.fooicon,td.footable-sortable.footable-desc>span.fooicon,td.footable-sortable:hover>span.fooicon,th.footable-sortable.footable-asc>span.fooicon,th.footable-sortable.footable-desc>span.fooicon,th.footable-sortable:hover>span.fooicon{opacity:1}table.footable-sorting-disabled td.footable-sortable.footable-asc>span.fooicon,table.footable-sorting-disabled td.footable-sortable.footable-desc>span.fooicon,table.footable-sorting-disabled td.footable-sortable:hover>span.fooicon,table.footable-sorting-disabled th.footable-sortable.footable-asc>span.fooicon,table.footable-sorting-disabled th.footable-sortable.footable-desc>span.fooicon,table.footable-sorting-disabled th.footable-sortable:hover>span.fooicon{opacity:0;visibility:hidden}.footable-paging-external ul.pagination,table.footable>tfoot>tr.footable-paging>td>ul.pagination{margin:10px 0 0}.footable-paging-external span.label,table.footable>tfoot>tr.footable-paging>td>span.label{display:inline-block;margin:0 0 10px;padding:4px 10px}.footable-paging-external.footable-paging-left,table.footable-paging-left>tfoot>tr.footable-paging>td{text-align:left}.footable-paging-external.footable-paging-right,table.footable-editing-right td.footable-editing,table.footable-editing-right tr.footable-editing,table.footable-paging-right>tfoot>tr.footable-paging>td{text-align:right}ul.pagination>li.footable-page{display:none}ul.pagination>li.footable-page.visible{display:inline}td.footable-editing{width:90px;max-width:90px}table.footable-editing-no-delete td.footable-editing,table.footable-editing-no-edit td.footable-editing,table.footable-editing-no-view td.footable-editing{width:70px;max-width:70px}table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,table.footable-editing-no-edit.footable-editing-no-view td.footable-editing{width:50px;max-width:50px}table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing{width:0;max-width:0;display:none!important}table.footable-editing-left td.footable-editing,table.footable-editing-left tr.footable-editing{text-align:left}table.footable-editing button.footable-add,table.footable-editing button.footable-hide,table.footable-editing-show button.footable-show,table.footable-editing.footable-editing-always-show button.footable-hide,table.footable-editing.footable-editing-always-show button.footable-show,table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing{display:none}table.footable-editing.footable-editing-always-show button.footable-add,table.footable-editing.footable-editing-show button.footable-add,table.footable-editing.footable-editing-show button.footable-hide{display:inline-block}
/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */

/* Requirements */

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */

[data-accordion] {
    line-height: 1;
}

[data-control],
[data-content] > * {
    border-bottom: 1px solid #888;
    padding: 10px;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding-right: 40px;
}

[data-accordion] > [data-control]:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: center center no-repeat;
    background-size: 50%;
}

[data-accordion].open > [data-control]:after {
    -webkit-transform: rotate(-180deg); 
    -ms-transform: rotate(-180deg); 
    transform: rotate(-180deg); 
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-ms-clear {
      display: none; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1;
        left: 50%; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

/* Global */

.jBox-wrapper {
	text-align: left;
}

.jBox-wrapper,
.jBox-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.jBox-title,
.jBox-content,
.jBox-container {
	position: relative;
	word-break: break-word;
}

.jBox-container {
	background: #fff;
}

.jBox-content {
	padding: 8px 10px;
	overflow: auto;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}

/* jBox Tooltip */

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
	padding: 8px 10px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
	padding-top: 5px;
}

/* Pointer */

.jBox-pointer {
	position: absolute;
	overflow: hidden;
}

.jBox-pointer-top { top: 0; }
.jBox-pointer-bottom { bottom: 0; }
.jBox-pointer-left { left: 0; }
.jBox-pointer-right { right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
	width: 30px;
	height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
	width: 12px;
	height: 30px;
}

.jBox-pointer:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.jBox-pointer-top:after {
	left: 5px;
	top: 6px;
	box-shadow: -1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-right:after {
	top: 5px;
	right: 6px;
	box-shadow: 1px -1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-bottom:after {
	left: 5px;
	bottom: 6px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}

.jBox-pointer-left:after {
	top: 5px;
	left: 6px;
	box-shadow: -1px 1px 4px rgba(0, 0, 0, .2);
}

/* jBox Modal & jBox Confirm */

.jBox-Modal .jBox-container,
.jBox-Confirm .jBox-container {
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

.jBox-Modal .jBox-title,
.jBox-Confirm .jBox-title {
	border-radius: 3px 3px 0 0;
	padding: 10px 15px;
	background: #f4f5f6;
	border-bottom: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
}

.jBox-Modal.jBox-closeButton-title .jBox-title,
.jBox-Confirm.jBox-closeButton-title .jBox-title {
	padding-right: 55px;
}

.jBox-Modal.jBox-closeButton-box:before,
.jBox-Confirm.jBox-closeButton-box:before {
	box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* jBox Modal */

.jBox-Modal .jBox-content {
	padding: 12px 15px;
}

/* jBox Confirm */

.jBox-Confirm .jBox-content {
	text-align: center;
	padding: 45px 35px;
}

.jBox-Confirm-footer {
	border-top: 1px solid #e2e2e2;
	background: #fafafa;
	border-radius: 0 0 3px 3px;
	text-align: center;
	padding: 10px 0;
}

.jBox-Confirm-button {
	display: inline-block;
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	border-radius: 3px;
	padding: 0 20px;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s;	
}

.jBox-Confirm-button-cancel {
	text-shadow: 0 1px 1px rgba(255, 255, 255, .6);
	background: #ddd;
	color: #999;
	margin-right: 25px;
}

.jBox-Confirm-button-cancel:hover {
	background: #ccc;
	color: #666;
}

.jBox-Confirm-button-submit {
	text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
	background: #5fc04c;
	color: #fff;
}

.jBox-Confirm-button-submit:hover {
	background: #53a642;
}

.jBox-Confirm-button-cancel:active,
.jBox-Confirm-button-submit:active {
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .26);
}

/* jBox Notice */

.jBox-Notice {
	-webkit-transition: margin .2s;
	transition: margin .2s;
}

.jBox-Notice .jBox-container {
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	background: #333;
	background-image: linear-gradient(to bottom, #444, #222);
}

.jBox-Notice .jBox-content {
	border-radius: 3px;
	padding: 12px 20px;
}

.jBox-Notice .jBox-title {
	padding: 8px 20px 0;
	font-weight: bold;
}

.jBox-hasTitle.jBox-Notice .jBox-content {
	padding-top: 5px;
}

.jBox-Notice-color .jBox-container {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.jBox-Notice-gray .jBox-container {
	color: #666;
	text-shadow: 0 1px 0 #fff;
	background: #f4f4f4;
	background-image: linear-gradient(to bottom, #fafafa, #f0f0f0);
}

.jBox-Notice-red .jBox-container {
	background: #b02222;
	background-image: linear-gradient(to bottom, #ee2222, #b02222);
}

.jBox-Notice-green .jBox-container {
	background: #70a800;
	background-image: linear-gradient(to bottom, #95cc2a, #70a800);
}

.jBox-Notice-blue .jBox-container {
	background: #2b91d9;
	background-image: linear-gradient(to bottom, #5abaff, #2b91d9);
}

.jBox-Notice-yellow .jBox-container {
	color: #744700;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	background: #ffb11f;
	background-image: linear-gradient(to bottom, #ffd665, #ffb11f);
}

/* jBox Image */

.jBox-Image {
	background: #fff;
	padding: 8px 8px 45px;
	border-radius: 5px;
}

.jBox-Image .jBox-content {
	padding: 0;
	width: 100%;
	height: 100%;
}

.jBox-image-container {
	border-radius: 5px;
	background: #fff center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.jBox-image-label {
	box-sizing: border-box;
	position: absolute;
	background: #fff;
	top: 100%;
	left: 0;
	width: 100%;
	color: #333;
	margin-top: -35px;
	padding: 0 90px 5px 10px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}

.jBox-image-label.active {
	opacity: 1;
}

.jBox-image-pointer-next,
.jBox-image-pointer-prev {
	position: absolute;
	bottom: 0px;
	width: 22px;
	height: 45px;
	background: no-repeat center center url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ijc0LjcgMjI0IDE4LjcgMzIiPg0KPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTkzLDIyNy40TDgwLjQsMjQwTDkzLDI1Mi42YzAuNCwwLjQsMC40LDEuMSwwLDEuNWwtMS42LDEuNmMtMC40LDAuNC0xLDAuNS0xLjUsMEw3NSwyNDAuN2MtMC40LTAuNC0wLjUtMSwwLTEuNWwxNC45LTE0LjljMC40LTAuNCwxLTAuNCwxLjUsMGwxLjYsMS42QzkzLjUsMjI2LjQsOTMuNCwyMjcsOTMsMjI3LjR6Ii8+DQo8L3N2Zz4=);
	background-size: 11px auto;
	cursor: pointer;
	opacity: .6;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.jBox-image-pointer-next:hover,
.jBox-image-pointer-prev:hover {
	opacity: 1;
}

.jBox-image-pointer-next {
	right: 8px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.jBox-image-pointer-prev {
	right: 30px;
}

.jBox-image-open #jBox-overlay {
	background-color: rgba(0, 0, 0, .86);
}

.jBox-Image.jBox-loading .jBox-container:before {
	left: auto;
	top: auto;
	bottom: -33px;
	right: 55px;
	margin-top: -9px;
	margin-left: -9px;
}

/* Close button */

.jBox-closeButton {
	cursor: pointer;
	position: absolute;
}

.jBox-closeButton svg {
	position: absolute;
	top: 50%;
	right: 50%;
}

.jBox-closeButton path {
	-webkit-transition: fill .2s;
	transition: fill .2s;
}

.jBox-closeButton path {
	fill: #aaa;
}

.jBox-closeButton:hover path {
	fill: #888;
}

.jBox-closeButton:active path {
	fill: #666;
}

/* Close button in overlay */

#jBox-overlay .jBox-closeButton {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
}

#jBox-overlay .jBox-closeButton svg {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-right: -10px;
}

#jBox-overlay .jBox-closeButton path {
	fill: #d2d4d6;
}

#jBox-overlay .jBox-closeButton:hover path {
	fill: #fff;
}

#jBox-overlay .jBox-closeButton:active path {
	fill: #b2b4b6;
}

/* Close button in title */

.jBox-closeButton-title .jBox-closeButton {
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
}

.jBox-closeButton-title .jBox-closeButton svg {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	margin-right: -6px;
}

/* Close button in box */

.jBox-closeButton-box .jBox-closeButton {
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
	background: #f4f5f6;
}

.jBox-closeButton-box:before {
	content: '';
	position: absolute;
	top: -8px;
	right: -10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
	top: 4px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
	right: 2px;
}

/* Overlay */

#jBox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background-color: rgba(0, 0, 0, .6);
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
	overflow: hidden;
}

/* Draggable */

.jBox-draggable {
	cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
	to {transform: rotate(360deg);}
}

@-webkit-keyframes jBoxLoading {
	to {-webkit-transform: rotate(360deg);}
}

.jBox-loading .jBox-content {
	min-height: 32px;
	min-width: 38px;
	opacity: 0;
}

.jBox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
 
.jBox-spinner:before {
    content: 'Loading…';
    display: block;
    width: 20px;
    height: 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
 
.jBox-spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .3);
    border-top-color: rgba(0, 0, 0, .6);
    animation: jBoxLoading .6s linear infinite;
    -webkit-animation: jBoxLoading .6s linear infinite;
}

/* IE8 fixes */

.jBox-IE8.jBox-Tooltip .jBox-container,
.jBox-IE8.jBox-Mouse .jBox-container {
	border: 1px solid #aaa;
}

.jBox-IE8 .jBox-pointer:after {
	display: none;
}

.jBox-IE8 .jBox-pointer {
	border: 0;
	background: no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNq01l0OwyAIAGAlvY+n8ZJ6Gk/EqqkNtf7ApCQ+LM34iuCmRUQzihjj6FH+kjWL8N4/Ph9GHpiTnC9SwDbhLGyvspSScc71KkOa/HpuuRhIK+psE2pjONouCQg7kBSEXUgC2tHo52mTTBpnaEATWlaYK6MrhIAaceWpOcsCrYp6FV4H/90zTWjUQ/gSevVQq0ecHqoOxWpYoO7p5O9ku2fnVtp7QAik2rsK3fnpWfjynJWpbw+1BkghurrYDjiCptg/4AxaYhJwBbEwDsiB2NgM5EIirAdKIDFGQSmU1+NaIPjJYt2I25vxT4ABAMhWvtle2YvmAAAAAElFTkSuQmCC);
}

.jBox-IE8 .jBox-pointer-top { background-position: center top; }
.jBox-IE8 .jBox-pointer-bottom { background-position: center bottom; }
.jBox-IE8 .jBox-pointer-left { background-position: left center; }
.jBox-IE8 .jBox-pointer-right { background-position: right center; }

.jBox-IE8.jBox-Modal .jBox-container {
	border: 3px solid #aaa;
}

/* No SVG support fixes */

.jBox-nosvg .jBox-closeButton:before {
    font-family: Verdana, sans-serif;
    content: 'x';
    text-align: center;
    font-size: 18px;
    color: #888;
}
/*
* iziModal | v1.6.0
* http://izimodal.marcelodolce.com
* by Marcelo Dolce.
*/
.iziModal{display:none;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.3);transition:margin-top .3s ease,height .3s ease;transform:translateZ(0);box-sizing:border-box}.iziModal *{box-sizing:border-box;-webkit-font-smoothing:antialiased}.iziModal::after{content:'';width:100%;height:0;opacity:0;position:absolute;left:0;bottom:0;z-index:1;background:-moz-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,transparent),color-stop(100%,rgba(0,0,0,.35)));background:-webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-o-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:-ms-linear-gradient(top,transparent 0%,rgba(0,0,0,.35) 100%);background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.35) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );transition:height .3s ease-in-out,opacity .3s ease-in-out;pointer-events:none}.iziModal.hasShadow::after{height:30px;opacity:1}.iziModal .iziModal-progressbar{position:absolute;left:0;top:0;width:100%;z-index:1}.iziModal .iziModal-progressbar>div{height:2px;width:100%}.iziModal .iziModal-header{background:#88a0b9;padding:14px 18px 15px;box-shadow:inset 0 -10px 15px -12px rgba(0,0,0,.3),0 0 0 #555;overflow:hidden;position:relative;z-index:10}.iziModal .iziModal-header-icon{font-size:40px;color:rgba(255,255,255,.5);padding:0 15px 0 0;margin:0;float:left}.iziModal .iziModal-header-title{color:#fff;font-size:18px;font-weight:600;line-height:1.3}.iziModal .iziModal-header-subtitle{color:rgba(255,255,255,.6);font-size:12px;line-height:1.45}.iziModal .iziModal-header-subtitle,.iziModal .iziModal-header-title{display:block;margin:0;padding:0;font-family:'Lato',Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.iziModal .iziModal-header-buttons{position:absolute;top:50%;right:10px;margin:-17px 0 0}.iziModal .iziModal-button{display:block;float:right;z-index:2;outline:0;height:34px;width:34px;border:0;padding:0;margin:0;opacity:.3;border-radius:50%;transition:transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease;background-size:67%!important;-webkit-tap-highlight-color:transparent}.iziModal .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-button-close:hover{transform:rotate(180deg)}.iziModal .iziModal-button:hover{opacity:.8}.iziModal .iziModal-header.iziModal-noSubtitle{height:auto;padding:10px 15px 12px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{font-size:23px;padding-right:13px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{font-size:15px;margin:3px 0 0;font-weight:400}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons{right:6px;margin:-16px 0 0}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button{height:30px;width:30px}.iziModal-rtl{direction:rtl}.iziModal-rtl .iziModal-header{padding:14px 18px 15px 40px}.iziModal-rtl .iziModal-header-icon{float:right;padding:0 0 0 15px}.iziModal-rtl .iziModal-header-buttons{right:initial;left:10px}.iziModal-rtl .iziModal-button{float:left}.iziModal-rtl .iziModal-header-subtitle,.iziModal-rtl .iziModal-header-title{text-align:right;font-family:Tahoma,'Lato',Arial;font-weight:500}.iziModal-rtl .iziModal-header.iziModal-noSubtitle{padding:10px 15px 12px 40px}.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{padding:0 0 0 13px}.iziModal.iziModal-light .iziModal-header-icon{color:rgba(0,0,0,.5)}.iziModal.iziModal-light .iziModal-header-title{color:#000}.iziModal.iziModal-light .iziModal-header-subtitle{color:rgba(0,0,0,.6)}.iziModal.iziModal-light .iziModal-button-close{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal .iziModal-loader{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:9}.iziModal .iziModal-content-loader{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%}.iziModal .iziModal-content:after,.iziModal .iziModal-content:before{content:'';display:table}.iziModal .iziModal-content:after{clear:both}.iziModal .iziModal-content{zoom:1;width:100%;-webkit-overflow-scrolling:touch}.iziModal .iziModal-wrap{width:100%;position:relative;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.iziModal .iziModal-iframe{border:0;margin:0 0 -6px;width:100%;transition:height .3s ease}.iziModal-overlay{display:block;position:fixed;top:0;left:0;height:100%;width:100%}.iziModal-navigate{position:fixed;left:0;right:0;top:0;bottom:0;pointer-events:none}.iziModal-navigate-caption{position:absolute;left:10px;top:10px;color:#fff;line-height:16px;font-size:9px;font-family:'Lato',Arial;letter-spacing:.1em;text-indent:0;text-align:center;width:70px;padding:5px 0;text-transform:uppercase;display:none}.iziModal-navigate-caption::after,.iziModal-navigate-caption::before{position:absolute;top:2px;width:20px;height:20px;text-align:center;line-height:14px;font-size:12px;content:'';background-size:100%!important}.iziModal-navigate-caption:before{left:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal-navigate-caption:after{right:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%}.iziModal-navigate>button{position:fixed;bottom:0;top:0;border:0;height:100%;width:84px;background-size:100%!important;cursor:pointer;padding:0;opacity:.2;transition:opacity .3s ease;pointer-events:all;margin:0;outline:0}.iziModal-navigate>button:hover{opacity:1}.iziModal-navigate-prev{left:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%}.iziModal-navigate-next{right:50%;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%}.iziModal.isAttachedTop .iziModal-header{border-top-left-radius:0;border-top-right-radius:0}.iziModal.isAttachedTop{margin-top:0!important;margin-bottom:auto!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.iziModal.isAttachedBottom{margin-top:auto!important;margin-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.iziModal.isFullscreen{max-width:100%!important;margin:0!important;height:100%!important}.iziModal.isAttached,.iziModal.isFullscreen{border-radius:0!important}.iziModal.hasScroll .iziModal-wrap{overflow-y:auto;overflow-x:hidden}html.iziModal-isAttached,html.iziModal-isOverflow{overflow:hidden}html.iziModal-isAttached body,html.iziModal-isOverflow body{overflow-y:scroll;position:relative}.iziModal ::-webkit-scrollbar{overflow:visible;height:7px;width:7px}.iziModal ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.iziModal ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}.iziModal ::-webkit-scrollbar-button{height:0;width:0}.iziModal ::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 2px}.iziModal.transitionIn .iziModal-header{-webkit-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1);animation:iziM-slideDown .7s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-header .iziModal-header-icon{-webkit-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-revealIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;-moz-animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both;animation:iziM-slideIn 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-button{-webkit-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);-moz-animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1);animation:iziM-revealIn 1.2s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-iframe,.iziModal.transitionIn .iziModal-wrap{-webkit-animation:iziM-fadeIn 1.3s;-moz-animation:iziM-fadeIn 1.3s;animation:iziM-fadeIn 1.3s}.iziModal.transitionIn .iziModal-header{-webkit-animation-delay:0s;-moz-animation:0s;animation-delay:0s}.iziModal.transitionIn .iziModal-header .iziModal-header-icon,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation-delay:.4s;-moz-animation:.4s;animation-delay:.4s}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle{-webkit-animation-delay:.5s;-moz-animation:.5s;animation-delay:.5s}.iziModal.transitionOut .iziModal-header,.iziModal.transitionOut .iziModal-header *{transition:none!important}.iziModal .fadeOut,.iziModal-navigate.fadeOut,.iziModal-overlay.fadeOut,.iziModal.fadeOut{-webkit-animation:iziM-fadeOut .5s;-moz-animation:iziM-fadeOut .5s;animation:iziM-fadeOut .5s;animation-fill-mode:forwards}.iziModal .fadeIn,.iziModal-navigate.fadeIn,.iziModal-overlay.fadeIn,.iziModal.fadeIn{-webkit-animation:iziM-fadeIn .5s;-moz-animation:iziM-fadeIn .5s;animation:iziM-fadeIn .5s}.iziModal-overlay.comingIn,.iziModal.comingIn{-webkit-animation:iziM-comingIn .5s ease;-moz-animation:iziM-comingIn .5s ease;animation:iziM-comingIn .5s ease}.iziModal-overlay.comingOut,.iziModal.comingOut{-webkit-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);-moz-animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation:iziM-comingOut .5s cubic-bezier(.16,.81,.32,1);animation-fill-mode:forwards}.iziModal-overlay.bounceInDown,.iziModal.bounceInDown{-webkit-animation:iziM-bounceInDown .7s ease;animation:iziM-bounceInDown .7s ease}.iziModal-overlay.bounceOutDown,.iziModal.bounceOutDown{-webkit-animation:iziM-bounceOutDown .7s ease;animation:iziM-bounceOutDown .7s ease}.iziModal-overlay.bounceInUp,.iziModal.bounceInUp{-webkit-animation:iziM-bounceInUp .7s ease;animation:iziM-bounceInUp .7s ease}.iziModal-overlay.bounceOutUp,.iziModal.bounceOutUp{-webkit-animation:iziM-bounceOutUp .7s ease;animation:iziM-bounceOutUp .7s ease}.iziModal-overlay.fadeInDown,.iziModal.fadeInDown{-webkit-animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInDown .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutDown,.iziModal.fadeOutDown{-webkit-animation:iziM-fadeOutDown .5s ease;animation:iziM-fadeOutDown .5s ease}.iziModal-overlay.fadeInUp,.iziModal.fadeInUp{-webkit-animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInUp .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutUp,.iziModal.fadeOutUp{-webkit-animation:iziM-fadeOutUp .5s ease;animation:iziM-fadeOutUp .5s ease}.iziModal-overlay.fadeInLeft,.iziModal.fadeInLeft{-webkit-animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInLeft .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutLeft,.iziModal.fadeOutLeft{-webkit-animation:iziM-fadeOutLeft .5s ease;animation:iziM-fadeOutLeft .5s ease}.iziModal-overlay.fadeInRight,.iziModal.fadeInRight{-webkit-animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1);animation:iziM-fadeInRight .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutRight,.iziModal.fadeOutRight{-webkit-animation:iziM-fadeOutRight .5s ease;animation:iziM-fadeOutRight .5s ease}.iziModal-overlay.flipInX,.iziModal.flipInX{-webkit-animation:iziM-flipInX .7s ease;animation:iziM-flipInX .7s ease}.iziModal-overlay.flipOutX,.iziModal.flipOutX{-webkit-animation:iziM-flipOutX .7s ease;animation:iziM-flipOutX .7s ease}@-webkit-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-moz-keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@keyframes iziM-comingIn{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-webkit-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@-moz-keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes iziM-comingOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@-webkit-keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes iziM-fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes iziM-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes iziM-slideIn{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes iziM-slideIn{0%{opacity:0;-moz-transform:translateX(50px)}to{opacity:1;-moz-transform:translateX(0)}}@keyframes iziM-slideIn{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes iziM-slideDown{0%{opacity:0;-webkit-transform:scale(1,0) translateY(-40px);-webkit-transform-origin:center top}}@-moz-keyframes iziM-slideDown{0%{opacity:0;-moz-transform:scale(1,0) translateY(-40px);-moz-transform-origin:center top}}@keyframes iziM-slideDown{0%{opacity:0;transform:scale(1,0) translateY(-40px);transform-origin:center top}}@-webkit-keyframes iziM-revealIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}}@-moz-keyframes iziM-revealIn{0%{opacity:0;-moz-transform:scale3d(.3,.3,1)}}@keyframes iziM-revealIn{0%{opacity:0;transform:scale3d(.3,.3,1)}}@-webkit-keyframes iziM-bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes iziM-bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@keyframes iziM-bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@-webkit-keyframes iziM-bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes iziM-bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes iziM-bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}}@-webkit-keyframes iziM-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes iziM-fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@-webkit-keyframes iziM-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes iziM-fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@-webkit-keyframes iziM-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes iziM-fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes iziM-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes iziM-fadeInRight{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes iziM-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes iziM-fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes iziM-flipInX{0%{-webkit-transform:perspective(400px) rotateX(60deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}to{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes iziM-flipInX{0%{transform:perspective(400px) rotateX(60deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes iziM-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}@keyframes iziM-flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,40deg);transform:perspective(400px) rotate3d(1,0,0,40deg);opacity:0}}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
#cc-main{background:transparent;color:var(--cc-primary-color);font-family:var(--cc-font-family);font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.15;position:relative;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;position:fixed;z-index:var(--cc-z-index)}#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span{all:unset;box-sizing:border-box}#cc-main .pm__badge,#cc-main button{all:initial;box-sizing:border-box;color:unset;visibility:unset}#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;outline-offset:2px;overflow:hidden}#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr{all:revert;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-modal-border-radius:.5rem;--cc-btn-border-radius:.4rem;--cc-modal-transition-duration:.25s;--cc-link-color:var(--cc-btn-primary-bg);--cc-modal-margin:1rem;--cc-z-index:2147483647;--cc-bg:#fff;--cc-primary-color:#2c2f31;--cc-secondary-color:#5e6266;--cc-btn-primary-bg:#30363c;--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#000;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#d4dae0;--cc-btn-secondary-hover-color:#000;--cc-btn-secondary-hover-border-color:#d4dae0;--cc-separator-border-color:#f0f4f7;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#667481;--cc-toggle-on-knob-bg:#fff;--cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);--cc-toggle-enabled-icon-color:var(--cc-bg);--cc-toggle-disabled-icon-color:var(--cc-bg);--cc-toggle-readonly-bg:#d5dee2;--cc-toggle-readonly-knob-bg:#fff;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:var(--cc-cookie-category-block-bg);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-border:#f0f4f7;--cc-cookie-category-block-hover-bg:#e9eff4;--cc-cookie-category-block-hover-border:#e9eff4;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:#dee4e9;--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:var(--cc-btn-secondary-bg);--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#e4eaed;--cc-pm-toggle-border-radius:4em}#cc-main.cc--rtl{direction:rtl}#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong{font-weight:600}#cc-main button>span{pointer-events:none}#cc-main .cc__link,#cc-main a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;font-weight:600;position:relative;transition:background-size .25s,color .25s ease}#cc-main .cc__link:hover,#cc-main a:hover{background-size:100% 1px;color:var(--cc-primary-color)}#cc-main .cc__link{color:var(--cc-link-color)}#cc-main .cm__desc,#cc-main .pm__body{overscroll-behavior:auto contain;scrollbar-width:thin}@media screen and (min-width:640px){#cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track{all:revert}#cc-main ::-webkit-scrollbar-thumb{-webkit-background-clip:padding-box;background-clip:padding-box;background:var(--cc-toggle-readonly-bg);border:.25rem solid var(--cc-bg);border-radius:1rem}#cc-main ::-webkit-scrollbar-thumb:hover{background:var(--cc-toggle-off-bg)}#cc-main ::-webkit-scrollbar{background:transparent;width:12px}}html.disable--interaction.show--consent,html.disable--interaction.show--consent body{height:auto!important;overflow:hidden!important}@media (prefers-reduced-motion){#cc-main{--cc-modal-transition-duration:0s}}.cc--darkmode{--cc-bg:#161a1c;--cc-primary-color:#ebf3f6;--cc-secondary-color:#aebbc5;--cc-btn-primary-bg:#c2d0e0;--cc-btn-primary-color:var(--cc-bg);--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#98a7b6;--cc-btn-primary-hover-color:#000;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#242c31;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#353d43;--cc-btn-secondary-hover-color:#fff;--cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);--cc-separator-border-color:#222a30;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#525f6b;--cc-toggle-on-knob-bg:var(--cc-btn-primary-color);--cc-toggle-off-knob-bg:var(--cc-btn-primary-color);--cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-readonly-bg:#343e45;--cc-toggle-readonly-knob-bg:#5f6b72;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:#1e2428;--cc-cookie-category-block-bg:#1e2428;--cc-cookie-category-block-border:var(--cc-section-category-border);--cc-cookie-category-block-hover-bg:#242c31;--cc-cookie-category-block-hover-border:#232a2f;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:#0c0e0f;--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#060809}.cc--darkmode #cc-main{color-scheme:dark}#cc-main .cm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;max-width:24rem;opacity:0;overflow:hidden;position:fixed;transform:translateY(1.6em);visibility:hidden;z-index:1}#cc-main .cm--top{top:var(--cc-modal-margin)}#cc-main .cm--middle{top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .cm--bottom{bottom:var(--cc-modal-margin)}#cc-main .cm--center{left:var(--cc-modal-margin);margin:0 auto;right:var(--cc-modal-margin);width:unset}#cc-main .cm--left{left:var(--cc-modal-margin);margin-right:var(--cc-modal-margin)}#cc-main .cm--right{margin-left:var(--cc-modal-margin);right:var(--cc-modal-margin)}#cc-main .cm__body{display:flex;flex-direction:column;justify-content:space-between;position:relative}#cc-main .cm__btns,#cc-main .cm__links{padding:1rem 1.3rem;width:unset}#cc-main .cm__texts{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1rem 0 0}#cc-main .cm__desc,#cc-main .cm__title{padding:0 1.3rem}#cc-main .cm__title{font-size:1.05em}#cc-main .cm__title+.cm__desc{margin-top:1.1em}#cc-main .cm__desc{color:var(--cc-secondary-color);font-size:.9em;line-height:1.5;max-height:40vh;overflow-x:visible;overflow-y:auto;padding-bottom:1em}#cc-main .cm__btns{border-top:1px solid var(--cc-separator-border-color);display:flex;flex-direction:column;justify-content:center}#cc-main .cm__btn-group{display:grid;grid-auto-columns:minmax(0,1fr)}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin-top:.375rem}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:.375rem;margin-top:0}#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-right:0}#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-right:.375rem}#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven{display:flex;flex:1;justify-content:space-between}#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven{flex-direction:row-reverse}#cc-main .cm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);font-size:.82em;font-weight:600;min-height:42px;padding:.5em 1em;text-align:center}#cc-main .cm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .cm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close{border-radius:0;border-bottom-left-radius:var(--cc-btn-border-radius);border-right:none;border-top:none;display:none;font-size:1em;height:42px;min-width:auto!important;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:42px}#cc-main .cm__btn--close svg{stroke:var(--cc-btn-primary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .cm__btn--close:hover svg{stroke:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--close.cm__btn--secondary svg{stroke:var(--cc-btn-secondary-color)}#cc-main .cm__btn--close.cm__btn--secondary:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close+.cm__texts .cm__title{padding-right:3rem}#cc-main .cm--inline .cm__btn-group{grid-auto-flow:column}#cc-main .cm__footer{background:var(--cc-footer-bg);border-top:1px solid var(--cc-footer-border-color);color:var(--cc-footer-color);padding:.4em 0 .5em}#cc-main .cm__links{display:flex;flex-direction:row;padding-bottom:0;padding-top:0}#cc-main .cm__link-group{display:flex;flex-direction:row;font-size:.8em;width:100%}#cc-main .cm__link-group>*+*{margin-left:1.3rem}#cc-main .cm--flip .cm__btn:last-child{grid-row:1}#cc-main .cm--inline.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--box .cm__btn--close{display:block}#cc-main .cm--box.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--box.cm--wide{max-width:36em}#cc-main .cm--box.cm--wide .cm__btns{flex-direction:row;justify-content:space-between}#cc-main .cm--box.cm--wide .cm__btn-group{grid-auto-flow:column}#cc-main .cm--box.cm--wide .cm__btn{min-width:120px;padding-left:1.8em;padding-right:1.8em}#cc-main .cm--box.cm--wide.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--cloud{max-width:54em;width:unset}#cc-main .cm--cloud .cm__body{flex-direction:row}#cc-main .cm--cloud .cm__texts{flex:1}#cc-main .cm--cloud .cm__desc{max-height:9.4em}#cc-main .cm--cloud .cm__btns{border-left:1px solid var(--cc-separator-border-color);border-top:none;max-width:23em}#cc-main .cm--cloud .cm__btn-group{flex-direction:column}#cc-main .cm--cloud .cm__btn{min-width:19em}#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--cloud.cm--inline .cm__btn-group{flex-direction:row}#cc-main .cm--cloud.cm--inline .cm__btn{min-width:10em}#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group{flex-direction:row-reverse}#cc-main .cm--bar{border-radius:0;left:0;margin:0;max-width:unset;opacity:1;right:0;transform:translateY(0);width:100vw;--cc-modal-transition-duration:.35s}#cc-main .cm--bar.cm--top{top:0;transform:translateY(-100%)}#cc-main .cm--bar.cm--bottom{bottom:0;transform:translateY(100%)}#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links{margin:0 auto;max-width:55em;width:100%}#cc-main .cm--bar .cm__body{padding:.5em 0 .9em}#cc-main .cm--bar .cm__btns{border-top:none;flex-direction:row;justify-content:space-between}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:column}#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--bar .cm__btn{min-width:120px;padding-left:2em;padding-right:2em}#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--bar.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--bar.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links{max-width:74em}#cc-main .cm--bar.cm--inline .cm__body{flex-direction:row;padding:0}#cc-main .cm--bar.cm--inline .cm__btns{flex-direction:column;justify-content:center;max-width:23em}#cc-main .cm--bar.cm--inline.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.disable--interaction #cc-main .cm-wrapper:before{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:0}.show--consent #cc-main .cc--anim .cm{opacity:1;transform:translateY(0);visibility:visible!important}.show--consent #cc-main .cc--anim .cm--middle{transform:translateY(-50%)}.show--consent #cc-main .cc--anim .cm--bar{transform:translateY(0)}.show--consent #cc-main .cc--anim.cm-wrapper:before{opacity:1;visibility:visible}#cc-main.cc--rtl .cm__btn--close{border-bottom-left-radius:unset;border-bottom-right-radius:var(--cc-btn-border-radius);left:0;right:unset}#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title{padding-left:3rem!important;padding-right:1.3rem}#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm__link-group>*+*{margin-left:0;margin-right:1.3rem}@media screen and (max-width:640px){#cc-main{--cc-modal-margin:.5em}#cc-main .cm{max-width:none!important;width:auto!important}#cc-main .cm__body{flex-direction:column!important;padding:0!important}#cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title{padding-left:1.1rem!important;padding-right:1.1rem!important}#cc-main .cm__btns{border-left:none!important;border-top:1px solid var(--cc-separator-border-color)!important;flex-direction:column!important;max-width:none!important;min-width:auto!important}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin:.375rem 0 0!important}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .cm__btn-group{display:flex!important;flex-direction:column!important;min-width:auto!important}#cc-main .cm__btn{flex:auto!important}#cc-main .cm__link-group{justify-content:center!important}#cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns{flex-direction:column-reverse!important}}#cc-main .pm-wrapper{position:relative;z-index:2}#cc-main .pm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;opacity:0;overflow:hidden;position:fixed;visibility:hidden;width:100%;width:unset;z-index:1}#cc-main svg{fill:none;width:100%}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:1em 1.4em}#cc-main .pm__header{align-items:center;border-bottom:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__title{align-items:center;display:flex;flex:1;font-weight:600;margin-right:2em}#cc-main .pm__close-btn{background:var(--cc-btn-secondary-bg);border:1px solid var(--cc-btn-secondary-border-color);border-radius:var(--cc-btn-border-radius);height:40px;position:relative;transition:all .15s ease;width:40px}#cc-main .pm__close-btn span{display:flex;height:100%;width:100%}#cc-main .pm__close-btn svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .pm__close-btn:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color)}#cc-main .pm__close-btn:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .pm__body{flex:1;overflow-y:auto;overflow-y:overlay}#cc-main .pm__section,#cc-main .pm__section--toggle{border-radius:var(--cc-btn-border-radius);display:flex;flex-direction:column;margin-bottom:.5em}#cc-main .pm__section--toggle .pm__section-desc-wrapper{border:1px solid var(--cc-cookie-category-block-border);border-radius:var(--cc-btn-border-radius);border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;margin-top:0!important;overflow:hidden}#cc-main .pm__section{border:1px solid var(--cc-separator-border-color);padding:1em;transition:background-color .25s ease,border-color .25s ease}#cc-main .pm__section:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#cc-main .pm__section:not(:first-child):hover{background:var(--cc-cookie-category-block-bg);border-color:var(--cc-cookie-category-block-border)}#cc-main .pm__section-toggles+.pm__section{margin-top:2em}#cc-main .pm__section--toggle{background:var(--cc-cookie-category-block-bg);border-top:none;margin-bottom:.375rem}#cc-main .pm__section--toggle .pm__section-title{align-items:center;background:var(--cc-cookie-category-block-bg);border:1px solid var(--cc-cookie-category-block-border);display:flex;justify-content:space-between;min-height:58px;padding:1.1em 5.4em 1.1em 1.2em;position:relative;transition:background-color .25s ease,border-color .25s ease;width:100%}#cc-main .pm__section--toggle .pm__section-title:hover{background:var(--cc-cookie-category-block-hover-bg);border-color:var(--cc-cookie-category-block-hover-border)}#cc-main .pm__section--toggle .pm__section-desc{margin-top:0;padding:1em}#cc-main .pm__section--toggle.is-expanded{--cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);--cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg)}#cc-main .pm__section--toggle.is-expanded .pm__section-title{border-bottom-left-radius:0;border-bottom-right-radius:0}#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg{transform:scale(.5) rotate(180deg)}#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper{display:flex}#cc-main .pm__section--expandable .pm__section-title{cursor:pointer;padding-left:3.4em}#cc-main .pm__section--expandable .pm__section-arrow{background:var(--cc-toggle-readonly-bg);border-radius:100%;display:flex;height:20px;justify-content:center;left:18px;pointer-events:none;position:absolute;width:20px}#cc-main .pm__section--expandable .pm__section-arrow svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5)}#cc-main .pm__section-title-wrapper{align-items:center;display:flex;position:relative}#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper{margin-top:.85em}#cc-main .pm__section-title{border-radius:var(--cc-btn-border-radius);font-size:.95em;font-weight:600}#cc-main .pm__badge{align-items:center;background:var(--cc-btn-secondary-bg);border-radius:5em;color:var(--cc-secondary-color);display:flex;flex:none;font-size:.8em;font-weight:600;height:23px;justify-content:center;margin-left:1em;min-width:23px;overflow:hidden;padding:0 .6em 1px;position:relative;text-align:center;white-space:nowrap;width:auto}#cc-main .pm__service-counter{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-color);padding:0;width:23px}#cc-main .pm__service-counter[data-counterlabel]{padding:0 .6em 1px;width:auto}#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label{border-radius:var(--cc-pm-toggle-border-radius);height:23px;transform:translateZ(0);width:50px}#cc-main .section__toggle-wrapper{cursor:pointer;position:absolute;right:18px;z-index:1}#cc-main .toggle-service{height:19px;position:relative;right:0;width:42px}#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label{height:19px;width:42px}#cc-main .toggle-service .toggle__icon{position:relative}#cc-main .toggle-service .toggle__icon-circle{height:19px;width:19px}#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(23px)}#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after{display:none!important}#cc-main .section__toggle{border:0;cursor:pointer;display:block;left:0;margin:0;position:absolute;top:0}#cc-main .section__toggle:disabled{cursor:not-allowed}#cc-main .toggle__icon{background:var(--cc-toggle-off-bg);box-shadow:0 0 0 1px var(--cc-toggle-off-bg);display:flex;flex-direction:row;pointer-events:none;position:absolute;transition:all .25s ease}#cc-main .toggle__icon-circle{background:var(--cc-toggle-off-knob-bg);border:none;border-radius:var(--cc-pm-toggle-border-radius);box-shadow:0 1px 2px rgba(24,32,3,.36);display:block;height:23px;left:0;position:absolute;top:0;transition:transform .25s ease,background-color .25s ease;width:23px}#cc-main .toggle__icon-off,#cc-main .toggle__icon-on{height:100%;position:absolute;transition:opacity .15s ease;width:100%}#cc-main .toggle__icon-on{opacity:0;transform:rotate(45deg)}#cc-main .toggle__icon-on svg{stroke:var(--cc-toggle-on-bg);transform:scale(.55) rotate(-45deg)}#cc-main .toggle__icon-off{opacity:1}#cc-main .toggle__icon-off svg{stroke:var(--cc-toggle-off-bg);transform:scale(.55)}#cc-main .section__toggle:checked~.toggle__icon{background:var(--cc-toggle-on-bg);box-shadow:0 0 0 1px var(--cc-toggle-on-bg)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle{background-color:var(--cc-toggle-on-knob-bg);transform:translateX(27px)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on{opacity:1}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off{opacity:0}#cc-main .section__toggle:checked:disabled~.toggle__icon{background:var(--cc-toggle-readonly-bg);box-shadow:0 0 0 1px var(--cc-toggle-readonly-bg)}#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle{background:var(--cc-toggle-readonly-knob-bg);box-shadow:none}#cc-main .section__toggle:checked:disabled~.toggle__icon svg{stroke:var(--cc-toggle-readonly-knob-icon-color)}#cc-main .toggle__label{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#cc-main .pm__section-desc-wrapper{color:var(--cc-secondary-color);display:flex;flex-direction:column;font-size:.9em}#cc-main .pm__section-desc-wrapper>:not(:last-child){border-bottom:1px solid var(--cc-cookie-category-block-border)}#cc-main .pm__section-services{display:flex;flex-direction:column}#cc-main .pm__service{align-items:center;display:flex;justify-content:space-between;padding:.4em 1.2em;position:relative;transition:background-color .15s ease}#cc-main .pm__service:hover{background-color:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__service-header{align-items:center;display:flex;margin-right:1em;width:100%}#cc-main .pm__service-icon{border:2px solid;border-radius:100%;height:8px;margin-left:6px;margin-right:20px;margin-top:1px;min-width:8px}#cc-main .pm__service-title{font-size:.95em;width:100%;word-break:break-word}#cc-main .pm__section-desc{line-height:1.5em}#cc-main .pm__section-table{border-collapse:collapse;font-size:.9em;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#cc-main .pm__table-caption{text-align:left}#cc-main .pm__table-caption,#cc-main .pm__table-head>tr{border-bottom:1px dashed var(--cc-separator-border-color);color:var(--cc-primary-color);font-weight:600}#cc-main .pm__table-tr{transition:background-color .15s ease}#cc-main .pm__table-tr:hover{background:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th{padding:.625em .625em .625em 1.2em;vertical-align:top}#cc-main .pm__footer{border-top:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__btn-group{display:flex}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin-left:.375rem}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main .pm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);flex:auto;font-size:.82em;font-weight:600;min-height:42px;min-width:110px;padding:.5em 1.5em;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#cc-main .pm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .pm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .pm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .pm--box{height:calc(100% - 2em);left:var(--cc-modal-margin);margin:0 auto;max-height:37.5em;max-width:43em;right:var(--cc-modal-margin);top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm--bar{border-radius:0;bottom:0;height:100%;margin:0;max-height:none;max-width:29em;opacity:1;top:0;width:100%;--cc-modal-transition-duration:.35s}#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr{display:block}#cc-main .pm--bar .pm__table-head{display:none}#cc-main .pm--bar .pm__table-caption{display:block}#cc-main .pm--bar .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm--bar .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm--bar .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm--bar .pm__table-td>div{flex:3}#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header{padding:1em 1.3em}#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer{flex-direction:column}#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin:.375rem 0 0}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer{flex-direction:column-reverse}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .pm--bar:not(.pm--wide) .pm__badge{display:none}#cc-main .pm--bar.pm--left{left:0;transform:translateX(-100%)}#cc-main .pm--bar.pm--right{right:0;transform:translateX(100%)}#cc-main .pm--bar.pm--wide{max-width:35em}#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header{padding:1em 1.4em}#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm-overlay{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:1}#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}.show--preferences #cc-main .cc--anim .pm{opacity:1;visibility:visible!important}.show--preferences #cc-main .cc--anim .pm--box{transform:translateY(-50%)}.show--preferences #cc-main .cc--anim .pm--bar{transform:translateX(0)}.show--preferences #cc-main .cc--anim .pm-overlay{opacity:1;visibility:visible}#cc-main.cc--rtl .pm__service-header{margin-left:1em;margin-right:0}#cc-main.cc--rtl .pm__section-arrow{left:unset;right:18px}#cc-main.cc--rtl .section__toggle-wrapper{left:18px;right:unset;transform-origin:left}#cc-main.cc--rtl .toggle-service{left:0}#cc-main.cc--rtl .pm__service-icon{margin-left:20px;margin-right:5px}#cc-main.cc--rtl .pm__section--toggle .pm__section-title{padding-left:5.4em;padding-right:1.2em}#cc-main.cc--rtl .pm__section--expandable .pm__section-title{padding-right:3.4em}#cc-main.cc--rtl .pm__badge{margin-left:unset;margin-right:1em}#cc-main.cc--rtl .toggle__icon-circle{transform:translateX(27px)}#cc-main.cc--rtl .toggle-service .toggle__icon-circle{transform:translateX(23px)}#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(0)}#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th{padding-left:unset;padding-right:1.2em;text-align:right}#cc-main.cc--rtl .pm__table-td{padding-left:unset;padding-right:1.2em}#cc-main.cc--rtl .pm__table-td:before{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin-left:0}@media screen and (max-width:640px){#cc-main .pm{border-radius:0;bottom:0;height:auto;left:0;max-height:100%;max-width:none!important;right:0;top:0;transform:translateY(1.6em)}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:.9em!important}#cc-main .pm__badge{display:none}#cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr{display:block}#cc-main .pm__table-head{display:none}#cc-main .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm__table-td>div{flex:3}#cc-main .pm__btn-group,#cc-main .pm__footer{flex-direction:column!important}#cc-main .pm__btn-group{display:flex!important}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin:.375rem 0 0!important}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer{flex-direction:column-reverse!important}.show--preferences #cc-main .cc--anim .pm{transform:translateY(0)!important}}
.tagify {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border: 1px solid #DDD;
    padding: 0;
    line-height: normal;
    cursor: text;
    outline: 0;
    position: relative;
    box-sizing: border-box;
    transition: .1s;
    margin-bottom: 10px;
}

@keyframes tags--bump {
    30% {
        transform: scale(1.2)
    }
}

@keyframes rotateLoader {
    to {
        transform: rotate(1turn)
    }
}

.tagify:hover {
    border-color: #ccc;
    border-color: #CCC;
}

.tagify.tagify--focus {
    transition: 0s;
    border-color: #3595f6;
    border-color: #3595f6;
}

.tagify[readonly]:not(.tagify--mix) {
    cursor: default
}

.tagify[readonly]:not(.tagify--mix)>.tagify__input {
    visibility: hidden;
    width: 0;
    margin: 5px 0
}

.tagify[readonly]:not(.tagify--mix) .tagify__tag>div {
    padding: .3em .5em;
    padding: 0.3em 0.5em
}

.tagify[readonly]:not(.tagify--mix) .tagify__tag>div::before {
    background: linear-gradient(45deg, #E5E5E5 25%, transparent 25%, transparent 50%, #E5E5E5 50%, #E5E5E5 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(.95)
}

.tagify[readonly] .tagify__tag__removeBtn {
    display: none
}

.tagify--loading .tagify__input::before {
    content: none
}

.tagify--loading .tagify__input::after {
    content: '';
    vertical-align: middle;
    opacity: 1;
    width: .7em;
    height: .7em;
    width: .8em;
    height: .8em;
    border: 3px solid;
    border-color: #eee #bbb #888 transparent;
    border-radius: 50%;
    animation: rotateLoader .4s infinite linear;
    margin: -2px 0 -2px .5em
}

.tagify--loading .tagify__input:empty::after {
    margin-left: 0
}

.tagify+input,
.tagify+textarea {
    position: absolute!important;
    left: -9999em!important;
    transform: scale(0)!important
}

.tagify__tag {
    display: inline-flex;
    align-items: center;
    margin: 5px 0 5px 5px;
    position: relative;
    z-index: 1;
    outline: 0;
    cursor: default;
    transition: .13s ease-out
}

.tagify__tag>div {
    vertical-align: top;
    box-sizing: border-box;
    max-width: 100%;
    padding: .3em .5em;
    padding: 0.3em 0.5em;
    color: #000;
    color: #000;
    line-height: inherit;
    border-radius: 3px;
    white-space: nowrap;
    transition: .13s ease-out
}

.tagify__tag>div>* {
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    min-width: 1ch;
    max-width: auto;
    min-width: 1ch;
    max-width: auto;
    transition: .8s ease, .1s color
}

.tagify__tag>div>[contenteditable] {
    outline: 0;
    -webkit-user-select: text;
    user-select: text;
    cursor: text;
    margin: -2px;
    padding: 2px;
    max-width: 350px
}

.tagify__tag>div::before {
    content: '';
    position: absolute;
    border-radius: inherit;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    transition: 120ms ease;
    animation: tags--bump .3s ease-out 1;
    box-shadow: 0 0 0 1.1em #e5e5e5 inset;
    box-shadow: 0 0 0 1.1em#e5e5e5 inset
}

.tagify__tag:hover:not([readonly]) div::before {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    box-shadow: 0 0 0 1.1em #d3e2e2 inset;
    box-shadow: 0 0 0 1.1em #d3e2e2 inset
}

.tagify__tag--loading {
    pointer-events: none
}

.tagify__tag--loading .tagify__tag__removeBtn {
    display: none
}

.tagify__tag--loading::after {
    content: '';
    vertical-align: middle;
    opacity: 1;
    width: .7em;
    height: .7em;
    width: .8em;
    height: .8em;
    border: 3px solid;
    border-color: #eee #bbb #888 transparent;
    border-radius: 50%;
    animation: rotateLoader .4s infinite linear;
    margin: 0 .5em 0 -.1em
}

.tagify__tag--flash div::before {
    animation: none
}

.tagify__tag--hide {
    width: 0!important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transform: scale(0);
    transition: .3s;
    transition: .3s;
    pointer-events: none
}

.tagify__tag--hide>div>* {
    white-space: nowrap
}

.tagify__tag.tagify--noAnim>div::before {
    animation: none
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
    opacity: .5
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
    box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .5) inset!important;
    box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .5) inset!important;
    transition: .2s
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
    display: none
}

.tagify__tag[readonly]>div::before {
    background: linear-gradient(45deg, #E5E5E5 25%, transparent 25%, transparent 50%, #E5E5E5 50%, #E5E5E5 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(.95)
}

.tagify__tag--editable>div {
    color: #000;
    color: #000;
}

.tagify__tag--editable>div::before {
    box-shadow: 0 0 0 2px #d3e2e2 inset!important;
    box-shadow: 0 0 0 2px #D3E2E2 inset!important
}

.tagify__tag--editable>.tagify__tag__removeBtn {
    pointer-events: none
}

.tagify__tag--editable>.tagify__tag__removeBtn::after {
    opacity: 0;
    transform: translateX(100%) translateX(5px)
}

.tagify__tag--editable.tagify--invalid>div::before {
    box-shadow: 0 0 0 2px #d39494 inset!important;
    box-shadow: 0 0 0 2px #d39494 inset!important
}

.tagify__tag__removeBtn {
    order: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    font: 14px/1 Arial;
    background: 0 0;
    background: none;
    color: #000;
    color: #000;
    width: 14px;
    height: 14px;
    margin-right: 4.66667px;
    margin-left: auto;
    overflow: hidden;
    transition: .2s ease-out
}

.tagify__tag__removeBtn::after {
    content: "\00D7";
    transition: .3s, color 0s
}

.tagify__tag__removeBtn:hover {
    color: #fff;
    background: #c77777;
    background: #c77777;
}

.tagify__tag__removeBtn:hover+div>span {
    opacity: .5
}

.tagify__tag__removeBtn:hover+div::before {
    box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .3) inset!important;
    box-shadow: 0 0 0 1.1em rgba(211, 148, 148, .3) inset!important;
    transition: box-shadow .2s
}

.tagify:not(.tagify--mix) .tagify__input br {
    display: none
}

.tagify:not(.tagify--mix) .tagify__input * {
    display: inline;
    white-space: nowrap
}

.tagify__input {
    flex-grow: 1;
    display: inline-block;
    min-width: 110px;
    margin: 5px;
    padding: .3em .5em;
    padding: 0.3em 0.5em;
    line-height: inherit;
    position: relative;
    white-space: pre-wrap;
    color: inherit;
    color: inherit;
    box-sizing: inherit
}

.tagify__input:empty::before {
    transition: .2s ease-out;
    opacity: 1;
    transform: none;
    display: inline-block;
    width: auto
}

.tagify--mix .tagify__input:empty::before {
    display: inline-block
}

.tagify__input:focus {
    outline: 0
}

.tagify__input:focus::before {
    transition: .2s ease-out;
    opacity: 0;
    transform: translatex(6px)
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .tagify__input:focus::before {
        display: none
    }
}

@supports (-ms-ime-align:auto) {
    .tagify__input:focus::before {
        display: none
    }
}

.tagify__input:focus:empty::before {
    transition: .2s ease-out;
    opacity: 1;
    transform: none;
    color: rgba(0, 0, 0, .25);
    color: rgba(0, 0, 0, 0.25);
}

@-moz-document url-prefix() {
    .tagify__input:focus:empty::after {
        display: none
    }
}

.tagify__input::before {
    content: attr(data-placeholder);
    height: 1em;
    line-height: 1em;
    margin: auto 0;
    z-index: 1;
    color: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    position: absolute
}

.tagify--mix .tagify__input::before {
    display: none;
    position: static;
    line-height: inherit
}

.tagify__input::after {
    content: attr(data-suggest);
    display: inline-block;
    white-space: pre;
    color: #000;
    opacity: .3;
    pointer-events: none;
    max-width: 100px
}

.tagify__input .tagify__tag {
    margin: 0
}

.tagify__input .tagify__tag>div {
    padding-top: 0;
    padding-bottom: 0
}

.tagify--mix {
    display: block
}

.tagify--mix .tagify__input {
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    display: block
}

.tagify--mix .tagify__input::before {
    height: auto
}

.tagify--mix .tagify__input::after {
    content: none
}

.tagify--select::after {
    content: '>';
    opacity: .5;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font: 16px monospace;
    line-height: 8px;
    height: 8px;
    pointer-events: none;
    transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
    transition: .2s ease-in-out
}

.tagify--select[aria-expanded=true]::after {
    transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
}

.tagify--select .tagify__tag {
    position: absolute;
    top: 0;
    right: 1.8em;
    bottom: 0
}

.tagify--select .tagify__tag div {
    display: none
}

.tagify--select .tagify__input {
    width: 100%
}

.tagify--invalid {
    border: 1px solid #D39494;
}

.tagify__dropdown {
    position: absolute;
    z-index: 9999;
    transform: translateY(1px);
    overflow: hidden
}

.tagify__dropdown[placement=top] {
    margin-top: 0;
    transform: translateY(-100%)
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
    border-top-width: 1px;
    border-bottom-width: 0
}

.tagify__dropdown[position=text] {
    box-shadow: 0 0 0 3px rgba(rgb(53, 149, 246), .1);
    font-size: .9em
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
    border-width: 1px
}

.tagify__dropdown__wrapper {
    max-height: 300px;
    overflow: hidden;
    background: #fff;
    background: white;
    border: 1px solid #3595f6;
    border-color: rgb(53, 149, 246);
    border-width: 1.1px;
    border-top-width: 0;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
    transition: .25s cubic-bezier(0, 1, .5, 1)
}

.tagify__dropdown__wrapper:hover {
    overflow: auto
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
    max-height: 20px;
    transform: translateY(-1em)
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
    transform: translateY(2em)
}

.tagify__dropdown__item {
    box-sizing: inherit;
    padding: .3em .5em;
    margin: 1px;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    outline: 0
}

.tagify__dropdown__item--active {
    background: #3595f6;
    background: rgb(53, 149, 246);
    color: #fff
}

.tagify__dropdown__item:active {
    filter: brightness(105%)
}
.resize-container {
	border: 5px solid red; 
	width: 500px; /* should be overwritten with inline css from the database */
	height: 300px; /* should be overwritten with inline css from the database */
	overflow: hidden;
}

#resizable:hover {
	background: #666;
}

#draggable {
	display: inline-block;
	position: relative; 
  // left: 111px; /* should be overwritten with inline css from the database */
  // top: 74px; /* should be overwritten with inline css from the database */
}

#resizable {
	 // width: 100%; /* should be overwritten with inline css from the database */
	 // height: auto; /* should be overwritten with inline css from the database */
	 position: relative;
}

#handle {
	width: 30px;
	height: 30px;
	background: #666;
	position: absolute;
	bottom: 5px;
	right: 0px;
	display: inline;
	float: right;
}

.ui-resizable-s {
	left: auto !important;
	float: right;
}

.ui-resizable-handle {
	font-size: 30px !important;
	color: #fff;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

div.modal-billboard div.content_area_sub_heading {
	border: none;
}

/* line 1, app/assets/stylesheets/websites/order_callbacks.scss */
.input-prepend.flex {
  display: flex;
}

/* line 4, app/assets/stylesheets/websites/order_callbacks.scss */
.input-prepend.flex span.add-on, .input-prepend.flex input {
  height: 36px;
  line-height: 26px;
}
#sortable {
	 width:300px;
}

ul {
 margin-bottom:0px;
}

.highlight {
	background-color: yellow;
	height: 50px;
}

.tooltippy {
	margin:8px;
	padding:8px;
	border:1px solid blue;
	background-color:yellow;
	position: absolute;
	z-index: 2;
	display: none;
}

div.view-site-lightbox {
	position: auto !important;
  top: 0% !important;
  left: 0% !important;
}

div.view-site-lightbox-bg {
  display: none;
  // background: #000000;
  opacity: 1;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  z-index: 1000;
}



#date_selection_form input[type="text"] {
	width: 95%;
}

.no-left-right-padding {
	padding-left: 0px;
	padding-right: 0px;
}

#stat_section .tutorial-articles {
	padding-left: 20px;
}
#tweet_form textarea {
	width: 100%;
}
/* line 2, app/assets/stylesheets/websites/webhooks.scss */
.webhooks .actions {
  font-size: small;
}

/* line 5, app/assets/stylesheets/websites/webhooks.scss */
.webhooks .actions a {
  margin: 0 5px;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/websites/webhooks.scss */
.webhooks .actions .delete {
  color: red;
}

/* line 15, app/assets/stylesheets/websites/webhooks.scss */
.webhooks .callback-results {
  border-top: 1px solid #fff;
}

/* line 19, app/assets/stylesheets/websites/webhooks.scss */
.webhooks small.help-block {
  color: #999;
}

/* line 23, app/assets/stylesheets/websites/webhooks.scss */
.webhooks table.failed {
  margin: 11px  auto;
  width: 95%;
}
.search-bar {
	background: #f6f6f6; 
	padding: 15px; 
	margin-bottom: 20px;
}
li.job-item-line-item {
  margin-bottom: 20px;
}
.tutorial-section {
	border: 10px solid #fff; 
	margin-left: 0px; 
	padding-left: 0px; 
	padding-right: 0px;
}

.tutorial-category-bar {
	background: #e8e8e8; 
	border: 1px solid #ccc;
}

.tutorial-category-controls {
	float: right; 
	padding-top: 15px;
}

.tutorial-articles {
	padding: 10px; 
	background: #f6f6f6;
}
.forum-section {
	margin-bottom: 10px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.forum-category-bar {
	background: #e8e8e8;
	border: 1px solid #ccc;
	margin-left: 0px;
	margin-right: 0px;
}

.forum-category-controls {
	float: right;
	padding-top: 15px;
}

.forum-articles {
	padding: 10px 19px 10px 10px;
	background: #f6f6f6;
}
.ui-widget-overlay {
   background: #000;
   opacity: 0.7;
   filter: Alpha(Opacity=30);
}

.ui-dialog-title {
	font-size: 18px;
	padding: 5px 0 5px 0;
}

.ui-dialog .ui-dialog-content {
	overflow: hidden;
}

.modal-container {
	position: relative;
}

.modal-form {
	font-size: 14px;
	// overflow: hidden;
}

.modal-form input[type='text'] {
	// width: 200px;
}

.modal-form div.form_row_submit {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 15px 0 10px 20px;
	margin: 0px 0 0 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.modal-form label {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1em;
}

.modal-form label.label_inline {
	font-weight: normal;
	text-transform: none;
	line-height: 1.4em;
	font-weight: 200;
}

.modal-form input[type='radio'] {
	// margin-top: -2px;
	// margin-right: 2px;
}

.modal-form div.form_row {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 20px 0 20px 10px;
}

.modal-form div.row_margin_bottom {
	margin: 0px 0px 0px 0px;
	padding: 10px 0 0 10px;
}
body.error-page {
	background: white;
}

div.error-text {
	font-size: 1.2em;
  text-align: center;
  // text-shadow: 0px 1px 1px #000;
}

div.error-text a {
	text-shadow: none;
}
.raw-code {
	display: table-cell;
	vertical-align: top;
	width: 800px;
}

.raw-code textarea {
	width: 400px;
	display: inline;
	resize: none;
	overflow: hidden;
	font-size: 1em;
}

.raw-code label {
	width: 400px;
}
.billboard-container {
	background: #E0E0E0;
}

div.billboard-empty {
	height: 100px;
	position: relative;
	background-color: #E0E0E0;
	background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, #ccc 35px, #ccc 70px);
}

div.billboard-empty span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -165px;
	font-size: 2.5em;
	color: #666;
	text-shadow: white 1px 1px 2px;
}

.billboard-container ul {
	background: white;
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-height: 200px;
}

.billboard-container ul li {
	background: #E0E0E0;
	display: inline-block;
	height: 160px;
	width: 150px;
	line-height: 192px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	margin: 10px;
	text-decoration: none;
	box-shadow: 2px 2px 6px #333;
}

.billboard-image {
	max-width: 120px;
	max-height: 120px;
	line-height: 192px;
	vertical-align:middle;
}

.ui-sortable-helper {
	box-shadow: #666 2px 2px 4px;
}

.advanced-options-label {
	background: #E0E0E0;
	padding: 10px 0 10px 20px;
	border: 1px solid #d1d1d1;
	// margin: 0px 523px 15px 0px;
	width: 80%;
}

.advanced-options-label label {
		display: inline;
}

.advanced-options {
/* http://lea.verou.me/css3patterns/#carbon-fibre */
background:
radial-gradient(#fff 15%, transparent 16%) 0 0,
radial-gradient(#fff 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 95%, transparent 90%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 95%, transparent 90%) 8px 9px;
background-color:#E0E0E0;
background-size:8px 8px;

display: none;
margin: -10px 10px 15px 10px;
padding: 10px 40px 10px 40px;
border-bottom: 1px solid #d1d1d1;

}

div.advanced_options div.form_row {
	border: none;
}

div.advanced_options div.form_row label {
	background-color: #565656;
  color: transparent;
  text-shadow: 0px 2px 3px rgba(255,255,255,0.4);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;

}

div.advanced_options_label label {
	display: inline;
}
tr.section-with-hanger-under, tr.section-with-hanger-under td {
  padding: 25px 0px 0px 0px;
  background: white;
}

tr.section-equally-padded, tr.section-equally-padded td {
  background: #000;
  padding: 25px 15px;
}

tr.section-equally-padded td.feature-block {
  background: white;
}


h3 {
  font-size: 27px; font-weight: 400; margin-bottom: 10px; padding-bottom: 0px; line-height: 1.1;
}

h4 {
  color: #333333;font-size: 20px;font-weight: 400;margin-top: 10px; line-height: 1.1; margin-bottom: 15px;
}

p {
  color: #4a4a4a; font-size: 14px; font-weight: 300;line-height: 1.6; margin-bottom: 10px;
}

p.for-black-bg {
  color: #a5a5a5;
}

b.note {
  font-weight: 800;
}
/* line 1, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections {
  font-family: "Roboto", sans-serif;
  text-align: center;
}

/* line 5, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections * {
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .screen-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 16, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .btn-orange {
  display: block;
  width: 255px;
  margin: 0 auto;
  padding: 15px 60px;
  color: white;
  font-size: 16px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-decoration: none;
  background: #ff6000;
  border: none;
}

@media (max-width: 991px) {
  /* line 16, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .btn-orange {
    width: 215px;
    padding: 12px 40px;
  }
}

@media (max-width: 768px) {
  /* line 16, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .btn-orange {
    width: 250px;
    padding: 10px 30px;
    line-height: 30px;
  }
}

/* line 40, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .btn-orange:hover {
  transform: translateY(1px);
}

/* line 45, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .top-title {
  position: relative;
  padding: 0 0 50px;
  color: #9b9b9b;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 55, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .top-title.top-title_white {
  color: #fff;
}

/* line 58, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .top-title.top-title_white::before {
  background: #fff;
}

/* line 64, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .top-title.top-title_dark::before {
  background: #e5e5e5;
}

/* line 69, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .top-title::before {
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 120px;
  height: 2px;
  background: #efefef;
  transform: translateX(-50%);
  content: "";
}

/* line 81, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-video-description {
  margin-bottom: 30px;
  color: #626263;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
}

/* line 90, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-video-wrapper {
  max-width: 730px;
  margin: 0 auto 60px;
}

@media (max-width: 991px) {
  /* line 90, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-video-wrapper {
    max-width: 630px;
  }
}

@media (max-width: 768px) {
  /* line 90, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-video-wrapper {
    max-width: 530px;
    margin-bottom: 40px;
  }
}

/* line 104, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px 100px;
}

@media (max-width: 768px) {
  /* line 104, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  /* line 114, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper.home-card-wrapper-4 .home-card {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  /* line 113, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper.home-card-wrapper-4 {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  /* line 113, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper.home-card-wrapper-4 {
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  /* line 135, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper.home-card-wrapper-3 .home-card {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* line 134, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper.home-card-wrapper-3 {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* line 151, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 20px;
}

@media (max-width: 768px) {
  /* line 151, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper .home-card {
    padding: 10px;
  }
}

/* line 164, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card.home-card_white .card-icon {
  border-color: #fff;
}

/* line 168, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card.home-card_white .card-title {
  color: #fff;
}

/* line 172, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card.home-card_white .card-text {
  color: #fff;
}

/* line 177, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 25px;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
}

@media (max-width: 768px) {
  /* line 177, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-card-wrapper .home-card .card-icon {
    margin-bottom: 15px;
  }
}

/* line 192, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card .card-title {
  max-width: 100%;
  margin: 0 0 15px;
  padding: 0;
  color: #2a2c2e;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: center;
}

/* line 204, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card .card-text-big {
  max-width: 100%;
  padding: 0;
  color: #2a2c2e;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: center;
}

/* line 215, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-card-wrapper .home-card .card-text {
  max-width: 100%;
  color: #626263;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
}

/* line 226, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-title {
  margin: 0 auto;
  color: #2a2c2e;
  font-weight: 300;
  font-size: 31px;
  line-height: 1.4;
  letter-spacing: -0.25px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 226, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-title {
    font-size: 22px;
  }
}

/* line 243, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-title.home-title_white {
  color: #fff;
}

/* line 248, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-row {
  display: flex;
  margin: 0 -20px 40px;
}

@media (max-width: 768px) {
  /* line 248, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-row {
    flex-direction: column;
    align-items: center;
  }
}

/* line 257, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .home-row .home-left-block,
.home-page-sections .home-row .home-right-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 20px;
}

@media (max-width: 768px) {
  /* line 257, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-row .home-left-block,
.home-page-sections .home-row .home-right-block {
    width: 100%;
    max-width: 480px;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  /* line 272, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .home-row .home-left-block {
    margin-bottom: 40px;
  }
}

/* line 279, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .main-section {
  padding: 165px 0 0;
  background: #000 url(https://d1zmtm01ypbbyk.cloudfront.net/assets/our_site/static_pages/home/sections/main/bg-7643a23cec13edc9515130c0f2f301ddc2fc9e21124be613506f7cf32caa081a.jpg) no-repeat 50% 50%/cover;
}

@media (max-width: 768px) {
  /* line 279, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section {
    padding-top: 120px;
  }
}

/* line 287, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .main-section .home-title {
  max-width: 620px;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  /* line 287, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section .home-title {
    max-width: 510px;
    font-size: 33px;
  }
}

@media (max-width: 768px) {
  /* line 287, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section .home-title {
    max-width: 410px;
    font-size: 26px;
  }
}

/* line 304, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .main-section .main-section-text {
  max-width: 670px;
  margin: 0 auto 35px;
  color: #dedede;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 304, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section .main-section-text {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 768px) {
  /* line 304, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section .main-section-text {
    max-width: 520px;
  }
}

/* line 322, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .main-section .btn-orange {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  /* line 322, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section .btn-orange {
    margin-bottom: 40px;
  }
}

/* line 330, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .main-section .main-section-img {
  border-radius: 5px 5px 0 0;
}

/* line 334, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .main-section .main-section-img.desktop {
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 334, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section .main-section-img.desktop {
    display: none;
  }
}

/* line 342, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .main-section .main-section-img.mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 342, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .main-section .main-section-img.mobile {
    display: inline-block;
  }
}

/* line 351, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .web-presence-section {
  padding: 60px 0 78px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 351, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .web-presence-section {
    padding: 60px 0 70px;
  }
}

/* line 359, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .web-presence-section .home-title {
  max-width: 420px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 359, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .web-presence-section .home-title {
    max-width: 370px;
  }
}

@media (max-width: 768px) {
  /* line 359, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .web-presence-section .home-title {
    max-width: 300px;
  }
}

/* line 372, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .web-presence-section .home-video-wrapper {
  margin-bottom: 30px;
}

/* line 377, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight {
  padding: 60px 0 78px;
  background: #f6f6f6;
}

/* line 381, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .top-title::before {
  background: #ccc;
}

/* line 385, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-title {
  margin-bottom: 25px;
}

/* line 389, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-text {
  width: 620px;
  margin: 0 auto 55px;
  color: #626263;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
}

/* line 398, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-text p {
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-align: center;
}

/* line 405, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-text p a {
  color: #ff5f00;
  text-decoration: none;
}

/* line 411, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-text.home-text_bottom {
  margin-bottom: 0;
}

@media (max-width: 993px) {
  /* line 377, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight {
    padding: 60px 0 70px;
  }
  /* line 419, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .home-text {
    width: 100%;
  }
}

/* line 424, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* line 430, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-image-wrapper .image-left {
  height: 250px;
  margin-right: -80px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 437, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .home-image-wrapper .image-right {
  height: 250px;
  margin-bottom: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 5px solid #f6f6f6;
}

@media (max-width: 993px) {
  /* line 446, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .home-image-wrapper .image-left,
.home-page-sections .customer-spotlight .home-image-wrapper .image-right {
    width: 50vw;
    height: auto;
  }
}

@media (max-width: 480px) {
  /* line 424, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .home-image-wrapper {
    flex-direction: column;
  }
  /* line 456, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .home-image-wrapper .image-left {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: -32px;
    margin-left: -41px;
  }
  /* line 464, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .home-image-wrapper .image-right {
    width: 100%;
    margin-right: -50px;
    margin-bottom: 40px;
  }
}

/* line 472, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .featured-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 477, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_title {
  margin-right: 10px;
  color: #626263;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}

/* line 485, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_badgets {
  display: flex;
  align-items: center;
}

/* line 489, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_badgets img {
  height: 30px;
  margin-right: 10px;
  margin-left: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* line 498, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_more {
  margin-left: 10px;
  color: #626263;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
}

@media (max-width: 769px) {
  /* line 472, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .featured-wrapper {
    flex-direction: column;
  }
  /* line 509, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_title,
.home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_more {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  /* line 472, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .featured-wrapper {
    flex-direction: column;
  }
  /* line 518, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_badgets {
    flex-direction: column;
  }
  /* line 521, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .customer-spotlight .featured-wrapper .featured-wrapper_badgets img {
    height: 40px;
    margin: 10px 0;
  }
}

/* line 529, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji {
  position: relative;
  overflow: hidden;
  background: transparent;
}

/* line 534, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji .screen-wrapper {
  position: relative;
  z-index: 1;
}

/* line 539, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji .home-title {
  color: #fff;
}

/* line 543, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji .home-text {
  color: #fff;
}

/* line 546, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji .home-text p {
  color: #fff;
}

/* line 552, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji .home-image-wrapper .image-right {
  border-color: #1b1b1b;
}

/* line 557, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji .customer-spotlight_bcg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* line 566, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .customer-spotlight.customer-spotlight_fuji .customer-spotlight_bcg-image img {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}

/* line 580, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .backend-software-section {
  padding: 100px 0 80px;
  background: #000 url(https://d1zmtm01ypbbyk.cloudfront.net/assets/our_site/static_pages/home/sections/backend_software/bg-6d8fb6c895a6e8a497e99cd8af65ceac81777d274566ca88f523af591877548c.jpg) no-repeat 50% 50%/cover;
}

@media (max-width: 991px) {
  /* line 580, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .backend-software-section {
    padding: 80px 0 60px;
  }
}

/* line 589, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .backend-software-section .home-row .home-title {
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  /* line 589, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .backend-software-section .home-row .home-title {
    text-align: center;
  }
}

/* line 598, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .backend-software-section .home-row .home-ul {
  list-style: none;
}

/* line 601, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .backend-software-section .home-row .home-ul li {
  position: relative;
  padding: 0 0 0 35px;
  color: #dedede;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

/* line 609, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .backend-software-section .home-row .home-ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/our_site/static_pages/home/sections/backend_software/ul_icon-f67c7cb090f2374a23966d8a84022243a9ec8ceca39025ad6810e7baf9bbdce3.png) no-repeat 50% 50%/contain;
  content: "";
}

/* line 623, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .fulfillment-section {
  padding: 85px 0 74px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 623, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .fulfillment-section {
    padding: 60px 0 70px;
  }
}

/* line 631, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .fulfillment-section .home-title {
  max-width: 500px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 631, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .fulfillment-section .home-title {
    max-width: 440px;
  }
}

@media (max-width: 768px) {
  /* line 631, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .fulfillment-section .home-title {
    max-width: 360px;
  }
}

/* line 644, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .fulfillment-section .home-video-wrapper {
  margin-bottom: 40px;
}

/* line 648, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .fulfillment-section .fulfillment-section-text {
  margin-bottom: 25px;
  color: #2a2c2e;
  font-size: 16px;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: center;
}

/* line 659, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .university-section {
  padding: 78px 0 90px;
  background: #f6f6f6;
}

@media (max-width: 991px) {
  /* line 659, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .university-section {
    padding: 60px 0 70px;
  }
}

/* line 667, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .university-section .home-title {
  max-width: 680px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 667, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .university-section .home-title {
    max-width: 620px;
  }
}

@media (max-width: 768px) {
  /* line 667, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .university-section .home-title {
    max-width: 480px;
  }
}

/* line 680, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .university-section .home-card-wrapper {
  margin-bottom: 30px;
}

/* line 684, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .university-section .top-logo {
  max-width: 350px;
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  /* line 684, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .university-section .top-logo {
    max-width: 250px;
  }
}

/* line 694, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .community-section {
  padding: 60px 0 100px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 694, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section {
    padding: 60px 0 70px;
  }
}

/* line 702, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .community-section .home-title {
  max-width: 710px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 702, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section .home-title {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  /* line 702, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section .home-title {
    max-width: 490px;
  }
}

/* line 715, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .community-section .home-row {
  margin-bottom: 30px;
}

/* line 718, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .community-section .home-row .home-right-block {
  padding-left: 40px;
}

@media (max-width: 768px) {
  /* line 718, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section .home-row .home-right-block {
    padding-left: 20px;
  }
}

/* line 726, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .community-section .home-row .community-section-title {
  margin: 0 0 10px;
  padding: 0;
  color: #292b2d;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 991px) {
  /* line 726, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section .home-row .community-section-title {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  /* line 726, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section .home-row .community-section-title {
    text-align: center;
  }
}

/* line 744, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .community-section .home-row .community-section-text {
  margin-bottom: 30px;
  color: #626263;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: left;
}

@media (max-width: 991px) {
  /* line 744, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section .home-row .community-section-text {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  /* line 744, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .community-section .home-row .community-section-text {
    text-align: center;
  }
}

/* line 761, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .community-section .home-row .community-section-text:last-of-type {
  margin-bottom: 0;
}

/* line 768, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section {
  padding: 60px 0 80px;
  background: #000 url(https://d1zmtm01ypbbyk.cloudfront.net/assets/our_site/static_pages/home/sections/organization/bg-b650c5a1732c6b7eea23cbda67d58c0d39e8880d65bdc59912bfe731da4c9c63.jpg) no-repeat 50% 50%/cover;
}

@media (max-width: 991px) {
  /* line 768, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section {
    padding: 60px 0 70px;
  }
}

/* line 776, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .home-title {
  max-width: 680px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 776, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .home-title {
    max-width: 580px;
  }
}

@media (max-width: 768px) {
  /* line 776, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .home-title {
    max-width: 490px;
  }
}

/* line 789, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .home-card-wrapper {
  margin-bottom: 45px;
}

/* line 793, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .organization-section-card-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  /* line 793, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .organization-section-card-wrapper {
    flex-wrap: wrap;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  /* line 793, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .organization-section-card-wrapper {
    max-width: 400px;
  }
}

/* line 809, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo {
  display: flex;
  width: calc(50% - 12px);
  padding: 25px 36px 18px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}

@media (max-width: 991px) {
  /* line 809, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo {
    width: 100%;
    min-height: 170px;
  }
}

@media (max-width: 991px) {
  /* line 821, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo:first-of-type {
    margin-bottom: 24px;
  }
}

/* line 827, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo .organization-section-card-logo-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  margin-right: 18px;
}

@media (max-width: 768px) {
  /* line 827, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo .organization-section-card-logo-img-wrapper {
    width: 90px;
  }
}

/* line 840, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 845, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo-text-wrapper .organization-section-card-logo-text-small {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
}

/* line 855, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo-text-wrapper .organization-section-card-logo-text-big {
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.5px;
  text-align: left;
}

@media (max-width: 991px) {
  /* line 855, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo-text-wrapper .organization-section-card-logo-text-big {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  /* line 855, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .organization-section .organization-section-card-wrapper .organization-section-card-logo-text-wrapper .organization-section-card-logo-text-big {
    font-size: 16px;
  }
}

/* line 874, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .consulting-section {
  padding: 70px 0;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 874, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .consulting-section {
    padding: 60px 0 70px;
  }
}

/* line 882, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .consulting-section .home-title {
  max-width: 750px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 882, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .consulting-section .home-title {
    max-width: 660px;
  }
}

@media (max-width: 768px) {
  /* line 882, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .consulting-section .home-title {
    max-width: 540px;
  }
}

/* line 895, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .consulting-section .home-video-wrapper {
  margin-bottom: 30px;
}

/* line 900, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section {
  padding: 55px 0 70px;
  background: #f0f0f0;
}

@media (max-width: 991px) {
  /* line 900, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .agency-section {
    padding: 60px 0 70px;
  }
}

/* line 908, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .home-title {
  max-width: 620px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 908, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .agency-section .home-title {
    max-width: 540px;
  }
}

@media (max-width: 768px) {
  /* line 908, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .agency-section .home-title {
    max-width: 450px;
  }
}

/* line 921, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .home-text {
  max-width: 620px;
  margin: 0 auto 55px;
  color: #626263;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 921, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .agency-section .home-text {
    max-width: 520px;
  }
}

/* line 935, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .home-video-wrapper {
  margin-bottom: 40px;
}

/* line 939, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .services {
  margin-bottom: 40px;
}

/* line 942, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .services .services_title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

/* line 949, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .services .services_grid {
  display: grid;
  grid-row-gap: 20px;
  grid-column-gap: 40px;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
}

@media (max-width: 993px) {
  /* line 949, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .agency-section .services .services_grid {
    grid-template-columns: 0.5fr 0.5fr;
  }
}

@media (max-width: 577px) {
  /* line 949, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .agency-section .services .services_grid {
    grid-template-columns: 1fr;
  }
}

/* line 964, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .services .services_item {
  display: flex;
}

/* line 967, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .services .services_item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 16px;
  background: #000;
  border-radius: 20px;
}

/* line 979, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .services .services_item .icon img {
  width: 16px;
}

/* line 984, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .agency-section .services .services_item .text {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  text-align: left;
}

/* line 994, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .support-section {
  padding: 60px 0 100px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 994, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .support-section {
    padding: 60px 0 70px;
  }
}

/* line 1002, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .support-section .home-title {
  max-width: 460px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 1002, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .support-section .home-title {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  /* line 1002, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .support-section .home-title {
    max-width: 340px;
  }
}

/* line 1015, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .support-section .home-card-wrapper {
  margin-bottom: 45px;
}

/* line 1019, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .support-section .home-video-wrapper {
  margin-bottom: 60px;
}

/* line 1024, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section {
  padding: 60px 0 70px;
  background: #f0f0f0;
}

/* line 1028, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-title {
  max-width: 670px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 1028, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-title {
    max-width: 570px;
  }
}

@media (max-width: 768px) {
  /* line 1028, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-title {
    max-width: 480px;
  }
}

/* line 1041, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}

@media (max-width: 991px) {
  /* line 1041, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper {
    padding: 15px 0;
  }
}

@media (max-width: 768px) {
  /* line 1041, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0;
  }
}

/* line 1058, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video {
  display: flex;
  flex-direction: column;
  width: calc(50% - 30px);
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 1058, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  /* line 1058, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* line 1072, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video:last-of-type {
    margin-bottom: 0;
  }
}

/* line 1078, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-text {
  margin-top: auto;
  padding: 15px 0;
  color: #626263;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 1078, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-text {
    font-size: 15px;
  }
}

/* line 1092, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-container {
  margin-bottom: 20px;
}

/* line 1095, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-container .testimonial-video {
  width: 100%;
  height: 250px;
}

/* line 1101, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-info {
  display: flex;
}

@media (max-width: 768px) {
  /* line 1101, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-info {
    flex-direction: row;
  }
}

/* line 1109, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-info-author {
  display: flex;
  align-items: center;
  margin-right: auto;
  padding-right: 20px;
}

@media (max-width: 768px) {
  /* line 1109, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-info-author {
    margin-bottom: 10px;
    padding-right: 0;
  }
}

/* line 1121, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-info-duration {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  /* line 1121, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-info-duration {
    margin-bottom: 10px;
  }
}

/* line 1130, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-right: 10px;
  border: 2px solid #e7e7e7;
  border-radius: 50px;
}

/* line 1141, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-text-big {
  margin-bottom: 5px;
  color: #292b2d;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: left;
}

/* line 1150, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .home-card-video-wrapper .home-card-video .home-card-video-text-small {
  color: #626263;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

/* line 1160, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .testimonials-section-text p {
  margin: 0 auto 30px;
  color: #626263;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
}

/* line 1169, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .testimonials-section-text .testimonials-section-link {
  color: #ff5f00;
  font: inherit;
  text-decoration: none;
}

/* line 1174, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .testimonials-section .testimonials-section-text .testimonials-section-link:hover {
  text-decoration: underline;
}

/* line 1181, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .mission-section {
  padding: 60px 0 120px;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 1181, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .mission-section {
    padding: 60px 0 70px;
  }
}

/* line 1189, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .mission-section .home-title {
  max-width: 600px;
  margin-bottom: 25px;
}

/* line 1194, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .mission-section .home-text {
  max-width: 620px;
  margin: 0 auto 30px;
  color: #626263;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 768px) {
  /* line 1194, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .mission-section .home-text {
    max-width: 520px;
    margin: 0 auto 20px;
  }
}

/* line 1208, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .mission-section .home-text:last-of-type {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  /* line 1208, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-page-sections .mission-section .home-text:last-of-type {
    margin-bottom: 40px;
  }
}

/* line 1217, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-page-sections .mission-section .home-video-wrapper {
  margin-bottom: 60px;
}

/* line 1223, app/assets/stylesheets/our_site/static_pages/home.scss */
.hellobar__back {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #f00;
  pointer-events: none;
}

/* line 1233, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer {
  margin: 90px 0 30px;
  padding: 0 20px 40px;
  border: 4px solid #ff6000;
}

/* line 1238, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer__title {
  display: flex;
  justify-content: center;
}

/* line 1242, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer__title-inner {
  margin-bottom: 0 !important;
  padding: 10px 20px;
  color: #ff6000 !important;
  background-color: #fff;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  /* line 1242, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-special-offer__title-inner {
    max-width: none !important;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  /* line 1242, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-special-offer__title-inner {
    font-size: 30px !important;
  }
}

/* line 1260, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer__text, .home-special-offer__second-text {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
}

/* line 1267, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer__text {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 1267, app/assets/stylesheets/our_site/static_pages/home.scss */
  .home-special-offer__text {
    margin-top: -40px;
  }
}

/* line 1275, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer__text span {
  font-weight: 500;
}

/* line 1280, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer__second-text {
  margin-bottom: 30px;
  font-style: italic;
  text-align: center;
}

/* line 1285, app/assets/stylesheets/our_site/static_pages/home.scss */
.home-special-offer__second-text span {
  font-weight: 500;
  font-style: normal;
}
.grecaptcha-badge {
  visibility: hidden;
}

.notifications-bell {
  color: gray;
}

.notifications-bell.highlighted {
  color: #208ddb;
}

.no-margin {
    margin: 0;
}

.notifications-bell {
  font-size: 14px;
  line-height: 14px;
}

.notifications-dot {
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

button.jump-to-menu-button {
  width: 70%;
  margin: 0;
  border: 1px solid #cccccc;
  background-color: white;
  color: black;
  height: 32px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-stretch: 100%;
  font-weight: 300;
  text-align: left;
  padding: 5px;
}

button.jump-to-menu-button > i {
  pointer-events: none;
}

button.jump-to-menu-button:hover, button.jump-to-menu-button:focus {
  border: 1px solid #cccccc;
  background-color: white;
  color: black;
  text-decoration: none;
}

i.open-dropdown-icon {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin: 0 5px 0 0;
}

ul.jump-to-menu-list {
  text-align: left;
}

ul.jump-to-menu-list.open {
  margin-top: 15px !important;
}

ul.jump-to-menu-list li {
  text-align: left;
  padding: 0 0 0 5px;
}

ul.jump-to-menu-list li a {
  text-decoration: none;
  color: black;
}

ul.jump-to-menu-list li:hover {
  background-color: black;
}

ul.jump-to-menu-list li:hover a {
  color: white;
}

.button-group li .button {
  padding: 17px 0 17px 0;
  margin: 0 0 0 0;
}

.lower-site-controls {
  font-size: .7em;
  height: 48px;
  border-bottom: 2px solid #333;
}

@media only screen and (min-width: 48em) {

  .lower-site-controls {
    font-size: .9em;
    height: 56px;
  }

  .lower-site-controls ul.even-3 {

  }

  .lower-site-controls ul.even-3 li a {
    border-color: white;
  }

  .button-group li .button {
    padding: 23px 0 30px 0;
    margin: 0 0 0 0;
  }

}


.btn_edit_site {
  display: inline-block;
  display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0)";
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  z-index: 10;
  position:absolute;
  top: 0px;
  right: 0px;
}

.btn_edit_page {
  display: inline-block;
  display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0)";
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  z-index: 10;
  position:absolute;
  top: 0px;
  right: 75px;
}

.view-site-controls {
  z-index: 10;
  position: fixed;
  bottom: -20px;
  right: 30px;
  opacity: 0.2;
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
}

.view-site-message {
  background: white;
  display: inline;
  padding: 15px 30px 15px 10px;
  box-shadow: #333 1px 1px 5px;
}

.view-site-buttons {
  display: inline;
  padding: 15px 2px 15px 10px; /* 2px right is needed in conjunction with '&nbsp;' in the html to make bar look right when message is displaying. */
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 7px solid #999;
  border-right: 7px solid #999;
  border-radius: 5px 0px 0px 5px;
  box-shadow: #333 1px 1px 5px;

  background: rgb(76,76,76); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(89,89,89,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(71,71,71,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 )"; /* IE6-9 */
}

.view-site-btn {
	font-size: 14px;
  background: white;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px 5px 10px;
  margin: 0 3px 0 3px;
  cursor: pointer;
  text-decoration: none;
  color: #111;
  text-shadow: none;
}

.view-site-btn:hover {
  color: #000;
  font-size: 15px;
  /* font-weight: bold; */
  text-decoration: none;
  padding: 4px 9px 4px 9px;
  margin: 0 3px 0 3px;
  border: 2px solid #ccc;
}

.view-site-btn:active {
  font-size: 14px;
  color: #111;
}

.site-controls-save {
  display: none;
}

.design-site-btn {
  color: rgb(175, 160, 127);
  font-size: 14px;
  text-decoration: underline;
}

.design-site-btn:hover {
  color: white;
  text-decoration: underline;
}

.design-site-btn:visited {
  color: rgb(175, 160, 127);
  text-decoration: underline;
}

/* begin LOADING SPINNER ####################### */

#floatingBarsG {
position: fixed;
width:45px;
height:56px;
top: 50%;
}

.blockG{
position:absolute;
background-color:#FFFFFF;
width:7px;
height:17px;
-moz-border-radius:6px 6px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:0.64s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:6px 6px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:0.64s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:6px 6px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:0.64s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:6px 6px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:0.64s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:6px 6px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:0.64s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#rotateG_01{
left:0;
top:20px;
-moz-animation-delay:0.24000000000000005s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.24000000000000005s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.24000000000000005s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.24000000000000005s;
-o-transform:rotate(-90deg);
animation-delay:0.24000000000000005s;
transform:rotate(-90deg);
}

#rotateG_02{
left:6px;
top:7px;
-moz-animation-delay:0.32s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.32s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.32s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.32s;
-o-transform:rotate(-45deg);
animation-delay:0.32s;
transform:rotate(-45deg);
}

#rotateG_03{
left:19px;
top:2px;
-moz-animation-delay:0.4s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.4s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.4s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.4s;
-o-transform:rotate(0deg);
animation-delay:0.4s;
transform:rotate(0deg);
}

#rotateG_04{
right:6px;
top:7px;
-moz-animation-delay:0.4800000000000001s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.4800000000000001s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.4800000000000001s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.4800000000000001s;
-o-transform:rotate(45deg);
animation-delay:0.4800000000000001s;
transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:20px;
-moz-animation-delay:0.56s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.56s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.56s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.56s;
-o-transform:rotate(90deg);
animation-delay:0.56s;
transform:rotate(90deg);
}

#rotateG_06{
right:6px;
bottom:5px;
-moz-animation-delay:0.64s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:0.64s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:0.64s;
-ms-transform:rotate(135deg);
-o-animation-delay:0.64s;
-o-transform:rotate(135deg);
animation-delay:0.64s;
transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:19px;
-moz-animation-delay:0.72s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:0.72s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:0.72s;
-ms-transform:rotate(180deg);
-o-animation-delay:0.72s;
-o-transform:rotate(180deg);
animation-delay:0.72s;
transform:rotate(180deg);
}

#rotateG_08{
left:6px;
bottom:5px;
-moz-animation-delay:0.8s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:0.8s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:0.8s;
-ms-transform:rotate(-135deg);
-o-animation-delay:0.8s;
-o-transform:rotate(-135deg);
animation-delay:0.8s;
transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

#floatingBarsG_small{
position:relative;
width:25px;
height:31px}

.blockG_small{
position:absolute;
background-color:#FFFFFF;
width:4px;
height:10px;
-moz-border-radius:4px 4px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:4px 4px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:4px 4px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:4px 4px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:4px 4px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:1.04s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#rotateG_01_small{
left:0;
top:11px;
-moz-animation-delay:0.39s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.39s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.39s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.39s;
-o-transform:rotate(-90deg);
animation-delay:0.39s;
transform:rotate(-90deg);
}

#rotateG_02_small{
left:3px;
top:4px;
-moz-animation-delay:0.52s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.52s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.52s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.52s;
-o-transform:rotate(-45deg);
animation-delay:0.52s;
transform:rotate(-45deg);
}

#rotateG_03_small{
left:10px;
top:1px;
-moz-animation-delay:0.65s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.65s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.65s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.65s;
-o-transform:rotate(0deg);
animation-delay:0.65s;
transform:rotate(0deg);
}

#rotateG_04_small{
right:3px;
top:4px;
-moz-animation-delay:0.78s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.78s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.78s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.78s;
-o-transform:rotate(45deg);
animation-delay:0.78s;
transform:rotate(45deg);
}

#rotateG_05_small{
right:0;
top:11px;
-moz-animation-delay:0.9099999999999999s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.9099999999999999s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.9099999999999999s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.9099999999999999s;
-o-transform:rotate(90deg);
animation-delay:0.9099999999999999s;
transform:rotate(90deg);
}

#rotateG_06_small{
right:3px;
bottom:3px;
-moz-animation-delay:1.04s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:1.04s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:1.04s;
-ms-transform:rotate(135deg);
-o-animation-delay:1.04s;
-o-transform:rotate(135deg);
animation-delay:1.04s;
transform:rotate(135deg);
}

#rotateG_07_small{
bottom:0;
left:10px;
-moz-animation-delay:1.1700000000000002s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:1.1700000000000002s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:1.1700000000000002s;
-ms-transform:rotate(180deg);
-o-animation-delay:1.1700000000000002s;
-o-transform:rotate(180deg);
animation-delay:1.1700000000000002s;
transform:rotate(180deg);
}

#rotateG_08_small{
left:3px;
bottom:3px;
-moz-animation-delay:1.3s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:1.3s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:1.3s;
-ms-transform:rotate(-135deg);
-o-animation-delay:1.3s;
-o-transform:rotate(-135deg);
animation-delay:1.3s;
transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-webkit-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}


/* end LOADING SPINNER ####################### */





/* line 2, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonials__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  list-style: none;
}

/* line 10, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonials__title {
  margin-top: 40px;
  margin-bottom: 27px;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial {
  margin-bottom: 0;
  padding: 15px;
  color: #000;
  font-size: 13px;
  line-height: 1.15;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}

/* line 29, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__header {
  display: flex;
  align-items: center;
}

/* line 34, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 50%;
}

/* line 42, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__header-data {
  flex-grow: 1;
  padding-right: 12px;
  padding-left: 12px;
}

/* line 48, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__name {
  font-weight: 700;
}

/* line 52, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__data {
  display: flex;
  align-items: center;
}

/* line 57, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__date {
  margin-right: 5px;
  font-weight: 400;
}

/* line 62, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__group-img {
  width: 15px;
  height: 15px;
  object-fit: cover;
  border-radius: 50%;
}

/* line 69, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__controls {
  display: flex;
}

/* line 72, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__controls-btn {
  position: relative;
  margin-right: 6px;
  margin-left: 6px;
}

/* line 77, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__controls-btn, .testimonial__controls-btn::before, .testimonial__controls-btn::after {
  width: 4px;
  height: 4px;
  background-color: #bcbdc0;
  border-radius: 50%;
}

/* line 86, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__controls-btn::before, .testimonial__controls-btn::after {
  position: absolute;
  top: 0;
  content: "";
}

/* line 93, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__controls-btn::before {
  left: -6px;
}

/* line 97, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__controls-btn::after {
  left: 6px;
}

/* line 103, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__text-wrapper {
  margin-top: 12px;
}

/* line 106, app/assets/stylesheets/shared_css/testimonials.scss */
.testimonial__text-wrapper p {
  margin: 0;
  color: inherit;
  font-weight: 400;
  line-height: inherit;
}
/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/* NICK  CSS START
 */

/* stylelint-disable no-duplicate-selectors */

/* zendesk widget */
.zEWidget-webWidget {
  bottom: 40px !important;
}

.photo-list video {
  min-width: inherit;
  min-height: inherit;
  margin-top: 60px;
}

.show-when-small-screen-block {
  display: block;
}

.show-when-small-screen-inline-block {
  display: inline-block;
}

.show-when-large-screen-block,
.show-when-large-screen-inline-block {
  display: none;
}

.flash-message-from-params {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 20px;
  color: white;
  font-size: 20px;
  text-align: center;
  background: green;
}

.flash-message-from-params.success {
  background: green;
}

.flash-message-from-params.error {
  background: red;
}

form.custom .custom.dropdown.contact-export-data-select {
  width: 100%;
}

.contacts-edit .view-contact-link-container,
.contacts-edit .add-note-button-container {
  display: none;
}

.asf-welcome-mat[data-bypass-option="close-button"] {
  position: fixed;
}

.asf-welcome-mat[data-bypass-option="close-button"] .scroll-down-icon {
  display: none;
}

.asf-welcome-mat[data-bypass-option="scroll-down"] {
  position: absolute;
  border-bottom: 10px solid #ddd;
}

.asf-welcome-mat[data-bypass-option="scroll-down"] a.close-button {
  display: none;
}

.asf-welcome-mat {
  top: 0;
  left: 0;
  z-index: 100000000;
  display: none;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  text-align: center;
  background: rgb(240, 240, 240);
}

.asf-welcome-mat .container {
  padding: 10px;
}

#asf_contact_form_container {
  max-width: 650px;
  margin: 0 auto;
}

.asf-welcome-mat a.close-button {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #666;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
}

.asf-welcome-mat a.close-button:hover {
  cursor: pointer;
}

.asf-welcome-mat h1 {
  margin-bottom: 5px;
  color: #000;
  font-weight: 200;
  font-size: 40px;
}

#site_manager .asf-welcome-mat p {
  color: #666;
  font-size: 24px !important;
  text-align: center;
}

.asf-welcome-mat input[type="text"] {
  height: 70px;
}

.asf-welcome-mat .btn {
  position: relative;
  width: 100%;
  padding: 20px;
  color: white;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
}

.asf-welcome-mat input#inquiry_email {
  height: 60px;
  margin-top: 30px;
  font-size: 30px;
}

.asf-welcome-mat input#create_inquiries.btn {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  text-align: center;
}

#site_manager .asf-welcome-mat input.btn.submit {
  padding: 25px;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  background: #ff6000;
}

#site_manager .asf-welcome-mat a.btn.refuse {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  padding: 25px;
  font-weight: 200;
  font-size: 20px;
  background: #888;
}

.asf-welcome-mat .btn:hover {
  top: 1px;
}

.asf-welcome-mat .fa-solid.down-arrow {
  position: absolute;
  bottom: 0;
  color: black;
  font-size: 30px;
}

.asf-welcome-mat .field,
.asf-welcome-mat .field:hover {
  padding: 0;
  border: none;
}

#site_manager .asf-welcome-mat input::-moz-placeholder {
  font-size: 17px;
}

#site_manager .asf-welcome-mat input::-ms-input-placeholder {
  font-size: 17px;
}

#site_manager .asf-welcome-mat input::-webkit-input-placeholder {
  font-size: 17px;
}

.duplicate-button-container {
  float: right;
  margin-top: 7px;
  margin-right: 15px;
}

.sortable-button-container {
  float: right;
  margin-top: 1px;
  margin-right: 15px;
}

.sortable-button-container button,
.sortable-btn {
  padding: 0;
  background: white;
  border: 1px solid #ccc;
}

.sortable-button-container button:hover,
.sortable-button-container button:focus {
  color: black;
  background: white;
}

.sortable-button-container i {
  color: black;
}

.page-name-and-pdf h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.resend-receipt-email-btn-container {
  margin-bottom: 15px;
  padding-left: 0;
  text-align: left;
}

[data-infinite-scroll],
.infinite-pagination,
.infinite-pagination-container {
  text-align: center;
}

.row.top-spacing,
.top-spacing {
  margin-top: 20px;
}

#sizes_dynamic .subheading-container {
  margin-bottom: 10px;
  padding-left: 0;
}

#add_items .columns.product-options {
  padding-right: 5px;
  padding-left: 5px;
}

#add_items .product-options .subsection {
  padding-top: 0;
}

.item-price-container p {
  font-size: 18px;
}

.new-cart .add-to-cart {
  margin-top: 10px;
}

.appcues-powered-by-text {
  display: none;
}

form.custom .select-page-templates .custom.dropdown {
  width: 100%;
}

.accordion .subsection,
.accordion .subsection .row {
  margin-right: 0;
  margin-left: 0;
}

.jquery-accordion .accordion[data-accordion] [data-control],
.jquery-accordion .accordion.open .accordion[data-accordion] [data-control] {
  color: #333;
  background: #f1f1f1;
  border: 1px solid #ddd;
}

[data-accordion] [data-control] {
  position: relative;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
  cursor: pointer;
}

.accordion .icon,
.accordion.open .accordion .icon {
  float: right;
  color: #666;
}

.accordion.open .icon,
.accordion.open .accordion .icon {
  color: #fff;
}

.accordion .icon.open {
  display: none;
}

.accordion .icon.closed {
  display: block;
}

.accordion.open .icon.open {
  display: block;
}

.accordion.open .icon.closed {
  display: none;
}

.accordion.open .accordion .icon.closed {
  display: block;
}

.accordion.open .accordion .icon.open {
  display: none;
}

.accordion.open .accordion.open .icon.closed {
  display: none;
}

.accordion.open .accordion.open .icon.open {
  display: block;
}

.accordion .spacer {
  margin-top: 20px;
  line-height: 2em;
}

.table-many-columns {
  font-size: 17px;
}

[data-content] {
  border: 1px solid #ccc;
  border-top: none;
}

.jquery-accordion .accordion {
  margin-bottom: 10px;
}

.jquery-accordion .accordion [data-content],
.jquery-accordion .accordion.open .accordion [data-content] {
  opacity: 0.01;
}

.accordion.open [data-content],
.jquery-accordion .accordion.open .accordion.open [data-content] {
  padding: 15px;
  opacity: 1;
}

.jquery-accordion .accordion.open .accordion.open [data-content] {
  padding-right: 35px;
  padding-left: 35px;
}

.jquery-accordion .accordion.open [data-control],
.jquery-accordion .accordion.open .accordion.open[data-accordion] [data-control] {
  color: white;
  background: #777;
}

.accordion.open .accordion [data-content] {
  padding: 0;
}

.accordion.open .accordion.open [data-content] {
  padding: 35px;
}

[data-control],
[data-content] > * {
  padding: 0;
  border-bottom: none;
}

[data-accordion-group] {
  margin-bottom: 40px;
}

.catalog-pages {
  font-size: 1.5em;
  line-height: 2em;
}

.izimodal {
  display: none;
}

.izimodal p,
.izimodal label,
.izimodal a {
  font-size: 15px;
}

.izimodal h2 {
  font-size: 2.3125em;
}

.izimodal .button.secondary,
.react-reveal-modal .button.secondary,
.reveal-modal .button.secondary {
  margin-bottom: 0;
}

.react-reveal-modal .button.secondary, .reveal-modal .button.secondary {
  padding: 13px 35px;
  vertical-align: bottom;
}

#site_manager .izimodal .btn {
  vertical-align: top;
}

.product-gallery-edit-links {
  font-size: 12px;
  text-transform: lowercase;
}

#site_manager .share-category-form {
  top: 1px !important;
}

.margin-left,
p.margin-left {
  margin-left: 15px;
}

.margin-right,
p.margin-right {
  margin-right: 15px;
}

.padding-left {
  padding-left: 15px;
}

.padding-right {
  padding-right: 15px;
}

.margin-bottom-sml,
form .row .row.margin-bottom-sml {
  margin-bottom: 3px;
}

.manage-category {
  font-size: 14px;
  text-decoration: none;
}

input[type="text"].inline-date {
  display: inline;
  width: 150px;
  height: 25px;
  margin-bottom: 0;
}

.content.content-top-left .panel::before,
.content.content-top-right .panel::before,
.content.content-bottom-left .panel::before,
.content.content-bottom-right .panel::before {
  bottom: 95% !important;
}

#site_manager .izimodal .btn.btn-primary {
  font-size: 14px;
}

#billboard_photo_modals .reveal-modal, #billboard_photo_modals .react-reveal-modal {
  top: -70% !important;
  width: 100%;
  margin-left: -50%;
}

.izimodal a.rotate-crop {
  font-size: 18px;
}

.crop-container .row {
  max-width: 100%;
}

.crop-modal .item-price-container {
  font-size: 16px;
}

.iziModal .iziModal-button {
  opacity: 1;
}

.crop-partial .form-bottom,
.crop-form .form-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
  margin: 0;
  padding: 0;
  border: 1px solid #666;
}

.crop-partial .form-bottom:hover,
.crop-form .form-bottom:hover {
  border: none;
}

.crop-partial .form-bottom button.submit-form-btn.crop-and-continue,
.crop-form .form-bottom button.submit-form-btn.crop-and-continue {
  width: 100%;
  height: 55px;
  font-size: 20px;
}

.crop-partial button.submit-form-btn:hover,
.crop-form button.submit-form-btn:hover {
  background: black;
}

.custom-crop-size,
.custom-height-container {
  display: inline;
}

.change-crop-size.small {
  display: none;
}

input.orientation-fields {
  display: none;
}

.crop-container {
  text-align: center;
}

.jcrop-holder {
  margin: 0 auto;
  margin-bottom: 80px;
}

#order_summary table.order-summary {
  border: none;
}

table.order-items {
  font-size: 0.9em;
}

table.order-items ul li {
  font-size: 1.1em;
}

.size-label {
  padding: 5px;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.build-product-form .order-review-column {
  padding-right: 0;
  padding-left: 0;
}

.build-product-form .art-store-btn-row,
.build-product-form .product-build-form-btns {
  padding-right: 0;
}

.product-sizes.input-checked-state {
  color: white;
  background: #d0d0d0;
}

.product-sizes.input-checked-state a {
  color: white;
}

.product-sizes img {
  display: block;
  max-height: 45px;
  margin: 0 auto;
  background: white;
}

.product-sizes .medium-tooltip-link {
  display: inline;
}

.product-sizes .name {
  display: inline;
}

#site_manager .bulk-select-and-edit .btn.btn-primary-sml {
  padding-right: 15px;
  padding-left: 15px;
}

.new-cart label {
  font-size: 0.9em;
}

.new-cart .build-product-form label {
  height: 30px;
}

.new-cart .product-options .product-form-subheading {
  margin-top: 0;
}

.new-cart .build-product-form .item-review li {
  line-height: 1.2em;
}

.new-cart .build-product-form #greeting_card_item_review ul {
  color: black;
  font-size: 1em;
}

section#greeting_card_message .art-store-tab-content-area {
  width: 550px;
}

.new-cart .subheading-container {
  margin-bottom: 10px;
  padding-left: 0;
}

.new-cart .left-options.large-7.columns {
  width: 75%;
}

.new-cart .right-options.large-5.columns {
  width: 25%;
}

.new-cart .image-preview img {
  max-width: 140px;
  max-height: 140px;
}

.new-cart #review_product .left-options {
  padding-left: 0;
}

.new-cart .shopping-basket-shipping-methods {
  margin-bottom: 30px;
}

#order_summary_container p {
  margin-bottom: 0;
}

table > tbody > tr > td > span.footable-toggle {
  margin-bottom: 5px;
  padding: 5px;
  color: white;
  background: black;
  opacity: 1;
}

.new-cart .tax-info {
  margin-top: 30px;
}

.new-cart .tax-info br {
  display: none;
}

input[type="text"].has-text-below {
  margin-bottom: 0 !important;
}

.cc-window {
  z-index: 10000000000;
  min-width: 100%;
}

.cc-revoke.cc-bottom {
  display: block !important;
}

div[aria-label="cookieconsent"] .cc-message {
  padding-right: 30px;
}

div[aria-label="cookieconsent"].approach-hard {
  z-index: 10000000000;
  flex-direction: column;
  height: 100%;
  padding: 5px;
  text-align: center;
}

.cookie-declined-content {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-top: 120px;
  text-align: center;
  background: white;
}

.cookie-declined-content .logo-slogan {
  text-align: center;
}

body.home-page .cookie-declined-content p,
body .cookie-declined-content p {
  margin-bottom: 15px;
  font-size: 15px;
  text-align: center;
}

body.home-page .cookie-declined-content p a,
body .cookie-declined-content p a {
  text-decoration: underline;
}

div[aria-label="cookieconsent"].approach-hard .logo-slogan img,
.cookie-declined-content .logo-slogan img {
  max-width: 250px;
  max-height: 100px;
  margin-bottom: 30px;
}

div[aria-label="cookieconsent"].approach-hard .cc-message {
  flex: none;
  padding: 15px;
  font-weight: 200;
  font-size: 1em;
}

div[aria-label="cookieconsent"].approach-hard .cc-message .cc-link {
  display: block;
  font-weight: 400;
}

div[aria-label="cookieconsent"].approach-hard .cc-compliance {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

div[aria-label="cookieconsent"].approach-hard .cc-compliance .cc-btn {
  padding: 15px;
  font-weight: 200;
  font-size: 1em;
}

div[aria-label="cookieconsent"].approach-hard .cc-compliance .cc-btn:hover {
  text-decoration: underline;
}

div[aria-label="cookieconsent"].approach-hard .cc-compliance .cc-btn.cc-dismiss {
  background: #fff;
}

div[aria-label="cookieconsent"].approach-hard .cc-compliance .cc-btn.cc-deny {
  background: #333;
}

div[aria-label="cookieconsent"] .cc-compliance .cc-btn.cc-deny {
  border: 1px solid white;
}

.ajax-overlay-with-ok-button .flash-container .alert-success,
.ajax-overlay-with-ok-button .flash-container .alert-error {
  font-size: 1em;
  background: none;
  border: none;
}

.ajax-overlay-with-ok-button .flash-container .alert-error {
  color: red;
}

.ajax-overlay-with-ok-button .flash-container .alert-success {
  color: green;
}

.flash-container .alert-error .ok-btn {
  color: red;
}

#site_manager .new-cart .payment-method.pay-by-credit-card.choose-credit-card p {
  color: #757576;
  font-size: 1em;
}

#site_manager .new-cart .payment-method.pay-by-credit-card.choose-credit-card b {
  font-weight: 400;
}

#site_manager .credit-card-container label {
  display: inline;
}

.row-top-spacing,
.row.row-top-spacing,
.row-top-spacing.columns {
  margin-top: 30px;
}

button {
  padding: 10px;
  font-size: 1.3em;
  border: none;
}

.new-cart table li {
  margin-bottom: 0;
}

.new-cart .status-details {
  padding: 15px;
  background: #eee;
}

.new-cart .payment-method,
.new-cart .pay-by-credit-card .user-form-field {
  padding-left: 0;
}

.new-cart .pay-by-credit-card .user-form-field .card-number {
  padding-left: 0.83333rem;
}

.new-cart .show-when-small-screen-block {
  display: none;
}

.show-when-large-screen-block {
  display: none;
}

.new-cart #shipping_methods label {
  display: inline;
  font-size: 0.9em;
  line-height: 1.6em;
}

.new-cart .build-product-form .product-form-subheading {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

.new-cart .build-product-form .product-form-subheading span {
  font-weight: bold !important;
  font-size: 0.9em !important;
}

.new-cart .build-product-form .size-label span {
  font-size: 1.1em;
}

.build-product-form .product-form-options label,
.build-product-form .size-option label {
  margin-top: 0;
}

.build-product-form .product-form-options,
.build-product-form .size-option {
  background: #f1f1f1;
}

.build-product-form .product-sizes input[type="radio"] {
  visibility: hidden;
}

.build-product-form input[type="radio"] {
  width: 0.8em;
  height: 0.8em;
  visibility: hidden;
}

.build-product-form .product-sizes {
  height: 90px;
  margin-top: -20px;
  padding: 5px;
  font-size: 0.7em;
  text-align: center;
}

.build-product-form .art-store-btn-row {
  margin-top: 30px;
  padding-left: 0;
}

.build-product-form .art-store-btn-row .item-price-container {
  margin-bottom: 60px;
}

.build-product-form .show-when-small-screen-inline-block {
  display: none;
}

.new-cart #confirm_purchase {
  top: 0;
  width: 100%;
  margin-top: 30px;
  padding: 25px;
  font-size: 1.5em;
}

.new-cart #confirm_purchase:hover {
  position: relative;
  top: 1px;
  background: black;
}

.new-cart #order_message {
  height: 70px;
}

.new-cart .order-status {
  margin-top: 20px;
}

.new-cart .order-message {
  margin-top: 10px;
}

.build-product-form .product-build-form-btns {
  padding-left: 0;
}

.build-product-form #review_product .art-store-btn-row {
  margin-top: 0;
  padding-left: 0;
}

.build-product-form #review_product .product-form-subheading {
  margin-top: 0 !important;
}

.build-product-form .item-review {
  margin-top: 0;
  padding-left: 0;
}

.build-product-form .item-review li {
  margin-left: 5px;
  font-size: 0.8em;
  line-height: 0.8em;
}

.build-product-form .product-form-options,
.build-product-form .size-option {
  margin-right: 5px;
  margin-bottom: 10px;
  padding-right: 0;
}

.jBox-Tooltip .jBox-container {
  font-size: 16px;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.jbox-content {
  display: none;
}

.jbox-content.standard-tooltip {
  padding: 10px;
  color: black;
}

.jbox-content p {
  margin-bottom: 10px;
  color: black;
}

.new-cart span.data-label,
.new-cart span.data-value {
  line-height: 18px;
}

.new-cart input[type="radio"],
.new-cart input[type="checkbox"] {
  margin-top: 0;
}

.new-cart .build-product-form input[type="radio"] {
  margin-top: -15px;
}

.new-cart .product-option-categories .product-option {
  padding-left: 0;
}

.new-cart .product-option-categories label {
  display: inline;
  font-weight: bold;
}

.new-cart .product-option-categories label.child-label {
  font-weight: normal;
  font-size: 16px;
}

.new-cart [data-section=""]:not([data-section-resized], [data-section-small-style]),
.new-cart [data-section="auto"]:not([data-section-resized], [data-section-small-style]),
.new-cart .section-container.auto:not([data-section-resized], [data-section-small-style]) {
  visibility: visible;
}

#contentbody.new-cart .section-container .subsection {
  padding: 20px;
}

.green {
  color: green;
}

#site_manager .top-bar-section .has-dropdown > a::after {
  display: none;
}

.zEWidget-launcher {
  bottom: 56px !important;
}

.row.qr-code-container {
  margin-top: 5px;
}

.qr-code-container table {
  border-color: #00f;
  border-style: none;
  border-width: 0;
  border-collapse: collapse;
}

.qr-code-container td {
  width: 0;
  height: 2px;
  margin: 0;
  padding: 0;
  border-left: solid 2px #000;
}

.qr-code-container td.black { border-color: #000; }
.qr-code-container td.white { border-color: #fff; }

.qr-code-container .qr-code {
  display: inline-block;
}

.reveal-modal.dialog, .react-reveal-modal.dialog {
  font-size: 2em;
}

.reveal-modal p,
.reveal-modal .btn,
#site_manager .reveal-modal .btn,
.reveal-modal .button {
  font-size: 14px;
}

#site_manager .reveal-modal .btn,
#site_manager .react-reveal-modal .btn,
.react-reveal-modal .button,
.reveal-modal .button {
  padding: 10px 35px;
}

.larger-font {
  font-size: 1.2em !important;
}

span.data-label,
span.data-value {
  line-height: 28px;
}

span.data-label {
  font-weight: 500;
}

span.data-value {
  padding-left: 10px;
}

.subsection-label-first {
  color: #888;
  font-size: 0.9em;
  line-height: 28px;
}

.label-right-subtext {
  color: #888;
  font-size: 0.8em;
  font-style: italic;
}

.react-reveal-modal.dialog p[data-confirm-body],
.reveal-modal.dialog p[data-confirm-body] {
  margin-bottom: 30px;
}

.react-reveal-modal.dialog div[data-confirm-footer],
.reveal-modal.dialog div[data-confirm-footer] {
  text-align: right;
}

.react-reveal-modal.dialog input,
.reveal-modal.dialog input {
  margin-top: 5px;
}

.react-reveal-modal.dialog label strong,
.reveal-modal.dialog label strong {
  color: red;
}

#site_manage .react-reveal-modal.dialog .btn-primary,
#site_manager .reveal-modal.dialog .btn-primary {
  margin-left: inherit;
  padding-right: 35px !important;
  color: white !important;
  font-size: 1.1em;
  line-height: inherit;
  vertical-align: inherit;
  opacity: 1;
}

.button.secondary {
  padding: 12px 35px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
}

.product-category-section ul.f-dropdown {
  padding: 10px;
}

table tr.highlight td,
table tr.highlight td a {
  color: #3c637f;
}

.object-list .side-description {
  padding-left: 5px;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.8;
}

.section-container .tab-heading {
  margin-bottom: 20px;
}

.section-container .tab-heading h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.section-container .tab-heading p.subtext {
  margin-top: -10px;
  font-style: italic;
}

.highcharts-background {
  border: none;
  fill: #f1f1f1;
}

.call-to-action {
  margin-top: 5px;
}

#site_manager .call-to-action .btn {
  padding: 7px 10px;
}

.static-page ul li {
  font-size: 0.95em;
}

.item-for-sale {
  display: block;
  color: #666;
  font-weight: 500;
  font-size: 1.1em;
}

form i.fa-asterisk {
  color: red;
  font-size: 0.5em;
}

.tooltipster-default {
  color: white;
  background: black;
  border: none;
}

.site-manager-warning p a {
  color: white;
}

.site-manager-warning p {
  margin-bottom: 20px;
  padding: 10px;
  color: white;
  font-size: 1.5em;
  background: red;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background: steelblue;
}

.sml-sublabel {
  font-size: 0.8em;
}

.success-plan-container ul li {
  font-size: 0.95em;
}

.lower-site-controls {
  position: fixed;
  right: 0;
  bottom: -57px;
  z-index: 97;
  width: 100%;
  opacity: 0;
}

.orders div.shopping-basket .container {
  margin-bottom: -1px;
  padding: 15px;
  background: #eee;
  border: 2px dotted #ddd;
  border-bottom: 1px solid #ddd;
}

.orders .shopping-basket table.order-items {
  border: 3px solid #ddd;
  border-top: none;
}

.order-items ul,
.order-items ol {
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 10px;
  font-size: 12px;
}

.order-items ul {
  padding-left: 15px;
}

.order-items td li {
  margin-bottom: 0;
}

.orders .order-items p {
  font-size: 1em;
}

.orders div.shopping-basket span.label,
.orders div.shopping-basket span.value,
.orders div.shopping-basket .container a {
  font-size: 0.8em;
}

.orders div.shopping-basket span.label,
.orders div.shopping-basket span.value {
  color: #666;
  text-shadow: none;
}

.orders div.shopping-basket span.label {
  margin-bottom: 2px;
  padding: 5px;
  background: none;
}

label.inline {
  display: inline;
}

table label.option-label {
  font-size: 1em;
}

form.custom.update-order .custom.dropdown,
form.custom .custom.dropdown.full-width {
  width: 100%;
}

.theme-title .tooltip-dropdown {
  line-height: normal;
}

.row-margin {
  margin-bottom: 20px;
}

.site-manager-main .tooltip-dropdown {
  line-height: 1;
}

.manage-products {
  margin-bottom: 30px;
}

.manage-products .f-dropdown {
  max-width: 300px !important;
  margin-top: 30px !important;
}

.price-preview-container .price-table {
  padding: 20px;
  background: white;
}

.price-preview table {
  font-size: 0.9em;
}

.admin-or-child-user-only {
  color: purple;
}

.field-with-left-side-label {
  padding-left: 0.5em;
}

.field-with-left-side-label .left-side-label {
  width: 60px;
  padding: 0;
}

.field-with-left-side-label .left-side-label .prefix {
  height: 2.9em;
}

.left-side-split-with-border {
  border-right: 2px solid #f1f1f1;
}

.right-side-split-with-border {
  border-left: 2px solid #f1f1f1;
}

.btn-primary.soft {
  background: #777;
}

.btn-primary.soft:hover {
  background: #777;
}

.products.bulk-edit-button {
  width: 36%;
}

#contentbody .react-reveal-modal .subsection,
#contentbody .reveal-modal .subsection {
  margin-top: 5px;
  margin-left: 5px;
  padding: 10px;
}

label.price-label {
  margin-bottom: -18px;
}

.price-with-tax,
.price-without-tax {
  display: block;
}

.price-with-tax {
  font-weight: bold;
}

table tr.without-tax td {
  padding-top: 0;
  font-size: 0.95em;
}

table tr.without-tax td b {
  font-weight: normal;
}

.progress .meter {
  width: 0%;
  background: green;
}

.statistics-side-value {
  font-size: 0.8em;
}

.statistics table thead tr th {
  font-size: 0.8em;
}

.statistics table tbody tr td,
.statistics table tr td {
  font-size: 0.75em;
  background: none;
}

.statistics table tr td a {
  word-break: break-word;
}

.statistics .visitor-stats .pageviews table td {
  width: 1px;
}

#contentbody.success-plan-container section p.title a {
  color: #666;
}

.success-plan-container .section-container.accordion section p.title {
  margin-top: 0;
}

#contentbody.success-plan-container .section-container.accordion section.active p.title a {
  color: #333;
}

#contentbody.success-plan-container .section-container.accordion section div.content {
  padding: 25px;
}

#contentbody.success-plan-container .accordion p.title.checked {
  background: #2dc36a;
}

#contentbody.success-plan-container .section-container.accordion section p.title a i.fa-check {
  display: none;
}

li#success_plan_li,
#amc_dashboard_li,
#tabbed_navbar .top-bar ul li#success_plan_li a,
#tabbed_navbar .top-bar ul li#amc_dashboard_li a {
  background: #ff6000;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.float-right,
[class*="column"] + .float-right[class*="column"]:last-child {
  float: right;
}

.float-left,
[class*="column"] + .float-left[class*="column"]:last-child {
  float: left;
}

div.pricing-container h1 {
  margin-top: -10px;
  margin-bottom: -5px;
}

div.pricing-container p.subtext {
  font-size: 1em;
}

.columns.column-row {
  margin-bottom: 15px;
}

.card {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
}

.card .attribute-label {
  font-weight: bold;
}

.card input[type="submit"].btn {
  margin-top: 0;
  font-weight: bold;
}

.default-card {
  display: inline;
  padding: 12px 0 11px;
}

.default-card span {
  padding: 8px;
  color: white;
  font-size: 0.8em;
  background: #ff6000;
}

.control-with-side-button,
.control-with-side-button.form_row_sub {
  padding-right: 3px;
}

.control-side-button {
  padding-top: 10px;
}

.control-side-button a,
.control-side-button a:hover {
  padding: 10px;
}

.slide h1.lead-link {
  margin-bottom: 10px;
  color: #2a2c2e;
  font-weight: 300;
  font-size: 2em;
}

.slide p.lead-subtext {
  color: #626263;
  font-size: 1.5em;
  text-align: center;
}

#edit_forms_manage_fields label {
  display: block;
}

#site_manager .global-admin-only,
#site_manager .global-admin-only a {
  color: deeppink !important;
}

#site_manager ul li a.global-admin-only,
#site_manager .btn.global-admin-only {
  color: white !important;
  background: deeppink !important;
}

#site_manager .btn.global-admin-only:hover {
  background: deeppink !important;
}

.warning,
.warning a {
  color: red !important;
}

.new_coupon .discount-coupon__warning p {
  margin-top: 0;
}

.new_coupon .discount-coupon__field input {
  margin-top: 0;
}

.btn-primary.warning,
.btn-primary-sml.warning,
.btn-primary-sml-icon-only,
input.warning,
button.warning {
  color: white !important;
  background: red !important;
}

.warning.callout {
  padding: 20px;
  border: solid;
}

.warning-forced,
.warning-forced p,
.warning-forced a {
  color: red !important;
}

.slide.new div.home-feature-set {
  margin-bottom: 10px;
}

.slide div.home-feature-set p i {
  color: rgb(254, 210, 183);
  font-size: 4em;
}

.slide div.testimonial-with-vid {
  margin-top: 15px;
  padding: 30px;
}

.slide div.testimonial-with-vid p.quote {
  color: #111;
  font-size: 2.4em;
  font-style: italic;
  line-height: 1.3em;
}

.slide div.testimonial-with-vid p {
  font-size: 1.7em;
}

.slide div.bullet-points {
  padding: 10px;
  background: #f1f1f1;
}

.slide div.bullet-points p {
  color: #111;
  font-weight: 500;
  font-size: 1.7em;
}

.slide div.bullet-points p i {
  font-size: 1.5em;
}

.slide div.bullet-points p.title {
  font-weight: 300;
}

.slide div.bullet-points.left {
  text-align: left;
}

.slide div.bullet-points.right {
  text-align: right;
}

.testimonial-card {
  margin-top: 10px;
  padding: 20px;
  text-align: center;
  background: #f6f6f6;
  border: 5px solid white;
}

.testimonial-card div.audio-widget {
  display: inline-block;
  margin-bottom: 15px;
  border: 4px solid white;
}

.testimonial-card p.statement {
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: italic;
  text-align: center;
}

tr.order-history-item:nth-child(even) td {
  background: #f1f1f1;
}

form.custom.full-width-dropdowns .custom.dropdown {
  width: 100%;
}

.red-alert {
  color: red;
}

.f-dropdown.link-position-fix {
  margin-top: 30px;
}

.flash-container {
  padding-right: 0;
  padding-left: 0;
}

a.has-tip i {
  color: #208ddb;
}

label.site-manager-label {
  display: inline;
}

.admin-question-tooltip.forced.f-dropdown li {
  font-weight: 300;
  font-size: 1em;
}

li.job-item-line-item {
  margin-bottom: 7px;
}

li.job-item-line-item {
  line-height: inherit;
}

table.has-line-items tbody tr td {
  padding-top: 20px;
  vertical-align: top;
}

/* moves the intercom widget upward so that it doesnt block save bar when viewing on user_site */
#intercom-launcher {
  bottom: 30px !important;
}

.anchor-with-header {
  display: inline-block;
  margin-top: -100px;
  padding-top: 100px;
}

.static-page ol li {
  font-size: 0.9em;
}

.responsive-video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}

.responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-block table.article-block-footer tr td {
  width: inherit;
  padding-left: 0;
  font-size: 1em;
}

.tooltip {
  font-weight: 300;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #196177;
}

ul.reorganize li.placeholder {
  width: 100%;
  height: 100%;
  padding: 10px;
  line-height: 18px;
  background: white;
  border: none;
  cursor: move;
}

a.btn.btn-primary.selected {
  background: #999;
}

#tabbed_navbar .top-bar ul li a.active-tab {
  color: #000;
  background: #fff;
  border-bottom: none;
}

#tabbed_navbar .top-bar ul li a.active-tab:hover {
  background: white;
}

#direct_upload {
  width: 100%;
  margin-top: 20px;
  padding: 30px;
  color: #ccc;
  text-align: center;
  border: 2px dashed #ccc;
}

.theme-two .page-type-subheading-container {
  margin-bottom: 15px;
}

.theme-two p.small-labels {
  font-size: 12px;
}

.theme-two .page-type-subheading {
  font-size: 14px;
}

.theme-two .admin-question-tooltip h3 {
  font-size: 18px;
}

.theme-two .admin-question-tooltip p,
.theme-two .admin-question-tooltip ul,
.theme-two .admin-question-tooltip ul li,
.theme-two .admin-question-tooltip ul li a,
.theme-two .admin-question-tooltip ul.resources li a {
  font-size: 14px;
}

.theme-two .admin-question-tooltip p,
.theme-two .admin-question-tooltip ul,
.theme-two .admin-question-tooltip ul li {
  color: black;
}

.theme-two .admin-question-tooltip.force-left h3,
.theme-two .admin-question-tooltip.force-left p,
.theme-two .admin-question-tooltip.force-left ul li,
.theme-two .admin-question-tooltip.force-left ul li a,
.theme-two .admin-question-tooltip.force-left ul.resources li a {
  text-align: left;
}

@media (width >= 768px) {
  .theme-two .admin-question-tooltip .text-content {
    border-right: 2px solid #f1f1f1;
  }
}

.theme-two .admin-question-tooltip .links {
  padding-left: 20px;
}

.theme-two .subsection {
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 20px;
  background: #f9f9f9;
}

.theme-two #contentbody .section-container .subsection {
  padding: 20px;
}

.theme-two .subsection.margin-left {
  margin-left: 13px !important;
}

.theme-two .subsection.top-controls {
  background: #f1f1f1;
  border: none;
}

.theme-two .subsection .subsection {
  margin: 0 15px 15px;
}

.bg-white {
  background: white !important;
}

.border-none {
  border: none !important;
}

.theme-two #content_area_main_heading {
  padding: 10px 15px 15px;
}

.theme-two #content_area_main_heading .container {
  padding-top: 5px;
  padding-bottom: 0;
}

.theme-two .page-name-container .page-type-label {
  margin-bottom: 0;
}

.theme-two h1.page-name {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 27px;
}

.theme-two .page-type-label {
  margin-bottom: 7px;
}

.theme-two .page-type-label .main-heading-current {
  margin-bottom: 7px;
  padding-right: 5px;
  font-size: 12px;
}

.theme-two .main-heading-current.help-tip {
  padding-left: 15px;
  font-size: 14px;
}

.theme-two #contentbody section p.title a {
  font-size: 0.85em;
  text-transform: uppercase;
}

.theme-two h3.page-type {
  display: inline;
  font-weight: 300;
  font-size: 15px;
}

#contentbody section p.title a {
  color: #999;
}

#tabbed_navbar .top-bar ul li a.active-tab.parent-only,
#tabbed_navbar .top-bar ul li a.parent-only,
.parent-only,
p.parent-only,
span.parent-only,
h3.parent-only,
label.parent-only,
#contentbody section p.title a.parent-only {
  color: #fd8d49 !important;
}

.emphasize {
  color: #ff6000 !important;
}

.website-outer-container {
  background: #f7f7f7;
}

.website-outer-container.child-website {
  background: #ffefd4;
}

#site_manager .joyride-tip-guide {
  z-index: 4;
}

#site_manager .joyride-tip-guide h1,
#site_manager .joyride-tip-guide h2,
#site_manager .joyride-tip-guide h3,
#site_manager .joyride-tip-guide h4,
#site_manager .joyride-tip-guide h5,
#site_manager .joyride-tip-guide h6 {
  font-weight: 500;
}

.label-secondary-text {
  color: #666;
}

.margin-top {
  margin-top: 10px !important;
}

.margin-bottom {
  margin-bottom: 10px !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-top-extra {
  margin-top: 15px !important;
}

.margin-bottom-extra {
  margin-bottom: 15px !important;
}

.pricing-table.ours .annual-price {
  display: block;
  color: #ff6000;
  font-weight: 300;
  line-height: 15px;
  text-transform: none;
}

.pricing-arrow {
  display: none;
  margin-top: -7px;
  color: #d6d7db;
  text-align: center;
}

.flat-button.pricing-table-btn.current-pricing-table {
  background: #d6d7db;
}

.flat-button.pricing-table-btn.current-pricing-table span.maintext {
  color: black;
  font-weight: 700;
}

.flat-button.pricing-table-btn.current-pricing-table span.subtext {
  color: #666;
}

.flat-button.pricing-table-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding: 15px;
  color: white;
  font-size: 1em;
  text-align: center;
  background: #ff6000;
}

.flat-button.pricing-table-btn span.maintext {
  line-height: 29px;
}

.flat-button.pricing-table-btn span.subtext {
  color: black;
  font-size: 0.8em;
}

.demo-form-container {
  width: 100%;
  margin-left: 0;
  padding: 0;
  background: #edefee;
}

.demo-form-container h1 {
  font-size: 20px;
}

li.signup-nav {
  font-size: 1.1em;
}

.slide.f1 {
  background: #f1f1f1;
}

.slide.f1 .responsive-video-container {
  border: 5px solid #e4e4e4;
}

.slide.f5 {
  background: #f5f5f5;
}

.slide.f5 .responsive-video-container {
  border: 5px solid #e4e4e4;
}

.slide.f9 {
  background: #f9f9f9;
}

.slide.f9 .responsive-video-container {
  border: 5px solid #e4e4e4;
}

.slide.fff {
  background: #fff;
}

.slide.fff .responsive-video-container {
  border: 5px solid #e4e4e4;
}

.slide.white .wrapped-slide-inner {
  top: 40px;
  margin-top: 0;
  padding-top: 0;
}

.slide.white .wrapped-slide-inner img {
  border: 10px solid #f9f9f9;
}

.slide.white .wrapped-slide-inner.features h1 {
  margin-top: 20px;
  color: #2a2c2e;
  font-weight: 300;
}

.slide.soft-gray .wrapped-slide-inner {
  top: 40px;
  margin-top: 0;
  padding-top: 0;
}

.slide.soft-gray .wrapped-slide-inner h1 {
  margin-top: 20px;
  padding-top: 0;
}

.slide.soft-gray .wrapped-slide-inner img {
  border: 10px solid #f5f5f5;
}

.slide.gray .wrapped-slide-inner {
  margin-top: 0;
  padding-top: 0;
}

.slide.gray .wrapped-slide-inner .video-container {
  background: #f9f9f9;
}

.slide.gray .wrapped-slide-inner img {
  border: 10px solid #f9f9f9;
}

.slide.gray .wrapped-slide-inner {
  top: 40px;
}

.slide.gray .wrapped-slide-inner.features h1 {
  padding-top: 0;
  color: #444;
}

.feature-icon {
  color: #666;
  font-size: 3em;
}

table.order-items {
  width: 100%;
  table-layout: fixed;
}

table.order-items thead tr th {
  font-size: 0.775em;
}

table.order-items tbody tr td {
  font-size: 0.8em;
}

.price-preview p {
  margin-top: 9px;
}

.modal-label-different {
  color: black;
}

.to-emails-option label {
  font-size: 0.85em;
}

.row.row-spacing.delete-section {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f9f9f9;
}

.right {
  text-align: right;
}

.cc-form .total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.cc-form .details {
  padding-top: 10px;
}

.service-action {
  text-align: center;
}

.service-action span {
  color: #ff6000;
}

a.btn-primary.services {
  width: 100%;
  margin-top: 20px;
}

a.btn-primary.services.learn {
  margin-top: 10px;
  background: #999;
}

section.top-bar-section ul li#services_li,
section.top-bar-section ul li#services_li a {
  background: #fd8d49;
}

section.top-bar-section ul li#services_li a:hover {
  background: #ff6000;
}

.website-info a.text-link {
  font-weight: 300;
  font-size: 0.9em;
  text-transform: lowercase;
}

.crumbtrail-bar p {
  margin-top: 10px;
  color: #ff6000;
  font-size: 1.3em;
  text-align: right;
}

.crumbtrail-bar p a {
  color: #ff6000;
}

.pricing-table.ours li.cta-button {
  background: #edefee;
}

.image-controls a {
  line-height: 1.5em;
}

.image-controls .edit-product {
  font-size: 16px;
}

.dot-separator {
  vertical-align: text-top;
}

.dot-separator i {
  color: #ccc;
  font-size: 5px;
}

.bulk-edit-btns {
  font-size: 14px;
}

.edit_form_field select,
.edit_form_field textarea,
.edit_form_field input[type="text"],
.edit_form_field input[type="password"],
.edit_form_field input[type="datetime"],
.edit_form_field input[type="datetime-local"],
.edit_form_field input[type="date"],
.edit_form_field input[type="month"],
.edit_form_field input[type="time"],
.edit_form_field input[type="week"],
.edit_form_field input[type="number"],
.edit_form_field input[type="email"],
.edit_form_field input[type="url"],
.edit_form_field input[type="search"],
.edit_form_field input[type="tel"],
.edit_form_field input[type="color"],
.uneditable-input {
  display: inline;
  width: 50%;
}

.vid-headline p {
  margin-top: 40px;
  color: #ff6000;
  font-weight: 100;
  font-size: 1.7em;
}

.f-dropdown ul.resources li a {
  display: inline;
}

.signup-continue {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.signup-continue.form_row {
  margin: 0;
  padding: 0;
}

#signup_continue.btn-primary {
  width: 100%;
  padding: 20px;
  font-size: 25px;
  background: #ff6000;
  border-radius: 0;
}

.flash-container .alert {
  border-radius: 0;
}

.flash-container li {
  margin-bottom: 5px;
}

.ajax-overlay-confirmation .alert,
.ajax-overlay-confirmation .alert-error,
.ajax-overlay-confirmation .alert-success {
  font-size: 26px;
  text-shadow: none;
  background: none;
  border: none;
}

.ajax-overlay-confirmation .alert-error {
  color: red;
}

.ajax-overlay-confirmation .alert-success {
  color: green;
}

.ajax-overlay-confirmation.uploading {
  position: absolute;
  height: 3000px;
  padding-top: 20px;
}

.ajax-overlay-confirmation.uploading .initial-text {
  font-size: 30px;
  line-height: 60px;
}

.ajax-overlay-confirmation.uploading .uploaded-file-info {
  font-size: 20px;
  line-height: 30px;
}

#slide_testimonials {
  background: white;
}

#slide_testimonials .wrapped-slide-inner {
  top: 30px;
}

#slide_testimonials p {
  font-size: 1.6em;
}

.listcontainer ul.sortable-category-names {
  height: 100%;
  min-height: 100%;
}

.listcontainer ul li.single-category-reorg {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 0.7em;
  line-height: 18px;
  text-align: left;
  border: none;
  cursor: move;
}

.listcontainer ul li.single-category-reorg::before {
  height: 0;
  border: none;
}

.in-page-sorting.listcontainer ul li.single-category-reorg {
  font-size: 1em;
}

.can-drag {
  cursor: move;
}

#hello_bar_container {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px 20px;
  color: white;
  font-size: 1.2em;
  text-align: center;
  background: #ff6000;
  border-bottom: 2px solid #999;
}

.fb-pixel-waitlist-signup-conversion {
  display: none;
  background-image: url("https://www.facebook.com/offsite_event.php?id=6014033890704&amp;value=0&amp;currency=USD");
}

.coupon-outer {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: aliceblue;
  border: 3px dashed #ccc;
}

.coupon-outer h1 {
  margin: 0;
  color: red;
}

#new_wait_list_contact a.close-reveal-modal {
  top: 0;
  right: 0;
}

#new_wait_list_contact a.close-reveal-modal:hover {
  top: 1px;
}

.forum-post-page li {
  font-size: 0.84em;
}

.stripe-form-errors {
  margin-bottom: 10px;
  padding: 12px;
  color: white;
  font-weight: 400;
  background: red;
}

form.custom .frame-inset .custom.dropdown {
  width: 17.6%;
}

.email-signup input[type="email"] {
  margin-bottom: 0;
}

li.baby-step {
  height: 71px;
  padding: 5px 0;
  background: #8bcefe;
}

li.baby-step span.title {
  font-weight: 900;
  font-size: 0.8em;
  text-transform: uppercase;
}

.top-bar-section #get_support_submenu.dropdown li a {
  padding: 20px;
}

.phone-us {
  display: table;
  margin-top: -17px;
  margin-left: 10px;
  padding: 20px 20px 0;
  color: #ff6000;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 30px;
}

.free-trial-text {
  font-size: 0.8em;
}

li.cta-button a.button {
  position: relative;
  margin-bottom: 5px;
  background: black;
  border: none;
  border-radius: 5px;
}

li.cta-button a.button:hover {
  text-decoration: none;
}

a.select-theme {
  margin-top: 5px;
  padding: 5px;
  color: white;
  font-weight: 300;
  text-decoration: none;
  background: #ff6000;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

a.select-theme:hover {
  color: black;
}

.pricing-table.ours li.title {
  color: #222;
  font-size: 0.9em;
  text-transform: uppercase;
  background: #d6d7db;
  border-bottom: 1px solid #c5ccd2;
}

div.print-studio .pricing-table.ours li.title {
  min-height: 95px;
}

div.print-studio .pricing-table.ours li .price-number {
  font-size: 1.5em;
}

div.print-studio div.studio {
  width: 19%;
}

.pricing-table.ours li {
  color: #222;
  font-size: 0.85em;
  background: #e3e4e6;
  border: none;
}

.pricing-table.ours .bullet-item {
  padding: 5px;
  line-height: 25px;
}

.pricing-table.ours .bullet-item.odd {
  background: #edefee;
}

.pricing-table.ours .description {
  padding: 0 0 15px;
  color: #666;
  font-size: 0.8em;
}

.pricing-table.ours li .price-number {
  font-weight: 300;
  font-size: 2em;
  line-height: 40px;
}

.pricing-table.ours .cta-button {
  padding: 10px;
}

.theme-inner-container img {
  width: 266px;
}

input.cloudinary-fileupload {
  display: none;
}

.f-dropdown li {
  font-size: inherit;
  line-height: inherit;
}

.f-dropdown li a {
  padding: inherit;
  color: #208ddb;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
  background: none;
}

.admin-question-tooltip.f-dropdown li {
  margin-bottom: 10px;
}

.static-page-header h2 {
  font-size: 1.5em;
}

.static-page h3 {
  margin: 20px 0 10px;
}

.has-tip:hover,
.has-tip:focus {
  color: #111;
}

.home-themes-layout .theme-hover {
  font-weight: 300;
  font-size: 1.7em;
}

.home-themes-layout .theme-title {
  font-weight: 300;
  font-size: 1.4em;
}

#site_manager .section-container.auto > section > .title {
  background: #efefef;
}

#site_manager .section-container.auto > section.active > .title {
  background: white;
}

#home_page .theme-modal-header h2,
#home_page .section-container.auto > section > .title a,
#home_page .section-container.auto > .section > .title a {
  font-weight: 300;
  font-size: 1.7em;
}

label.option-label {
  font-size: 0.85em;
}

.edit_form label.option-label {
  font-weight: 300;
}

#form-container {
  margin-top: 10px;
}

.field-container {
  position: relative;
  display: inline-block;
}

.field {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 10px;
  border: 3px solid #f2f2f2;
  cursor: pointer;
  opacity: 0.8;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.field:hover {
  border: 3px solid #afa07f;
  cursor: move;
  opacity: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.icon-move-hover-appear {
  float: left;
  color: #afa07f;
}

.field-label {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
}

.field-controls {
  display: inline-block;
  float: right;
  padding-right: 10px;
}

.field-controls a {
  float: right;
  padding-right: 10px;
}

.text-input {
  display: block;
  width: 250px;
}

.text-input-new {
  display: block;
  max-width: 300px;
  margin-right: 20px;
}

.field.editing {
  padding: 20px;
}

.option-container {
  display: block;
  margin: 3px 0;
  font-size: 0.9em;
}

.option-controls {
  display: none;
}

.option-container:hover .option-controls {
  display: inline-block;
}

.option-label-new {
  display: block;
  width: 200px;
  margin-left: 0;
}

.embedded-submit-btn {
  display: inline;
  border: none;
}

.editing {
  margin: 5px 0;
  padding: 10px 0 10px 20px;
  background: #f8feda;
  border: 3px solid #afa07f;
  opacity: 1;
}

.js-submit {
  width: 100%;
  margin-left: 0;
  text-align: right;
}

.option-create {
  display: inline;
  width: 265px;
  text-align: left;
}

.field-placeholder {
  width: 100%;
  height: 100px;
  background: yellow;
}

.edit-option {
  margin: 5px 0 0 10px;
}

.home-landing .wrapped-slide-inner.features i.fa-solid,
.home-landing .wrapped-slide-inner.features i.fa-regular {
  color: #f9f9f9;
}

#slide2 .wrapped-slide-inner,
#slide3 .wrapped-slide-inner,
#slide4 .wrapped-slide-inner,
#slide5 .wrapped-slide-inner {
  top: 30px;
}

.wrapped-slide-inner.features h1,
#slide3 .wrapped-slide-inner.features h1 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
  font-size: 3.3em;
}

.wrapped-slide ul li {
  padding: 5px 0 5px 5px;
  color: #777;
  font-size: 1.7em;
}

.wrapped-slide-inner.features h3 {
  color: #2a2c2e;
}

.wrapped-slide-inner.features p {
  color: #999;
  font-size: 1.5em;
}

#slide3 .wrapped-slide-inner.features.white-bg h1,
.wrapped-slide-inner.features.white-bg h1 {
  color: #2a2c2e;
}

.wrapped-slide-inner.features.white-bg h3 {
  color: #2a2c2e;
}

.wrapped-slide-inner.features.white-bg p {
  color: #777;
  font-weight: 300;
}

.wrapped-slide-inner i.fa-solid,
.wrapped-slide-inner i.fa-regular {
  color: #ff6000;
}

.wrapped-slide-inner.features h3 {
  margin-bottom: 20px;
  color: #dedede;
  font-size: 1.8em;
}

.inquiry-specific-content {
  margin-top: 15px;
}

.top-bar a.countdown-sign-up-btn {
  padding: 10px 25px;
  color: white;
  font-weight: 300 !important;
  font-size: 1em !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #ff6000;
  border-radius: 3px;
}

.top-bar a.countdown-sign-up-btn:hover {
  position: relative;
  top: 1px;
  color: white;
  text-decoration: none;
}

#help_home_countdown p {
  font-size: 1em;
}

.articles-header h1 {
  font-size: 1.4em;
}

.our-blog a.btn,
.our-articles a.btn {
  font-size: 0.9em;
}

.our-blog div.quote-callout {
  padding: 12px 15px;
  font-size: 0.85em;
  line-height: 1.5em;
  background: #eee;
  border: 1px solid #ccc;
}

.our-blog div.quote-callout span.message {
  font-weight: 400;
}

.our-blog div.quote-callout.within-bullet {
  margin-bottom: 10px;
  margin-left: 25px;
  font-weight: 400;
}

.our-blog div.quote-callout div.quote-credit {
  margin-top: 10px;
  font-weight: 300;
  font-size: 0.85em;
}

.our-blog li {
  color: #686868;
  font-size: 0.95em;
  line-height: 25px;
}

.our-articles .side-bar h2 {
  color: #474747;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.our-articles .side-bar {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.our-articles .side-bar::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
  content: "";
}

#contentbody.pages-index,
#contentbody.websites-header-footer,
#contentbody.websites-site-address,
#contentbody.websites-edit,
#contentbody.templates-index {
  border-top: 1px solid #d1d1d1;
}

.tutorial-show-body .add-this-bar {
  margin-bottom: 20px;
}

.tutorial-show-body h1 {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 1.3em;
  border-bottom: 1px solid #e0e0e0;
}

#site_manager .tutorial-show-body .article-body ol li,
#site_manager .tutorial-show-body .article-body ul li {
  font-size: 0.95em;
}

.support-home {
  border-top: 1px solid #d1d1d1;
}

.our-blog .add-this-bar {
  min-height: 20px;
}

.blog-header h1 {
  margin: 0 0 5px;
}

.our-blog .lead-content p img,
.our-blog .text-content p img {
  border: 1px solid #ccc;
}

.our-blog .side-bar h2 {
  color: #474747;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.our-blog .side-bar {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.our-blog .side-bar.email-signup {
  margin-bottom: 30px;
}

.our-blog .side-bar::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
  content: "";
}

#main_heading_container .crumbtrail {
  margin-bottom: 10px;
  font-size: 0.85em;
}

.our-articles.our-blog .post-show .post-block .text-content {
  padding-top: 10px;
}

.our-blog .upper-content {
  margin-bottom: 10px;
}

.our-blog .lead-content .post-date,
.our-blog .text-content .post-date {
  display: inline;
  float: left;
  width: 57%;
  font-size: 0.65em;
  text-transform: none;
}

#contentbody.our-blog,
#contentbody.our-articles {
  padding: 0;
  background: none;
  border: none;
}

.our-blog .post-block {
  margin-bottom: 30px;
}

.our-blog .post-content,
.our-articles .post-content {
  background: white;
}

.our-blog .post-link {
  margin-top: -25px;
  padding: 25px;
  text-align: right;
  background: white;
  border-bottom: 1px solid #dedede;
}

.our-blog .post-link a.btn:hover {
  position: relative;
  top: 1px;
}

.our-blog .post-index .post-block .lead-content,
.our-blog .post-index .post-block .text-content {
  padding: 25px 35px 0;
}

.our-blog .post-show .post-block .lead-content {
  padding: 25px 35px 0;
}

.our-blog .post-show .post-block .text-content {
  padding: 0 35px;
}

.our-blog .post-show .post-content {
  padding-bottom: 35px;
  border-bottom: 1px solid #dedede;
}

.our-blog .post-block p.lead-image {
  padding: 0;
}

.our-blog .post-content h1.headline,
.our-blog .post-content h2,
.our-blog .post-content h3 {
  margin: 25px 0 10px;
  color: #707070;
  font-weight: 300;
}

.our-blog .post-content h1.headline {
  font-size: 1.4em;
}

.our-blog .post-content h1.headline a {
  color: #707070;
  font-size: 1.1em;
}

.our-blog .post-show .post-content h1.headline {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
}

.our-blog .under-content {
  margin-bottom: 20px;
  padding: 20px 35px;
  border: 1px solid #e6e6e6;
}

.our-blog .under-content .post-date {
  color: #999;
  font-size: 0.7em;
  text-transform: none;
}

.forum-post-page h2 {
  font-size: 1em;
}

.forum-post-outer {
  margin-top: 3px;
  margin-bottom: 15px;
  background: #e0e0e0;
}

.forum-post-outer div.user-info,
.forum-post-outer div.forum-post-body {
  padding: 10px;
}

.forum-post-outer div.user-info {
  min-height: 80px;
  background: #e0e0e0;
}

.forum-post-outer div.forum-post-body {
  min-height: 80px;
  background: #f9f9f9;
}

.post-date {
  color: #999;
  font-size: 0.7em;
  text-transform: uppercase;
}

h1.forum-post-title {
  margin: 0;
  font-size: 1.1em;
}

.forum-comment-section {
  margin: 0 0 10px !important;
  padding: 15px 0 10px;
  text-shadow: 0 1px 1px #fff;
  background: #e8e8e8;
  border: 1px solid #ccc;
}

.forum-comment-body {
  border-left: 1px solid #ccc;
}

.forum-comment-form {
  margin-top: 20px;
}

.article-show-body h1 {
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 1.3em;
  border-bottom: 1px solid #e0e0e0;
}

.article-block {
  height: 300px;
}

.article-block .fa-solid .fa-regular {
  color: #999;
}

.article-block td span.article-count {
  color: #999;
  font-weight: 300;
  font-size: 0.9em;
  text-transform: uppercase;
}

.article-block table {
  border: none;
}

.article-block table thead {
  margin-bottom: 20px;
}

.article-block table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  background: white;
}

.article-block table thead tr th {
  padding: 0.3em 0.625em;
}

.article-block table tr td {
  width: 100%;
  padding: 0.25em 0.625em;
}

.article-block td.article-block-header {
  padding-bottom: 0.8em;
}

.article-block th span.article-block-title {
  font-size: 1.2em;
}

a.article-block-btn {
  padding: 5px;
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  background: #e0e0e0;
  border-radius: 3px;
}

a.article-block-btn:hover {
  color: white;
  text-decoration: none;
  background: black;
}

.article-category-layout h2 {
  margin-bottom: 0;
}

.article-category-layout p {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.article-category-layout h2 a {
  font-weight: 300;
}

.article-category-layout i.fa-solid,
.article-category-layout i.fa-regular {
  color: #999;
  font-size: 1.3em;
  line-height: 1.5em;
}

.article-category-layout div.icon-only {
  width: 6.33%;
}

#site_manager .article-body ul li {
  color: #686868;
  font-size: 0.85em;
}

#site_manager .article-body img {
  padding: 20px;
  border: 2px solid #e0e0e0;
}

#home_page .theme-mobile-preview-container,
#home_page .theme-tablet-preview-container {
  background: grey;
}

a.home-theme-preview-link {
  top: 0;
  padding: 10px 15px;
  color: white;
  font-size: 1.4em;
  text-decoration: none;
  background: #333;
  border-radius: 5px;
}

a.home-theme-preview-link:hover {
  top: 1px;
  color: #333;
  text-decoration: none;
  background: white;
}

a.home-theme-preview-link.current-theme-link {
  color: #333;
  background: white;
}

.browser-dots {
  float: left;
  margin: -15px 0 7px;
  padding-left: 15px;
  line-height: 15px;
}

.browser-dots i {
  padding-right: 5px;
}

.light-hazard,
.light-hazard:hover {
  color: #e4cb34;
}

.theme-modal.react-reveal-modal,
.theme-modal.reveal-modal {
  width: 90%;
  margin-top: -60px;
  margin-left: -45%;
  padding: 0;
}

.theme-modal-header {
  padding: 10px 20px;
  background: #000;
}

.theme-modal-header h2 {
  color: white;
  font-weight: 100;
}

.theme-modal-body {
  padding: 20px;
}

.theme-mobile-preview-container {
  width: 320px;
  height: 620px;
  margin: 0 auto;
  padding: 60px 10px;
  background: #34363a;
  border-radius: 20px;
}

.theme-mobile-live-preview {
  width: 300px;
  height: 500px;
}

.theme-tablet-preview-container {
  width: 880px;
  height: 540px;
  margin: 0 auto;
  padding: 10px 60px;
  background: #34363a;
  border-radius: 20px;
}

.theme-tablet-live-preview {
  width: 760px;
  height: 520px;
}

.theme-computer-preview-container {
  width: 100%;
  height: 1000px;
  margin: 0 auto;
  padding: 10px 60px;
  background: #34363a;
  border-radius: 20px;
}

.theme-computer-live-preview {
  width: 100%;
  height: 100%;
}

iframe:not([seamless]) {
  border: none;
}

.billboard-container {
  background: #e0e0e0;
}

div.billboard-empty {
  position: relative;
  height: 100px;
  background-color: #e0e0e0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, #ccc 35px, #ccc 70px);
}

div.billboard-empty span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -165px;
  color: #666;
  font-size: 2.5em;
  text-shadow: white 1px 1px 2px;
}

.billboard-container ul {
  min-height: 200px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: white;
}

.billboard-container ul li {
  display: inline-block;
  width: 150px;
  height: 160px;
  margin: 10px;
  padding: 5px;
  line-height: 192px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background: #e0e0e0;
  box-shadow: 2px 2px 6px #333;
  cursor: move;
}

.billboard-image {
  max-width: 120px;
  max-height: 120px;
  line-height: 192px;
  vertical-align: middle;
}

.ui-sortable-helper {
  box-shadow: #666 2px 2px 4px;
}

.advanced-options-label {
  width: 80%;
  padding: 10px 0 10px 20px;
  background: #e0e0e0;
  border: 1px solid #d1d1d1;
}

.advanced-options-label label {
  display: inline;
}

.advanced-options {
  display: none;
  margin: -10px 10px 15px;
  padding: 10px 40px;

  /* http://lea.verou.me/css3patterns/#carbon-fibre */
  background:
    radial-gradient(#fff 15%, transparent 16%) 0 0,
    radial-gradient(#fff 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(255, 255, 255, 0.1) 95%, transparent 90%) 0 1px,
    radial-gradient(rgba(255, 255, 255, 0.1) 95%, transparent 90%) 8px 9px;
  background-color: #e0e0e0;
  background-size: 8px 8px;
  border-bottom: 1px solid #d1d1d1;
}

div.advanced_options div.form_row {
  border: none;
}

div.advanced_options div.form_row label {
  color: transparent;
  text-shadow: 0 2px 3px rgba(255, 255, 255, 0.4);
  background-color: #565656;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

div.advanced_options_label label {
  display: inline;
}

a.asf-split-button,
a.asf-dropdown-button {
  padding-top: 0.75em;
  font-size: 0.8em;
  background: #000;
  border-color: #ccc;
}

a.asf-dropdown-button[data-dropdown] {
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

.edit-photo-gallery .section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.product-list .section-container.vertical-tabs > section > .content > :first-child,
.section-container.vertical-tabs > .section > .content > :first-child {
  padding-top: 0.75em;
}

.split.button.asf-split-button span {
  border-left-color: #ccc;
}

a.asf-split-button:hover,
a.asf-dropdown-button:hover {
  font-size: 0.8em;
  background: #000;
  border-color: #ccc;
}

span.prefix,
label.prefix,
span.postfix,
label.postfix {
  color: #757576;
  font-size: 0.8em;
}

html {
  background: #edefef;
}

.image-upload-or-replace {
  margin-top: -5px;
  margin-bottom: 10px;
}

.button {
  background-color: #208ddb;
  border-color: #208ddb;
}

.blog-posts-admin {
  padding: 10px;
  background: #f6f6f6;
}

.blog-posts-admin ul {
  margin-bottom: 0;
}

.home-arrow-container {
  position: absolute;
  display: none;
}

.home-arrow-container a {
  color: #666;
  opacity: 0.5;
}

.home-arrow-container a:hover {
  color: white;
  opacity: 1;
}

.nav-shadow {
  -webkit-box-shadow: 1px 1px 3px #cfd0d0;
  box-shadow: 1px 1px 3px #cfd0d0;
}

.lift {
  margin-top: -10px;
}

.ajax-overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  display: none;
  width: 100%;
  height: 100%;
  color: green;
  font-size: 50px;
  text-align: center;
  background: #000;
  opacity: 0.8;
}

.ajax-overlay-loading .message {
  padding-top: 65px;
  font-size: 30px;
  line-height: 35px;
}

.template2-outer-container {
  position: relative;
  display: inline-block;
  margin: 10px 10px 30px;
  vertical-align: top;
}

.theme-outer-container {
  position: relative;
  display: inline-block;
  margin: 10px 10px 30px;
  vertical-align: top;
}

.theme-inner-container {
  position: relative;
  display: table-cell;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #e7e9ea;
}

.theme-inner-container:hover > div.theme-hover-container {
  display: block;
}

div.theme-hover-container {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.theme-hover {
  position: absolute;
  top: 30%;
  left: 27%;
  padding: 15px 20px;
  color: white;
  font-weight: 100;
  font-size: 1em;
  background: #333;
  border-radius: 5px;
}

.theme-hover-branding {
  position: absolute;
  top: 65%;
  left: 27.3%;
  padding: 10px 15px;
  color: white;
  font-weight: 100;
  font-size: 0.74em;
  background: #333;
  border-radius: 5px;
}

.fancybox-title-inside-wrap {
  padding: 10px;
}

.theme-title {
  margin-top: 5px;
  color: #757576;
  font-size: 0.8em;
  text-align: left;
}

.checkmark {
  position: absolute;
  top: 45px;
  left: 85px;
  display: none;
  padding: 10px;
  color: green;
  font-size: 4em;
  border-radius: 60px;
}

.selected {
  border: 5px solid green;
}

.hidden-field {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  font-weight: 700;
  font-size: 1.2em;
}

.no-left-right-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.gallery {
  width: 100px;
  height: 100px;
}

.listcontainer ul {
  min-height: 120px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.listcontainer ul li,
.manage-product-container {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 192px;
  text-align: center;
  vertical-align: middle;
  background: #f4f4f4;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.listcontainer ul li {
  width: 138px;
  height: 160px;
}

.listcontainer ul li::before,
.manage-product-container::before {
  position: absolute;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  height: 100%;
  border-top: 1px solid white;
  content: "";
}

.manage-product-container {
  margin-right: 10px;
}

.manage-product-container .image-controls {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.manage-product-container .image-controls input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}

.manage-product-container img {
  max-width: 100px;
  max-height: 100px;
  margin-top: 40px;
}

.droppable-hover {
  background-color: yellow !important;
}

.gallery-image {
  max-height: 75px;
  margin-top: 20px;
  line-height: 192px;
}

.placeholder {
  width: 200px;
  height: 200px;
  background: yellow;
  border: 1px solid #999;
}

.ui-sortable-helper {
  box-shadow: none;
}

.image-controls {
  position: absolute;
  width: 142px;
  padding: 15px 10px 10px;
  color: #4f4f4f;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
}

.image-controls a.delete-product {
  position: absolute;
  top: -3px;
  right: 8px;
  color: red;
  font-size: 15px;
}

div.ui-accordion .ui-widget-content {
  background: #ccc;
}

.ui-accordion-header {
  margin-top: 10px !important;
}

.flat-inline-btn {
  margin-top: -5px;
  margin-left: 3px;
  padding: 5px 7px;
  color: white;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  background: black;
  border: none;
  border-radius: 0;
}

.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title {
  width: 15.6em !important;
  background-color: #eee;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#contentbody .section-container.vertical-tabs > section > p.title a {
  overflow: hidden;
  color: #9f9f9f;
  text-overflow: ellipsis;
  border-top: none;
}

#contentbody .section-container.vertical-tabs > section.active > p.title a {
  color: #333;
  font-weight: 300;
}

.flat-label-spacing {
  margin-bottom: 10px;
}

.main-heading-current {
  color: #747474;
}

.website-info-container {
  padding-left: 0;
  border: 1px solid #e0e0e0;
}

.website-info-container::before {
  position: absolute;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  content: "";
}

.website-top-level-links-container {
  padding-left: 0;
  border-top: 1px solid white;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.website-info-container div.website-name-container {
  padding: 15px 20px;
}

.website-name {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1.4em;
}

.website-name a {
  text-decoration: none;
}

.website-controls {
  display: inline-block;
  float: right;
}

.website-info {
  margin-bottom: 5px;
  padding: 5px 0 0;
  color: #666;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.5em;
  text-transform: uppercase;
}

.website-info-data {
  padding: 0 0 0 5px;
  color: #999;
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
}

.website-top-level-links {
  padding: 10px 0;
}

.website-top-level-links a {
  padding: 0 20px;
  font-size: 0.8em;
  text-decoration: none;
  border-right: 1px solid #b6b6b6;
}

#contentbody section p.title a {
  padding: 15px;
  font-weight: 300;
  font-size: 1em;
  border-top: 1px solid white;
}

.pages_list:hover .make-home-btn-form div {
  opacity: 1;
}

.make-home-btn-form div {
  display: inline;
  opacity: 0;
}

.make-home-btn {
  margin-top: 0;
  font-size: 0.8em;
  text-decoration: underline;
  background: none;
  border: none;
}

li.product-thumbnail-container:hover .make-default-product {
  opacity: 1;
}

.make-default-product {
  position: absolute;
  top: 1px;
  right: 3px;
  display: inline;
  opacity: 0;
}

.make-default-product input[type="submit"] {
  margin-top: 0;
  color: #333;
  line-height: 16px;
  border-radius: 0;
  -webkit-appearance: none;
}

.cover-product {
  position: absolute;
  top: -1px;
  right: 1px;
  display: inline;
  padding: 2px 5px 5px;
  color: white;
  background: black;
  border: none;
}

.online-status i {
  font-size: 12px;
}

.contact-label {
  padding-right: 10px;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}

.top-bar-section ul {
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.flat-footer-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #141414;
}

.flat-footer-bar .wrapped-slide {
  text-align: left;
}

.flat-footer {
  position: absolute;
  width: 100%;
  padding: 30px 0 110px;
  background: black;
}

.flat-footer-logo {
  padding-right: 30px;
}

#admin_page_footer div.flat-footer {
  margin-top: 100px;
  font-size: 1.2em;
  background: black;
}

body.home-page #contentcontainer {
  padding: 0 !important;
}

body.home-page #admin_page_footer div.flat-footer {
  margin-top: 0;
  font-size: 1.2em;
  text-align: center;
  background: black;
}

.flat-footer i {
  font-size: 1.5em;
}

div.flat-footer a.flat-footer-link {
  color: #6b6b6b;
  font-weight: 400;
  line-height: 1.8em;
  text-decoration: none;
}

div.flat-footer a.flat-footer-link:hover {
  color: white;
}

.flat-footer-heading {
  padding-bottom: 15px;
  color: white;
  font-size: 1.3em;
  text-transform: uppercase;
  border-bottom: 1px solid #303030;
}

body.home-page p.features-subtext {
  font-size: 1.5em;
  text-align: center;
}

.slide-frame {
  margin-top: 190px;
  text-align: center;
  opacity: 0;
}

.slide-frame-left {
  padding-top: 0;
}

.slide-frame-right {
  padding-top: 40px;
}

.small-heading {
  width: 155px;
  margin: 0 auto;
  color: #9b9b9b;
  font-weight: 400;
  font-size: 1.3em;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
}

.circular-icon-container {
  margin: 0 auto;
  border: 2px solid #3f3f3f;
  border-radius: 50%;
  cursor: pointer;
}

.circular-icon {
  margin-top: 15px;
  color: #3f3f3f;
  font-size: 3em;
}

.circular-icon-container:hover {
  border: 2px solid white;
}

.circular-icon-container:hover > .circular-icon {
  color: white;
}

.current-slide {
  margin-top: 170px;
  opacity: 1;
}

.current-slide-icon {
  border: 2px solid white;
}

.current-icon {
  color: white;
}

.flat-button {
  padding: 15px 35px;
  color: white;
  font-weight: 300;
  font-size: 1.4em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  background: #ff6000;
  border: none;
  border-radius: 0;
}

.flat-button:hover {
  position: relative;
  top: 1px;
  color: white;
  text-decoration: none;
}

.flat-button-sml {
  margin-top: 0;
  margin-left: 5px;
  padding: 11px 25px;
  color: black;
  font-weight: 400;
  font-size: 1.7em;
  text-transform: uppercase;
  text-decoration: none;
  background: white;
  border: none;
  border-radius: 5px;
}

.flat-button-sml:hover {
  position: relative;
  top: 1px;
}

.flat-button-blk {
  padding: 10px 25px;
  color: white;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  background: black;
  border: none;
  border-radius: 5px;
}

.flat-button-blk:hover {
  position: relative;
  top: 1px;
}

.flat-button-subtitle {
  margin-top: 20px;
  color: #dedede;
  font-size: 1.3em;
}

#slide3 h1 {
  color: white;
  font-weight: 300;
  font-size: 2.8em;
}

body.home-page p.flat-main-subtext {
  color: #dedede;
  font-size: 1.7em;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.flat-sub-subtext {
  color: #dedede;
  font-weight: 300;
  font-size: 1.7em;
  font-family: "Roboto", sans-serif;
}

#reseller_logo {
  margin-top: -5px;
}

div.alert ul {
  margin: 10px 0 0 40px;
}

.admin-question-tooltip p {
  font-size: 0.85em;
}

.admin-tooltip-image {
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #e0e0e0;
}

.admin-tooltip-heading {
  font-weight: 400;
  text-transform: uppercase;
}

.button {
  font-weight: 300;
}

.page-icon {
  color: #333;
  font-size: 1em;
}

.delete-icon {
  color: red;
  font-size: 1.5em;
  background: none;
}

.delete-icon:hover {
  color: red;
  background: none;
}

.pages-index .delete-page {
  font-size: 20px;
}

.pages-index .delete-button-container {
  float: right;
  padding-top: 0;
}

.pages-index .delete-button-container .delete-page {
  padding-top: 7px;
}

#websites_list i {
  color: #208ddb;
}

div#pages_list ul {
  list-style-type: none;
}

div#pages_list ul li span.page {
  margin-top: -15px;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  line-height: 30px;
  border-right: 1px solid #e0e0e0;
  cursor: move;
}

div#pages_list ul li.pages_list a {
  margin-left: 5px;
}

section.active p.title a {
  color: #333;
  text-decoration: none;
}

section p.title a {
  text-decoration: none;
}

section p.title a:hover {
  color: #333 !important;
}

.image-controls a {
  text-decoration: none;
}

ul.sortable-categories div.image-controls,
ul.ui-sortable div.image-controls {
  overflow: hidden;
  white-space: nowrap; /* paragraph to one line */
  text-overflow: ellipsis; /* will make [...] at the end */
}

ul.sortable-categories li,
ul.sortable-albums li {
  cursor: move;
}

.product-list ul {
  font-size: 0;
}

.product-list ul li {
  font-size: 14px;
}

.category-status-icon {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  color: #666;
  font-size: 0.8em;
  text-decoration: none;
  text-shadow: 1px 2px 2px white;
}

div.question-mark-tooltip p {
  font-size: 0.9em;
  line-height: 1.3em;
}

.column,
[class*="column"] + [class*="column"]:last-child {
  float: left;
}

#progressbar .ui-progressbar-value {
  background-color: #ccc;
}

.bar {
  height: 18px;
  background: green;
}

.has-tip {
  font-weight: 300;
  border: none;
  cursor: auto;
}

.subsection textarea {
  width: 100%;
}

.ajax-confirmation p {
  color: green;
}

.ajax-overlay-confirmation,
.ajax-overlay-with-ok-button {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000001;
  display: none;
  width: 100%;
  height: 100%;
  color: green;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  background: #000;
  opacity: 0.8;
}

.ajax-overlay-with-ok-button {
  opacity: 0.85;
}

.ajax-overlay-with-ok-button p {
  margin-bottom: 30px;
  color: green;
  font-size: 30px;
  line-height: 1.5em;
}

.ajax-overlay-with-ok-button .ok-btn,
.ajax-overlay-with-ok-button .dont-remind-btn {
  position: relative;
  margin-top: 10px;
  padding: 10px 50px;
  color: black;
  line-height: 1em;
  text-decoration: none;
  background: white;
}

.ajax-overlay-with-ok-button .ok-btn:hover,
.ajax-overlay-with-ok-button a.dont-remind-btn:hover {
  top: 1px;
}

.ajax-overlay-confirmation li,
.ajax-overlay-with-ok-button li {
  line-height: 40px;
}

.overlay-spinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 700px;
  color: green;
  font-size: 50px;
  text-align: center;
  background: #000;
  opacity: 0.8;
}

b {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable-next-line property-no-unknown */
  font-smoothing: antialiased;
}

#site_manager b {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable-next-line property-no-unknown */
  font-smoothing: antialiased;
}

.custom-page-style-instructions ul li {
  margin-bottom: 10px;
  line-height: 26px;
}

#new_custom_page_style .custom.dropdown {
  width: 80%;
}

#photo_gallery_custom_page_style form.custom .custom.dropdown {
  width: 100%;
}

a div.photo-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 215px;
  height: 200px;
  color: #ccc;
  font-size: 50px;
  background: #000;
  cursor: pointer;
  opacity: 0.4;
}

.photo-enlarge-icon {
  position: absolute;
  top: 80px;
  left: 87px;
}

#contact_form textarea,
#contact_form select,
#contact_form input[type="text"],
#contact_form input[type="password"],
#contact_form input[type="datetime"],
#contact_form input[type="datetime-local"],
#contact_form input[type="date"],
#contact_form input[type="month"],
#contact_form input[type="time"],
#contact_form input[type="week"],
#contact_form input[type="number"],
#contact_form input[type="email"],
#contact_form input[type="url"],
#contact_form input[type="search"],
#contact_form input[type="tel"],
#contact_form input[type="color"] {
  width: 90%;
}

.tooltip-template {
  max-width: 650px;
  max-height: 480px;
}

.manager-name {
  color: #8c8b92;
  font-size: 0.7em;
  font-style: italic;
}

.no-left-right-padding,
form .row .row .columns.no-left-right-padding {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.no-right-padding,
form .row .row .columns.no-right-padding,
form .row .subsection .columns {
  padding-right: 0 !important;
}

.no-left-padding,
form .row .row .columns.no-left-padding,
form .row .subsection .columns {
  padding-left: 0 !important;
}

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

.no-left-margin {
  margin-left: 0 !important;
}

.left-margin,
#contentbody .section-container .subsection.left-margin {
  margin-left: 0.775em;
}

.right-margin,
#contentbody .section-container .subsection.right-margin {
  margin-right: 0.775em;
}

.left-right-margin,
#contentbody .section-container .subsection.left-right-margin {
  margin-right: 0.775em;
  margin-left: 0.775em;
}

.label-spacing {
  margin-bottom: 5px;
}

.strike {
  text-decoration: line-through;
}

#new_membership .custom.dropdown {
  width: 80%;
}

ul.breadcrumbs {
  margin-bottom: 0;
  padding: 10px 0;
}

ul.breadcrumbs li a {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 300;
  font-size: 1.7em;
  text-transform: none;
  text-decoration: none;
}

ul.breadcrumbs li:first-child a {
  padding-left: 0;
}

.breadcrumbs {
  background: #e8e9e9;
  border: none;
}

.breadcrumbs > *::before {
  content: ">";
}

.breadcrumbs li.unavailable a {
  text-decoration: none;
}

.main-heading-page-name {
  font-weight: 500;
}

a[data-dropdown],
a.fa-circle-question,
a.tooltip-dropdown,
.tooltip-dropdown {
  line-height: 35px;
  text-decoration: none;
}

@media (width <= 991px) {
  a[data-dropdown] img {
    pointer-events: none; /* to display text by click on tooltips with img inside */
  }
}

div.switch {
  width: 80%;
  height: 41px;
}

div.switch.resend_form {
  z-index: 0;
}

.switch.switch_disabled {
  pointer-events: none;
}

.switch.switch_disabled span:last-child {
  box-shadow:
    2px 0 10px 0 rgba(0, 0, 0, 0.07),
    1000px 0 0 980px #f5f5f5,
    -2px 0 10px 0 rgba(0, 0, 0, 0.07),
    -1000px 0 0 1000px #f5f5f5;
}

div.switch,
form.custom .custom.dropdown {
  margin-bottom: 0;
}

.photo-thumbnail {
  width: 95%;
}

.subsection {
  margin-right: 17px;
  margin-bottom: 20px;
  margin-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
}

.subsection .subsection {
  background: white;
}

#contentbody .section-container .subsection {
  margin: 0;
  margin-bottom: 20px;
  padding: 10px;
}

#social_accounts .subsection {
  margin-right: 5px;
  margin-left: 5px;
  line-height: 2em;
  text-align: center;
}

.tool {
  margin-right: 17px;
  margin-left: 17px;
  padding-top: 5px;
  padding-bottom: 10px;
  background: #e4e4e4;
  border: 10px solid #ccc;
}

.foundation-controlled {
  display: none;
}

.help-tooltip {
  float: left;
  padding-left: 0;
}

.help-tooltip-with-prefix {
  padding: 12px 0 0 20px;
}

.help-tooltip-text-area {
  float: left;
  padding: 80px 0 0;
}

.help-tooltip a,
.help-tooltip-with-prefix a,
.help-tooltip-text-area a {
  color: #999;
  font-size: 1em;
}

.locked-tooltip {
  float: left;
  margin-left: -45px;
  padding-left: 0;
}

.locked-tooltip-with-prefix {
  margin-top: -23px;
  margin-left: -42px;
  padding: 0 0 0 17px;
}

.locked-tooltip-text-area {
  float: left;
  margin-left: -45px;
  padding: 45px 0 0;
}

.locked-tooltip-modal {
  float: left;
  margin-left: -105px;
  padding-left: 0;
}

.locked-tooltip a,
.locked-tooltip-with-prefix a,
.locked-tooltip-text-area a,
.locked-tooltip-modal a {
  color: #000;
  font-size: 1em;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  width: 100%;
}

form.custom .custom.dropdown {
  display: block;
  width: 67.6%;
  margin-bottom: 10px;
}

.f-dropdown.content {
  position: absolute;
  top: 9px;
  left: -99999px;
  z-index: 150;
}

ul.f-dropdown {
  margin: 5px 0 0 !important;
}

#order_summary_container [data-dropdown-content] {
  text-align: left;
}

#order_summary_wrapper [data-accordion] [data-content] {
  overflow: visible;
}

table tr td,
table tr th,
p {
  margin: 3px 0 12px;
  color: #686868;
  font-size: 0.8em;
  line-height: 21px;
}

ul p {
  font-size: inherit;
}

ul,
ol {
  color: #686868;
  font-size: 0.85em;
}

.jbox-content ul,
.jbox-content ol {
  color: black;
}

.f-dropdown ul li {
  font-size: 0.9em;
  line-height: 21px;
}

#tabbed_navbar .top-bar {
  margin-bottom: 0 !important;
  background: white;
}

#tabbed_navbar .top-bar ul {
  background: #111;
}

#tabbed_navbar .top-bar ul li {
  height: 55px;
}

#tabbed_navbar .top-bar ul.title-area li {
  border-right: none;
}

#tabbed_navbar .top-bar.expanded .top-bar-section ul li a {
  background: #333;
  border-bottom: 1px solid #000;
}

#tabbed_navbar .top-bar ul li.divider {
  height: 1px;
}

#tabbed_navbar .top-bar .toggle-topbar.menu-icon a {
  font-size: 1em !important;
  text-indent: -150px;
}

select,
input[type="file"] {
  width: 100%;
  max-width: 100%;
}

#screenshot1 {
  width: 90%;
}

.wrapped-slide {
  position: relative;
  margin: 0 auto;
}

.wrapped-slide-inner {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}

.slide {
  position: relative;
  display: table;
  overflow: hidden;
}

#slide3 {
  background-color: black;
}

.home-feature-set {
  min-height: 100px;
}

.nasty-image {
  display: none;
}

.upload-to-print-preview {
  width: 80%;
  height: 100%;
  margin: 20px auto;
  padding: 20px 5px;
  text-align: center;
  background: grey;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.circular-icon-container {
  width: 0;
  height: 0;
}

.home-theme-preview-computer {
  width: 80%;
  height: 500px;
  margin: 20px auto;
  padding-top: 20px;
  text-align: center;
  background: grey;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.preview-options-bar {
  display: none;
  width: 80%;
  margin: 20px auto;
  text-align: left;
}

.video-container {
  max-width: 640px;
  max-height: 229px;
  margin: 0 auto;
  padding: 10px;
}

.video-container .flex-video {
  padding-top: 0;
}

p.home-testi {
  text-align: center;
}

.testi-credit {
  margin-left: 0;
}

#slide3.upload-to-print {
  min-height: 700px;
}

#slide3 .video-container {
  max-height: 700px;
}

.copyright {
  display: none;
}

div.home-main-cta-container div.columns {
  margin-bottom: 5px;
}

a.home-main-cta {
  width: 100%;
  color: white;
  font-size: 1.6em;
  background: #ff6000;
}

a.home-main-cta.artist,
a.home-main-cta.studio {
  display: inline-block;
}

body.home-page p {
  text-align: center;
}

table.customer-info {
  float: left;
  min-width: 100%;
  max-width: 100%;
}

table.shipping-address-info {
  float: right;
  min-width: 100%;
  max-width: 100%;
}

table.order-items.footable-details > tbody > tr > th:nth-child(1) {
  width: 70px;
}

.product-info img {
  max-width: 150px;
  max-height: 150px;
}

.product-creation-info p {
  margin-top: 0;
}

#contentbody.new-cart .section-container #customize_product .subsection {
  padding: 5px;
}

.customize-product-container {
  margin-top: 20px;
}

.site-manager-order-offers .build-product-form .print_options_container {
  margin-top: 15px;
}

.build-product-form .size-option,
.build-product-form .product-form-options {
  width: 85px;
  height: 90px;
}

.build-product-form .size-option .product-sizes,
.build-product-form .size-option {
  height: 40px;
}

.build-product-form .medium-partial,
.build-product-form .size-partial #sizes_dynamic,
.build-product-form .styles-partial .finishes-container,
.build-product-form .frames-partial,
.build-product-form .canvas-container,
.build-product-form .colors-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  width: 100%;
}

.build-product-form .size-partial #sizes_dynamic,
.build-product-form .styles-partial .finishes-container,
.build-product-form .styles-partial .canvas-options,
.build-product-form .styles-partial .print_options_container {
  padding: 0;
}

.build-product-form .medium-partial .product-form-options,
.build-product-form .styles-partial .product-form-options,
.build-product-form .frames-partial .product-form-options {
  height: auto;
}

.build-product-form .medium-partial .product-form-options label,
.build-product-form .styles-partial .product-form-options label,
.build-product-form .frames-partial .product-form-options label {
  height: 100%;
}

.build-product-form .medium-partial .product-form-options,
.build-product-form .size-partial .size-option,
.build-product-form .styles-partial .product-form-options,
.build-product-form .frames-partial .product-form-options {
  margin: 0;
}

.build-product-form .product-form-options .product-sizes {
  height: 100% !important;
}

.build-product-form .product-form-options img[src$="default.jpg"] {
  object-fit: contain;
}

.build-product-form .medium-partial .medium-option-section-name,
.build-product-form .styles-partial .medium-option-section-name,
.build-product-form .frames-partial .medium-option-section-name {
  display: block;
  margin-top: 5px;
}

.accordion .subsection .product-order-form-section {
  padding-right: 5px;
  padding-left: 5px;
}

.build-product-form .art-store-btn-row .back-btn {
  margin-top: 0;
  margin-right: 5px;
  padding: 10px 15px;
  color: black;
  font-size: 0.8em;
  text-decoration: none;
  background: #ccc;
  border-top: none;
  border-radius: 0;
}

.submit-form-btn,
.build-product-form .art-store-btn-row .continue,
.build-product-form .art-store-btn-row .submit-form-btn {
  margin-top: 0;
  padding: 10px 15px;
  color: white;
  font-size: 12px;
  text-decoration: none;
  background: black;
  border-top: none;
  border-radius: 0;
}

.submit-form-btn:hover,
.build-product-form .art-store-btn-row .continue:hover {
  color: white;
  text-decoration: none;
}

.display-inline {
  display: inline !important;
}

li.sortable-item {
  font-size: 1em;
}

.orders h1 {
  margin-bottom: 0;
}

.pages_list div.side-description {
  display: none;
}

.smaller-font-size-for-tables {
  font-size: 17px;
}

/* tablet screen */
@media only screen and (width >= 40.063em) {
  .pages_list div.side-description {
    display: inline;
  }

  .show-when-small-screen-block,
  .show-when-small-screen-inline-block {
    display: none;
  }

  .show-when-large-screen-block {
    display: block;
  }

  .show-when-large-screen-inline-block {
    display: inline-block;
  }

  .asf-welcome-mat h1 {
    font-size: 70px;
  }

  #site_manager .asf-welcome-mat input.btn.submit {
    font-size: 30px;
  }

  #site_manager .asf-welcome-mat a.btn.refuse {
    font-size: 30px;
  }

  #site_manager .asf-welcome-mat input::-moz-placeholder {
    font-size: 20px;
  }

  #site_manager .asf-welcome-mat input::-ms-input-placeholder {
    font-size: 20px;
  }

  #site_manager .asf-welcome-mat input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .build-product-form .art-store-btn-row .back-btn {
    font-size: 0.8em;
  }

  .submit-form-btn,
  .build-product-form .art-store-btn-row .continue,
  .build-product-form .art-store-btn-row .submit-form-btn {
    font-size: 14px;
  }

  .accordion .subsection .product-order-form-section {
    padding-right: 0.83333rem;
  }

  .build-product-form .size-option,
  .build-product-form .product-form-options {
    width: 100px;
    height: 90px;
  }

  .build-product-form .size-option .product-sizes,
  .build-product-form .size-option {
    height: 40px;
  }

  body.home-page p {
    text-align: left;
  }
}

@media only screen and (width >= 58.75em) {
  #add_items .product-options .subsection {
    padding: 10px;
  }

  .orders h1 {
    margin-bottom: 0.67em;
  }

  .resend-receipt-email-btn-container {
    margin-bottom: 0;
    text-align: right;
  }

  #contentbody.new-cart .section-container #customize_product .subsection {
    padding: 15px;
  }

  table.order-items.footable-details > tbody > tr > th:nth-child(1) {
    width: 120px;
  }

  table.customer-info {
    float: left;
    min-width: 40%;
    max-width: 40%;
  }

  table.shipping-address-info {
    float: right;
    min-width: 40%;
    max-width: 40%;
  }

  #contentbody {
    padding: 20px;
  }

  .demo-form-container {
    width: 90%;
    margin-left: 45px;
    padding: 30px;
    background: #edefee;
  }

  .demo-form-container h1 {
    margin: 0 0 10px;
    font-size: 2em;
  }

  .flat-button.pricing-table-btn {
    height: 120px;
    margin-bottom: 0;
  }

  #tabbed_navbar .top-bar ul li.divider {
    height: 55px;
  }

  a.home-main-cta.studio {
    margin-top: 0;
  }

  .copyright {
    display: inline;
    float: right;
    margin-top: 10px;
    color: #474747;
    font-weight: 400;
    font-size: 1.2em;
  }

  body.home-page #admin_page_footer div.flat-footer {
    text-align: left;
  }

  #slide3.upload-to-print {
    min-height: 900px;
  }

  .testi-credit {
    margin-left: 90px;
  }

  p.home-testi {
    margin-top: -5px;
    text-align: left;
  }

  .video-container,
  #slide3 .video-container {
    max-width: 960px;
    max-height: 549px;
    background: black;
  }

  .preview-options-bar {
    display: block;
  }

  .home-theme-preview-computer {
    height: 650px;
  }

  .circular-icon-container {
    width: 65px;
    height: 65px;
  }

  .upload-to-print-preview {
    height: 650px;
  }

  .nasty-image {
    display: block;
  }

  .wrapped-slide-inner {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }

  .slide {
    height: 100%;
    margin-bottom: 0;
    padding: 20px 0 60px;
  }

  .home-arrow-container {
    display: inline;
  }

  .section-container.auto > section > .content,
  .section-container.auto > .section > .content {
    border: 1px solid #e0e0e0;
  }

  .section-container.auto > section > .title,
  .section-container.auto > .section > .title {
    height: 55px !important;
    background-color: #f4f4f4;
    border: 1px solid #e0e0e0;
  }

  .slide-frame {
    text-align: left;
  }

  .slide-frame-left {
    padding-top: 50px;
  }

  .slide-frame-right {
    padding-top: 0;
  }

  .wrapped-slide {
    max-width: 960px;
  }

  #screenshot1 {
    width: 960px;
  }

  select,
  input[type="file"] {
    width: 100%;
    max-width: 100%;
  }

  #tabbed_navbar .top-bar {
    margin-bottom: 0;
    background: #edefef;
  }

  #tabbed_navbar .top-bar ul li a {
    color: white;
    font-weight: 400;
    text-decoration: none;
    background: #111;
  }

  #tabbed_navbar .top-bar ul li a:hover {
    height: 54px;
    text-decoration: underline;
    background: #333;
  }

  #tabbed_navbar .top-bar ul li a.active-tab {
    height: 56px;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
  }

  .new_coupon .discount-coupon__warning p {
    margin-top: 23px;
  }

  .new_coupon .discount-coupon__field input {
    margin-top: 5px;
  }
}

@media only screen and (width >= 85em) {
  .not-active-on-desktop {
    cursor: default;
    pointer-events: none;
  }
}

.checkbox-admin {
  margin-top: -1px !important;
}

.checkbox-label {
  display: inline;
}

.row-spacing {
  margin: 0;
}

.row a.fa-solid,
.row a.fa-regular {
  line-height: 1px;
}

/* begin LIGHTBOX ********************************/

.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  display: none;
  padding: 10px 15px;
  text-align: center;
  background: #fff;
  border: 5px solid #ccc;
  border-radius: 5px;
}

.lightbox-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 100%;
  min-height: 100%;
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.lightbox-open {
  cursor: pointer;
}

.lightbox-close {
  display: block;
}

/* end LIGHTBOX ***************************************/

div.modal-form div.form-buttons {
  border-top: 1px solid #ccc;
}

input.validation-error {
  border: 3px solid red !important;
}

label.validation-error {
  color: red !important;
}

.handle {
  color: #999;
  cursor: move;
}

body {
  margin: 0;
  color: #393939;
  font-weight: 300;
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
  text-align: left;
  background: #edefef;
}

.home_logo {
  margin: 10px 0;
  color: black;
  font-weight: 400;
  font-size: 4em;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 1px #fff;
}

.wrap {
  max-width: 1060px;
  margin: 0 auto;
}

.wide-wrap {
  max-width: 1260px;
  margin: 0 auto;
}

#headercontainer {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  font-size: 1.4em;
  background: white;
  border-bottom: 1px solid #c0c1c1;
}

.not-active {
  cursor: default;
  pointer-events: none;
}

#site_manager .top-bar-section ul.right li .dropdown {
  border-top: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
}

#site_manager .top-bar-section .dropdown li a {
  color: black;
  background: white;
  border-bottom: solid 1px #e5e5e5;
}

#site_manager .top-bar-section .dropdown li a:hover {
  color: white;
  background: black;
}

.top-bar {
  position: relative;
  height: 65px;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 65px;
  background: white;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: 2.45em;
}

.top-bar .button {
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.top-bar .title-area {
  position: relative;
  height: 70px;
}

.top-bar .name {
  height: 65px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  margin: 0;
  margin-top: -3px;
  font-size: 1.0625em;
  line-height: 65px;
}

.top-bar .name h1 a {
  display: block;
  width: 50%;
  padding: 0 15px;
  color: black;
  font-weight: 400;
}

.top-bar .toggle-topbar {
  position: absolute;
  top: 0;
  right: 0;
}

.top-bar .toggle-topbar a {
  position: relative;
  display: block;
  height: 65px;
  padding: 0 15px;
  color: black;
  font-weight: 400;
  font-size: 0.8125em;
  line-height: 45px;
  text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  right: 15px;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  width: 34px;
  height: 34px;
  padding: 0;
  color: black;
  line-height: 33px;
  text-indent: -133px;
}

.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 18px;
  height: 2px;

  /* menu icon */
  -webkit-box-shadow: 0 10px 0 0 black, 0 16px 0 0 black, 0 22px 0 0 black;
  box-shadow: 0 10px 0 0 black, 0 16px 0 0 black, 0 22px 0 0 black;
}

.top-bar.expanded {
  z-index: 1000;
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: white;
}

.top-bar.expanded .toggle-topbar a {
  color: black;
}

.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 0 #888, 0 16px 0 0 #888, 0 22px 0 0 #888;
  box-shadow: 0 10px 0 0 #888, 0 16px 0 0 #888, 0 22px 0 0 #888;
}

#tabbed_navbar {
  height: 65px;
  margin-left: 0;
}

#tabbed_navbar ul li a {
  line-height: 35px;
}

#tabbed_navbar nav.expanded ul li a {
  line-height: 35px;
}

#tabbed_navbar .top-bar .toggle-topbar.menu-icon a span {
  /* menu icon */
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

#tabbed_navbar .top-bar .toggle-topbar.menu-icon a {
  color: white;
}

#tabbed_navbar .top-bar-section ul li {
  text-align: right;
}

#tabbed_navbar .top-bar-section ul li > a {
  padding-right: 15px;
  font-weight: 300;
}

#tabbed_navbar .top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #444;
}

#tabbed_navbar .top-bar .name {
  height: 65px;
}

#tabbed_navbar .top-bar .title-area {
  height: 100%;
}

.jump-to-select {
  display: inline;
  text-align: right;
}

.jump-to-select .jump-to-menu-label {
  display: none;
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.7em;
}

#headercontainer .top-bar-section ul li > a {
  padding: 15px;
  font-weight: 300;
}

@media only screen and (width >= 58.75em) {
  .show-when-large-screen-block {
    display: inline-block;
  }

  #headercontainer .top-bar-section ul li > a {
    padding: 0 15px;
    font-weight: 600;
  }

  #headercontainer .top-bar-section ul li ul li > a {
    padding: 25px;
    text-align: center;
  }

  #tabbed_navbar .top-bar-section ul li > a {
    padding: 0 30px;
    font-weight: 400;
  }

  .jump-to-select .jump-to-menu-label {
    display: inline-block;
  }

  .top-bar .title-area {
    height: 65px;
  }

  #tabbed_navbar .top-bar {
    height: 50px;
  }

  #tabbed_navbar {
    height: 55px;
    margin-left: -55px;
  }

  #tabbed_navbar .top-bar .name,
  #tabbed_navbar .top-bar .title-area {
    height: 50px;
    background: #edefef;
  }

  #tabbed_navbar ul li a {
    line-height: 50px;
  }

  .top-bar {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    overflow: visible;
    zoom: 1;
  }

  .top-bar::before,
  .top-bar::after {
    display: table;
    content: " ";
  }

  .top-bar::after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input,
  .top-bar .button {
    position: relative;
    top: 8px;
    height: 2em;
    padding: 0 10px;
    font-size: 0.875em;
    line-height: 2em;
  }

  .top-bar.expanded {
    background: #111;
  }

  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }

  .top-bar-section {
    left: 0 !important;
  }

  .top-bar-section ul {
    display: inline;
    width: auto;
    height: auto !important;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li a:not(.button) {
    padding: 0 30px;
    color: black;
    line-height: 65px;
    background: white;
  }

  .top-bar-section li a:not(.button):hover {
    color: white;
    font-weight: 400;
    text-decoration: none;
    background: black;
  }

  .top-bar-section .has-dropdown > a {
    padding-right: 35px;
  }

  .top-bar-section .has-dropdown > a::after {
    top: 22.5px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -2.5px;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    content: "";
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved > .dropdown {
    visibility: hidden;
  }

  .top-bar-section .has-dropdown:hover > .dropdown,
  .top-bar-section .has-dropdown:active > .dropdown {
    visibility: visible;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a::after {
    right: 5px;
    margin-top: -15px;
    border: none;
    content: "\00bb";
  }

  .top-bar-section .dropdown {
    top: auto;
    left: 0;
    min-width: 100%;
    background: transparent;
  }

  .top-bar-section .dropdown li a {
    padding: 7px 15px;
    color: white;
    line-height: 1;
    white-space: nowrap;
    background: #1e1e1e;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }

  .top-bar-section .dropdown li .dropdown {
    top: 0;
    left: 100%;
  }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    clear: none;
    width: 0;
    height: 65px;
    border-top: none;
    border-right: solid 1px white;
    border-bottom: none;
    border-left: solid 1px #e5e5e5;
  }

  .top-bar-section .has-form {
    height: 65px;
    padding: 0 15px;
    background: #111;
  }

  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
}

.top-bar a {
  font-weight: 400;
  font-size: 0.85em !important;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

/* changes color of list icon, when expanded */
.top-bar.expanded .toggle-topbar a {
  color: black;
  opacity: 0.8;
}

nav ul {
  margin: 0 !important;
}

#flashcontainer {
  margin-bottom: 5px;
  padding-top: 5px;
}

#contentcontainer {
  margin-top: 0;
  padding: 70px 10px 10px;
  font-size: 1.8em;
  background: #edefef;
}

#main_heading_container {
  margin: 20px 0 5px;
  border: none;
}

#contentbody {
  margin-bottom: 100px;
  padding: 15px;
  background: #fff;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

#footercontainer {
  padding: 0 10px 10px;
  font-size: 1.4em;
}

#headerbar {
  padding-bottom: 0;
  color: #fff;
  font-size: 38px;
}

#tabbed_navcontainer {
  margin: -60px 0 0 300px;
}

.header_nav {
  float: right;
  margin: 15px -50px 0 0;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.header_nav a {
  margin: 0 30px 0 0;
  color: #4ca3c4;
  font-size: 1.2em;
  text-decoration: underline;
}

.header_nav a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}

#header_outer_links {
  margin: 20px 0 0;
}

#header_outer_links a {
  color: #fff;
  font-size: 1.4em;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
}

#header_outer_links a:hover {
  text-decoration: underline;
}

#tabbed_subnavcontainer {
  margin: -11px 0 0 -45px;
  background: #6e5f3f;
}

#content_area_main_heading {
  padding: 10px 15px 5px;
  background: rgb(255, 255, 255); /* Old browsers */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 29%, rgba(237, 237, 237, 1) 100%);
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}

.content_area_right_btn_align {
  margin-right: -20px;
  padding-top: 5px;
  text-align: right;
}

.content_area_sub_heading {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}

#tabs ul {
  margin-bottom: 0;
}

#tabs ul li {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 20px 15px;
  color: #fff;
  font-size: 1.6em;
  text-shadow: 0 1px 1px #000;
  list-style-type: none;
}

#tabs ul li a {
  color: #fff;
  text-decoration: none;
}

#tabs ul li.active {
  background: #6e5f3f;
  border-top: 1px solid #534831;
  border-right: 1px solid #534831;
  border-left: 1px solid #534831;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#tabs ul li a:hover {
  text-decoration: underline;
}

#subtabs {
  clear: both;
  height: 50px;
  padding: 0;
}

#subtabs ul li {
  display: inline;
  float: left;
  margin: 10px 30px 0 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 0 1px 1px #000;
  list-style-type: none;
  border-radius: 7px;
}

#club_name_subnav {
  display: inline;
  float: left;
  margin: 17px 0 0;
  padding: 0 0 5px 25px;
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #000;
  list-style-type: none;
  border-radius: 7px;
}

#content_area_tabbed_nav ul li {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  padding: 7px 10px;
  font-size: 1em;
  text-shadow: 0 1px 1px #000;
  list-style-type: none;
  background: #afa07f;
  border-top: 2px solid #afa07f;
  border-right: 2px solid #afa07f;
  border-left: 2px solid #afa07f;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#content_area_tabbed_nav ul li a {
  color: #fff;
  text-decoration: none;
}

#content_area_tabbed_nav ul li a:hover {
  text-decoration: underline;
}

#content_area_tabbed_nav ul li.current {
  display: inline;
  float: left;
  margin: 0 3px -2px 0;
  padding: 7px 10px 9px;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 1em;
  text-shadow: 0 0 0 #000;
  list-style-type: none;
  background: #fff;
  border-top: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#content_area_tabbed_nav ul li.active {
  display: inline;
  float: left;
  margin: 0 3px -2px 0;
  padding: 7px 10px 9px;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 1em;
  text-shadow: 0 0 0 #000;
  list-style-type: none;
  background: #fff;
  border-top: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
  border-left: 2px solid #d1d1d1;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

#content_area_tabbed_nav ul li.active a {
  color: #3c3c3c;
}

#subtabs ul li a {
  color: #fff;
  text-decoration: none;
}

#subtabs ul li.active {
  background: #4d422c;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999;
}

#subtabs ul li a:hover {
  text-decoration: underline;
}

#navbar {
  padding-top: 13px;
}

.navlink a {
  margin-right: 20px;
  padding-right: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: underline;
}

#profilenav {
  margin-bottom: 20px;
  padding: 15px;
  background: rgb(255, 255, 255); /* Old browsers */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%); /* W3C */
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #999;
  box-shadow: 2px 2px 4px #999;
}

.profilenavlink {
  padding: 15px 30px 15px 15px;
  color: #3b3b3b;
  font-size: 1.2em;
  text-transform: uppercase;
  border-right: 1px solid #d1d1d1;
}

#profile_details {
  padding: 10px;
  background: #f5f5f5;
}

.profile_sub_headings {
  border-bottom: 1px solid #d7d7d7;
}

.profile_left_parent_heading {
  margin: 5px 0 -5px;
  color: #545454;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
}

.profile_right_parent_heading {
  margin: 5px -25px -5px 10px;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
}

.profile_right_parent_btn_heading {
  margin: 0 -30px 0 0;
  text-align: right;
}

.profile_right_parent_heading_price_per_label {
  margin: 5px 0 -5px;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
}

.item-price.discounted-price {
  color: red;
  text-decoration: line-through;
}

.profile_right_parent_heading_total_label {
  margin: 5px 0 -5px -10px;
  color: #3c3c3c;
  font-weight: 400;
  font-size: 1.1em;
  text-transform: uppercase;
}

.profile_p_text,
.profile_p_text a {
  padding: 10px 0;
}

.avatar {
  border: 2px solid #fff;
}

#forum_post_left {
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
}

#forum_post_right {
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 10px;
  border: 1px solid #e7e7e7;
}

.forum_left_styling {
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 10px;
}

.forum_right_styling {
  padding: 10px 0 10px 20px;
  border-left: 1px solid #e7e7e7;
}

.forum_message {
  margin: -10px 0 0;
}

.forum_edit_btn {
  margin: -5px -25px 0 0;
  text-align: right;
}

.tooltipsy {
  max-width: 200px;
  padding: 10px;
  color: #303030;
  font-size: 14px;
  text-shadow: none;
  background-color: #f5f5b5;
  border: 1px solid #deca7e;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.crumb {
  margin-bottom: 15px;
}

.club_list {
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
}

.clubname {
  color: #3c3c3c;
  font-size: 1.4em;
}

.remove_club_btn_align {
  margin-right: 0;
  padding-top: 5px;
  text-align: right;
}

.create_club_btn_align {
  margin-right: -15px;
  text-align: right;
}

#club_buttons {
  margin-right: -30px;
}

#join_vendor_to_club_form {
  margin-left: 20px;
}

.delete_button {
  padding-top: 10px;
}

.parent_heading {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.item_list {
  margin-right: -25px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
}

.item_list_pending {
  margin-right: -25px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding: 10px;
  background: #faeca4;
  border: 1px solid #e7e7e7;
}

.pages_list {
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 15px;
  padding-right: 5px;
  background: #f6f6f6;
  border: 1px solid #e7e7e7;
}

.pages_list div {
  display: inline;
}

.view_site_btn {
  margin: 5px -25px 0 0;
  text-align: right;
}

.right_align {
  text-align: right;
}

.left_align {
  text-align: left;
}

.edit_form label {
  display: inline;
  font-weight: 400;
}

.item_quantity {
  width: 30px;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

h2 {
  margin: 0 0 10px;
  color: #000;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: -0.01em;
}

h3,
.ui-dialog-title {
  margin: 25px 0 10px;
  color: #000;
  font-size: 1em;
}

h3 {
  margin-top: 15px;
}

.admin-sub-sub-heading {
  padding: 0 0 15px;
  color: #111;
  font-weight: 300;
  font-size: 1.2em;
}

h4 {
  margin: 7px 0 10px;
  color: #111;
  font-size: 0.9em;
}

h5 {
  margin: 0 0 6px;
  color: #545454;
  font-size: 0.9em;
  text-transform: uppercase;
}

a:hover {
  text-decoration: underline;
}

option {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

textarea,
textarea.has-tip,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fefefe;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
  display: block;
}

.label_inline {
  display: inline;
  color: #111;
  font-size: 0.85em;
  line-height: 23px;
  text-transform: none !important;
}

.form_row {
  margin: 5px -20px 0;
  padding: 5px 20px;
}

.form_row_sub {
  padding: 0 20px 0 10px;
  font-size: 0.9em;
  line-height: 1.5em;
}

.form_row_sub label {
  display: inline;
  margin-top: 0;
  color: #6e6d72;
  font-weight: 400;
  font-size: 0.9em;
}

.subsection select {
  margin-top: 0;
}

form .row .subsection .columns {
  padding-left: 15px;
}

.label-with-add-link {
  display: inline-block;
}

.edit-billboard-link {
  line-height: 0px;
}

.form-buttons {
  text-align: right;
}

.row_margin_bottom {
  padding-bottom: 10px;
}

.wysiwyg {
  margin-bottom: 10px;
}

/* Simple grid system ------------------------------- */

.container::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

.grid1,
.grid2,
.grid3,
.grid4,
.grid5,
.grid6,
.grid7,
.grid8,
.grid9,
.grid10,
.grid11 {
  float: left;
  box-sizing: border-box;
}

.grid1 {
  width: 5.58%;
}

.grid2 {
  width: 14.16%;
}

.grid3 {
  width: 22.75%;
}

.grid4 {
  width: 31.33%;
}

.grid5 {
  width: 39.91%;
}

.grid6 {
  width: 48.5%;
}

.grid7 {
  width: 57.08%;
}

.grid8 {
  width: 65.66%;
}

.grid9 {
  width: 74.25%;
}

.grid10 {
  width: 82.83%;
}

.grid11 {
  width: 91.41%;
}

.grid11 {
  width: 100%;
}

.first {
  clear: left;
  margin-left: 0;
}

/* NICK CSS END
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  zoom: 1;
}

.clearfix::before,
.clearfix::after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix::after {
  clear: both;
}

.hide-text {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
}

a {
  color: #208ddb;
  text-decoration: underline;
}

.breadcrumbs > * a,
.breadcrumbs > * span {
  color: #208ddb;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

.row {
  margin-left: 0;
  zoom: 1;
}

.row::before,
.row::after {
  display: table;
  line-height: 0;
  content: "";
}

.row::after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.span12 {
  width: 960px;
}

.span11 {
  width: 880px;
}

.span10 {
  width: 800px;
}

.span9 {
  width: 720px;
}

.span8 {
  width: 640px;
}

.span7 {
  width: 560px;
}

.span6 {
  width: 480px;
}

.span5 {
  width: 400px;
}

.span4 {
  width: 320px;
}

.span3 {
  width: 240px;
}

.span2 {
  width: 160px;
}

.span1 {
  width: 80px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  zoom: 1;
}

.row-fluid::before,
.row-fluid::after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid::after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container-fluid {
  padding: 0;
  zoom: 1;
}

.container-fluid::before,
.container-fluid::after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid::after {
  clear: both;
}

.lead {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: 400;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

.page-header {
  margin: 20px 0 30px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin: 0 0 20px 25px;
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  margin-bottom: 10px;
  line-height: 20px;
}

.top-bar-section li {
  margin-bottom: 0;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: 400;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  zoom: 1;
}

.dl-horizontal::before,
.dl-horizontal::after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal::after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}

.dl-horizontal dd {
  margin-left: 180px;
}

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

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #999;
  cursor: help;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  border-left: 5px solid #eee;
}

blockquote p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

blockquote small {
  display: block;
  color: #999;
  line-height: 20px;
}

blockquote small::before {
  content: "\2014 \00A0";
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small::before {
  content: "";
}

blockquote.pull-right small::after {
  content: "\00A0 \2014";
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  color: #333;
  font-size: 12px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  margin: 0 0 10px;
  padding: 9.5px;
  font-size: 13px;
  line-height: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: #333;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  color: #999;
  font-size: 15px;
}

#site_manager label {
  color: #333;
  font-size: 15px;
  text-transform: capitalize;
}

#site_manager div.switch.tiny label {
  font-size: 12px;
}

label,
input,
button,
select,
textarea {
  margin: 5px 0 0;
  color: #757576;
  font-weight: 400;
  font-size: 1em;
  line-height: 20px;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  /* stylelint-disable-next-line property-no-unknown */
  font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-weight: 300;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 3em;
  margin-bottom: 10px;
  padding: 4px 6px;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sweet-alert input {
  display: none;
}

#site_manager .sweet-alert button {
  padding: 12px 35px;
  font-weight: bold;
  background: black !important;
  border-radius: 4px !important;
}

#site_manager .sweet-alert .sa-icon.sa-error {
  border-color: red;
}

#site_manager .sweet-alert .sa-icon.sa-error .sa-line {
  background-color: red;
}

textarea {
  height: auto;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;

  /* IE6-9 */

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select {
  background-color: #fff;
  border: 1px solid #ccc;
}

select.sml-menu {
  width: 220px;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 0;
  padding-left: 0;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  zoom: 1;
}

.controls-row::before,
.controls-row::after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row::after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 19px 20px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  zoom: 1;
}

.form-actions::before,
.form-actions::after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions::after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline;
  padding-left: 5px;
  vertical-align: middle;
  zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.search-bar input[type="text"] {
  display: inline;
  width: 60%;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  zoom: 1;
}

.form-horizontal .control-group::before,
.form-horizontal .control-group::after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group::after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  margin-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table th {
  font-weight: 400;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-collapse: separate;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu li > a {
  display: block;
  clear: both;
  padding: 3px 20px;
  color: #333;
  font-weight: 300;
  line-height: 20px;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a::after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  content: " ";
}

.dropdown-submenu:hover > a::after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  margin-bottom: 20px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

input.no-margin-top,
button.no-margin-top,
.no-margin-top {
  margin-top: 0;
}

#site_manager .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 35px;
  color: white;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  zoom: 1;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}

.btn:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;

  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000;
}

.btn-primary:hover {
  position: relative;
  top: 1px;
}

#site_manager .btn.btn-primary-sml {
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 0.7em;
  text-transform: uppercase;
  background-color: #000;
}

div.support-home .btn-primary-sml {
  background: #999;
}

div.support-home .btn-primary-sml:hover {
  background: #000;
}

#site_manager .footable .btn-primary-sml-icon-only,
#site_manager .btn-primary-sml-icon-only {
  padding: 5px;
  font-size: 1.2em;
  -webkit-appearance: none;
}

#site_manager .btn-primary-sml.btn-primary-tiny {
  padding: 5px;
}

.btn-primary-sml:hover {
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 0.7em;
  text-transform: uppercase;
  background-color: #111;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #000;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #039 \9;
}

.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
}

.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
}

.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
}

.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
}

.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  color: #08c;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  zoom: 1;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.125),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #04c;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.btn-group-vertical {
  display: inline;
  zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.alert {
  margin-bottom: 5px;
  padding: 15px 14px 12px;
  color: #c09853;
  font-size: 16px;
  text-shadow: none;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: white;
  text-shadow: none;
  background-color: green;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: white;
  background-color: red;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  color: #999;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.nav-tabs,
.nav-pills {
  zoom: 1;
}

.nav-tabs::before,
.nav-pills::before,
.nav-tabs::after,
.nav-pills::after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs::after,
.nav-pills::after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li > a {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #fff;
  background-color: #08c;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #08c;
  border-bottom-color: #08c;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999;
}

.tabbable {
  zoom: 1;
}

.tabbable::before,
.tabbable::after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable::after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #ddd #eee #eee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
}

.nav > .disabled > a {
  color: #999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

.navbar {
  margin-bottom: 20px;
  overflow: visible;
  color: #777;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  zoom: 1;
}

.navbar-inner::before,
.navbar-inner::after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner::after {
  clear: both;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  margin-left: -20px;
  padding: 10px 20px;
  color: #777;
  font-weight: 300;
  font-size: 20px;
  text-shadow: 0 1px 0 #fff;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar-link {
  color: #777;
}

.navbar-link:hover {
  color: #333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #fff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  zoom: 1;
}

.navbar-form::before,
.navbar-form::after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form::after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-weight: 300;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1060px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  padding: 7px 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #ccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  content: "";
}

.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: "";
}

.navbar-fixed-bottom .nav > li > .dropdown-menu::before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
}

.navbar-fixed-bottom .nav > li > .dropdown-menu::after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu.pull-right::before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu::after,
.navbar .nav > li > .dropdown-menu.pull-right::after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-inverse {
  color: #999;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  border-color: #252525;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111;
}

.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222;
  border-left-color: #111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  background-color: #111;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000 \9;
}

.breadcrumb {
  margin: 0 0 20px;
  padding: 8px 15px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #fff;
  zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999;
}

.pagination {
  margin: 10px 0;
  color: #686868;
  font-size: 0.9em;
}

.pagination ul {
  display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  zoom: 1;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  zoom: 1;
}

.pager::before,
.pager::after {
  display: table;
  line-height: 0;
  content: "";
}

.pager::after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  font-weight: 300;
  line-height: 30px;
}

.modal-body {
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  margin-bottom: 0;
  padding: 14px 15px 15px;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  zoom: 1;
}

.modal-footer::before,
.modal-footer::after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer::after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  margin-top: -30px;
  padding: 15px;
  font-size: 1.3em;
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover .arrow,
.popover .arrow::after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}

.popover.top .arrow::after {
  bottom: -1px;
  left: -11px;
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #fff;
}

.popover.right .arrow::after {
  bottom: -11px;
  left: -1px;
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}

.popover.bottom .arrow::after {
  top: -1px;
  left: -11px;
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #fff;
}

.popover.left .arrow::after {
  right: -1px;
  bottom: -11px;
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  zoom: 1;
}

.thumbnails::before,
.thumbnails::after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails::after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media .pull-left {
  margin-right: 10px;
}

.media .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  font-weight: 400;
  font-size: 11.844px;
  line-height: 14px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  background-color: #999;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  color: #fff;
  font-weight: 100;
  font-size: 60px;
  line-height: 30px;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  margin-bottom: 30px;
  padding: 60px;
  color: inherit;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  color: inherit;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

input[type="radio"] {
  text-transform: none !important;
}

.medium-option-section .option-selected {
  display: none;
}

.section-container.product-builder-tabs .medium-option-section a {
  color: #676767;
  font-size: 12px;
}

.section-container.product-builder-tabs .medium-option-section span {
  color: #686868;
  font-weight: 300;
  font-size: 12px;
  font-family: "Roboto";
  -webkit-font-smoothing: unset;
}

.product-sizes img {
  width: 90px;
  height: 45px;
}

#canvas_options div.product-sizes,
#mediums div.product-sizes,
#styles div.product-sizes,
.frames-tab div.product-sizes {
  height: 90px;
  line-height: 1.3em;
}

#index-spam-data-section input.btn {
  width: 100px;
  margin: 0 10px 0 0;
  padding: 12px 0;
}

table.product-page-statistics {
  margin-bottom: 200px;
}

table.product-page-statistics th.date {
  width: 100px;
}

table.product-page-statistics th.data-value {
  width: 290px;
}

#index_contacts_fulfillment_contacts #fulfillment_contacts_container {
  overflow-x: auto;
}

.photo-form-modal .react-reveal-modal,
.photo-form-modal .reveal-modal {
  width: 50%;
  margin-left: -25%;
}

.site-manager-order-offers section > .title {
  margin-top: 0;
}

#contentbody.site-manager-order-offers section .title a {
  border: none;
}

.site-manager-order-offers .line-item-attributes-sets {
  margin-top: 1.25em;
}

.self-made-orders__search-results {
  padding-right: 1px;
  overflow-x: auto;
}

@media only screen and (width >= 40.063em) {
  .amc-task-form .column,
  .amc-task-form .columns {
    padding-right: 0.9375em;
    padding-left: 0.9375em;
  }
}

.campaing-tasks-published-date,
.campaing-tasks-annoucement-start-date,
.campaing-tasks-annoucement-end-date {
  position: relative;
  z-index: 3;
}

.events-logs-table__date-cell,
.events-logs-table__task-cell {
  width: 150px;
}

.events-logs-table__date-cell {
  white-space: nowrap;
}

.events-logs-table__meta-cell {
  word-break: break-word;
}

.events-logs-table .meta-list {
  margin-bottom: 0;
}

.events-logs-table .meta-list__item:last-child {
  margin-bottom: 0;
}

.events-logs-table .meta-list__control {
  margin-top: 0;
  padding: 0;
  color: #686868;
  text-decoration: underline;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.events-logs-table .meta-list__control:hover {
  text-decoration: none;
}

.events-logs-table .meta-list__content {
  line-height: 20px;
}

.events-logs-table .meta-list__content_hidden {
  display: -webkit-box;
  -webkit-line-clamp: 10; /* number of lines */
  -webkit-box-orient: vertical;
  max-height: calc(10 * 20px); /* number of lines * line-height */
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup-new-campaign-form__label {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.popup-new-campaign-form__label input {
  margin: 0;
}

#site_manager #launcher,
#site_manager #webWidget {
  bottom: 56px !important;
}

#site_manager[data-controller-name="site_manager/art_marketing_copilot/campaigns"] .tagify__dropdown,
#site_manager[data-controller-name="site_manager/art_marketing_copilot/tasks"] .tagify__dropdown {
  z-index: 4;
}

#site_manager .page-name-container .page-name,
#site_manager #orders_list .help-orders-order-summary {
  word-break: break-word;
}

.word-wrap {
  word-wrap: break-word;
}

.out-of-stock-text {
    color: #f00;
    font-weight: bold;
}

.gray-text {
    color: #999;
}

.gray-switch {
    opacity: 0.5;
}

.gray-switch .switch-active {
    background: #ccc !important;
}

.out-of-stock-row td {
    opacity: 1;
}

/* stylelint-enable no-duplicate-selectors */
.medium-tooltip-link {
  position: absolute;
  top: 0;
  left: 44%;
  display: none;
  font-size: 1.3em;
  text-align: center;
}

.medium-tooltip-link.fa-solid,
.medium-tooltip-link.fa-regular {
  display: block;
}

/* stylelint-disable-next-line media-feature-range-notation */
@media only screen and (min-width: 58.75em) {
  .medium-tooltip-link.fa-solid,
  .medium-tooltip-link.fa-regular {
    display: none;
  }

  div.medium-option-section:hover a.medium-tooltip-link {
    display: block;
  }
}

.gooten-medium-options {
  display: block;
  float: left;
  width: 100%;
}

.gooten-medium-preview {
  width: 75px;
  height: 37px;
  object-fit: cover;
}

#sizes_dynamic .gooten-size {
  display: block;
}

#gooten-container {
  position: relative;
  margin: auto;
  overflow: hidden;
}

#gooten-container #canvas {
  position: absolute;
  overflow: hidden;
  border: dashed;
  border-color: rgba(0, 0, 0, 0);
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: border;
}

#gooten-container .gooten-product-design_overlay-puzzles {
  padding: 3px;
}

#gooten-container #design {
  position: relative;
  width: 100%;
  pointer-events: none;
}

#gooten-container #bleed {
  width: 100%;
  opacity: 0;
  filter: hue-rotate(90deg);
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
  pointer-events: none;
}

#gooten-container #design_mask {
  width: 100%;
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
  pointer-events: none;
}

#gooten-container #print_ready_template {
  z-index: 5;
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
  pointer-events: none;
}

#gooten-container #design_overlay {
  width: 100%;
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
  pointer-events: none;
}

#gooten-container .page-layer-signature {
  position: absolute;
  bottom: 3%;
  left: 4%;
  z-index: 7;
  max-width: 25%;
  max-height: 6%;
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

#gooten-container .page-layer-signature.shown {
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

.fancybox-overlay #gooten-container .page-layer-signature-text {
  font-size: 8px;
}

#gooten-container .page-layer-signature-text {
  position: absolute;
  right: 4%;
  bottom: 3.65%;
  z-index: 7;
  width: 32%;
  font-weight: 600;
  font-size: 4px;
  line-height: normal;
  text-align: right;
  vertical-align: bottom;
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

#gooten-container .page-layer-signature-text.shown {
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

#gooten-container #bleed.shown {
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

#gooten-container #canvas.shown {
  border-color: red;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: border-color;
}

#gooten-container #design_mask.shown {
  opacity: 0.8;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

#gooten-container #print_ready_template.shown {
  opacity: 0.2;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

#gooten-container #design_overlay.shown {
  opacity: 0.2;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

.gooten-tooltips {
  position: absolute;
  bottom: 0;
  z-index: 8;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
  pointer-events: none;
}

.gooten-tooltips.shown {
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: opacity;
}

.gooten-tooltips .gooten-tooltips__item {
  display: flex;
  width: fit-content;
  margin: 1rem;
  padding: 0.4rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.17);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.gooten-tooltips .gooten-tooltips__item .gooten-tooltips__item--description {
  display: flex;
  color: rgb(34, 34, 34);
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.9rem;
}

.gooten-tooltips .gooten-tooltips__item .gooten-tooltips__item--area-border--red {
  align-self: stretch;
  margin-top: 1px;
  margin-right: 0.3rem;
  margin-bottom: 1px;
  border-left: 3px dashed rgb(235, 62, 55);
}

.gooten-tooltips .gooten-tooltips__item .gooten-tooltips__item--area-border--green {
  align-self: stretch;
  margin-top: 1px;
  margin-right: 0.3rem;
  margin-bottom: 1px;
  border-left: 3px dashed green;
}

#gooten-container img {
  position: absolute;
}

#gooten_product_container {
  margin-top: 1rem;
  margin-right: 1rem;
}

.gooten_wall-calendars #gooten-container {
  width: 80%;
  box-shadow: 5px 5px 20px 0 rgba(00, 00, 00, 0.3);
}

.gooten_wall-calendars #gooten-container:hover {
  box-shadow: 3px 3px 9px 0 rgba(00, 00, 00, 0.3);
  transform: scale(0.99);
  cursor: pointer;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: box-shadow transform;
}

.gooten_wall-calendars #gooten-container:active {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
  cursor: pointer;
  transition-timing-function: ease-in-out;
  transition-duration: 0.075s;
  transition-property: box-shadow transform;
}

.gooten-product-container .page-layer {
  position: absolute;
}

.gooten-product-container .page-layer:last-of-type {
  position: relative;
  z-index: 6;
}

.gooten_wall-calendars {
  position: relative;
}

.gooten_wall-calendars .regular-templates-group {
  position: absolute;
  right: 0;
  height: 100%;
  padding-right: 1.6rem;
  padding-left: 1rem;
  overflow-y: scroll;
  scrollbar-color: rgba(0, 0, 0, 0.349) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

/* Do not remove !important: it disable node hidding after showing by fancybox */
.gooten-product-container.with-fancybox-preview {
  display: block !important;
}

/* Do not remove !important: it disable node hidding after showing by fancybox */
#gooten-container.with-fancybox-preview {
  display: block !important;
}

.gooten_wall-calendars .regular-templates-group .gooten-product-container {
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 5px 5px 20px 0 rgba(00, 00, 00, 0.3);
  transform: scale(1);
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: box-shadow transform;
}

.gooten_wall-calendars .regular-templates-group .gooten-product-container:hover {
  box-shadow: 3px 3px 9px 0 rgba(00, 00, 00, 0.3);
  transform: scale(0.98);
  cursor: pointer;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: box-shadow transform;
}

.gooten_wall-calendars .regular-templates-group .gooten-product-container:active {
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  transform: scale(0.95);
  cursor: pointer;
  transition-timing-function: ease-in-out;
  transition-duration: 0.075s;
  transition-property: box-shadow transform;
}

.gooten_wall-calendars .regular-templates-group::-webkit-scrollbar {
  width: 0.35rem;
}

/* Track */
.gooten_wall-calendars .regular-templates-group::-webkit-scrollbar-track {
  background: unset;
}

/* Handle */
.gooten_wall-calendars .regular-templates-group::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.349);
  border-radius: 2px;
}

/* Handle on hover */
.gooten_wall-calendars .regular-templates-group::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.gooten_wall-calendars .regular-templates-group .container {
  position: relative;
  margin-top: -2px;
}

.gooten_wall-calendars_preview {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

#background_color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.display-product-true {
  display: block;
}

.display-product-false {
  display: none;
}

.disable-gooten-true {
  pointer-events: none;
}

.disable-gooten-false {
  pointer-events: all;
}

.slidecontainer .pointers-container {
  display: flex;
  justify-content: space-between;
  padding-right: 0.4rem;
  padding-left: 0.75rem;
}

.slidecontainer .pointer-container {
  width: 0;
}

.slidecontainer .pointer-container:hover {
  color: rgba(0, 0, 0, 1);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.slidecontainer .pointers-container .pointer {
  width: 5rem;
  margin-top: 0.625rem;
  margin-left: -2.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0rem;
  text-align: center;
}

.slidecontainer .pointers-container i {
  margin-top: -0.75rem;
  margin-left: -0.45rem;
}

.slidecontainer input {
  width: 100%;
}

.gooten_option.gooten_option_block {
  display: block;
}

.gooten_option_none {
  display: none;
}

.gooten_option {
  line-height: 1.6em;
}

#canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: dashed;
  border-color: transparent;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
  transition-property: border;
}

#canvas img#image {
  position: relative;
  width: 100%;
  max-width: none;
  margin-top: unset !important;
  margin-left: unset !important;
  transform-origin: 50% 50%;
  cursor: grab;
  opacity: 1 !important;
}

.gooten-mediums .medium-tooltip-link {
  background-image: radial-gradient(white, transparent);
}

.gooten-mediums.product-form-options {
  cursor: pointer;
}

.gooten-medium-options .warnings {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.gooten-medium-options .warnings div {
  display: none;
  color: #e25732;
  text-align: center;
}

.gooten-medium-options .warnings div p {
  display: inline;
  color: #e25732;
}

.size-partial .row {
  margin-right: 0;
  margin-left: 0;
}

#border.mugs {
  border: 1px dashed;
}

.image-description.mugs {
  z-index: 2;
  text-align: center;
}

.image-overlay {
  position: absolute;
  display: grid;
  overflow: hidden;
  pointer-events: none;
}

body.dark input.slider {
  height: 8px;
  background-color: silver;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

body.dark input.slider::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
}

body.dark#user_website input.slider:focus {
  background: silver;
}

#gooten_medium_popup_container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  width: 100vw;
  height: 100vh;
  background-color: #0000000f;
}

#gooten_medium_popup_content {
  max-width: 1150px;
  max-height: 100vh;
  padding: 20px;
  padding-bottom: 40px;
  overflow-y: auto;
  background-color: white;
  border-radius: 17px;
  box-shadow: 1px 2px 59px 0 rgba(90, 90, 90, 0.31);
  scrollbar-color: rgba(0, 0, 0, 0.349) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}

#gooten_medium_popup_content::-webkit-scrollbar {
  width: 0.35rem;
}

#gooten_medium_popup_content::-webkit-scrollbar-track {
  background: unset;
}

#gooten_medium_popup_content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.349);
  border-radius: 2px;
}

#gooten_medium_popup_content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.options-container {
  padding-top: 40px;
  padding-right: 40px;
}

.options-container span.gooten-summary {
  font-weight: bold;
  font-size: 0.9em;
}

#gooten_medium_popup_container .add-to-cart-btn-inner {
  padding-top: 13px;
}

#gooten_price_container {
  display: flex;
  align-content: space-around;
  justify-content: flex-end;
  margin: 20px 0 16px;
}

.site-manager .gooten-btn--option {
  margin-top: 15px;
  color: #fff;
  background: #0175ff !important;
}

.site-manager .gooten-btn--option.disabled {
  opacity: 0.2;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(https://d1zmtm01ypbbyk.cloudfront.net/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(https://d1zmtm01ypbbyk.cloudfront.net/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(https://d1zmtm01ypbbyk.cloudfront.net/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 )";
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/fancybox/helpers/fancybox_buttons.png);
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);
@font-face {
  font-family: "Ionicons";
  src: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ionicons-e835e40ebff5fdb706fb27097c4550566ac8fae4845f146e7103bd3267cd79d9.woff?v=2.0.0) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Helper */
/* line 3, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder > div > div:focus,
.is-builder table:focus {
  outline: none;
}

/* line 5, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[gridoutline] > div > div {
  outline: 1px solid rgba(132, 132, 132, 0.27);
  outline-offset: 1px;
}

/* line 6, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[draggridoutline] > div:not(.row-active) {
  outline: 1px solid rgba(125, 125, 125, 0.35);
  outline-offset: 1px;
}

/* line 7, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder > div > div.cell-active,
.is-builder > div > table.cell-active {
  outline: 1px solid #00da89;
}

/*1px dashed rgba(0, 0, 0, 0.15)*/
/* line 9, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder .row-active {
  outline: 1px solid #00da89;
}

/* line 10, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder .row-active .cell-active {
  outline: none;
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder .row-outline {
  outline: 1px solid rgba(132, 132, 132, 0.2);
}

/* line 12, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder .row-active.row-outline {
  outline: 1px solid #00da89;
}

/* line 13, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[hideoutline] .row-outline {
  outline: none !important;
}

/* line 14, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[hideoutline] .cell-active {
  outline: none !important;
}

/*
.is-builder[hideoutline] .row-active {outline:none !important;}
.is-builder[hideoutline] .elm-active {background:none !important;}
*/
/* line 20, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder > div {
  transition: transform .4s;
}

/* line 21, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.marker {
  opacity: 0.0;
  transition: .2s height;
}

/* line 23, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-active h1.elm-active,
.cell-active h2.elm-active,
.cell-active h3.elm-active,
.cell-active h4.elm-active,
.cell-active h5.elm-active,
.cell-active h6.elm-active,
.cell-active p.elm-active,
.cell-active blockquote.elm-active,
.cell-active pre.elm-active,
.cell-active li.elm-active,
.cell-active > .elm-active {
  background: rgba(200, 200, 200, 0.11);
}

/* line 34, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-active hr {
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-active[data-html] {
  background-color: rgba(200, 200, 200, 0.11);
}

/* line 38, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-active table.elm-active {
  background-color: transparent;
}

/* line 40, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.elm-list {
  font-family: Monospace;
  font-size: 12px;
  line-height: 1.3;
  padding-bottom: 15px;
}

/* line 41, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.elm-list a {
  font-size: 22px;
  /*color:#2db0ff;*/
  color: #ffac2a;
  text-decoration: none;
  padding: 0 3px;
}

/* line 42, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.elm-list a.active {
  background: #eee;
}

/* line 43, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.elm-inspected {
  animation-name: elm-inspected-anim;
  animation-duration: 1s;
  /*animation-fill-mode: forwards;*/
  /*outline:1px solid #f1cc00 !important;*/
  outline: 1px solid #ffb84a !important;
  /*background:rgba(200, 200, 200, 0.15);*/
}

@keyframes elm-inspected-anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

/* line 57, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 58, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.clearfix:after {
  clear: both;
}

/* line 59, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.clearfix {
  *zoom: 1;
  clear: none;
}

/* line 61, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder .icon {
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder {
  transition: all ease 0.3s;
}

/*
    .is-tool = main toolbar (with series of floated-left buttons).
    .is-pop = popup (with buttons, inputs, etc that dynaically show/hide).
    .is-modal = centered popup.
    .is-plugin-tool (new)
*/
/* line 70, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop, .is-tool {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
  background: #fff;
  border: 1px solid #c7c7c7;
  transition: all ease 0.3s;
}

/* line 71, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop {
  z-index: 10002;
  transition: none;
}

/* line 72, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tool > div {
  float: left;
}

/* line 73, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tool button {
  float: left;
}

/* line 74, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  z-index: 10003;
  background: rgba(255, 255, 255, 1e-06);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
}

/* line 79, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal > div:not(.is-draggable) {
  position: relative;
  width: 90%;
  background: white;
  border: 1px solid #c7c7c7;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.02);
  padding: 12px 12px;
  box-sizing: border-box;
}

/* line 80, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.active {
  display: flex;
}

/* line 81, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.is-modal-small > div:not(.is-modal-overlay) {
  max-width: 900px !important;
  max-height: 500px !important;
}

/* line 82, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.is-modal-full > div:not(.is-modal-overlay) {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

/* line 83, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal-bar {
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  font-family: sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  background: #f9f9f9;
  color: #b7b7b7;
  touch-action: none;
  user-select: none;
}

/* line 95, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal-bar.is-draggable {
  cursor: move;
}

/* line 98, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal-bar .is-modal-close {
  z-index: 1;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  box-sizing: border-box;
  padding: 0;
  line-height: 32px;
  font-size: 12px;
  color: #777;
  text-align: center;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool {
  z-index: 10001;
}

/* line 100, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-plugin-tool {
  z-index: 10001;
}

/* line 101, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tool:hover {
  z-index: 10001;
}

/* line 102, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-plugin-tool:hover {
  z-index: 10002;
}

/*
    .is-modal.is-side = side panel
*/
/* line 107, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.is-side {
  display: block;
  position: fixed;
  top: 0;
  right: -367px;
  left: auto;
  width: 365px;
  height: 100%;
  border: none;
  border-left: 1px solid #dddddd;
  /*border-left:1px solid rgb(224, 224, 224);box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.01);*/
  box-sizing: border-box;
  background: #fff;
  transition: all ease 0.3s;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  z-index: 10003;
}

/* line 114, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.is-side.active {
  right: 0;
}

/* line 118, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.is-side.fromleft {
  left: -367px;
  right: auto;
  border: none;
  border-right: 1px solid #e0e0e0;
}

/* line 124, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.is-side.fromleft.active {
  left: 0;
}

/* line 128, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetList {
  right: -315px;
  width: 315px;
}

/* line 129, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetList.active {
  right: 0;
}

/* line 130, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetList.fromleft {
  left: -315px;
}

/* line 131, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetList.fromleft.active {
  left: 0;
}

/* line 132, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetHandle {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 170px;
  left: -50px;
  background: #fff;
  border: 1px solid lightgray;
  border-right: none;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
}

/* line 133, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetList.fromleft #divSnippetHandle {
  border-left: none;
  border-right: 1px solid lightgray;
  left: auto;
  right: -50px;
}

/* line 134, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetScrollUp, #divSnippetScrollDown {
  display: none;
  background: rgba(0, 0, 0, 0.12);
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #a9a9a9;
  position: fixed;
  z-index: 100000;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  font-family: sans-serif;
}

/* line 148, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetList.active #divSnippetScrollUp {
  display: block;
}

/* line 149, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSnippetList.active #divSnippetScrollDown {
  display: block;
}

/* line 151, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.is-side > div {
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* line 152, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body {
  transition: all ease 0.3s;
}

/* line 153, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.body-fullview {
  margin-right: 365px;
  width: auto;
}

/* line 157, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.body-fullview-left {
  margin-left: 365px;
  width: auto;
}

/* line 161, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divEditStyle {
  display: none;
}

/* line 162, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divEditStyle.active {
  display: block;
}

/* line 164, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.image-src {
  position: relative;
  height: 50px;
}

/* line 165, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.image-src .input-src {
  position: absolute;
  width: 100%;
}

/* line 166, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.image-src .input-select {
  display: none;
}

/* line 167, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.image-src.image-select .input-src {
  position: absolute;
  width: 100%;
  border-right: 60px solid transparent;
}

/* line 168, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.image-src.image-select .input-select {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 20px;
  color: #777;
  height: 50px;
  border: 1px solid #c7c7c7;
  border-left: none;
  background: transparent;
}

/* line 170, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.link-src {
  position: relative;
  height: 50px;
}

/* line 171, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.link-src .input-url {
  position: absolute;
  width: 100%;
}

/* line 172, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.link-src .input-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  font-size: 20px;
  color: #777;
  height: 50px;
  border: 1px solid #c7c7c7;
  border-left: none;
  background: transparent;
}

/* line 174, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.icon {
  transition: all ease 0.1s;
}

/* line 176, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divIconTool > button {
  width: 40px;
  height: 40px;
}

/* line 178, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.display-none {
  display: none !important;
}

/* line 180, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
a:focus {
  outline: none;
}

/*
    .full-edit => for mobile editing
*/
/* line 185, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 186, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit #divRteTool {
  display: block !important;
  top: -1px !important;
  z-index: 10002;
}

/* line 187, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit #divRteTool.hidden {
  display: none !important;
}

/* line 188, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit #divSnippetList {
  display: none !important;
}

@media all and (max-width: 960px) {
  /* line 190, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  #divSnippetList {
    display: none !important;
  }
  /* line 191, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  #divCellTool {
    display: none !important;
  }
  /* line 192, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  #divElementTool {
    display: none !important;
  }
  /* line 193, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  .is-row-tool .row-handle {
    display: none !important;
  }
  /* line 194, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  .is-row-tool {
    right: -20px !important;
  }
  /* line 195, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  .cell-add-options {
    width: 225px !important;
  }
  /* line 196, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  .cell-add-options button:not(.cell-add-more) {
    width: 100px !important;
    height: 55px !important;
    font-size: 10px !important;
  }
}

/* line 199, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit #divCellTool,
body.full-edit #divElementTool {
  z-index: -1;
  opacity: 0;
}

/* line 201, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit .cell-active {
  outline: none !important;
}

/* line 202, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit .elm-active {
  background: none !important;
}

/* line 204, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit .mobile-edit {
  display: block;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 30px;
  outline: none;
  transition: transform ease 0.3s;
  z-index: 10002;
}

/* line 205, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit .mobile-tool {
  display: table !important;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  border: none;
  z-index: 10002;
}

/* line 206, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
body.full-edit .mobile-edit > *:first-child {
  margin-top: 50px;
}

/*
    Button, input, textarea, label
*/
/* line 211, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button, .is-tool button, .is-modal button {
  width: 51px;
  height: 45px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  color: #4a4a4a;
  border: 1px solid transparent;
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border-radius: 0;
  transition: all ease 0.3s;
}

/* line 233, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button:focus,
.is-tool button:focus,
.is-modal button:focus,
.is-modal select:focus {
  outline: none;
}

/* line 237, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button.classic, .is-modal button.classic, .is-tool button.classic {
  width: 100%;
  height: 60px;
  display: block;
  background: #f7f7f7;
}

/* line 243, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button.classic:hover, .is-modal button.classic:hover, .is-tool button.classic:hover {
  background: #fafafa;
}

/* line 245, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button.classic-primary, .is-modal button.classic-primary, .is-tool button.classic-primary {
  display: inline-block;
  width: auto;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 135px;
  background: #f7f7f7;
}

/* line 246, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button.classic-secondary, .is-modal button.classic-secondary, .is-tool button.classic-secondary {
  display: inline-block;
  width: auto;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  background: transparent;
}

/* line 247, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button.classic-primary:hover, .is-modal button.classic-primary:hover, .is-tool button.classic-primary:hover {
  background: #fafafa;
}

/* line 250, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop button.on, .is-tool button.on, .is-modal button.on {
  background: #f7f7f7;
}

/* line 253, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop textarea, .is-modal textarea {
  font-family: courier;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
  margin: 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border: 1px solid #c7c7c7;
  background-color: #fff;
}

/* line 254, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop textarea:focus, .is-modal textarea:focus {
  outline: none;
}

/* line 256, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal input[type=text], .is-pop input[type=text] {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  font-family: sans-serif;
  font-size: 19px;
  letter-spacing: 1px;
  padding-left: 8px;
  color: #333;
  display: inline-block;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background-color: #fff;
}

/* line 265, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal input[type=text]:not(.dummy):focus, .is-pop input[type=text]:not(.dummy):focus {
  /* prevent overide */
  border: 1px solid #c7c7c7;
  box-shadow: none;
}

/* line 270, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal input:focus, .is-pop input[type=text]:focus {
  outline: none;
}

/* line 271, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal label {
  font-family: sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
}

/* line 272, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal p {
  font-family: sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  color: #555;
}

/* line 278, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal select {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  height: 35px;
  line-height: 1.7;
  color: #454545;
  border-radius: 5px;
  border: none;
  background-color: #eee;
  width: auto;
  display: inline-block;
  background-image: none;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  padding: 0 5px;
}

/* line 296, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal select option {
  background: #fff;
}

/* line 299, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal [type="checkbox"], .is-modal [type="radio"] {
  /* prevent overide */
  position: relative;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 306, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings {
  margin-bottom: 15px;
}

/* line 307, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings > div {
  display: block;
  height: 50px;
}

/* line 308, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings > div:first-child {
  height: auto;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0 3px;
}

/* line 309, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings button {
  width: 50px;
  float: left;
  border: #ccc 1px solid;
  font-size: 12px;
  line-height: 1.3;
  padding: 1px 6px;
  text-transform: none;
}

/* line 310, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings button:first-child {
  border-left: #ccc 1px solid;
}

/* line 311, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings label {
  font-size: 14px;
  color: inherit;
}

/* line 312, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings button.classic {
  width: 100%;
  height: 60px;
  display: block;
  background: #f7f7f7;
}

/* line 318, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-settings button.classic:hover {
  background: #fafafa;
}

/* line 320, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
button {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

/*
    Tabs
*/
/* line 331, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tabs {
  white-space: nowrap;
  padding: 20px;
  padding-bottom: 5px;
  padding-top: 10px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #f9f9f9;
}

/* line 341, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tabs a {
  display: inline-block;
  float: left;
  padding: 3px 3px 0;
  color: #4a4a4a;
  border-bottom: transparent 1px solid;
  margin: 0 16px 16px 0;
  text-decoration: none;
  transition: box-shadow ease 0.3s;
}

/* line 355, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tabs a.active {
  background: transparent;
  box-shadow: none;
  cursor: default;
  border-bottom: rgba(103, 103, 103, 0.72) 1px solid;
}

/* line 361, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tab-content {
  display: none;
  padding: 20px;
}

/* line 363, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tabs-more {
  box-sizing: border-box;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: #ccc 1px solid;
  display: none;
  z-index: 1;
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 370, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tabs-more > a {
  display: block;
  color: #4a4a4a;
  padding: 10px;
  text-decoration: none;
  text-align: center;
}

/* line 377, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-tabs-more > a:hover, .is-tabs-more > a.active {
  background: #f3f3f3;
}

/*
    Specific
*/
/* line 382, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-tool-option-container {
  float: left;
  overflow: hidden;
  width: 385px;
  height: 40px;
  position: relative;
}

/* line 383, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-tool-option-container > div {
  width: 660px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.2s;
}

/* line 385, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-add-options {
  width: 410px;
  padding: 8px 9px;
  box-sizing: border-box;
  transition: none;
}

/* line 386, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-add-options button {
  float: left;
  width: 130px;
  height: 65px;
}

/* new */
/* line 389, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder > div {
  position: relative;
}

/* line 390, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-row-tool {
  width: 53px;
  box-sizing: border-box;
  position: absolute;
  left: auto !important;
  right: -70px;
  padding: 0 !important;
  outline: none !important;
}

/* line 391, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-row-tool button {
  width: 100% !important;
  height: 41px !important;
}

/* line 393, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divCellToolMenu {
  width: 53px !important;
}

/* line 394, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divCellToolMenu > button {
  width: 100% !important;
  height: 41px !important;
}

/* --- */
/* line 397, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.row-add-initial {
  width: 100%;
  height: 80px;
  font-family: sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  color: #555;
  border: 1px dashed #a9a9a9;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all ease 0.3s;
}

/* line 412, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.row-add-initial:hover {
  background: rgba(0, 0, 0, 0.01);
}

/* line 413, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.row-add-initial:focus {
  outline: none;
}

/* line 414, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.row-add-initial span {
  text-transform: none;
  display: block;
  margin-top: 10px;
  color: #acacac;
  font-size: 15px;
}

/* line 416, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.createlink .more {
  overflow: hidden;
  height: 0px;
}

/* line 417, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.createlink .more.active {
  animation-name: createlink-slide-out;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes createlink-slide-out {
  from {
    height: 0;
  }
  to {
    height: 221px;
  }
}

/* line 422, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.createlink .more.deactive {
  animation-name: createlink-slide-in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes createlink-slide-in {
  from {
    height: 221px;
  }
  to {
    height: 0;
  }
}

/* line 428, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-block-options > div {
  width: 280px;
  overflow-x: hidden;
}

/* line 429, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-block-options > div > div {
  cursor: pointer;
  overflow: hidden;
  padding: 5px 0;
  box-sizing: border-box;
}

/* line 430, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-block-options > div > div > * {
  text-transform: none !important;
  margin: 0 !important;
  line-height: 1.83 !important;
  text-align: center;
}

/* line 432, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options {
  width: 333px;
  padding: 8px;
  box-sizing: border-box;
}

/* line 433, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options button {
  float: left;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

/* line 434, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options button.clear {
  width: 180px;
  height: 45px;
}

/* line 435, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options button.input-more {
  width: 45px;
  height: 45px;
}

/* line 436, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options .more input.input-text {
  width: 270px;
  height: 45px;
}

/* line 437, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options .more button.input-ok {
  width: 45px;
  height: 45px;
}

/* line 438, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options .input-mode {
  width: 80px;
  display: inline-block;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
  color: #333;
  float: left;
  text-align: center;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  margin: 0 38px 12px;
}

/* line 453, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options .input-mode.active {
  border-bottom: rgba(103, 103, 103, 0.72) 1px solid;
  /* rgba(235,66,13,0.72) 1px solid; */
}

/* line 457, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options .more {
  overflow: hidden;
  width: 100%;
  height: 0px;
}

/* line 458, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options .more.active {
  animation-name: color-slide-out;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes color-slide-out {
  from {
    height: 0;
  }
  to {
    height: 54px;
  }
}

/* line 463, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-color-options .more.deactive {
  animation-name: color-slide-in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes color-slide-in {
  from {
    height: 54px;
  }
  to {
    height: 0;
  }
}

/* line 469, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.gradient-anim {
  left: 0px;
  animation-name: grad-anim;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}

@keyframes grad-anim {
  0% {
    left: 0px;
  }
  50% {
    left: -180px;
  }
  100% {
    left: 0px;
  }
}

/* line 482, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-textsetting-options {
  width: 176px;
  padding: 10px;
  box-sizing: border-box;
}

/* line 483, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-textsetting-options > div > button {
  float: left;
  font-size: 17px;
  border: #d4d3d3 1px solid;
}

/* line 488, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-textsetting-options > div {
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  float: left;
}

/* line 495, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cell-block-options .on {
  background-color: #f7f7f7;
}

/* line 497, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSpacerTool {
  border: none;
  background: none;
}

/* line 498, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSpacerTool > div {
  display: inline-block;
  float: left;
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

/* line 499, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSpacerTool > button {
  width: 50px;
  height: 45px;
  border: 1px solid #c7c7c7;
}

/* line 500, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divSpacerTool .label {
  background: transparent;
  color: inherit;
}

/* line 502, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divLinkTool button {
  width: 90px;
  height: 35px;
}

/* line 505, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor button {
  float: left;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

/* line 511, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor button.clear {
  width: 180px;
  height: 45px;
}

/* line 515, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor .more input.input-text {
  width: 270px;
  height: 45px;
}

/* line 519, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor button.input-more {
  width: 45px;
  height: 45px;
}

/* line 520, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor .more input.input-text {
  width: 270px;
  height: 45px;
}

/* line 521, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor .more button.input-ok {
  width: 45px;
  height: 45px;
}

/* line 522, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor .more {
  overflow: hidden;
  width: 100%;
  height: 0px;
}

/* line 523, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor .more.active {
  animation-name: color-slide-out;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes color-slide-out {
  from {
    height: 0;
  }
  to {
    height: 54px;
  }
}

/* line 528, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.pickcolor .more.deactive {
  animation-name: color-slide-in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes color-slide-in {
  from {
    height: 54px;
  }
  to {
    height: 0;
  }
}

/* line 534, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.imageedit-crop button {
  margin: 0 20px 0 0;
  border: #d1d1d1 1px solid;
  background: #fff;
}

/* line 536, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.viewconfig label {
  width: 330px;
}

/*http://codepen.io/vcmg/pen/JdKeVG */
/* line 540, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #ff6700;
  display: inline-block;
  margin: 25px 2px 0;
  -webkit-animation: jump 1.5s linear infinite;
}

@-webkit-keyframes jump {
  0%, 100% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(0px);
  }
}

/* line 554, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.dot:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
}

/* line 557, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.dot:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
}

/* line 560, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divImageProgress {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.17);
  transition: none;
}

/* line 561, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divImageProgress > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 562, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divImageProgress .dot {
  background-color: #fff;
  margin: 10px 2px 0;
}

/*!
 * Cropper.js v1.4.3
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-10-24T13:07:11.429Z
 */
/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-canvas, .cropper-crop-box, .cropper-drag-box, .cropper-modal, .cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-canvas, .cropper-wrap-box {
  overflow: hidden;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-modal {
  background-color: #000;
  opacity: .5;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-center:after, .cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-face, .cropper-line, .cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-line {
  background-color: #39f;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  /* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  /* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-invisible {
  opacity: 0;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-hidden {
  display: none !important;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-move {
  cursor: move;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-crop {
  cursor: crosshair;
}

/* line 572, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-disabled .cropper-drag-box, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* line 573, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-modal {
  background-color: #fff;
  opacity: .5;
}

/* line 577, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-bg {
  background-image: none;
}

/* line 580, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-line {
  background-color: transparent;
}

/* line 583, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-view-box {
  outline: 1px solid #ff6233;
}

/* line 586, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cropper-point {
  background-color: #ff6233;
}

/* line 590, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.please-wait {
  transform: scale(1, 1);
  opacity: 1;
  animation-name: please-wait-anim;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

@keyframes please-wait-anim {
  0% {
    transform: scale(1, 1);
    opacity: 0.0;
  }
  25% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  50% {
    transform: scale(1, 1);
    opacity: 0.0;
  }
  75% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0.0;
  }
}

/* ------------------- General --------------------- */
/* SVG icons */
/* line 611, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-icon-flex {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.9);
}

/* Pop with Arrow */
/* line 618, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-top:after, .is-pop.arrow-top:before {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: auto;
}

/* line 629, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

/* line 635, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-top:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #8a8a8a;
  border-width: 8px;
  margin-left: -8px;
}

/* line 641, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-top.center:after, .is-pop.arrow-top.center:before {
  left: 200px;
}

/* line 644, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-top.right:after, .is-pop.arrow-top.right:before {
  left: auto;
}

/* line 647, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-top.right:after {
  right: 19px;
}

/* line 650, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-top.right:before {
  right: 18px;
}

/* line 653, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-left:after, .is-pop.arrow-left:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 663, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 7px;
  margin-top: -7px;
}

/* line 669, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-left:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #8a8a8a;
  border-width: 8px;
  margin-top: -8px;
}

/* line 676, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-right:after, .is-pop.arrow-right:before {
  left: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 686, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 7px;
  margin-top: -7px;
}

/* line 692, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-right:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #8a8a8a;
  border-width: 8px;
  margin-top: -8px;
}

/* line 699, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-bottom:after, .is-pop.arrow-bottom:before {
  top: 100%;
  left: 380px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 709, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}

/* line 715, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-pop.arrow-bottom:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #8a8a8a;
  border-width: 8px;
  margin-left: -8px;
}

/* line 722, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
table.default td {
  border: #cccccc 1px dashed;
}

/* line 726, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-elmgrad-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: rgba(95, 94, 94, 0.26);
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

/* line 740, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-elmgrad-item.active .is-elmgrad-remove {
  display: block;
}

/* line 742, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
[data-html] {
  min-height: 30px;
  /* In case of empty code block */
}

/* line 746, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* Insert Image */
/* line 752, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-browse-area {
  width: 100%;
  background: #fff;
  border-bottom: #eee 1px solid;
}

/* line 753, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-drop-area {
  border: 2px dashed #b4b4b4;
  position: relative;
}

/* line 757, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-preview-area {
  display: none;
  text-align: center;
}

/* line 761, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-preview-area div {
  position: relative;
  display: inline-block;
  margin: 10px;
}

/* line 762, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-preview-area div i {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  color: #f41818;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  cursor: pointer;
}

/* line 763, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#fileInsertImage {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

/* line 773, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.drag-text p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 60px 0;
}

/* line 779, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.image-dropping,
.is-drop-area:hover {
  background-color: #f7f7f7;
}

/* line 783, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#imgInsertImagePreview {
  max-height: 200px;
  max-width: 200px;
}

/*
.ui-sortable-handle {cursor:move}
.ui-sortable-handle *:not([contenteditable]) {cursor:initial}
.spacer {cursor:initial}
*/
/* line 793, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.block-placeholder {
  height: 45px;
  background: rgba(200, 200, 200, 0.2);
}

/* line 794, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.cloned-handler {
  outline: 1px solid #00da89;
}

/* line 795, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-design-list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 0 20px !important;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  border-top: transparent 50px solid !important;
}

/* line 796, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-design-list > div {
  width: 250px;
  overflow: hidden;
  background: #000;
  margin: 15px 10px 0;
  cursor: move;
  display: inline-block;
  outline: #dbdbdb 1px solid;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

/* line 797, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-design-list > div img {
  box-shadow: none;
  opacity: 1;
  display: block;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  max-width: 400px;
  width: 100%;
}

/* line 798, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-design-list > div:hover img {
  opacity: 0.98;
}

/* line 799, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#selSnippetCat {
  width: 100%;
  display: block;
  padding-left: 25px;
  padding-top: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 50px;
  font-weight: bold;
  height: 50px;
  color: #454545;
  border-radius: 0px;
  border: none;
  background-color: #F5F5F5;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 7px;
  cursor: pointer;
}

/* line 800, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.dynamic {
  width: 250px !important;
  height: 145px !important;
  border: rgba(225, 225, 225, 0.9) 5px solid !important;
  outline: none !important;
  background: transparent !important;
}

/* line 802, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.always {
  display: block !important;
}

/* line 803, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.hidden {
  display: none !important;
}

/* line 805, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool {
  transition: none;
}

/* line 806, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.left {
  top: 165px !important;
  left: 40px !important;
  width: 53px !important;
  height: auto !important;
}

/* line 812, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.left > .cell-tool-option-container {
  width: 51px !important;
  height: auto !important;
}

/* line 816, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.left > .cell-tool-option-container > div {
  width: 51px !important;
  height: auto !important;
  position: relative !important;
}

/* line 821, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.left > .is-draggable {
  width: 51px !important;
  height: 5px !important;
}

/* line 826, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.right {
  top: 165px !important;
  left: auto !important;
  right: 40px !important;
  width: 53px !important;
  height: auto !important;
}

/* line 833, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.right > .cell-tool-option-container {
  width: 51px !important;
  height: auto !important;
}

/* line 837, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.right > .cell-tool-option-container > div {
  width: 51px !important;
  height: auto !important;
  position: relative !important;
}

/* line 842, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
#divRteTool.right > .is-draggable {
  width: 51px !important;
  height: 5px !important;
}

/*
Image Resizer
*/
/* line 850, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable {
  position: relative;
}

/* line 851, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 852, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 853, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 854, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 855, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* adjustment */
/* line 857, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable-handle {
  background-color: rgba(0, 0, 0, 0.75);
  width: 8px;
  height: 8px;
}

/* line 858, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.ui-resizable-se {
  bottom: -5px;
  right: -5px;
}

/*
Grid Editor
*/
/* line 863, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.grideditor {
  /* with element: height:630px */
  position: fixed;
  overflow: hidden;
  width: 110px;
  height: 497px;
  top: 50%;
  left: auto;
  right: 100px;
  margin-top: -230px;
  background: #fff;
  border: 1px solid #c7c7c7;
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.02);
}

/* line 866, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-modal.grideditor > div:not(.is-draggable) {
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: initial;
  box-sizing: border-box;
}

/* line 874, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.grideditor button {
  width: 55px;
  height: 45px;
  display: block !important;
}

/*
    Builder Mode: Default
*/
/* line 879, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder .row-grideditor {
  display: none !important;
}

/*
    Builder Mode: Minimal
*/
/* line 884, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[minimal] .is-row-tool {
  width: 38px;
}

/* line 887, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[minimal] .is-row-tool button {
  height: 35px !important;
}

/*.is-builder[minimal] .row-add,*/
/* line 891, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[minimal] .row-up,
.is-builder[minimal] .row-down,
.is-builder[minimal] .row-duplicate,
.is-builder[minimal] .row-html {
  display: none !important;
}

/* line 897, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[minimal] .row-grideditor {
  display: block !important;
}

/*
    Builder Mode: Clean
*/
/* line 904, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[clean] .is-row-tool {
  width: 30px;
}

/* line 907, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[clean] .is-row-tool button {
  height: 28px !important;
}

/* line 910, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[clean] .row-add,
.is-builder[clean] .row-handle,
.is-builder[clean] .row-up,
.is-builder[clean] .row-down,
.is-builder[clean] .row-duplicate,
.is-builder[clean] .row-html,
.is-builder[clean] .row-remove {
  display: none !important;
}

/* line 919, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[clean] .row-grideditor {
  display: block !important;
}

/*
    Draggable blocks without handle
*/
/* line 926, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[dragwithouthandle] > div {
  cursor: move;
}

/* line 927, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[dragwithouthandle] > div > div:not(.is-row-tool) {
  cursor: move;
}

/* line 928, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[dragwithouthandle] > div > div:not(.is-row-tool) > * {
  cursor: initial;
}

/* line 929, app/assets/stylesheets/vendor/contentBuilder/contentbuilder.scss */
.is-builder[dragwithouthandle] .row-handle {
  display: none !important;
}

/* line 10, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper,
.contentbox-wrapper,
#divFb {
  /*
    content.css
    - A simple css for basic formatting
    - Used to format the built-in snippets (content blocks) in ContentBuilder.js
    - You can adjust or customize this css according to your site design
    - Can be combined with popular css frameworks
*/
  /* default font */
  /* Icon support — compile-time Sass import of the sibling ionicons.min.scss.
   The previous `@import url(https://d1zmtm01ypbbyk.cloudfront.net/../ionicons/css/ionicons.min.css)` was a runtime
   CSS import whose relative path resolved to /ionicons/css/... (404). */
  /*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
  /**********************************
    Adjustment for css frameworks
***********************************/
  /* For UIKit */
  /* For Material Design Lite */
  /* Images' default margin */
  /**********************************
    Default Typography
***********************************/
  /**********************************
    Basic Elements
***********************************/
  /**********************************
    Simple Grid
    (if css framework not used)
***********************************/
  /**********************************
    Useful Classes
***********************************/
  /* If text wrapped with span-style during editing, don't apply the fix here (See line59) */
  /**********************************
    Title Styles
***********************************/
  /* Style 1 */
  /* Style 2 */
  /* Style 3 */
  /* Style 4 */
  /* Style 5 */
  /* Extra Title Styles */
  /**********************************
    Into Styles
***********************************/
  /**********************************
    Buttons Styles
***********************************/
  /* prevent overide */
  /* ghost1 default */
  /* ghost1 light-text */
  /* ghost1 dark-text */
  /* ghost2 default */
  /* ghost2 light-text */
  /* ghost2 dark-text */
  /* backward compatible */
  /* Slider */
  /* Slider */
  /*ic*/
  /*ic*/
  /*ic*/
  /* Icons 
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://d1zmtm01ypbbyk.cloudfront.net/fonts/slick.eot);
    src: url(https://d1zmtm01ypbbyk.cloudfront.net/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://d1zmtm01ypbbyk.cloudfront.net/fonts/slick.woff) format('woff'), url(https://d1zmtm01ypbbyk.cloudfront.net/fonts/slick.ttf) format('truetype'), url(https://d1zmtm01ypbbyk.cloudfront.net/fonts/slick.svg#slick) format('svg');
}*/
  /* ic */
  /* Arrows */
  /* ic
.slick-prev:before
{
    content: '‹';
}
[dir='rtl'] .slick-prev:before
{
    content: '›';
}
*/
  /* ic */
  /* ic */
  /* ic */
  /* ic
.slick-next:before
{
    content: '›';
}
[dir='rtl'] .slick-next:before
{
    content: '‹';
}
*/
  /* ic */
  /* ic */
  /* ic */
  /* Dots */
  /*
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25; 
    color: #000; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75; 
    color: #000;
}*/
  /*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
}

@font-face {
  /* line 10, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
  .contentbuilder-wrapper,
.contentbox-wrapper,
#divFb {
    font-family: "Ionicons";
    src: url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.eot?v=2.0.0);
    src: url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.woff?v=2.0.0) format("woff"), url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion, .contentbuilder-wrapper .ionicons, .contentbuilder-wrapper .ion-alert:before, .contentbuilder-wrapper .ion-alert-circled:before, .contentbuilder-wrapper .ion-android-add:before, .contentbuilder-wrapper .ion-android-add-circle:before, .contentbuilder-wrapper .ion-android-alarm-clock:before, .contentbuilder-wrapper .ion-android-alert:before, .contentbuilder-wrapper .ion-android-apps:before, .contentbuilder-wrapper .ion-android-archive:before, .contentbuilder-wrapper .ion-android-arrow-back:before, .contentbuilder-wrapper .ion-android-arrow-down:before, .contentbuilder-wrapper .ion-android-arrow-dropdown:before, .contentbuilder-wrapper .ion-android-arrow-dropdown-circle:before, .contentbuilder-wrapper .ion-android-arrow-dropleft:before, .contentbuilder-wrapper .ion-android-arrow-dropleft-circle:before, .contentbuilder-wrapper .ion-android-arrow-dropright:before, .contentbuilder-wrapper .ion-android-arrow-dropright-circle:before, .contentbuilder-wrapper .ion-android-arrow-dropup:before, .contentbuilder-wrapper .ion-android-arrow-dropup-circle:before, .contentbuilder-wrapper .ion-android-arrow-forward:before, .contentbuilder-wrapper .ion-android-arrow-up:before, .contentbuilder-wrapper .ion-android-attach:before, .contentbuilder-wrapper .ion-android-bar:before, .contentbuilder-wrapper .ion-android-bicycle:before, .contentbuilder-wrapper .ion-android-boat:before, .contentbuilder-wrapper .ion-android-bookmark:before, .contentbuilder-wrapper .ion-android-bulb:before, .contentbuilder-wrapper .ion-android-bus:before, .contentbuilder-wrapper .ion-android-calendar:before, .contentbuilder-wrapper .ion-android-call:before, .contentbuilder-wrapper .ion-android-camera:before, .contentbuilder-wrapper .ion-android-cancel:before, .contentbuilder-wrapper .ion-android-car:before, .contentbuilder-wrapper .ion-android-cart:before, .contentbuilder-wrapper .ion-android-chat:before, .contentbuilder-wrapper .ion-android-checkbox:before, .contentbuilder-wrapper .ion-android-checkbox-blank:before, .contentbuilder-wrapper .ion-android-checkbox-outline:before, .contentbuilder-wrapper .ion-android-checkbox-outline-blank:before, .contentbuilder-wrapper .ion-android-checkmark-circle:before, .contentbuilder-wrapper .ion-android-clipboard:before, .contentbuilder-wrapper .ion-android-close:before, .contentbuilder-wrapper .ion-android-cloud:before, .contentbuilder-wrapper .ion-android-cloud-circle:before, .contentbuilder-wrapper .ion-android-cloud-done:before, .contentbuilder-wrapper .ion-android-cloud-outline:before, .contentbuilder-wrapper .ion-android-color-palette:before, .contentbuilder-wrapper .ion-android-compass:before, .contentbuilder-wrapper .ion-android-contact:before, .contentbuilder-wrapper .ion-android-contacts:before, .contentbuilder-wrapper .ion-android-contract:before, .contentbuilder-wrapper .ion-android-create:before, .contentbuilder-wrapper .ion-android-delete:before, .contentbuilder-wrapper .ion-android-desktop:before, .contentbuilder-wrapper .ion-android-document:before, .contentbuilder-wrapper .ion-android-done:before, .contentbuilder-wrapper .ion-android-done-all:before, .contentbuilder-wrapper .ion-android-download:before, .contentbuilder-wrapper .ion-android-drafts:before, .contentbuilder-wrapper .ion-android-exit:before, .contentbuilder-wrapper .ion-android-expand:before, .contentbuilder-wrapper .ion-android-favorite:before, .contentbuilder-wrapper .ion-android-favorite-outline:before, .contentbuilder-wrapper .ion-android-film:before, .contentbuilder-wrapper .ion-android-folder:before, .contentbuilder-wrapper .ion-android-folder-open:before, .contentbuilder-wrapper .ion-android-funnel:before, .contentbuilder-wrapper .ion-android-globe:before, .contentbuilder-wrapper .ion-android-hand:before, .contentbuilder-wrapper .ion-android-hangout:before, .contentbuilder-wrapper .ion-android-happy:before, .contentbuilder-wrapper .ion-android-home:before, .contentbuilder-wrapper .ion-android-image:before, .contentbuilder-wrapper .ion-android-laptop:before, .contentbuilder-wrapper .ion-android-list:before, .contentbuilder-wrapper .ion-android-locate:before, .contentbuilder-wrapper .ion-android-lock:before, .contentbuilder-wrapper .ion-android-mail:before, .contentbuilder-wrapper .ion-android-map:before, .contentbuilder-wrapper .ion-android-menu:before, .contentbuilder-wrapper .ion-android-microphone:before, .contentbuilder-wrapper .ion-android-microphone-off:before, .contentbuilder-wrapper .ion-android-more-horizontal:before, .contentbuilder-wrapper .ion-android-more-vertical:before, .contentbuilder-wrapper .ion-android-navigate:before, .contentbuilder-wrapper .ion-android-notifications:before, .contentbuilder-wrapper .ion-android-notifications-none:before, .contentbuilder-wrapper .ion-android-notifications-off:before, .contentbuilder-wrapper .ion-android-open:before, .contentbuilder-wrapper .ion-android-options:before, .contentbuilder-wrapper .ion-android-people:before, .contentbuilder-wrapper .ion-android-person:before, .contentbuilder-wrapper .ion-android-person-add:before, .contentbuilder-wrapper .ion-android-phone-landscape:before, .contentbuilder-wrapper .ion-android-phone-portrait:before, .contentbuilder-wrapper .ion-android-pin:before, .contentbuilder-wrapper .ion-android-plane:before, .contentbuilder-wrapper .ion-android-playstore:before, .contentbuilder-wrapper .ion-android-print:before, .contentbuilder-wrapper .ion-android-radio-button-off:before, .contentbuilder-wrapper .ion-android-radio-button-on:before, .contentbuilder-wrapper .ion-android-refresh:before, .contentbuilder-wrapper .ion-android-remove:before, .contentbuilder-wrapper .ion-android-remove-circle:before, .contentbuilder-wrapper .ion-android-restaurant:before, .contentbuilder-wrapper .ion-android-sad:before, .contentbuilder-wrapper .ion-android-search:before, .contentbuilder-wrapper .ion-android-send:before, .contentbuilder-wrapper .ion-android-settings:before, .contentbuilder-wrapper .ion-android-share:before, .contentbuilder-wrapper .ion-android-share-alt:before, .contentbuilder-wrapper .ion-android-star:before, .contentbuilder-wrapper .ion-android-star-half:before, .contentbuilder-wrapper .ion-android-star-outline:before, .contentbuilder-wrapper .ion-android-stopwatch:before, .contentbuilder-wrapper .ion-android-subway:before, .contentbuilder-wrapper .ion-android-sunny:before, .contentbuilder-wrapper .ion-android-sync:before, .contentbuilder-wrapper .ion-android-textsms:before, .contentbuilder-wrapper .ion-android-time:before, .contentbuilder-wrapper .ion-android-train:before, .contentbuilder-wrapper .ion-android-unlock:before, .contentbuilder-wrapper .ion-android-upload:before, .contentbuilder-wrapper .ion-android-volume-down:before, .contentbuilder-wrapper .ion-android-volume-mute:before, .contentbuilder-wrapper .ion-android-volume-off:before, .contentbuilder-wrapper .ion-android-volume-up:before, .contentbuilder-wrapper .ion-android-walk:before, .contentbuilder-wrapper .ion-android-warning:before, .contentbuilder-wrapper .ion-android-watch:before, .contentbuilder-wrapper .ion-android-wifi:before, .contentbuilder-wrapper .ion-aperture:before, .contentbuilder-wrapper .ion-archive:before, .contentbuilder-wrapper .ion-arrow-down-a:before, .contentbuilder-wrapper .ion-arrow-down-b:before, .contentbuilder-wrapper .ion-arrow-down-c:before, .contentbuilder-wrapper .ion-arrow-expand:before, .contentbuilder-wrapper .ion-arrow-graph-down-left:before, .contentbuilder-wrapper .ion-arrow-graph-down-right:before, .contentbuilder-wrapper .ion-arrow-graph-up-left:before, .contentbuilder-wrapper .ion-arrow-graph-up-right:before, .contentbuilder-wrapper .ion-arrow-left-a:before, .contentbuilder-wrapper .ion-arrow-left-b:before, .contentbuilder-wrapper .ion-arrow-left-c:before, .contentbuilder-wrapper .ion-arrow-move:before, .contentbuilder-wrapper .ion-arrow-resize:before, .contentbuilder-wrapper .ion-arrow-return-left:before, .contentbuilder-wrapper .ion-arrow-return-right:before, .contentbuilder-wrapper .ion-arrow-right-a:before, .contentbuilder-wrapper .ion-arrow-right-b:before, .contentbuilder-wrapper .ion-arrow-right-c:before, .contentbuilder-wrapper .ion-arrow-shrink:before, .contentbuilder-wrapper .ion-arrow-swap:before, .contentbuilder-wrapper .ion-arrow-up-a:before, .contentbuilder-wrapper .ion-arrow-up-b:before, .contentbuilder-wrapper .ion-arrow-up-c:before, .contentbuilder-wrapper .ion-asterisk:before, .contentbuilder-wrapper .ion-at:before, .contentbuilder-wrapper .ion-backspace:before, .contentbuilder-wrapper .ion-backspace-outline:before, .contentbuilder-wrapper .ion-bag:before, .contentbuilder-wrapper .ion-battery-charging:before, .contentbuilder-wrapper .ion-battery-empty:before, .contentbuilder-wrapper .ion-battery-full:before, .contentbuilder-wrapper .ion-battery-half:before, .contentbuilder-wrapper .ion-battery-low:before, .contentbuilder-wrapper .ion-beaker:before, .contentbuilder-wrapper .ion-beer:before, .contentbuilder-wrapper .ion-bluetooth:before, .contentbuilder-wrapper .ion-bonfire:before, .contentbuilder-wrapper .ion-bookmark:before, .contentbuilder-wrapper .ion-bowtie:before, .contentbuilder-wrapper .ion-briefcase:before, .contentbuilder-wrapper .ion-bug:before, .contentbuilder-wrapper .ion-calculator:before, .contentbuilder-wrapper .ion-calendar:before, .contentbuilder-wrapper .ion-camera:before, .contentbuilder-wrapper .ion-card:before, .contentbuilder-wrapper .ion-cash:before, .contentbuilder-wrapper .ion-chatbox:before, .contentbuilder-wrapper .ion-chatbox-working:before, .contentbuilder-wrapper .ion-chatboxes:before, .contentbuilder-wrapper .ion-chatbubble:before, .contentbuilder-wrapper .ion-chatbubble-working:before, .contentbuilder-wrapper .ion-chatbubbles:before, .contentbuilder-wrapper .ion-checkmark:before, .contentbuilder-wrapper .ion-checkmark-circled:before, .contentbuilder-wrapper .ion-checkmark-round:before, .contentbuilder-wrapper .ion-chevron-down:before, .contentbuilder-wrapper .ion-chevron-left:before, .contentbuilder-wrapper .ion-chevron-right:before, .contentbuilder-wrapper .ion-chevron-up:before, .contentbuilder-wrapper .ion-clipboard:before, .contentbuilder-wrapper .ion-clock:before, .contentbuilder-wrapper .ion-close:before, .contentbuilder-wrapper .ion-close-circled:before, .contentbuilder-wrapper .ion-close-round:before, .contentbuilder-wrapper .ion-closed-captioning:before, .contentbuilder-wrapper .ion-cloud:before, .contentbuilder-wrapper .ion-code:before, .contentbuilder-wrapper .ion-code-download:before, .contentbuilder-wrapper .ion-code-working:before, .contentbuilder-wrapper .ion-coffee:before, .contentbuilder-wrapper .ion-compass:before, .contentbuilder-wrapper .ion-compose:before, .contentbuilder-wrapper .ion-connection-bars:before, .contentbuilder-wrapper .ion-contrast:before, .contentbuilder-wrapper .ion-crop:before, .contentbuilder-wrapper .ion-cube:before, .contentbuilder-wrapper .ion-disc:before, .contentbuilder-wrapper .ion-document:before, .contentbuilder-wrapper .ion-document-text:before, .contentbuilder-wrapper .ion-drag:before, .contentbuilder-wrapper .ion-earth:before, .contentbuilder-wrapper .ion-easel:before, .contentbuilder-wrapper .ion-edit:before, .contentbuilder-wrapper .ion-egg:before, .contentbuilder-wrapper .ion-eject:before, .contentbuilder-wrapper .ion-email:before, .contentbuilder-wrapper .ion-email-unread:before, .contentbuilder-wrapper .ion-erlenmeyer-flask:before, .contentbuilder-wrapper .ion-erlenmeyer-flask-bubbles:before, .contentbuilder-wrapper .ion-eye:before, .contentbuilder-wrapper .ion-eye-disabled:before, .contentbuilder-wrapper .ion-female:before, .contentbuilder-wrapper .ion-filing:before, .contentbuilder-wrapper .ion-film-marker:before, .contentbuilder-wrapper .ion-fireball:before, .contentbuilder-wrapper .ion-flag:before, .contentbuilder-wrapper .ion-flame:before, .contentbuilder-wrapper .ion-flash:before, .contentbuilder-wrapper .ion-flash-off:before, .contentbuilder-wrapper .ion-folder:before, .contentbuilder-wrapper .ion-fork:before, .contentbuilder-wrapper .ion-fork-repo:before, .contentbuilder-wrapper .ion-forward:before, .contentbuilder-wrapper .ion-funnel:before, .contentbuilder-wrapper .ion-gear-a:before, .contentbuilder-wrapper .ion-gear-b:before, .contentbuilder-wrapper .ion-grid:before, .contentbuilder-wrapper .ion-hammer:before, .contentbuilder-wrapper .ion-happy:before, .contentbuilder-wrapper .ion-happy-outline:before, .contentbuilder-wrapper .ion-headphone:before, .contentbuilder-wrapper .ion-heart:before, .contentbuilder-wrapper .ion-heart-broken:before, .contentbuilder-wrapper .ion-help:before, .contentbuilder-wrapper .ion-help-buoy:before, .contentbuilder-wrapper .ion-help-circled:before, .contentbuilder-wrapper .ion-home:before, .contentbuilder-wrapper .ion-icecream:before, .contentbuilder-wrapper .ion-image:before, .contentbuilder-wrapper .ion-images:before, .contentbuilder-wrapper .ion-information:before, .contentbuilder-wrapper .ion-information-circled:before, .contentbuilder-wrapper .ion-ionic:before, .contentbuilder-wrapper .ion-ios-alarm:before, .contentbuilder-wrapper .ion-ios-alarm-outline:before, .contentbuilder-wrapper .ion-ios-albums:before, .contentbuilder-wrapper .ion-ios-albums-outline:before, .contentbuilder-wrapper .ion-ios-americanfootball:before, .contentbuilder-wrapper .ion-ios-americanfootball-outline:before, .contentbuilder-wrapper .ion-ios-analytics:before, .contentbuilder-wrapper .ion-ios-analytics-outline:before, .contentbuilder-wrapper .ion-ios-arrow-back:before, .contentbuilder-wrapper .ion-ios-arrow-down:before, .contentbuilder-wrapper .ion-ios-arrow-forward:before, .contentbuilder-wrapper .ion-ios-arrow-left:before, .contentbuilder-wrapper .ion-ios-arrow-right:before, .contentbuilder-wrapper .ion-ios-arrow-thin-down:before, .contentbuilder-wrapper .ion-ios-arrow-thin-left:before, .contentbuilder-wrapper .ion-ios-arrow-thin-right:before, .contentbuilder-wrapper .ion-ios-arrow-thin-up:before, .contentbuilder-wrapper .ion-ios-arrow-up:before, .contentbuilder-wrapper .ion-ios-at:before, .contentbuilder-wrapper .ion-ios-at-outline:before, .contentbuilder-wrapper .ion-ios-barcode:before, .contentbuilder-wrapper .ion-ios-barcode-outline:before, .contentbuilder-wrapper .ion-ios-baseball:before, .contentbuilder-wrapper .ion-ios-baseball-outline:before, .contentbuilder-wrapper .ion-ios-basketball:before, .contentbuilder-wrapper .ion-ios-basketball-outline:before, .contentbuilder-wrapper .ion-ios-bell:before, .contentbuilder-wrapper .ion-ios-bell-outline:before, .contentbuilder-wrapper .ion-ios-body:before, .contentbuilder-wrapper .ion-ios-body-outline:before, .contentbuilder-wrapper .ion-ios-bolt:before, .contentbuilder-wrapper .ion-ios-bolt-outline:before, .contentbuilder-wrapper .ion-ios-book:before, .contentbuilder-wrapper .ion-ios-book-outline:before, .contentbuilder-wrapper .ion-ios-bookmarks:before, .contentbuilder-wrapper .ion-ios-bookmarks-outline:before, .contentbuilder-wrapper .ion-ios-box:before, .contentbuilder-wrapper .ion-ios-box-outline:before, .contentbuilder-wrapper .ion-ios-briefcase:before, .contentbuilder-wrapper .ion-ios-briefcase-outline:before, .contentbuilder-wrapper .ion-ios-browsers:before, .contentbuilder-wrapper .ion-ios-browsers-outline:before, .contentbuilder-wrapper .ion-ios-calculator:before, .contentbuilder-wrapper .ion-ios-calculator-outline:before, .contentbuilder-wrapper .ion-ios-calendar:before, .contentbuilder-wrapper .ion-ios-calendar-outline:before, .contentbuilder-wrapper .ion-ios-camera:before, .contentbuilder-wrapper .ion-ios-camera-outline:before, .contentbuilder-wrapper .ion-ios-cart:before, .contentbuilder-wrapper .ion-ios-cart-outline:before, .contentbuilder-wrapper .ion-ios-chatboxes:before, .contentbuilder-wrapper .ion-ios-chatboxes-outline:before, .contentbuilder-wrapper .ion-ios-chatbubble:before, .contentbuilder-wrapper .ion-ios-chatbubble-outline:before, .contentbuilder-wrapper .ion-ios-checkmark:before, .contentbuilder-wrapper .ion-ios-checkmark-empty:before, .contentbuilder-wrapper .ion-ios-checkmark-outline:before, .contentbuilder-wrapper .ion-ios-circle-filled:before, .contentbuilder-wrapper .ion-ios-circle-outline:before, .contentbuilder-wrapper .ion-ios-clock:before, .contentbuilder-wrapper .ion-ios-clock-outline:before, .contentbuilder-wrapper .ion-ios-close:before, .contentbuilder-wrapper .ion-ios-close-empty:before, .contentbuilder-wrapper .ion-ios-close-outline:before, .contentbuilder-wrapper .ion-ios-cloud:before, .contentbuilder-wrapper .ion-ios-cloud-download:before, .contentbuilder-wrapper .ion-ios-cloud-download-outline:before, .contentbuilder-wrapper .ion-ios-cloud-outline:before, .contentbuilder-wrapper .ion-ios-cloud-upload:before, .contentbuilder-wrapper .ion-ios-cloud-upload-outline:before, .contentbuilder-wrapper .ion-ios-cloudy:before, .contentbuilder-wrapper .ion-ios-cloudy-night:before, .contentbuilder-wrapper .ion-ios-cloudy-night-outline:before, .contentbuilder-wrapper .ion-ios-cloudy-outline:before, .contentbuilder-wrapper .ion-ios-cog:before, .contentbuilder-wrapper .ion-ios-cog-outline:before, .contentbuilder-wrapper .ion-ios-color-filter:before, .contentbuilder-wrapper .ion-ios-color-filter-outline:before, .contentbuilder-wrapper .ion-ios-color-wand:before, .contentbuilder-wrapper .ion-ios-color-wand-outline:before, .contentbuilder-wrapper .ion-ios-compose:before, .contentbuilder-wrapper .ion-ios-compose-outline:before, .contentbuilder-wrapper .ion-ios-contact:before, .contentbuilder-wrapper .ion-ios-contact-outline:before, .contentbuilder-wrapper .ion-ios-copy:before, .contentbuilder-wrapper .ion-ios-copy-outline:before, .contentbuilder-wrapper .ion-ios-crop:before, .contentbuilder-wrapper .ion-ios-crop-strong:before, .contentbuilder-wrapper .ion-ios-download:before, .contentbuilder-wrapper .ion-ios-download-outline:before, .contentbuilder-wrapper .ion-ios-drag:before, .contentbuilder-wrapper .ion-ios-email:before, .contentbuilder-wrapper .ion-ios-email-outline:before, .contentbuilder-wrapper .ion-ios-eye:before, .contentbuilder-wrapper .ion-ios-eye-outline:before, .contentbuilder-wrapper .ion-ios-fastforward:before, .contentbuilder-wrapper .ion-ios-fastforward-outline:before, .contentbuilder-wrapper .ion-ios-filing:before, .contentbuilder-wrapper .ion-ios-filing-outline:before, .contentbuilder-wrapper .ion-ios-film:before, .contentbuilder-wrapper .ion-ios-film-outline:before, .contentbuilder-wrapper .ion-ios-flag:before, .contentbuilder-wrapper .ion-ios-flag-outline:before, .contentbuilder-wrapper .ion-ios-flame:before, .contentbuilder-wrapper .ion-ios-flame-outline:before, .contentbuilder-wrapper .ion-ios-flask:before, .contentbuilder-wrapper .ion-ios-flask-outline:before, .contentbuilder-wrapper .ion-ios-flower:before, .contentbuilder-wrapper .ion-ios-flower-outline:before, .contentbuilder-wrapper .ion-ios-folder:before, .contentbuilder-wrapper .ion-ios-folder-outline:before, .contentbuilder-wrapper .ion-ios-football:before, .contentbuilder-wrapper .ion-ios-football-outline:before, .contentbuilder-wrapper .ion-ios-game-controller-a:before, .contentbuilder-wrapper .ion-ios-game-controller-a-outline:before, .contentbuilder-wrapper .ion-ios-game-controller-b:before, .contentbuilder-wrapper .ion-ios-game-controller-b-outline:before, .contentbuilder-wrapper .ion-ios-gear:before, .contentbuilder-wrapper .ion-ios-gear-outline:before, .contentbuilder-wrapper .ion-ios-glasses:before, .contentbuilder-wrapper .ion-ios-glasses-outline:before, .contentbuilder-wrapper .ion-ios-grid-view:before, .contentbuilder-wrapper .ion-ios-grid-view-outline:before, .contentbuilder-wrapper .ion-ios-heart:before, .contentbuilder-wrapper .ion-ios-heart-outline:before, .contentbuilder-wrapper .ion-ios-help:before, .contentbuilder-wrapper .ion-ios-help-empty:before, .contentbuilder-wrapper .ion-ios-help-outline:before, .contentbuilder-wrapper .ion-ios-home:before, .contentbuilder-wrapper .ion-ios-home-outline:before, .contentbuilder-wrapper .ion-ios-infinite:before, .contentbuilder-wrapper .ion-ios-infinite-outline:before, .contentbuilder-wrapper .ion-ios-information:before, .contentbuilder-wrapper .ion-ios-information-empty:before, .contentbuilder-wrapper .ion-ios-information-outline:before, .contentbuilder-wrapper .ion-ios-ionic-outline:before, .contentbuilder-wrapper .ion-ios-keypad:before, .contentbuilder-wrapper .ion-ios-keypad-outline:before, .contentbuilder-wrapper .ion-ios-lightbulb:before, .contentbuilder-wrapper .ion-ios-lightbulb-outline:before, .contentbuilder-wrapper .ion-ios-list:before, .contentbuilder-wrapper .ion-ios-list-outline:before, .contentbuilder-wrapper .ion-ios-location:before, .contentbuilder-wrapper .ion-ios-location-outline:before, .contentbuilder-wrapper .ion-ios-locked:before, .contentbuilder-wrapper .ion-ios-locked-outline:before, .contentbuilder-wrapper .ion-ios-loop:before, .contentbuilder-wrapper .ion-ios-loop-strong:before, .contentbuilder-wrapper .ion-ios-medical:before, .contentbuilder-wrapper .ion-ios-medical-outline:before, .contentbuilder-wrapper .ion-ios-medkit:before, .contentbuilder-wrapper .ion-ios-medkit-outline:before, .contentbuilder-wrapper .ion-ios-mic:before, .contentbuilder-wrapper .ion-ios-mic-off:before, .contentbuilder-wrapper .ion-ios-mic-outline:before, .contentbuilder-wrapper .ion-ios-minus:before, .contentbuilder-wrapper .ion-ios-minus-empty:before, .contentbuilder-wrapper .ion-ios-minus-outline:before, .contentbuilder-wrapper .ion-ios-monitor:before, .contentbuilder-wrapper .ion-ios-monitor-outline:before, .contentbuilder-wrapper .ion-ios-moon:before, .contentbuilder-wrapper .ion-ios-moon-outline:before, .contentbuilder-wrapper .ion-ios-more:before, .contentbuilder-wrapper .ion-ios-more-outline:before, .contentbuilder-wrapper .ion-ios-musical-note:before, .contentbuilder-wrapper .ion-ios-musical-notes:before, .contentbuilder-wrapper .ion-ios-navigate:before, .contentbuilder-wrapper .ion-ios-navigate-outline:before, .contentbuilder-wrapper .ion-ios-nutrition:before, .contentbuilder-wrapper .ion-ios-nutrition-outline:before, .contentbuilder-wrapper .ion-ios-paper:before, .contentbuilder-wrapper .ion-ios-paper-outline:before, .contentbuilder-wrapper .ion-ios-paperplane:before, .contentbuilder-wrapper .ion-ios-paperplane-outline:before, .contentbuilder-wrapper .ion-ios-partlysunny:before, .contentbuilder-wrapper .ion-ios-partlysunny-outline:before, .contentbuilder-wrapper .ion-ios-pause:before, .contentbuilder-wrapper .ion-ios-pause-outline:before, .contentbuilder-wrapper .ion-ios-paw:before, .contentbuilder-wrapper .ion-ios-paw-outline:before, .contentbuilder-wrapper .ion-ios-people:before, .contentbuilder-wrapper .ion-ios-people-outline:before, .contentbuilder-wrapper .ion-ios-person:before, .contentbuilder-wrapper .ion-ios-person-outline:before, .contentbuilder-wrapper .ion-ios-personadd:before, .contentbuilder-wrapper .ion-ios-personadd-outline:before, .contentbuilder-wrapper .ion-ios-photos:before, .contentbuilder-wrapper .ion-ios-photos-outline:before, .contentbuilder-wrapper .ion-ios-pie:before, .contentbuilder-wrapper .ion-ios-pie-outline:before, .contentbuilder-wrapper .ion-ios-pint:before, .contentbuilder-wrapper .ion-ios-pint-outline:before, .contentbuilder-wrapper .ion-ios-play:before, .contentbuilder-wrapper .ion-ios-play-outline:before, .contentbuilder-wrapper .ion-ios-plus:before, .contentbuilder-wrapper .ion-ios-plus-empty:before, .contentbuilder-wrapper .ion-ios-plus-outline:before, .contentbuilder-wrapper .ion-ios-pricetag:before, .contentbuilder-wrapper .ion-ios-pricetag-outline:before, .contentbuilder-wrapper .ion-ios-pricetags:before, .contentbuilder-wrapper .ion-ios-pricetags-outline:before, .contentbuilder-wrapper .ion-ios-printer:before, .contentbuilder-wrapper .ion-ios-printer-outline:before, .contentbuilder-wrapper .ion-ios-pulse:before, .contentbuilder-wrapper .ion-ios-pulse-strong:before, .contentbuilder-wrapper .ion-ios-rainy:before, .contentbuilder-wrapper .ion-ios-rainy-outline:before, .contentbuilder-wrapper .ion-ios-recording:before, .contentbuilder-wrapper .ion-ios-recording-outline:before, .contentbuilder-wrapper .ion-ios-redo:before, .contentbuilder-wrapper .ion-ios-redo-outline:before, .contentbuilder-wrapper .ion-ios-refresh:before, .contentbuilder-wrapper .ion-ios-refresh-empty:before, .contentbuilder-wrapper .ion-ios-refresh-outline:before, .contentbuilder-wrapper .ion-ios-reload:before, .contentbuilder-wrapper .ion-ios-reverse-camera:before, .contentbuilder-wrapper .ion-ios-reverse-camera-outline:before, .contentbuilder-wrapper .ion-ios-rewind:before, .contentbuilder-wrapper .ion-ios-rewind-outline:before, .contentbuilder-wrapper .ion-ios-rose:before, .contentbuilder-wrapper .ion-ios-rose-outline:before, .contentbuilder-wrapper .ion-ios-search:before, .contentbuilder-wrapper .ion-ios-search-strong:before, .contentbuilder-wrapper .ion-ios-settings:before, .contentbuilder-wrapper .ion-ios-settings-strong:before, .contentbuilder-wrapper .ion-ios-shuffle:before, .contentbuilder-wrapper .ion-ios-shuffle-strong:before, .contentbuilder-wrapper .ion-ios-skipbackward:before, .contentbuilder-wrapper .ion-ios-skipbackward-outline:before, .contentbuilder-wrapper .ion-ios-skipforward:before, .contentbuilder-wrapper .ion-ios-skipforward-outline:before, .contentbuilder-wrapper .ion-ios-snowy:before, .contentbuilder-wrapper .ion-ios-speedometer:before, .contentbuilder-wrapper .ion-ios-speedometer-outline:before, .contentbuilder-wrapper .ion-ios-star:before, .contentbuilder-wrapper .ion-ios-star-half:before, .contentbuilder-wrapper .ion-ios-star-outline:before, .contentbuilder-wrapper .ion-ios-stopwatch:before, .contentbuilder-wrapper .ion-ios-stopwatch-outline:before, .contentbuilder-wrapper .ion-ios-sunny:before, .contentbuilder-wrapper .ion-ios-sunny-outline:before, .contentbuilder-wrapper .ion-ios-telephone:before, .contentbuilder-wrapper .ion-ios-telephone-outline:before, .contentbuilder-wrapper .ion-ios-tennisball:before, .contentbuilder-wrapper .ion-ios-tennisball-outline:before, .contentbuilder-wrapper .ion-ios-thunderstorm:before, .contentbuilder-wrapper .ion-ios-thunderstorm-outline:before, .contentbuilder-wrapper .ion-ios-time:before, .contentbuilder-wrapper .ion-ios-time-outline:before, .contentbuilder-wrapper .ion-ios-timer:before, .contentbuilder-wrapper .ion-ios-timer-outline:before, .contentbuilder-wrapper .ion-ios-toggle:before, .contentbuilder-wrapper .ion-ios-toggle-outline:before, .contentbuilder-wrapper .ion-ios-trash:before, .contentbuilder-wrapper .ion-ios-trash-outline:before, .contentbuilder-wrapper .ion-ios-undo:before, .contentbuilder-wrapper .ion-ios-undo-outline:before, .contentbuilder-wrapper .ion-ios-unlocked:before, .contentbuilder-wrapper .ion-ios-unlocked-outline:before, .contentbuilder-wrapper .ion-ios-upload:before, .contentbuilder-wrapper .ion-ios-upload-outline:before, .contentbuilder-wrapper .ion-ios-videocam:before, .contentbuilder-wrapper .ion-ios-videocam-outline:before, .contentbuilder-wrapper .ion-ios-volume-high:before, .contentbuilder-wrapper .ion-ios-volume-low:before, .contentbuilder-wrapper .ion-ios-wineglass:before, .contentbuilder-wrapper .ion-ios-wineglass-outline:before, .contentbuilder-wrapper .ion-ios-world:before, .contentbuilder-wrapper .ion-ios-world-outline:before, .contentbuilder-wrapper .ion-ipad:before, .contentbuilder-wrapper .ion-iphone:before, .contentbuilder-wrapper .ion-ipod:before, .contentbuilder-wrapper .ion-jet:before, .contentbuilder-wrapper .ion-key:before, .contentbuilder-wrapper .ion-knife:before, .contentbuilder-wrapper .ion-laptop:before, .contentbuilder-wrapper .ion-leaf:before, .contentbuilder-wrapper .ion-levels:before, .contentbuilder-wrapper .ion-lightbulb:before, .contentbuilder-wrapper .ion-link:before, .contentbuilder-wrapper .ion-load-a:before, .contentbuilder-wrapper .ion-load-b:before, .contentbuilder-wrapper .ion-load-c:before, .contentbuilder-wrapper .ion-load-d:before, .contentbuilder-wrapper .ion-location:before, .contentbuilder-wrapper .ion-lock-combination:before, .contentbuilder-wrapper .ion-locked:before, .contentbuilder-wrapper .ion-log-in:before, .contentbuilder-wrapper .ion-log-out:before, .contentbuilder-wrapper .ion-loop:before, .contentbuilder-wrapper .ion-magnet:before, .contentbuilder-wrapper .ion-male:before, .contentbuilder-wrapper .ion-man:before, .contentbuilder-wrapper .ion-map:before, .contentbuilder-wrapper .ion-medkit:before, .contentbuilder-wrapper .ion-merge:before, .contentbuilder-wrapper .ion-mic-a:before, .contentbuilder-wrapper .ion-mic-b:before, .contentbuilder-wrapper .ion-mic-c:before, .contentbuilder-wrapper .ion-minus:before, .contentbuilder-wrapper .ion-minus-circled:before, .contentbuilder-wrapper .ion-minus-round:before, .contentbuilder-wrapper .ion-model-s:before, .contentbuilder-wrapper .ion-monitor:before, .contentbuilder-wrapper .ion-more:before, .contentbuilder-wrapper .ion-mouse:before, .contentbuilder-wrapper .ion-music-note:before, .contentbuilder-wrapper .ion-navicon:before, .contentbuilder-wrapper .ion-navicon-round:before, .contentbuilder-wrapper .ion-navigate:before, .contentbuilder-wrapper .ion-network:before, .contentbuilder-wrapper .ion-no-smoking:before, .contentbuilder-wrapper .ion-nuclear:before, .contentbuilder-wrapper .ion-outlet:before, .contentbuilder-wrapper .ion-paintbrush:before, .contentbuilder-wrapper .ion-paintbucket:before, .contentbuilder-wrapper .ion-paper-airplane:before, .contentbuilder-wrapper .ion-paperclip:before, .contentbuilder-wrapper .ion-pause:before, .contentbuilder-wrapper .ion-person:before, .contentbuilder-wrapper .ion-person-add:before, .contentbuilder-wrapper .ion-person-stalker:before, .contentbuilder-wrapper .ion-pie-graph:before, .contentbuilder-wrapper .ion-pin:before, .contentbuilder-wrapper .ion-pinpoint:before, .contentbuilder-wrapper .ion-pizza:before, .contentbuilder-wrapper .ion-plane:before, .contentbuilder-wrapper .ion-planet:before, .contentbuilder-wrapper .ion-play:before, .contentbuilder-wrapper .ion-playstation:before, .contentbuilder-wrapper .ion-plus:before, .contentbuilder-wrapper .ion-plus-circled:before, .contentbuilder-wrapper .ion-plus-round:before, .contentbuilder-wrapper .ion-podium:before, .contentbuilder-wrapper .ion-pound:before, .contentbuilder-wrapper .ion-power:before, .contentbuilder-wrapper .ion-pricetag:before, .contentbuilder-wrapper .ion-pricetags:before, .contentbuilder-wrapper .ion-printer:before, .contentbuilder-wrapper .ion-pull-request:before, .contentbuilder-wrapper .ion-qr-scanner:before, .contentbuilder-wrapper .ion-quote:before, .contentbuilder-wrapper .ion-radio-waves:before, .contentbuilder-wrapper .ion-record:before, .contentbuilder-wrapper .ion-refresh:before, .contentbuilder-wrapper .ion-reply:before, .contentbuilder-wrapper .ion-reply-all:before, .contentbuilder-wrapper .ion-ribbon-a:before, .contentbuilder-wrapper .ion-ribbon-b:before, .contentbuilder-wrapper .ion-sad:before, .contentbuilder-wrapper .ion-sad-outline:before, .contentbuilder-wrapper .ion-scissors:before, .contentbuilder-wrapper .ion-search:before, .contentbuilder-wrapper .ion-settings:before, .contentbuilder-wrapper .ion-share:before, .contentbuilder-wrapper .ion-shuffle:before, .contentbuilder-wrapper .ion-skip-backward:before, .contentbuilder-wrapper .ion-skip-forward:before, .contentbuilder-wrapper .ion-social-android:before, .contentbuilder-wrapper .ion-social-android-outline:before, .contentbuilder-wrapper .ion-social-angular:before, .contentbuilder-wrapper .ion-social-angular-outline:before, .contentbuilder-wrapper .ion-social-apple:before, .contentbuilder-wrapper .ion-social-apple-outline:before, .contentbuilder-wrapper .ion-social-bitcoin:before, .contentbuilder-wrapper .ion-social-bitcoin-outline:before, .contentbuilder-wrapper .ion-social-buffer:before, .contentbuilder-wrapper .ion-social-buffer-outline:before, .contentbuilder-wrapper .ion-social-chrome:before, .contentbuilder-wrapper .ion-social-chrome-outline:before, .contentbuilder-wrapper .ion-social-codepen:before, .contentbuilder-wrapper .ion-social-codepen-outline:before, .contentbuilder-wrapper .ion-social-css3:before, .contentbuilder-wrapper .ion-social-css3-outline:before, .contentbuilder-wrapper .ion-social-designernews:before, .contentbuilder-wrapper .ion-social-designernews-outline:before, .contentbuilder-wrapper .ion-social-dribbble:before, .contentbuilder-wrapper .ion-social-dribbble-outline:before, .contentbuilder-wrapper .ion-social-dropbox:before, .contentbuilder-wrapper .ion-social-dropbox-outline:before, .contentbuilder-wrapper .ion-social-euro:before, .contentbuilder-wrapper .ion-social-euro-outline:before, .contentbuilder-wrapper .ion-social-facebook:before, .contentbuilder-wrapper .ion-social-facebook-outline:before, .contentbuilder-wrapper .ion-social-foursquare:before, .contentbuilder-wrapper .ion-social-foursquare-outline:before, .contentbuilder-wrapper .ion-social-freebsd-devil:before, .contentbuilder-wrapper .ion-social-github:before, .contentbuilder-wrapper .ion-social-github-outline:before, .contentbuilder-wrapper .ion-social-google:before, .contentbuilder-wrapper .ion-social-google-outline:before, .contentbuilder-wrapper .ion-social-googleplus:before, .contentbuilder-wrapper .ion-social-googleplus-outline:before, .contentbuilder-wrapper .ion-social-hackernews:before, .contentbuilder-wrapper .ion-social-hackernews-outline:before, .contentbuilder-wrapper .ion-social-html5:before, .contentbuilder-wrapper .ion-social-html5-outline:before, .contentbuilder-wrapper .ion-social-instagram:before, .contentbuilder-wrapper .ion-social-instagram-outline:before, .contentbuilder-wrapper .ion-social-javascript:before, .contentbuilder-wrapper .ion-social-javascript-outline:before, .contentbuilder-wrapper .ion-social-linkedin:before, .contentbuilder-wrapper .ion-social-linkedin-outline:before, .contentbuilder-wrapper .ion-social-markdown:before, .contentbuilder-wrapper .ion-social-nodejs:before, .contentbuilder-wrapper .ion-social-octocat:before, .contentbuilder-wrapper .ion-social-pinterest:before, .contentbuilder-wrapper .ion-social-pinterest-outline:before, .contentbuilder-wrapper .ion-social-python:before, .contentbuilder-wrapper .ion-social-reddit:before, .contentbuilder-wrapper .ion-social-reddit-outline:before, .contentbuilder-wrapper .ion-social-rss:before, .contentbuilder-wrapper .ion-social-rss-outline:before, .contentbuilder-wrapper .ion-social-sass:before, .contentbuilder-wrapper .ion-social-skype:before, .contentbuilder-wrapper .ion-social-skype-outline:before, .contentbuilder-wrapper .ion-social-snapchat:before, .contentbuilder-wrapper .ion-social-snapchat-outline:before, .contentbuilder-wrapper .ion-social-tumblr:before, .contentbuilder-wrapper .ion-social-tumblr-outline:before, .contentbuilder-wrapper .ion-social-tux:before, .contentbuilder-wrapper .ion-social-twitch:before, .contentbuilder-wrapper .ion-social-twitch-outline:before, .contentbuilder-wrapper .ion-social-twitter:before, .contentbuilder-wrapper .ion-social-twitter-outline:before, .contentbuilder-wrapper .ion-social-usd:before, .contentbuilder-wrapper .ion-social-usd-outline:before, .contentbuilder-wrapper .ion-social-vimeo:before, .contentbuilder-wrapper .ion-social-vimeo-outline:before, .contentbuilder-wrapper .ion-social-whatsapp:before, .contentbuilder-wrapper .ion-social-whatsapp-outline:before, .contentbuilder-wrapper .ion-social-windows:before, .contentbuilder-wrapper .ion-social-windows-outline:before, .contentbuilder-wrapper .ion-social-wordpress:before, .contentbuilder-wrapper .ion-social-wordpress-outline:before, .contentbuilder-wrapper .ion-social-yahoo:before, .contentbuilder-wrapper .ion-social-yahoo-outline:before, .contentbuilder-wrapper .ion-social-yen:before, .contentbuilder-wrapper .ion-social-yen-outline:before, .contentbuilder-wrapper .ion-social-youtube:before, .contentbuilder-wrapper .ion-social-youtube-outline:before, .contentbuilder-wrapper .ion-soup-can:before, .contentbuilder-wrapper .ion-soup-can-outline:before, .contentbuilder-wrapper .ion-speakerphone:before, .contentbuilder-wrapper .ion-speedometer:before, .contentbuilder-wrapper .ion-spoon:before, .contentbuilder-wrapper .ion-star:before, .contentbuilder-wrapper .ion-stats-bars:before, .contentbuilder-wrapper .ion-steam:before, .contentbuilder-wrapper .ion-stop:before, .contentbuilder-wrapper .ion-thermometer:before, .contentbuilder-wrapper .ion-thumbsdown:before, .contentbuilder-wrapper .ion-thumbsup:before, .contentbuilder-wrapper .ion-toggle:before, .contentbuilder-wrapper .ion-toggle-filled:before, .contentbuilder-wrapper .ion-transgender:before, .contentbuilder-wrapper .ion-trash-a:before, .contentbuilder-wrapper .ion-trash-b:before, .contentbuilder-wrapper .ion-trophy:before, .contentbuilder-wrapper .ion-tshirt:before, .contentbuilder-wrapper .ion-tshirt-outline:before, .contentbuilder-wrapper .ion-umbrella:before, .contentbuilder-wrapper .ion-university:before, .contentbuilder-wrapper .ion-unlocked:before, .contentbuilder-wrapper .ion-upload:before, .contentbuilder-wrapper .ion-usb:before, .contentbuilder-wrapper .ion-videocamera:before, .contentbuilder-wrapper .ion-volume-high:before, .contentbuilder-wrapper .ion-volume-low:before, .contentbuilder-wrapper .ion-volume-medium:before, .contentbuilder-wrapper .ion-volume-mute:before, .contentbuilder-wrapper .ion-wand:before, .contentbuilder-wrapper .ion-waterdrop:before, .contentbuilder-wrapper .ion-wifi:before, .contentbuilder-wrapper .ion-wineglass:before, .contentbuilder-wrapper .ion-woman:before, .contentbuilder-wrapper .ion-wrench:before, .contentbuilder-wrapper .ion-xbox:before,
.contentbox-wrapper .ion,
.contentbox-wrapper .ionicons,
.contentbox-wrapper .ion-alert:before,
.contentbox-wrapper .ion-alert-circled:before,
.contentbox-wrapper .ion-android-add:before,
.contentbox-wrapper .ion-android-add-circle:before,
.contentbox-wrapper .ion-android-alarm-clock:before,
.contentbox-wrapper .ion-android-alert:before,
.contentbox-wrapper .ion-android-apps:before,
.contentbox-wrapper .ion-android-archive:before,
.contentbox-wrapper .ion-android-arrow-back:before,
.contentbox-wrapper .ion-android-arrow-down:before,
.contentbox-wrapper .ion-android-arrow-dropdown:before,
.contentbox-wrapper .ion-android-arrow-dropdown-circle:before,
.contentbox-wrapper .ion-android-arrow-dropleft:before,
.contentbox-wrapper .ion-android-arrow-dropleft-circle:before,
.contentbox-wrapper .ion-android-arrow-dropright:before,
.contentbox-wrapper .ion-android-arrow-dropright-circle:before,
.contentbox-wrapper .ion-android-arrow-dropup:before,
.contentbox-wrapper .ion-android-arrow-dropup-circle:before,
.contentbox-wrapper .ion-android-arrow-forward:before,
.contentbox-wrapper .ion-android-arrow-up:before,
.contentbox-wrapper .ion-android-attach:before,
.contentbox-wrapper .ion-android-bar:before,
.contentbox-wrapper .ion-android-bicycle:before,
.contentbox-wrapper .ion-android-boat:before,
.contentbox-wrapper .ion-android-bookmark:before,
.contentbox-wrapper .ion-android-bulb:before,
.contentbox-wrapper .ion-android-bus:before,
.contentbox-wrapper .ion-android-calendar:before,
.contentbox-wrapper .ion-android-call:before,
.contentbox-wrapper .ion-android-camera:before,
.contentbox-wrapper .ion-android-cancel:before,
.contentbox-wrapper .ion-android-car:before,
.contentbox-wrapper .ion-android-cart:before,
.contentbox-wrapper .ion-android-chat:before,
.contentbox-wrapper .ion-android-checkbox:before,
.contentbox-wrapper .ion-android-checkbox-blank:before,
.contentbox-wrapper .ion-android-checkbox-outline:before,
.contentbox-wrapper .ion-android-checkbox-outline-blank:before,
.contentbox-wrapper .ion-android-checkmark-circle:before,
.contentbox-wrapper .ion-android-clipboard:before,
.contentbox-wrapper .ion-android-close:before,
.contentbox-wrapper .ion-android-cloud:before,
.contentbox-wrapper .ion-android-cloud-circle:before,
.contentbox-wrapper .ion-android-cloud-done:before,
.contentbox-wrapper .ion-android-cloud-outline:before,
.contentbox-wrapper .ion-android-color-palette:before,
.contentbox-wrapper .ion-android-compass:before,
.contentbox-wrapper .ion-android-contact:before,
.contentbox-wrapper .ion-android-contacts:before,
.contentbox-wrapper .ion-android-contract:before,
.contentbox-wrapper .ion-android-create:before,
.contentbox-wrapper .ion-android-delete:before,
.contentbox-wrapper .ion-android-desktop:before,
.contentbox-wrapper .ion-android-document:before,
.contentbox-wrapper .ion-android-done:before,
.contentbox-wrapper .ion-android-done-all:before,
.contentbox-wrapper .ion-android-download:before,
.contentbox-wrapper .ion-android-drafts:before,
.contentbox-wrapper .ion-android-exit:before,
.contentbox-wrapper .ion-android-expand:before,
.contentbox-wrapper .ion-android-favorite:before,
.contentbox-wrapper .ion-android-favorite-outline:before,
.contentbox-wrapper .ion-android-film:before,
.contentbox-wrapper .ion-android-folder:before,
.contentbox-wrapper .ion-android-folder-open:before,
.contentbox-wrapper .ion-android-funnel:before,
.contentbox-wrapper .ion-android-globe:before,
.contentbox-wrapper .ion-android-hand:before,
.contentbox-wrapper .ion-android-hangout:before,
.contentbox-wrapper .ion-android-happy:before,
.contentbox-wrapper .ion-android-home:before,
.contentbox-wrapper .ion-android-image:before,
.contentbox-wrapper .ion-android-laptop:before,
.contentbox-wrapper .ion-android-list:before,
.contentbox-wrapper .ion-android-locate:before,
.contentbox-wrapper .ion-android-lock:before,
.contentbox-wrapper .ion-android-mail:before,
.contentbox-wrapper .ion-android-map:before,
.contentbox-wrapper .ion-android-menu:before,
.contentbox-wrapper .ion-android-microphone:before,
.contentbox-wrapper .ion-android-microphone-off:before,
.contentbox-wrapper .ion-android-more-horizontal:before,
.contentbox-wrapper .ion-android-more-vertical:before,
.contentbox-wrapper .ion-android-navigate:before,
.contentbox-wrapper .ion-android-notifications:before,
.contentbox-wrapper .ion-android-notifications-none:before,
.contentbox-wrapper .ion-android-notifications-off:before,
.contentbox-wrapper .ion-android-open:before,
.contentbox-wrapper .ion-android-options:before,
.contentbox-wrapper .ion-android-people:before,
.contentbox-wrapper .ion-android-person:before,
.contentbox-wrapper .ion-android-person-add:before,
.contentbox-wrapper .ion-android-phone-landscape:before,
.contentbox-wrapper .ion-android-phone-portrait:before,
.contentbox-wrapper .ion-android-pin:before,
.contentbox-wrapper .ion-android-plane:before,
.contentbox-wrapper .ion-android-playstore:before,
.contentbox-wrapper .ion-android-print:before,
.contentbox-wrapper .ion-android-radio-button-off:before,
.contentbox-wrapper .ion-android-radio-button-on:before,
.contentbox-wrapper .ion-android-refresh:before,
.contentbox-wrapper .ion-android-remove:before,
.contentbox-wrapper .ion-android-remove-circle:before,
.contentbox-wrapper .ion-android-restaurant:before,
.contentbox-wrapper .ion-android-sad:before,
.contentbox-wrapper .ion-android-search:before,
.contentbox-wrapper .ion-android-send:before,
.contentbox-wrapper .ion-android-settings:before,
.contentbox-wrapper .ion-android-share:before,
.contentbox-wrapper .ion-android-share-alt:before,
.contentbox-wrapper .ion-android-star:before,
.contentbox-wrapper .ion-android-star-half:before,
.contentbox-wrapper .ion-android-star-outline:before,
.contentbox-wrapper .ion-android-stopwatch:before,
.contentbox-wrapper .ion-android-subway:before,
.contentbox-wrapper .ion-android-sunny:before,
.contentbox-wrapper .ion-android-sync:before,
.contentbox-wrapper .ion-android-textsms:before,
.contentbox-wrapper .ion-android-time:before,
.contentbox-wrapper .ion-android-train:before,
.contentbox-wrapper .ion-android-unlock:before,
.contentbox-wrapper .ion-android-upload:before,
.contentbox-wrapper .ion-android-volume-down:before,
.contentbox-wrapper .ion-android-volume-mute:before,
.contentbox-wrapper .ion-android-volume-off:before,
.contentbox-wrapper .ion-android-volume-up:before,
.contentbox-wrapper .ion-android-walk:before,
.contentbox-wrapper .ion-android-warning:before,
.contentbox-wrapper .ion-android-watch:before,
.contentbox-wrapper .ion-android-wifi:before,
.contentbox-wrapper .ion-aperture:before,
.contentbox-wrapper .ion-archive:before,
.contentbox-wrapper .ion-arrow-down-a:before,
.contentbox-wrapper .ion-arrow-down-b:before,
.contentbox-wrapper .ion-arrow-down-c:before,
.contentbox-wrapper .ion-arrow-expand:before,
.contentbox-wrapper .ion-arrow-graph-down-left:before,
.contentbox-wrapper .ion-arrow-graph-down-right:before,
.contentbox-wrapper .ion-arrow-graph-up-left:before,
.contentbox-wrapper .ion-arrow-graph-up-right:before,
.contentbox-wrapper .ion-arrow-left-a:before,
.contentbox-wrapper .ion-arrow-left-b:before,
.contentbox-wrapper .ion-arrow-left-c:before,
.contentbox-wrapper .ion-arrow-move:before,
.contentbox-wrapper .ion-arrow-resize:before,
.contentbox-wrapper .ion-arrow-return-left:before,
.contentbox-wrapper .ion-arrow-return-right:before,
.contentbox-wrapper .ion-arrow-right-a:before,
.contentbox-wrapper .ion-arrow-right-b:before,
.contentbox-wrapper .ion-arrow-right-c:before,
.contentbox-wrapper .ion-arrow-shrink:before,
.contentbox-wrapper .ion-arrow-swap:before,
.contentbox-wrapper .ion-arrow-up-a:before,
.contentbox-wrapper .ion-arrow-up-b:before,
.contentbox-wrapper .ion-arrow-up-c:before,
.contentbox-wrapper .ion-asterisk:before,
.contentbox-wrapper .ion-at:before,
.contentbox-wrapper .ion-backspace:before,
.contentbox-wrapper .ion-backspace-outline:before,
.contentbox-wrapper .ion-bag:before,
.contentbox-wrapper .ion-battery-charging:before,
.contentbox-wrapper .ion-battery-empty:before,
.contentbox-wrapper .ion-battery-full:before,
.contentbox-wrapper .ion-battery-half:before,
.contentbox-wrapper .ion-battery-low:before,
.contentbox-wrapper .ion-beaker:before,
.contentbox-wrapper .ion-beer:before,
.contentbox-wrapper .ion-bluetooth:before,
.contentbox-wrapper .ion-bonfire:before,
.contentbox-wrapper .ion-bookmark:before,
.contentbox-wrapper .ion-bowtie:before,
.contentbox-wrapper .ion-briefcase:before,
.contentbox-wrapper .ion-bug:before,
.contentbox-wrapper .ion-calculator:before,
.contentbox-wrapper .ion-calendar:before,
.contentbox-wrapper .ion-camera:before,
.contentbox-wrapper .ion-card:before,
.contentbox-wrapper .ion-cash:before,
.contentbox-wrapper .ion-chatbox:before,
.contentbox-wrapper .ion-chatbox-working:before,
.contentbox-wrapper .ion-chatboxes:before,
.contentbox-wrapper .ion-chatbubble:before,
.contentbox-wrapper .ion-chatbubble-working:before,
.contentbox-wrapper .ion-chatbubbles:before,
.contentbox-wrapper .ion-checkmark:before,
.contentbox-wrapper .ion-checkmark-circled:before,
.contentbox-wrapper .ion-checkmark-round:before,
.contentbox-wrapper .ion-chevron-down:before,
.contentbox-wrapper .ion-chevron-left:before,
.contentbox-wrapper .ion-chevron-right:before,
.contentbox-wrapper .ion-chevron-up:before,
.contentbox-wrapper .ion-clipboard:before,
.contentbox-wrapper .ion-clock:before,
.contentbox-wrapper .ion-close:before,
.contentbox-wrapper .ion-close-circled:before,
.contentbox-wrapper .ion-close-round:before,
.contentbox-wrapper .ion-closed-captioning:before,
.contentbox-wrapper .ion-cloud:before,
.contentbox-wrapper .ion-code:before,
.contentbox-wrapper .ion-code-download:before,
.contentbox-wrapper .ion-code-working:before,
.contentbox-wrapper .ion-coffee:before,
.contentbox-wrapper .ion-compass:before,
.contentbox-wrapper .ion-compose:before,
.contentbox-wrapper .ion-connection-bars:before,
.contentbox-wrapper .ion-contrast:before,
.contentbox-wrapper .ion-crop:before,
.contentbox-wrapper .ion-cube:before,
.contentbox-wrapper .ion-disc:before,
.contentbox-wrapper .ion-document:before,
.contentbox-wrapper .ion-document-text:before,
.contentbox-wrapper .ion-drag:before,
.contentbox-wrapper .ion-earth:before,
.contentbox-wrapper .ion-easel:before,
.contentbox-wrapper .ion-edit:before,
.contentbox-wrapper .ion-egg:before,
.contentbox-wrapper .ion-eject:before,
.contentbox-wrapper .ion-email:before,
.contentbox-wrapper .ion-email-unread:before,
.contentbox-wrapper .ion-erlenmeyer-flask:before,
.contentbox-wrapper .ion-erlenmeyer-flask-bubbles:before,
.contentbox-wrapper .ion-eye:before,
.contentbox-wrapper .ion-eye-disabled:before,
.contentbox-wrapper .ion-female:before,
.contentbox-wrapper .ion-filing:before,
.contentbox-wrapper .ion-film-marker:before,
.contentbox-wrapper .ion-fireball:before,
.contentbox-wrapper .ion-flag:before,
.contentbox-wrapper .ion-flame:before,
.contentbox-wrapper .ion-flash:before,
.contentbox-wrapper .ion-flash-off:before,
.contentbox-wrapper .ion-folder:before,
.contentbox-wrapper .ion-fork:before,
.contentbox-wrapper .ion-fork-repo:before,
.contentbox-wrapper .ion-forward:before,
.contentbox-wrapper .ion-funnel:before,
.contentbox-wrapper .ion-gear-a:before,
.contentbox-wrapper .ion-gear-b:before,
.contentbox-wrapper .ion-grid:before,
.contentbox-wrapper .ion-hammer:before,
.contentbox-wrapper .ion-happy:before,
.contentbox-wrapper .ion-happy-outline:before,
.contentbox-wrapper .ion-headphone:before,
.contentbox-wrapper .ion-heart:before,
.contentbox-wrapper .ion-heart-broken:before,
.contentbox-wrapper .ion-help:before,
.contentbox-wrapper .ion-help-buoy:before,
.contentbox-wrapper .ion-help-circled:before,
.contentbox-wrapper .ion-home:before,
.contentbox-wrapper .ion-icecream:before,
.contentbox-wrapper .ion-image:before,
.contentbox-wrapper .ion-images:before,
.contentbox-wrapper .ion-information:before,
.contentbox-wrapper .ion-information-circled:before,
.contentbox-wrapper .ion-ionic:before,
.contentbox-wrapper .ion-ios-alarm:before,
.contentbox-wrapper .ion-ios-alarm-outline:before,
.contentbox-wrapper .ion-ios-albums:before,
.contentbox-wrapper .ion-ios-albums-outline:before,
.contentbox-wrapper .ion-ios-americanfootball:before,
.contentbox-wrapper .ion-ios-americanfootball-outline:before,
.contentbox-wrapper .ion-ios-analytics:before,
.contentbox-wrapper .ion-ios-analytics-outline:before,
.contentbox-wrapper .ion-ios-arrow-back:before,
.contentbox-wrapper .ion-ios-arrow-down:before,
.contentbox-wrapper .ion-ios-arrow-forward:before,
.contentbox-wrapper .ion-ios-arrow-left:before,
.contentbox-wrapper .ion-ios-arrow-right:before,
.contentbox-wrapper .ion-ios-arrow-thin-down:before,
.contentbox-wrapper .ion-ios-arrow-thin-left:before,
.contentbox-wrapper .ion-ios-arrow-thin-right:before,
.contentbox-wrapper .ion-ios-arrow-thin-up:before,
.contentbox-wrapper .ion-ios-arrow-up:before,
.contentbox-wrapper .ion-ios-at:before,
.contentbox-wrapper .ion-ios-at-outline:before,
.contentbox-wrapper .ion-ios-barcode:before,
.contentbox-wrapper .ion-ios-barcode-outline:before,
.contentbox-wrapper .ion-ios-baseball:before,
.contentbox-wrapper .ion-ios-baseball-outline:before,
.contentbox-wrapper .ion-ios-basketball:before,
.contentbox-wrapper .ion-ios-basketball-outline:before,
.contentbox-wrapper .ion-ios-bell:before,
.contentbox-wrapper .ion-ios-bell-outline:before,
.contentbox-wrapper .ion-ios-body:before,
.contentbox-wrapper .ion-ios-body-outline:before,
.contentbox-wrapper .ion-ios-bolt:before,
.contentbox-wrapper .ion-ios-bolt-outline:before,
.contentbox-wrapper .ion-ios-book:before,
.contentbox-wrapper .ion-ios-book-outline:before,
.contentbox-wrapper .ion-ios-bookmarks:before,
.contentbox-wrapper .ion-ios-bookmarks-outline:before,
.contentbox-wrapper .ion-ios-box:before,
.contentbox-wrapper .ion-ios-box-outline:before,
.contentbox-wrapper .ion-ios-briefcase:before,
.contentbox-wrapper .ion-ios-briefcase-outline:before,
.contentbox-wrapper .ion-ios-browsers:before,
.contentbox-wrapper .ion-ios-browsers-outline:before,
.contentbox-wrapper .ion-ios-calculator:before,
.contentbox-wrapper .ion-ios-calculator-outline:before,
.contentbox-wrapper .ion-ios-calendar:before,
.contentbox-wrapper .ion-ios-calendar-outline:before,
.contentbox-wrapper .ion-ios-camera:before,
.contentbox-wrapper .ion-ios-camera-outline:before,
.contentbox-wrapper .ion-ios-cart:before,
.contentbox-wrapper .ion-ios-cart-outline:before,
.contentbox-wrapper .ion-ios-chatboxes:before,
.contentbox-wrapper .ion-ios-chatboxes-outline:before,
.contentbox-wrapper .ion-ios-chatbubble:before,
.contentbox-wrapper .ion-ios-chatbubble-outline:before,
.contentbox-wrapper .ion-ios-checkmark:before,
.contentbox-wrapper .ion-ios-checkmark-empty:before,
.contentbox-wrapper .ion-ios-checkmark-outline:before,
.contentbox-wrapper .ion-ios-circle-filled:before,
.contentbox-wrapper .ion-ios-circle-outline:before,
.contentbox-wrapper .ion-ios-clock:before,
.contentbox-wrapper .ion-ios-clock-outline:before,
.contentbox-wrapper .ion-ios-close:before,
.contentbox-wrapper .ion-ios-close-empty:before,
.contentbox-wrapper .ion-ios-close-outline:before,
.contentbox-wrapper .ion-ios-cloud:before,
.contentbox-wrapper .ion-ios-cloud-download:before,
.contentbox-wrapper .ion-ios-cloud-download-outline:before,
.contentbox-wrapper .ion-ios-cloud-outline:before,
.contentbox-wrapper .ion-ios-cloud-upload:before,
.contentbox-wrapper .ion-ios-cloud-upload-outline:before,
.contentbox-wrapper .ion-ios-cloudy:before,
.contentbox-wrapper .ion-ios-cloudy-night:before,
.contentbox-wrapper .ion-ios-cloudy-night-outline:before,
.contentbox-wrapper .ion-ios-cloudy-outline:before,
.contentbox-wrapper .ion-ios-cog:before,
.contentbox-wrapper .ion-ios-cog-outline:before,
.contentbox-wrapper .ion-ios-color-filter:before,
.contentbox-wrapper .ion-ios-color-filter-outline:before,
.contentbox-wrapper .ion-ios-color-wand:before,
.contentbox-wrapper .ion-ios-color-wand-outline:before,
.contentbox-wrapper .ion-ios-compose:before,
.contentbox-wrapper .ion-ios-compose-outline:before,
.contentbox-wrapper .ion-ios-contact:before,
.contentbox-wrapper .ion-ios-contact-outline:before,
.contentbox-wrapper .ion-ios-copy:before,
.contentbox-wrapper .ion-ios-copy-outline:before,
.contentbox-wrapper .ion-ios-crop:before,
.contentbox-wrapper .ion-ios-crop-strong:before,
.contentbox-wrapper .ion-ios-download:before,
.contentbox-wrapper .ion-ios-download-outline:before,
.contentbox-wrapper .ion-ios-drag:before,
.contentbox-wrapper .ion-ios-email:before,
.contentbox-wrapper .ion-ios-email-outline:before,
.contentbox-wrapper .ion-ios-eye:before,
.contentbox-wrapper .ion-ios-eye-outline:before,
.contentbox-wrapper .ion-ios-fastforward:before,
.contentbox-wrapper .ion-ios-fastforward-outline:before,
.contentbox-wrapper .ion-ios-filing:before,
.contentbox-wrapper .ion-ios-filing-outline:before,
.contentbox-wrapper .ion-ios-film:before,
.contentbox-wrapper .ion-ios-film-outline:before,
.contentbox-wrapper .ion-ios-flag:before,
.contentbox-wrapper .ion-ios-flag-outline:before,
.contentbox-wrapper .ion-ios-flame:before,
.contentbox-wrapper .ion-ios-flame-outline:before,
.contentbox-wrapper .ion-ios-flask:before,
.contentbox-wrapper .ion-ios-flask-outline:before,
.contentbox-wrapper .ion-ios-flower:before,
.contentbox-wrapper .ion-ios-flower-outline:before,
.contentbox-wrapper .ion-ios-folder:before,
.contentbox-wrapper .ion-ios-folder-outline:before,
.contentbox-wrapper .ion-ios-football:before,
.contentbox-wrapper .ion-ios-football-outline:before,
.contentbox-wrapper .ion-ios-game-controller-a:before,
.contentbox-wrapper .ion-ios-game-controller-a-outline:before,
.contentbox-wrapper .ion-ios-game-controller-b:before,
.contentbox-wrapper .ion-ios-game-controller-b-outline:before,
.contentbox-wrapper .ion-ios-gear:before,
.contentbox-wrapper .ion-ios-gear-outline:before,
.contentbox-wrapper .ion-ios-glasses:before,
.contentbox-wrapper .ion-ios-glasses-outline:before,
.contentbox-wrapper .ion-ios-grid-view:before,
.contentbox-wrapper .ion-ios-grid-view-outline:before,
.contentbox-wrapper .ion-ios-heart:before,
.contentbox-wrapper .ion-ios-heart-outline:before,
.contentbox-wrapper .ion-ios-help:before,
.contentbox-wrapper .ion-ios-help-empty:before,
.contentbox-wrapper .ion-ios-help-outline:before,
.contentbox-wrapper .ion-ios-home:before,
.contentbox-wrapper .ion-ios-home-outline:before,
.contentbox-wrapper .ion-ios-infinite:before,
.contentbox-wrapper .ion-ios-infinite-outline:before,
.contentbox-wrapper .ion-ios-information:before,
.contentbox-wrapper .ion-ios-information-empty:before,
.contentbox-wrapper .ion-ios-information-outline:before,
.contentbox-wrapper .ion-ios-ionic-outline:before,
.contentbox-wrapper .ion-ios-keypad:before,
.contentbox-wrapper .ion-ios-keypad-outline:before,
.contentbox-wrapper .ion-ios-lightbulb:before,
.contentbox-wrapper .ion-ios-lightbulb-outline:before,
.contentbox-wrapper .ion-ios-list:before,
.contentbox-wrapper .ion-ios-list-outline:before,
.contentbox-wrapper .ion-ios-location:before,
.contentbox-wrapper .ion-ios-location-outline:before,
.contentbox-wrapper .ion-ios-locked:before,
.contentbox-wrapper .ion-ios-locked-outline:before,
.contentbox-wrapper .ion-ios-loop:before,
.contentbox-wrapper .ion-ios-loop-strong:before,
.contentbox-wrapper .ion-ios-medical:before,
.contentbox-wrapper .ion-ios-medical-outline:before,
.contentbox-wrapper .ion-ios-medkit:before,
.contentbox-wrapper .ion-ios-medkit-outline:before,
.contentbox-wrapper .ion-ios-mic:before,
.contentbox-wrapper .ion-ios-mic-off:before,
.contentbox-wrapper .ion-ios-mic-outline:before,
.contentbox-wrapper .ion-ios-minus:before,
.contentbox-wrapper .ion-ios-minus-empty:before,
.contentbox-wrapper .ion-ios-minus-outline:before,
.contentbox-wrapper .ion-ios-monitor:before,
.contentbox-wrapper .ion-ios-monitor-outline:before,
.contentbox-wrapper .ion-ios-moon:before,
.contentbox-wrapper .ion-ios-moon-outline:before,
.contentbox-wrapper .ion-ios-more:before,
.contentbox-wrapper .ion-ios-more-outline:before,
.contentbox-wrapper .ion-ios-musical-note:before,
.contentbox-wrapper .ion-ios-musical-notes:before,
.contentbox-wrapper .ion-ios-navigate:before,
.contentbox-wrapper .ion-ios-navigate-outline:before,
.contentbox-wrapper .ion-ios-nutrition:before,
.contentbox-wrapper .ion-ios-nutrition-outline:before,
.contentbox-wrapper .ion-ios-paper:before,
.contentbox-wrapper .ion-ios-paper-outline:before,
.contentbox-wrapper .ion-ios-paperplane:before,
.contentbox-wrapper .ion-ios-paperplane-outline:before,
.contentbox-wrapper .ion-ios-partlysunny:before,
.contentbox-wrapper .ion-ios-partlysunny-outline:before,
.contentbox-wrapper .ion-ios-pause:before,
.contentbox-wrapper .ion-ios-pause-outline:before,
.contentbox-wrapper .ion-ios-paw:before,
.contentbox-wrapper .ion-ios-paw-outline:before,
.contentbox-wrapper .ion-ios-people:before,
.contentbox-wrapper .ion-ios-people-outline:before,
.contentbox-wrapper .ion-ios-person:before,
.contentbox-wrapper .ion-ios-person-outline:before,
.contentbox-wrapper .ion-ios-personadd:before,
.contentbox-wrapper .ion-ios-personadd-outline:before,
.contentbox-wrapper .ion-ios-photos:before,
.contentbox-wrapper .ion-ios-photos-outline:before,
.contentbox-wrapper .ion-ios-pie:before,
.contentbox-wrapper .ion-ios-pie-outline:before,
.contentbox-wrapper .ion-ios-pint:before,
.contentbox-wrapper .ion-ios-pint-outline:before,
.contentbox-wrapper .ion-ios-play:before,
.contentbox-wrapper .ion-ios-play-outline:before,
.contentbox-wrapper .ion-ios-plus:before,
.contentbox-wrapper .ion-ios-plus-empty:before,
.contentbox-wrapper .ion-ios-plus-outline:before,
.contentbox-wrapper .ion-ios-pricetag:before,
.contentbox-wrapper .ion-ios-pricetag-outline:before,
.contentbox-wrapper .ion-ios-pricetags:before,
.contentbox-wrapper .ion-ios-pricetags-outline:before,
.contentbox-wrapper .ion-ios-printer:before,
.contentbox-wrapper .ion-ios-printer-outline:before,
.contentbox-wrapper .ion-ios-pulse:before,
.contentbox-wrapper .ion-ios-pulse-strong:before,
.contentbox-wrapper .ion-ios-rainy:before,
.contentbox-wrapper .ion-ios-rainy-outline:before,
.contentbox-wrapper .ion-ios-recording:before,
.contentbox-wrapper .ion-ios-recording-outline:before,
.contentbox-wrapper .ion-ios-redo:before,
.contentbox-wrapper .ion-ios-redo-outline:before,
.contentbox-wrapper .ion-ios-refresh:before,
.contentbox-wrapper .ion-ios-refresh-empty:before,
.contentbox-wrapper .ion-ios-refresh-outline:before,
.contentbox-wrapper .ion-ios-reload:before,
.contentbox-wrapper .ion-ios-reverse-camera:before,
.contentbox-wrapper .ion-ios-reverse-camera-outline:before,
.contentbox-wrapper .ion-ios-rewind:before,
.contentbox-wrapper .ion-ios-rewind-outline:before,
.contentbox-wrapper .ion-ios-rose:before,
.contentbox-wrapper .ion-ios-rose-outline:before,
.contentbox-wrapper .ion-ios-search:before,
.contentbox-wrapper .ion-ios-search-strong:before,
.contentbox-wrapper .ion-ios-settings:before,
.contentbox-wrapper .ion-ios-settings-strong:before,
.contentbox-wrapper .ion-ios-shuffle:before,
.contentbox-wrapper .ion-ios-shuffle-strong:before,
.contentbox-wrapper .ion-ios-skipbackward:before,
.contentbox-wrapper .ion-ios-skipbackward-outline:before,
.contentbox-wrapper .ion-ios-skipforward:before,
.contentbox-wrapper .ion-ios-skipforward-outline:before,
.contentbox-wrapper .ion-ios-snowy:before,
.contentbox-wrapper .ion-ios-speedometer:before,
.contentbox-wrapper .ion-ios-speedometer-outline:before,
.contentbox-wrapper .ion-ios-star:before,
.contentbox-wrapper .ion-ios-star-half:before,
.contentbox-wrapper .ion-ios-star-outline:before,
.contentbox-wrapper .ion-ios-stopwatch:before,
.contentbox-wrapper .ion-ios-stopwatch-outline:before,
.contentbox-wrapper .ion-ios-sunny:before,
.contentbox-wrapper .ion-ios-sunny-outline:before,
.contentbox-wrapper .ion-ios-telephone:before,
.contentbox-wrapper .ion-ios-telephone-outline:before,
.contentbox-wrapper .ion-ios-tennisball:before,
.contentbox-wrapper .ion-ios-tennisball-outline:before,
.contentbox-wrapper .ion-ios-thunderstorm:before,
.contentbox-wrapper .ion-ios-thunderstorm-outline:before,
.contentbox-wrapper .ion-ios-time:before,
.contentbox-wrapper .ion-ios-time-outline:before,
.contentbox-wrapper .ion-ios-timer:before,
.contentbox-wrapper .ion-ios-timer-outline:before,
.contentbox-wrapper .ion-ios-toggle:before,
.contentbox-wrapper .ion-ios-toggle-outline:before,
.contentbox-wrapper .ion-ios-trash:before,
.contentbox-wrapper .ion-ios-trash-outline:before,
.contentbox-wrapper .ion-ios-undo:before,
.contentbox-wrapper .ion-ios-undo-outline:before,
.contentbox-wrapper .ion-ios-unlocked:before,
.contentbox-wrapper .ion-ios-unlocked-outline:before,
.contentbox-wrapper .ion-ios-upload:before,
.contentbox-wrapper .ion-ios-upload-outline:before,
.contentbox-wrapper .ion-ios-videocam:before,
.contentbox-wrapper .ion-ios-videocam-outline:before,
.contentbox-wrapper .ion-ios-volume-high:before,
.contentbox-wrapper .ion-ios-volume-low:before,
.contentbox-wrapper .ion-ios-wineglass:before,
.contentbox-wrapper .ion-ios-wineglass-outline:before,
.contentbox-wrapper .ion-ios-world:before,
.contentbox-wrapper .ion-ios-world-outline:before,
.contentbox-wrapper .ion-ipad:before,
.contentbox-wrapper .ion-iphone:before,
.contentbox-wrapper .ion-ipod:before,
.contentbox-wrapper .ion-jet:before,
.contentbox-wrapper .ion-key:before,
.contentbox-wrapper .ion-knife:before,
.contentbox-wrapper .ion-laptop:before,
.contentbox-wrapper .ion-leaf:before,
.contentbox-wrapper .ion-levels:before,
.contentbox-wrapper .ion-lightbulb:before,
.contentbox-wrapper .ion-link:before,
.contentbox-wrapper .ion-load-a:before,
.contentbox-wrapper .ion-load-b:before,
.contentbox-wrapper .ion-load-c:before,
.contentbox-wrapper .ion-load-d:before,
.contentbox-wrapper .ion-location:before,
.contentbox-wrapper .ion-lock-combination:before,
.contentbox-wrapper .ion-locked:before,
.contentbox-wrapper .ion-log-in:before,
.contentbox-wrapper .ion-log-out:before,
.contentbox-wrapper .ion-loop:before,
.contentbox-wrapper .ion-magnet:before,
.contentbox-wrapper .ion-male:before,
.contentbox-wrapper .ion-man:before,
.contentbox-wrapper .ion-map:before,
.contentbox-wrapper .ion-medkit:before,
.contentbox-wrapper .ion-merge:before,
.contentbox-wrapper .ion-mic-a:before,
.contentbox-wrapper .ion-mic-b:before,
.contentbox-wrapper .ion-mic-c:before,
.contentbox-wrapper .ion-minus:before,
.contentbox-wrapper .ion-minus-circled:before,
.contentbox-wrapper .ion-minus-round:before,
.contentbox-wrapper .ion-model-s:before,
.contentbox-wrapper .ion-monitor:before,
.contentbox-wrapper .ion-more:before,
.contentbox-wrapper .ion-mouse:before,
.contentbox-wrapper .ion-music-note:before,
.contentbox-wrapper .ion-navicon:before,
.contentbox-wrapper .ion-navicon-round:before,
.contentbox-wrapper .ion-navigate:before,
.contentbox-wrapper .ion-network:before,
.contentbox-wrapper .ion-no-smoking:before,
.contentbox-wrapper .ion-nuclear:before,
.contentbox-wrapper .ion-outlet:before,
.contentbox-wrapper .ion-paintbrush:before,
.contentbox-wrapper .ion-paintbucket:before,
.contentbox-wrapper .ion-paper-airplane:before,
.contentbox-wrapper .ion-paperclip:before,
.contentbox-wrapper .ion-pause:before,
.contentbox-wrapper .ion-person:before,
.contentbox-wrapper .ion-person-add:before,
.contentbox-wrapper .ion-person-stalker:before,
.contentbox-wrapper .ion-pie-graph:before,
.contentbox-wrapper .ion-pin:before,
.contentbox-wrapper .ion-pinpoint:before,
.contentbox-wrapper .ion-pizza:before,
.contentbox-wrapper .ion-plane:before,
.contentbox-wrapper .ion-planet:before,
.contentbox-wrapper .ion-play:before,
.contentbox-wrapper .ion-playstation:before,
.contentbox-wrapper .ion-plus:before,
.contentbox-wrapper .ion-plus-circled:before,
.contentbox-wrapper .ion-plus-round:before,
.contentbox-wrapper .ion-podium:before,
.contentbox-wrapper .ion-pound:before,
.contentbox-wrapper .ion-power:before,
.contentbox-wrapper .ion-pricetag:before,
.contentbox-wrapper .ion-pricetags:before,
.contentbox-wrapper .ion-printer:before,
.contentbox-wrapper .ion-pull-request:before,
.contentbox-wrapper .ion-qr-scanner:before,
.contentbox-wrapper .ion-quote:before,
.contentbox-wrapper .ion-radio-waves:before,
.contentbox-wrapper .ion-record:before,
.contentbox-wrapper .ion-refresh:before,
.contentbox-wrapper .ion-reply:before,
.contentbox-wrapper .ion-reply-all:before,
.contentbox-wrapper .ion-ribbon-a:before,
.contentbox-wrapper .ion-ribbon-b:before,
.contentbox-wrapper .ion-sad:before,
.contentbox-wrapper .ion-sad-outline:before,
.contentbox-wrapper .ion-scissors:before,
.contentbox-wrapper .ion-search:before,
.contentbox-wrapper .ion-settings:before,
.contentbox-wrapper .ion-share:before,
.contentbox-wrapper .ion-shuffle:before,
.contentbox-wrapper .ion-skip-backward:before,
.contentbox-wrapper .ion-skip-forward:before,
.contentbox-wrapper .ion-social-android:before,
.contentbox-wrapper .ion-social-android-outline:before,
.contentbox-wrapper .ion-social-angular:before,
.contentbox-wrapper .ion-social-angular-outline:before,
.contentbox-wrapper .ion-social-apple:before,
.contentbox-wrapper .ion-social-apple-outline:before,
.contentbox-wrapper .ion-social-bitcoin:before,
.contentbox-wrapper .ion-social-bitcoin-outline:before,
.contentbox-wrapper .ion-social-buffer:before,
.contentbox-wrapper .ion-social-buffer-outline:before,
.contentbox-wrapper .ion-social-chrome:before,
.contentbox-wrapper .ion-social-chrome-outline:before,
.contentbox-wrapper .ion-social-codepen:before,
.contentbox-wrapper .ion-social-codepen-outline:before,
.contentbox-wrapper .ion-social-css3:before,
.contentbox-wrapper .ion-social-css3-outline:before,
.contentbox-wrapper .ion-social-designernews:before,
.contentbox-wrapper .ion-social-designernews-outline:before,
.contentbox-wrapper .ion-social-dribbble:before,
.contentbox-wrapper .ion-social-dribbble-outline:before,
.contentbox-wrapper .ion-social-dropbox:before,
.contentbox-wrapper .ion-social-dropbox-outline:before,
.contentbox-wrapper .ion-social-euro:before,
.contentbox-wrapper .ion-social-euro-outline:before,
.contentbox-wrapper .ion-social-facebook:before,
.contentbox-wrapper .ion-social-facebook-outline:before,
.contentbox-wrapper .ion-social-foursquare:before,
.contentbox-wrapper .ion-social-foursquare-outline:before,
.contentbox-wrapper .ion-social-freebsd-devil:before,
.contentbox-wrapper .ion-social-github:before,
.contentbox-wrapper .ion-social-github-outline:before,
.contentbox-wrapper .ion-social-google:before,
.contentbox-wrapper .ion-social-google-outline:before,
.contentbox-wrapper .ion-social-googleplus:before,
.contentbox-wrapper .ion-social-googleplus-outline:before,
.contentbox-wrapper .ion-social-hackernews:before,
.contentbox-wrapper .ion-social-hackernews-outline:before,
.contentbox-wrapper .ion-social-html5:before,
.contentbox-wrapper .ion-social-html5-outline:before,
.contentbox-wrapper .ion-social-instagram:before,
.contentbox-wrapper .ion-social-instagram-outline:before,
.contentbox-wrapper .ion-social-javascript:before,
.contentbox-wrapper .ion-social-javascript-outline:before,
.contentbox-wrapper .ion-social-linkedin:before,
.contentbox-wrapper .ion-social-linkedin-outline:before,
.contentbox-wrapper .ion-social-markdown:before,
.contentbox-wrapper .ion-social-nodejs:before,
.contentbox-wrapper .ion-social-octocat:before,
.contentbox-wrapper .ion-social-pinterest:before,
.contentbox-wrapper .ion-social-pinterest-outline:before,
.contentbox-wrapper .ion-social-python:before,
.contentbox-wrapper .ion-social-reddit:before,
.contentbox-wrapper .ion-social-reddit-outline:before,
.contentbox-wrapper .ion-social-rss:before,
.contentbox-wrapper .ion-social-rss-outline:before,
.contentbox-wrapper .ion-social-sass:before,
.contentbox-wrapper .ion-social-skype:before,
.contentbox-wrapper .ion-social-skype-outline:before,
.contentbox-wrapper .ion-social-snapchat:before,
.contentbox-wrapper .ion-social-snapchat-outline:before,
.contentbox-wrapper .ion-social-tumblr:before,
.contentbox-wrapper .ion-social-tumblr-outline:before,
.contentbox-wrapper .ion-social-tux:before,
.contentbox-wrapper .ion-social-twitch:before,
.contentbox-wrapper .ion-social-twitch-outline:before,
.contentbox-wrapper .ion-social-twitter:before,
.contentbox-wrapper .ion-social-twitter-outline:before,
.contentbox-wrapper .ion-social-usd:before,
.contentbox-wrapper .ion-social-usd-outline:before,
.contentbox-wrapper .ion-social-vimeo:before,
.contentbox-wrapper .ion-social-vimeo-outline:before,
.contentbox-wrapper .ion-social-whatsapp:before,
.contentbox-wrapper .ion-social-whatsapp-outline:before,
.contentbox-wrapper .ion-social-windows:before,
.contentbox-wrapper .ion-social-windows-outline:before,
.contentbox-wrapper .ion-social-wordpress:before,
.contentbox-wrapper .ion-social-wordpress-outline:before,
.contentbox-wrapper .ion-social-yahoo:before,
.contentbox-wrapper .ion-social-yahoo-outline:before,
.contentbox-wrapper .ion-social-yen:before,
.contentbox-wrapper .ion-social-yen-outline:before,
.contentbox-wrapper .ion-social-youtube:before,
.contentbox-wrapper .ion-social-youtube-outline:before,
.contentbox-wrapper .ion-soup-can:before,
.contentbox-wrapper .ion-soup-can-outline:before,
.contentbox-wrapper .ion-speakerphone:before,
.contentbox-wrapper .ion-speedometer:before,
.contentbox-wrapper .ion-spoon:before,
.contentbox-wrapper .ion-star:before,
.contentbox-wrapper .ion-stats-bars:before,
.contentbox-wrapper .ion-steam:before,
.contentbox-wrapper .ion-stop:before,
.contentbox-wrapper .ion-thermometer:before,
.contentbox-wrapper .ion-thumbsdown:before,
.contentbox-wrapper .ion-thumbsup:before,
.contentbox-wrapper .ion-toggle:before,
.contentbox-wrapper .ion-toggle-filled:before,
.contentbox-wrapper .ion-transgender:before,
.contentbox-wrapper .ion-trash-a:before,
.contentbox-wrapper .ion-trash-b:before,
.contentbox-wrapper .ion-trophy:before,
.contentbox-wrapper .ion-tshirt:before,
.contentbox-wrapper .ion-tshirt-outline:before,
.contentbox-wrapper .ion-umbrella:before,
.contentbox-wrapper .ion-university:before,
.contentbox-wrapper .ion-unlocked:before,
.contentbox-wrapper .ion-upload:before,
.contentbox-wrapper .ion-usb:before,
.contentbox-wrapper .ion-videocamera:before,
.contentbox-wrapper .ion-volume-high:before,
.contentbox-wrapper .ion-volume-low:before,
.contentbox-wrapper .ion-volume-medium:before,
.contentbox-wrapper .ion-volume-mute:before,
.contentbox-wrapper .ion-wand:before,
.contentbox-wrapper .ion-waterdrop:before,
.contentbox-wrapper .ion-wifi:before,
.contentbox-wrapper .ion-wineglass:before,
.contentbox-wrapper .ion-woman:before,
.contentbox-wrapper .ion-wrench:before,
.contentbox-wrapper .ion-xbox:before,
#divFb .ion,
#divFb .ionicons,
#divFb .ion-alert:before,
#divFb .ion-alert-circled:before,
#divFb .ion-android-add:before,
#divFb .ion-android-add-circle:before,
#divFb .ion-android-alarm-clock:before,
#divFb .ion-android-alert:before,
#divFb .ion-android-apps:before,
#divFb .ion-android-archive:before,
#divFb .ion-android-arrow-back:before,
#divFb .ion-android-arrow-down:before,
#divFb .ion-android-arrow-dropdown:before,
#divFb .ion-android-arrow-dropdown-circle:before,
#divFb .ion-android-arrow-dropleft:before,
#divFb .ion-android-arrow-dropleft-circle:before,
#divFb .ion-android-arrow-dropright:before,
#divFb .ion-android-arrow-dropright-circle:before,
#divFb .ion-android-arrow-dropup:before,
#divFb .ion-android-arrow-dropup-circle:before,
#divFb .ion-android-arrow-forward:before,
#divFb .ion-android-arrow-up:before,
#divFb .ion-android-attach:before,
#divFb .ion-android-bar:before,
#divFb .ion-android-bicycle:before,
#divFb .ion-android-boat:before,
#divFb .ion-android-bookmark:before,
#divFb .ion-android-bulb:before,
#divFb .ion-android-bus:before,
#divFb .ion-android-calendar:before,
#divFb .ion-android-call:before,
#divFb .ion-android-camera:before,
#divFb .ion-android-cancel:before,
#divFb .ion-android-car:before,
#divFb .ion-android-cart:before,
#divFb .ion-android-chat:before,
#divFb .ion-android-checkbox:before,
#divFb .ion-android-checkbox-blank:before,
#divFb .ion-android-checkbox-outline:before,
#divFb .ion-android-checkbox-outline-blank:before,
#divFb .ion-android-checkmark-circle:before,
#divFb .ion-android-clipboard:before,
#divFb .ion-android-close:before,
#divFb .ion-android-cloud:before,
#divFb .ion-android-cloud-circle:before,
#divFb .ion-android-cloud-done:before,
#divFb .ion-android-cloud-outline:before,
#divFb .ion-android-color-palette:before,
#divFb .ion-android-compass:before,
#divFb .ion-android-contact:before,
#divFb .ion-android-contacts:before,
#divFb .ion-android-contract:before,
#divFb .ion-android-create:before,
#divFb .ion-android-delete:before,
#divFb .ion-android-desktop:before,
#divFb .ion-android-document:before,
#divFb .ion-android-done:before,
#divFb .ion-android-done-all:before,
#divFb .ion-android-download:before,
#divFb .ion-android-drafts:before,
#divFb .ion-android-exit:before,
#divFb .ion-android-expand:before,
#divFb .ion-android-favorite:before,
#divFb .ion-android-favorite-outline:before,
#divFb .ion-android-film:before,
#divFb .ion-android-folder:before,
#divFb .ion-android-folder-open:before,
#divFb .ion-android-funnel:before,
#divFb .ion-android-globe:before,
#divFb .ion-android-hand:before,
#divFb .ion-android-hangout:before,
#divFb .ion-android-happy:before,
#divFb .ion-android-home:before,
#divFb .ion-android-image:before,
#divFb .ion-android-laptop:before,
#divFb .ion-android-list:before,
#divFb .ion-android-locate:before,
#divFb .ion-android-lock:before,
#divFb .ion-android-mail:before,
#divFb .ion-android-map:before,
#divFb .ion-android-menu:before,
#divFb .ion-android-microphone:before,
#divFb .ion-android-microphone-off:before,
#divFb .ion-android-more-horizontal:before,
#divFb .ion-android-more-vertical:before,
#divFb .ion-android-navigate:before,
#divFb .ion-android-notifications:before,
#divFb .ion-android-notifications-none:before,
#divFb .ion-android-notifications-off:before,
#divFb .ion-android-open:before,
#divFb .ion-android-options:before,
#divFb .ion-android-people:before,
#divFb .ion-android-person:before,
#divFb .ion-android-person-add:before,
#divFb .ion-android-phone-landscape:before,
#divFb .ion-android-phone-portrait:before,
#divFb .ion-android-pin:before,
#divFb .ion-android-plane:before,
#divFb .ion-android-playstore:before,
#divFb .ion-android-print:before,
#divFb .ion-android-radio-button-off:before,
#divFb .ion-android-radio-button-on:before,
#divFb .ion-android-refresh:before,
#divFb .ion-android-remove:before,
#divFb .ion-android-remove-circle:before,
#divFb .ion-android-restaurant:before,
#divFb .ion-android-sad:before,
#divFb .ion-android-search:before,
#divFb .ion-android-send:before,
#divFb .ion-android-settings:before,
#divFb .ion-android-share:before,
#divFb .ion-android-share-alt:before,
#divFb .ion-android-star:before,
#divFb .ion-android-star-half:before,
#divFb .ion-android-star-outline:before,
#divFb .ion-android-stopwatch:before,
#divFb .ion-android-subway:before,
#divFb .ion-android-sunny:before,
#divFb .ion-android-sync:before,
#divFb .ion-android-textsms:before,
#divFb .ion-android-time:before,
#divFb .ion-android-train:before,
#divFb .ion-android-unlock:before,
#divFb .ion-android-upload:before,
#divFb .ion-android-volume-down:before,
#divFb .ion-android-volume-mute:before,
#divFb .ion-android-volume-off:before,
#divFb .ion-android-volume-up:before,
#divFb .ion-android-walk:before,
#divFb .ion-android-warning:before,
#divFb .ion-android-watch:before,
#divFb .ion-android-wifi:before,
#divFb .ion-aperture:before,
#divFb .ion-archive:before,
#divFb .ion-arrow-down-a:before,
#divFb .ion-arrow-down-b:before,
#divFb .ion-arrow-down-c:before,
#divFb .ion-arrow-expand:before,
#divFb .ion-arrow-graph-down-left:before,
#divFb .ion-arrow-graph-down-right:before,
#divFb .ion-arrow-graph-up-left:before,
#divFb .ion-arrow-graph-up-right:before,
#divFb .ion-arrow-left-a:before,
#divFb .ion-arrow-left-b:before,
#divFb .ion-arrow-left-c:before,
#divFb .ion-arrow-move:before,
#divFb .ion-arrow-resize:before,
#divFb .ion-arrow-return-left:before,
#divFb .ion-arrow-return-right:before,
#divFb .ion-arrow-right-a:before,
#divFb .ion-arrow-right-b:before,
#divFb .ion-arrow-right-c:before,
#divFb .ion-arrow-shrink:before,
#divFb .ion-arrow-swap:before,
#divFb .ion-arrow-up-a:before,
#divFb .ion-arrow-up-b:before,
#divFb .ion-arrow-up-c:before,
#divFb .ion-asterisk:before,
#divFb .ion-at:before,
#divFb .ion-backspace:before,
#divFb .ion-backspace-outline:before,
#divFb .ion-bag:before,
#divFb .ion-battery-charging:before,
#divFb .ion-battery-empty:before,
#divFb .ion-battery-full:before,
#divFb .ion-battery-half:before,
#divFb .ion-battery-low:before,
#divFb .ion-beaker:before,
#divFb .ion-beer:before,
#divFb .ion-bluetooth:before,
#divFb .ion-bonfire:before,
#divFb .ion-bookmark:before,
#divFb .ion-bowtie:before,
#divFb .ion-briefcase:before,
#divFb .ion-bug:before,
#divFb .ion-calculator:before,
#divFb .ion-calendar:before,
#divFb .ion-camera:before,
#divFb .ion-card:before,
#divFb .ion-cash:before,
#divFb .ion-chatbox:before,
#divFb .ion-chatbox-working:before,
#divFb .ion-chatboxes:before,
#divFb .ion-chatbubble:before,
#divFb .ion-chatbubble-working:before,
#divFb .ion-chatbubbles:before,
#divFb .ion-checkmark:before,
#divFb .ion-checkmark-circled:before,
#divFb .ion-checkmark-round:before,
#divFb .ion-chevron-down:before,
#divFb .ion-chevron-left:before,
#divFb .ion-chevron-right:before,
#divFb .ion-chevron-up:before,
#divFb .ion-clipboard:before,
#divFb .ion-clock:before,
#divFb .ion-close:before,
#divFb .ion-close-circled:before,
#divFb .ion-close-round:before,
#divFb .ion-closed-captioning:before,
#divFb .ion-cloud:before,
#divFb .ion-code:before,
#divFb .ion-code-download:before,
#divFb .ion-code-working:before,
#divFb .ion-coffee:before,
#divFb .ion-compass:before,
#divFb .ion-compose:before,
#divFb .ion-connection-bars:before,
#divFb .ion-contrast:before,
#divFb .ion-crop:before,
#divFb .ion-cube:before,
#divFb .ion-disc:before,
#divFb .ion-document:before,
#divFb .ion-document-text:before,
#divFb .ion-drag:before,
#divFb .ion-earth:before,
#divFb .ion-easel:before,
#divFb .ion-edit:before,
#divFb .ion-egg:before,
#divFb .ion-eject:before,
#divFb .ion-email:before,
#divFb .ion-email-unread:before,
#divFb .ion-erlenmeyer-flask:before,
#divFb .ion-erlenmeyer-flask-bubbles:before,
#divFb .ion-eye:before,
#divFb .ion-eye-disabled:before,
#divFb .ion-female:before,
#divFb .ion-filing:before,
#divFb .ion-film-marker:before,
#divFb .ion-fireball:before,
#divFb .ion-flag:before,
#divFb .ion-flame:before,
#divFb .ion-flash:before,
#divFb .ion-flash-off:before,
#divFb .ion-folder:before,
#divFb .ion-fork:before,
#divFb .ion-fork-repo:before,
#divFb .ion-forward:before,
#divFb .ion-funnel:before,
#divFb .ion-gear-a:before,
#divFb .ion-gear-b:before,
#divFb .ion-grid:before,
#divFb .ion-hammer:before,
#divFb .ion-happy:before,
#divFb .ion-happy-outline:before,
#divFb .ion-headphone:before,
#divFb .ion-heart:before,
#divFb .ion-heart-broken:before,
#divFb .ion-help:before,
#divFb .ion-help-buoy:before,
#divFb .ion-help-circled:before,
#divFb .ion-home:before,
#divFb .ion-icecream:before,
#divFb .ion-image:before,
#divFb .ion-images:before,
#divFb .ion-information:before,
#divFb .ion-information-circled:before,
#divFb .ion-ionic:before,
#divFb .ion-ios-alarm:before,
#divFb .ion-ios-alarm-outline:before,
#divFb .ion-ios-albums:before,
#divFb .ion-ios-albums-outline:before,
#divFb .ion-ios-americanfootball:before,
#divFb .ion-ios-americanfootball-outline:before,
#divFb .ion-ios-analytics:before,
#divFb .ion-ios-analytics-outline:before,
#divFb .ion-ios-arrow-back:before,
#divFb .ion-ios-arrow-down:before,
#divFb .ion-ios-arrow-forward:before,
#divFb .ion-ios-arrow-left:before,
#divFb .ion-ios-arrow-right:before,
#divFb .ion-ios-arrow-thin-down:before,
#divFb .ion-ios-arrow-thin-left:before,
#divFb .ion-ios-arrow-thin-right:before,
#divFb .ion-ios-arrow-thin-up:before,
#divFb .ion-ios-arrow-up:before,
#divFb .ion-ios-at:before,
#divFb .ion-ios-at-outline:before,
#divFb .ion-ios-barcode:before,
#divFb .ion-ios-barcode-outline:before,
#divFb .ion-ios-baseball:before,
#divFb .ion-ios-baseball-outline:before,
#divFb .ion-ios-basketball:before,
#divFb .ion-ios-basketball-outline:before,
#divFb .ion-ios-bell:before,
#divFb .ion-ios-bell-outline:before,
#divFb .ion-ios-body:before,
#divFb .ion-ios-body-outline:before,
#divFb .ion-ios-bolt:before,
#divFb .ion-ios-bolt-outline:before,
#divFb .ion-ios-book:before,
#divFb .ion-ios-book-outline:before,
#divFb .ion-ios-bookmarks:before,
#divFb .ion-ios-bookmarks-outline:before,
#divFb .ion-ios-box:before,
#divFb .ion-ios-box-outline:before,
#divFb .ion-ios-briefcase:before,
#divFb .ion-ios-briefcase-outline:before,
#divFb .ion-ios-browsers:before,
#divFb .ion-ios-browsers-outline:before,
#divFb .ion-ios-calculator:before,
#divFb .ion-ios-calculator-outline:before,
#divFb .ion-ios-calendar:before,
#divFb .ion-ios-calendar-outline:before,
#divFb .ion-ios-camera:before,
#divFb .ion-ios-camera-outline:before,
#divFb .ion-ios-cart:before,
#divFb .ion-ios-cart-outline:before,
#divFb .ion-ios-chatboxes:before,
#divFb .ion-ios-chatboxes-outline:before,
#divFb .ion-ios-chatbubble:before,
#divFb .ion-ios-chatbubble-outline:before,
#divFb .ion-ios-checkmark:before,
#divFb .ion-ios-checkmark-empty:before,
#divFb .ion-ios-checkmark-outline:before,
#divFb .ion-ios-circle-filled:before,
#divFb .ion-ios-circle-outline:before,
#divFb .ion-ios-clock:before,
#divFb .ion-ios-clock-outline:before,
#divFb .ion-ios-close:before,
#divFb .ion-ios-close-empty:before,
#divFb .ion-ios-close-outline:before,
#divFb .ion-ios-cloud:before,
#divFb .ion-ios-cloud-download:before,
#divFb .ion-ios-cloud-download-outline:before,
#divFb .ion-ios-cloud-outline:before,
#divFb .ion-ios-cloud-upload:before,
#divFb .ion-ios-cloud-upload-outline:before,
#divFb .ion-ios-cloudy:before,
#divFb .ion-ios-cloudy-night:before,
#divFb .ion-ios-cloudy-night-outline:before,
#divFb .ion-ios-cloudy-outline:before,
#divFb .ion-ios-cog:before,
#divFb .ion-ios-cog-outline:before,
#divFb .ion-ios-color-filter:before,
#divFb .ion-ios-color-filter-outline:before,
#divFb .ion-ios-color-wand:before,
#divFb .ion-ios-color-wand-outline:before,
#divFb .ion-ios-compose:before,
#divFb .ion-ios-compose-outline:before,
#divFb .ion-ios-contact:before,
#divFb .ion-ios-contact-outline:before,
#divFb .ion-ios-copy:before,
#divFb .ion-ios-copy-outline:before,
#divFb .ion-ios-crop:before,
#divFb .ion-ios-crop-strong:before,
#divFb .ion-ios-download:before,
#divFb .ion-ios-download-outline:before,
#divFb .ion-ios-drag:before,
#divFb .ion-ios-email:before,
#divFb .ion-ios-email-outline:before,
#divFb .ion-ios-eye:before,
#divFb .ion-ios-eye-outline:before,
#divFb .ion-ios-fastforward:before,
#divFb .ion-ios-fastforward-outline:before,
#divFb .ion-ios-filing:before,
#divFb .ion-ios-filing-outline:before,
#divFb .ion-ios-film:before,
#divFb .ion-ios-film-outline:before,
#divFb .ion-ios-flag:before,
#divFb .ion-ios-flag-outline:before,
#divFb .ion-ios-flame:before,
#divFb .ion-ios-flame-outline:before,
#divFb .ion-ios-flask:before,
#divFb .ion-ios-flask-outline:before,
#divFb .ion-ios-flower:before,
#divFb .ion-ios-flower-outline:before,
#divFb .ion-ios-folder:before,
#divFb .ion-ios-folder-outline:before,
#divFb .ion-ios-football:before,
#divFb .ion-ios-football-outline:before,
#divFb .ion-ios-game-controller-a:before,
#divFb .ion-ios-game-controller-a-outline:before,
#divFb .ion-ios-game-controller-b:before,
#divFb .ion-ios-game-controller-b-outline:before,
#divFb .ion-ios-gear:before,
#divFb .ion-ios-gear-outline:before,
#divFb .ion-ios-glasses:before,
#divFb .ion-ios-glasses-outline:before,
#divFb .ion-ios-grid-view:before,
#divFb .ion-ios-grid-view-outline:before,
#divFb .ion-ios-heart:before,
#divFb .ion-ios-heart-outline:before,
#divFb .ion-ios-help:before,
#divFb .ion-ios-help-empty:before,
#divFb .ion-ios-help-outline:before,
#divFb .ion-ios-home:before,
#divFb .ion-ios-home-outline:before,
#divFb .ion-ios-infinite:before,
#divFb .ion-ios-infinite-outline:before,
#divFb .ion-ios-information:before,
#divFb .ion-ios-information-empty:before,
#divFb .ion-ios-information-outline:before,
#divFb .ion-ios-ionic-outline:before,
#divFb .ion-ios-keypad:before,
#divFb .ion-ios-keypad-outline:before,
#divFb .ion-ios-lightbulb:before,
#divFb .ion-ios-lightbulb-outline:before,
#divFb .ion-ios-list:before,
#divFb .ion-ios-list-outline:before,
#divFb .ion-ios-location:before,
#divFb .ion-ios-location-outline:before,
#divFb .ion-ios-locked:before,
#divFb .ion-ios-locked-outline:before,
#divFb .ion-ios-loop:before,
#divFb .ion-ios-loop-strong:before,
#divFb .ion-ios-medical:before,
#divFb .ion-ios-medical-outline:before,
#divFb .ion-ios-medkit:before,
#divFb .ion-ios-medkit-outline:before,
#divFb .ion-ios-mic:before,
#divFb .ion-ios-mic-off:before,
#divFb .ion-ios-mic-outline:before,
#divFb .ion-ios-minus:before,
#divFb .ion-ios-minus-empty:before,
#divFb .ion-ios-minus-outline:before,
#divFb .ion-ios-monitor:before,
#divFb .ion-ios-monitor-outline:before,
#divFb .ion-ios-moon:before,
#divFb .ion-ios-moon-outline:before,
#divFb .ion-ios-more:before,
#divFb .ion-ios-more-outline:before,
#divFb .ion-ios-musical-note:before,
#divFb .ion-ios-musical-notes:before,
#divFb .ion-ios-navigate:before,
#divFb .ion-ios-navigate-outline:before,
#divFb .ion-ios-nutrition:before,
#divFb .ion-ios-nutrition-outline:before,
#divFb .ion-ios-paper:before,
#divFb .ion-ios-paper-outline:before,
#divFb .ion-ios-paperplane:before,
#divFb .ion-ios-paperplane-outline:before,
#divFb .ion-ios-partlysunny:before,
#divFb .ion-ios-partlysunny-outline:before,
#divFb .ion-ios-pause:before,
#divFb .ion-ios-pause-outline:before,
#divFb .ion-ios-paw:before,
#divFb .ion-ios-paw-outline:before,
#divFb .ion-ios-people:before,
#divFb .ion-ios-people-outline:before,
#divFb .ion-ios-person:before,
#divFb .ion-ios-person-outline:before,
#divFb .ion-ios-personadd:before,
#divFb .ion-ios-personadd-outline:before,
#divFb .ion-ios-photos:before,
#divFb .ion-ios-photos-outline:before,
#divFb .ion-ios-pie:before,
#divFb .ion-ios-pie-outline:before,
#divFb .ion-ios-pint:before,
#divFb .ion-ios-pint-outline:before,
#divFb .ion-ios-play:before,
#divFb .ion-ios-play-outline:before,
#divFb .ion-ios-plus:before,
#divFb .ion-ios-plus-empty:before,
#divFb .ion-ios-plus-outline:before,
#divFb .ion-ios-pricetag:before,
#divFb .ion-ios-pricetag-outline:before,
#divFb .ion-ios-pricetags:before,
#divFb .ion-ios-pricetags-outline:before,
#divFb .ion-ios-printer:before,
#divFb .ion-ios-printer-outline:before,
#divFb .ion-ios-pulse:before,
#divFb .ion-ios-pulse-strong:before,
#divFb .ion-ios-rainy:before,
#divFb .ion-ios-rainy-outline:before,
#divFb .ion-ios-recording:before,
#divFb .ion-ios-recording-outline:before,
#divFb .ion-ios-redo:before,
#divFb .ion-ios-redo-outline:before,
#divFb .ion-ios-refresh:before,
#divFb .ion-ios-refresh-empty:before,
#divFb .ion-ios-refresh-outline:before,
#divFb .ion-ios-reload:before,
#divFb .ion-ios-reverse-camera:before,
#divFb .ion-ios-reverse-camera-outline:before,
#divFb .ion-ios-rewind:before,
#divFb .ion-ios-rewind-outline:before,
#divFb .ion-ios-rose:before,
#divFb .ion-ios-rose-outline:before,
#divFb .ion-ios-search:before,
#divFb .ion-ios-search-strong:before,
#divFb .ion-ios-settings:before,
#divFb .ion-ios-settings-strong:before,
#divFb .ion-ios-shuffle:before,
#divFb .ion-ios-shuffle-strong:before,
#divFb .ion-ios-skipbackward:before,
#divFb .ion-ios-skipbackward-outline:before,
#divFb .ion-ios-skipforward:before,
#divFb .ion-ios-skipforward-outline:before,
#divFb .ion-ios-snowy:before,
#divFb .ion-ios-speedometer:before,
#divFb .ion-ios-speedometer-outline:before,
#divFb .ion-ios-star:before,
#divFb .ion-ios-star-half:before,
#divFb .ion-ios-star-outline:before,
#divFb .ion-ios-stopwatch:before,
#divFb .ion-ios-stopwatch-outline:before,
#divFb .ion-ios-sunny:before,
#divFb .ion-ios-sunny-outline:before,
#divFb .ion-ios-telephone:before,
#divFb .ion-ios-telephone-outline:before,
#divFb .ion-ios-tennisball:before,
#divFb .ion-ios-tennisball-outline:before,
#divFb .ion-ios-thunderstorm:before,
#divFb .ion-ios-thunderstorm-outline:before,
#divFb .ion-ios-time:before,
#divFb .ion-ios-time-outline:before,
#divFb .ion-ios-timer:before,
#divFb .ion-ios-timer-outline:before,
#divFb .ion-ios-toggle:before,
#divFb .ion-ios-toggle-outline:before,
#divFb .ion-ios-trash:before,
#divFb .ion-ios-trash-outline:before,
#divFb .ion-ios-undo:before,
#divFb .ion-ios-undo-outline:before,
#divFb .ion-ios-unlocked:before,
#divFb .ion-ios-unlocked-outline:before,
#divFb .ion-ios-upload:before,
#divFb .ion-ios-upload-outline:before,
#divFb .ion-ios-videocam:before,
#divFb .ion-ios-videocam-outline:before,
#divFb .ion-ios-volume-high:before,
#divFb .ion-ios-volume-low:before,
#divFb .ion-ios-wineglass:before,
#divFb .ion-ios-wineglass-outline:before,
#divFb .ion-ios-world:before,
#divFb .ion-ios-world-outline:before,
#divFb .ion-ipad:before,
#divFb .ion-iphone:before,
#divFb .ion-ipod:before,
#divFb .ion-jet:before,
#divFb .ion-key:before,
#divFb .ion-knife:before,
#divFb .ion-laptop:before,
#divFb .ion-leaf:before,
#divFb .ion-levels:before,
#divFb .ion-lightbulb:before,
#divFb .ion-link:before,
#divFb .ion-load-a:before,
#divFb .ion-load-b:before,
#divFb .ion-load-c:before,
#divFb .ion-load-d:before,
#divFb .ion-location:before,
#divFb .ion-lock-combination:before,
#divFb .ion-locked:before,
#divFb .ion-log-in:before,
#divFb .ion-log-out:before,
#divFb .ion-loop:before,
#divFb .ion-magnet:before,
#divFb .ion-male:before,
#divFb .ion-man:before,
#divFb .ion-map:before,
#divFb .ion-medkit:before,
#divFb .ion-merge:before,
#divFb .ion-mic-a:before,
#divFb .ion-mic-b:before,
#divFb .ion-mic-c:before,
#divFb .ion-minus:before,
#divFb .ion-minus-circled:before,
#divFb .ion-minus-round:before,
#divFb .ion-model-s:before,
#divFb .ion-monitor:before,
#divFb .ion-more:before,
#divFb .ion-mouse:before,
#divFb .ion-music-note:before,
#divFb .ion-navicon:before,
#divFb .ion-navicon-round:before,
#divFb .ion-navigate:before,
#divFb .ion-network:before,
#divFb .ion-no-smoking:before,
#divFb .ion-nuclear:before,
#divFb .ion-outlet:before,
#divFb .ion-paintbrush:before,
#divFb .ion-paintbucket:before,
#divFb .ion-paper-airplane:before,
#divFb .ion-paperclip:before,
#divFb .ion-pause:before,
#divFb .ion-person:before,
#divFb .ion-person-add:before,
#divFb .ion-person-stalker:before,
#divFb .ion-pie-graph:before,
#divFb .ion-pin:before,
#divFb .ion-pinpoint:before,
#divFb .ion-pizza:before,
#divFb .ion-plane:before,
#divFb .ion-planet:before,
#divFb .ion-play:before,
#divFb .ion-playstation:before,
#divFb .ion-plus:before,
#divFb .ion-plus-circled:before,
#divFb .ion-plus-round:before,
#divFb .ion-podium:before,
#divFb .ion-pound:before,
#divFb .ion-power:before,
#divFb .ion-pricetag:before,
#divFb .ion-pricetags:before,
#divFb .ion-printer:before,
#divFb .ion-pull-request:before,
#divFb .ion-qr-scanner:before,
#divFb .ion-quote:before,
#divFb .ion-radio-waves:before,
#divFb .ion-record:before,
#divFb .ion-refresh:before,
#divFb .ion-reply:before,
#divFb .ion-reply-all:before,
#divFb .ion-ribbon-a:before,
#divFb .ion-ribbon-b:before,
#divFb .ion-sad:before,
#divFb .ion-sad-outline:before,
#divFb .ion-scissors:before,
#divFb .ion-search:before,
#divFb .ion-settings:before,
#divFb .ion-share:before,
#divFb .ion-shuffle:before,
#divFb .ion-skip-backward:before,
#divFb .ion-skip-forward:before,
#divFb .ion-social-android:before,
#divFb .ion-social-android-outline:before,
#divFb .ion-social-angular:before,
#divFb .ion-social-angular-outline:before,
#divFb .ion-social-apple:before,
#divFb .ion-social-apple-outline:before,
#divFb .ion-social-bitcoin:before,
#divFb .ion-social-bitcoin-outline:before,
#divFb .ion-social-buffer:before,
#divFb .ion-social-buffer-outline:before,
#divFb .ion-social-chrome:before,
#divFb .ion-social-chrome-outline:before,
#divFb .ion-social-codepen:before,
#divFb .ion-social-codepen-outline:before,
#divFb .ion-social-css3:before,
#divFb .ion-social-css3-outline:before,
#divFb .ion-social-designernews:before,
#divFb .ion-social-designernews-outline:before,
#divFb .ion-social-dribbble:before,
#divFb .ion-social-dribbble-outline:before,
#divFb .ion-social-dropbox:before,
#divFb .ion-social-dropbox-outline:before,
#divFb .ion-social-euro:before,
#divFb .ion-social-euro-outline:before,
#divFb .ion-social-facebook:before,
#divFb .ion-social-facebook-outline:before,
#divFb .ion-social-foursquare:before,
#divFb .ion-social-foursquare-outline:before,
#divFb .ion-social-freebsd-devil:before,
#divFb .ion-social-github:before,
#divFb .ion-social-github-outline:before,
#divFb .ion-social-google:before,
#divFb .ion-social-google-outline:before,
#divFb .ion-social-googleplus:before,
#divFb .ion-social-googleplus-outline:before,
#divFb .ion-social-hackernews:before,
#divFb .ion-social-hackernews-outline:before,
#divFb .ion-social-html5:before,
#divFb .ion-social-html5-outline:before,
#divFb .ion-social-instagram:before,
#divFb .ion-social-instagram-outline:before,
#divFb .ion-social-javascript:before,
#divFb .ion-social-javascript-outline:before,
#divFb .ion-social-linkedin:before,
#divFb .ion-social-linkedin-outline:before,
#divFb .ion-social-markdown:before,
#divFb .ion-social-nodejs:before,
#divFb .ion-social-octocat:before,
#divFb .ion-social-pinterest:before,
#divFb .ion-social-pinterest-outline:before,
#divFb .ion-social-python:before,
#divFb .ion-social-reddit:before,
#divFb .ion-social-reddit-outline:before,
#divFb .ion-social-rss:before,
#divFb .ion-social-rss-outline:before,
#divFb .ion-social-sass:before,
#divFb .ion-social-skype:before,
#divFb .ion-social-skype-outline:before,
#divFb .ion-social-snapchat:before,
#divFb .ion-social-snapchat-outline:before,
#divFb .ion-social-tumblr:before,
#divFb .ion-social-tumblr-outline:before,
#divFb .ion-social-tux:before,
#divFb .ion-social-twitch:before,
#divFb .ion-social-twitch-outline:before,
#divFb .ion-social-twitter:before,
#divFb .ion-social-twitter-outline:before,
#divFb .ion-social-usd:before,
#divFb .ion-social-usd-outline:before,
#divFb .ion-social-vimeo:before,
#divFb .ion-social-vimeo-outline:before,
#divFb .ion-social-whatsapp:before,
#divFb .ion-social-whatsapp-outline:before,
#divFb .ion-social-windows:before,
#divFb .ion-social-windows-outline:before,
#divFb .ion-social-wordpress:before,
#divFb .ion-social-wordpress-outline:before,
#divFb .ion-social-yahoo:before,
#divFb .ion-social-yahoo-outline:before,
#divFb .ion-social-yen:before,
#divFb .ion-social-yen-outline:before,
#divFb .ion-social-youtube:before,
#divFb .ion-social-youtube-outline:before,
#divFb .ion-soup-can:before,
#divFb .ion-soup-can-outline:before,
#divFb .ion-speakerphone:before,
#divFb .ion-speedometer:before,
#divFb .ion-spoon:before,
#divFb .ion-star:before,
#divFb .ion-stats-bars:before,
#divFb .ion-steam:before,
#divFb .ion-stop:before,
#divFb .ion-thermometer:before,
#divFb .ion-thumbsdown:before,
#divFb .ion-thumbsup:before,
#divFb .ion-toggle:before,
#divFb .ion-toggle-filled:before,
#divFb .ion-transgender:before,
#divFb .ion-trash-a:before,
#divFb .ion-trash-b:before,
#divFb .ion-trophy:before,
#divFb .ion-tshirt:before,
#divFb .ion-tshirt-outline:before,
#divFb .ion-umbrella:before,
#divFb .ion-university:before,
#divFb .ion-unlocked:before,
#divFb .ion-upload:before,
#divFb .ion-usb:before,
#divFb .ion-videocamera:before,
#divFb .ion-volume-high:before,
#divFb .ion-volume-low:before,
#divFb .ion-volume-medium:before,
#divFb .ion-volume-mute:before,
#divFb .ion-wand:before,
#divFb .ion-waterdrop:before,
#divFb .ion-wifi:before,
#divFb .ion-wineglass:before,
#divFb .ion-woman:before,
#divFb .ion-wrench:before,
#divFb .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-alert:before,
.contentbox-wrapper .ion-alert:before,
#divFb .ion-alert:before {
  content: "\f101";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-alert-circled:before,
.contentbox-wrapper .ion-alert-circled:before,
#divFb .ion-alert-circled:before {
  content: "\f100";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-add:before,
.contentbox-wrapper .ion-android-add:before,
#divFb .ion-android-add:before {
  content: "\f2c7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-add-circle:before,
.contentbox-wrapper .ion-android-add-circle:before,
#divFb .ion-android-add-circle:before {
  content: "\f359";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-alarm-clock:before,
.contentbox-wrapper .ion-android-alarm-clock:before,
#divFb .ion-android-alarm-clock:before {
  content: "\f35a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-alert:before,
.contentbox-wrapper .ion-android-alert:before,
#divFb .ion-android-alert:before {
  content: "\f35b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-apps:before,
.contentbox-wrapper .ion-android-apps:before,
#divFb .ion-android-apps:before {
  content: "\f35c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-archive:before,
.contentbox-wrapper .ion-android-archive:before,
#divFb .ion-android-archive:before {
  content: "\f2c9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-back:before,
.contentbox-wrapper .ion-android-arrow-back:before,
#divFb .ion-android-arrow-back:before {
  content: "\f2ca";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-down:before,
.contentbox-wrapper .ion-android-arrow-down:before,
#divFb .ion-android-arrow-down:before {
  content: "\f35d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropdown:before,
.contentbox-wrapper .ion-android-arrow-dropdown:before,
#divFb .ion-android-arrow-dropdown:before {
  content: "\f35f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropdown-circle:before,
.contentbox-wrapper .ion-android-arrow-dropdown-circle:before,
#divFb .ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropleft:before,
.contentbox-wrapper .ion-android-arrow-dropleft:before,
#divFb .ion-android-arrow-dropleft:before {
  content: "\f361";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropleft-circle:before,
.contentbox-wrapper .ion-android-arrow-dropleft-circle:before,
#divFb .ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropright:before,
.contentbox-wrapper .ion-android-arrow-dropright:before,
#divFb .ion-android-arrow-dropright:before {
  content: "\f363";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropright-circle:before,
.contentbox-wrapper .ion-android-arrow-dropright-circle:before,
#divFb .ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropup:before,
.contentbox-wrapper .ion-android-arrow-dropup:before,
#divFb .ion-android-arrow-dropup:before {
  content: "\f365";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropup-circle:before,
.contentbox-wrapper .ion-android-arrow-dropup-circle:before,
#divFb .ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-forward:before,
.contentbox-wrapper .ion-android-arrow-forward:before,
#divFb .ion-android-arrow-forward:before {
  content: "\f30f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-up:before,
.contentbox-wrapper .ion-android-arrow-up:before,
#divFb .ion-android-arrow-up:before {
  content: "\f366";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-attach:before,
.contentbox-wrapper .ion-android-attach:before,
#divFb .ion-android-attach:before {
  content: "\f367";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bar:before,
.contentbox-wrapper .ion-android-bar:before,
#divFb .ion-android-bar:before {
  content: "\f368";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bicycle:before,
.contentbox-wrapper .ion-android-bicycle:before,
#divFb .ion-android-bicycle:before {
  content: "\f369";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-boat:before,
.contentbox-wrapper .ion-android-boat:before,
#divFb .ion-android-boat:before {
  content: "\f36a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bookmark:before,
.contentbox-wrapper .ion-android-bookmark:before,
#divFb .ion-android-bookmark:before {
  content: "\f36b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bulb:before,
.contentbox-wrapper .ion-android-bulb:before,
#divFb .ion-android-bulb:before {
  content: "\f36c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bus:before,
.contentbox-wrapper .ion-android-bus:before,
#divFb .ion-android-bus:before {
  content: "\f36d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-calendar:before,
.contentbox-wrapper .ion-android-calendar:before,
#divFb .ion-android-calendar:before {
  content: "\f2d1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-call:before,
.contentbox-wrapper .ion-android-call:before,
#divFb .ion-android-call:before {
  content: "\f2d2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-camera:before,
.contentbox-wrapper .ion-android-camera:before,
#divFb .ion-android-camera:before {
  content: "\f2d3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cancel:before,
.contentbox-wrapper .ion-android-cancel:before,
#divFb .ion-android-cancel:before {
  content: "\f36e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-car:before,
.contentbox-wrapper .ion-android-car:before,
#divFb .ion-android-car:before {
  content: "\f36f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cart:before,
.contentbox-wrapper .ion-android-cart:before,
#divFb .ion-android-cart:before {
  content: "\f370";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-chat:before,
.contentbox-wrapper .ion-android-chat:before,
#divFb .ion-android-chat:before {
  content: "\f2d4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox:before,
.contentbox-wrapper .ion-android-checkbox:before,
#divFb .ion-android-checkbox:before {
  content: "\f374";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox-blank:before,
.contentbox-wrapper .ion-android-checkbox-blank:before,
#divFb .ion-android-checkbox-blank:before {
  content: "\f371";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox-outline:before,
.contentbox-wrapper .ion-android-checkbox-outline:before,
#divFb .ion-android-checkbox-outline:before {
  content: "\f373";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox-outline-blank:before,
.contentbox-wrapper .ion-android-checkbox-outline-blank:before,
#divFb .ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkmark-circle:before,
.contentbox-wrapper .ion-android-checkmark-circle:before,
#divFb .ion-android-checkmark-circle:before {
  content: "\f375";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-clipboard:before,
.contentbox-wrapper .ion-android-clipboard:before,
#divFb .ion-android-clipboard:before {
  content: "\f376";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-close:before,
.contentbox-wrapper .ion-android-close:before,
#divFb .ion-android-close:before {
  content: "\f2d7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud:before,
.contentbox-wrapper .ion-android-cloud:before,
#divFb .ion-android-cloud:before {
  content: "\f37a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud-circle:before,
.contentbox-wrapper .ion-android-cloud-circle:before,
#divFb .ion-android-cloud-circle:before {
  content: "\f377";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud-done:before,
.contentbox-wrapper .ion-android-cloud-done:before,
#divFb .ion-android-cloud-done:before {
  content: "\f378";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud-outline:before,
.contentbox-wrapper .ion-android-cloud-outline:before,
#divFb .ion-android-cloud-outline:before {
  content: "\f379";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-color-palette:before,
.contentbox-wrapper .ion-android-color-palette:before,
#divFb .ion-android-color-palette:before {
  content: "\f37b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-compass:before,
.contentbox-wrapper .ion-android-compass:before,
#divFb .ion-android-compass:before {
  content: "\f37c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-contact:before,
.contentbox-wrapper .ion-android-contact:before,
#divFb .ion-android-contact:before {
  content: "\f2d8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-contacts:before,
.contentbox-wrapper .ion-android-contacts:before,
#divFb .ion-android-contacts:before {
  content: "\f2d9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-contract:before,
.contentbox-wrapper .ion-android-contract:before,
#divFb .ion-android-contract:before {
  content: "\f37d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-create:before,
.contentbox-wrapper .ion-android-create:before,
#divFb .ion-android-create:before {
  content: "\f37e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-delete:before,
.contentbox-wrapper .ion-android-delete:before,
#divFb .ion-android-delete:before {
  content: "\f37f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-desktop:before,
.contentbox-wrapper .ion-android-desktop:before,
#divFb .ion-android-desktop:before {
  content: "\f380";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-document:before,
.contentbox-wrapper .ion-android-document:before,
#divFb .ion-android-document:before {
  content: "\f381";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-done:before,
.contentbox-wrapper .ion-android-done:before,
#divFb .ion-android-done:before {
  content: "\f383";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-done-all:before,
.contentbox-wrapper .ion-android-done-all:before,
#divFb .ion-android-done-all:before {
  content: "\f382";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-download:before,
.contentbox-wrapper .ion-android-download:before,
#divFb .ion-android-download:before {
  content: "\f2dd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-drafts:before,
.contentbox-wrapper .ion-android-drafts:before,
#divFb .ion-android-drafts:before {
  content: "\f384";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-exit:before,
.contentbox-wrapper .ion-android-exit:before,
#divFb .ion-android-exit:before {
  content: "\f385";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-expand:before,
.contentbox-wrapper .ion-android-expand:before,
#divFb .ion-android-expand:before {
  content: "\f386";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-favorite:before,
.contentbox-wrapper .ion-android-favorite:before,
#divFb .ion-android-favorite:before {
  content: "\f388";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-favorite-outline:before,
.contentbox-wrapper .ion-android-favorite-outline:before,
#divFb .ion-android-favorite-outline:before {
  content: "\f387";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-film:before,
.contentbox-wrapper .ion-android-film:before,
#divFb .ion-android-film:before {
  content: "\f389";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-folder:before,
.contentbox-wrapper .ion-android-folder:before,
#divFb .ion-android-folder:before {
  content: "\f2e0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-folder-open:before,
.contentbox-wrapper .ion-android-folder-open:before,
#divFb .ion-android-folder-open:before {
  content: "\f38a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-funnel:before,
.contentbox-wrapper .ion-android-funnel:before,
#divFb .ion-android-funnel:before {
  content: "\f38b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-globe:before,
.contentbox-wrapper .ion-android-globe:before,
#divFb .ion-android-globe:before {
  content: "\f38c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-hand:before,
.contentbox-wrapper .ion-android-hand:before,
#divFb .ion-android-hand:before {
  content: "\f2e3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-hangout:before,
.contentbox-wrapper .ion-android-hangout:before,
#divFb .ion-android-hangout:before {
  content: "\f38d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-happy:before,
.contentbox-wrapper .ion-android-happy:before,
#divFb .ion-android-happy:before {
  content: "\f38e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-home:before,
.contentbox-wrapper .ion-android-home:before,
#divFb .ion-android-home:before {
  content: "\f38f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-image:before,
.contentbox-wrapper .ion-android-image:before,
#divFb .ion-android-image:before {
  content: "\f2e4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-laptop:before,
.contentbox-wrapper .ion-android-laptop:before,
#divFb .ion-android-laptop:before {
  content: "\f390";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-list:before,
.contentbox-wrapper .ion-android-list:before,
#divFb .ion-android-list:before {
  content: "\f391";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-locate:before,
.contentbox-wrapper .ion-android-locate:before,
#divFb .ion-android-locate:before {
  content: "\f2e9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-lock:before,
.contentbox-wrapper .ion-android-lock:before,
#divFb .ion-android-lock:before {
  content: "\f392";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-mail:before,
.contentbox-wrapper .ion-android-mail:before,
#divFb .ion-android-mail:before {
  content: "\f2eb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-map:before,
.contentbox-wrapper .ion-android-map:before,
#divFb .ion-android-map:before {
  content: "\f393";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-menu:before,
.contentbox-wrapper .ion-android-menu:before,
#divFb .ion-android-menu:before {
  content: "\f394";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-microphone:before,
.contentbox-wrapper .ion-android-microphone:before,
#divFb .ion-android-microphone:before {
  content: "\f2ec";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-microphone-off:before,
.contentbox-wrapper .ion-android-microphone-off:before,
#divFb .ion-android-microphone-off:before {
  content: "\f395";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-more-horizontal:before,
.contentbox-wrapper .ion-android-more-horizontal:before,
#divFb .ion-android-more-horizontal:before {
  content: "\f396";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-more-vertical:before,
.contentbox-wrapper .ion-android-more-vertical:before,
#divFb .ion-android-more-vertical:before {
  content: "\f397";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-navigate:before,
.contentbox-wrapper .ion-android-navigate:before,
#divFb .ion-android-navigate:before {
  content: "\f398";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-notifications:before,
.contentbox-wrapper .ion-android-notifications:before,
#divFb .ion-android-notifications:before {
  content: "\f39b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-notifications-none:before,
.contentbox-wrapper .ion-android-notifications-none:before,
#divFb .ion-android-notifications-none:before {
  content: "\f399";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-notifications-off:before,
.contentbox-wrapper .ion-android-notifications-off:before,
#divFb .ion-android-notifications-off:before {
  content: "\f39a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-open:before,
.contentbox-wrapper .ion-android-open:before,
#divFb .ion-android-open:before {
  content: "\f39c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-options:before,
.contentbox-wrapper .ion-android-options:before,
#divFb .ion-android-options:before {
  content: "\f39d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-people:before,
.contentbox-wrapper .ion-android-people:before,
#divFb .ion-android-people:before {
  content: "\f39e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-person:before,
.contentbox-wrapper .ion-android-person:before,
#divFb .ion-android-person:before {
  content: "\f3a0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-person-add:before,
.contentbox-wrapper .ion-android-person-add:before,
#divFb .ion-android-person-add:before {
  content: "\f39f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-phone-landscape:before,
.contentbox-wrapper .ion-android-phone-landscape:before,
#divFb .ion-android-phone-landscape:before {
  content: "\f3a1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-phone-portrait:before,
.contentbox-wrapper .ion-android-phone-portrait:before,
#divFb .ion-android-phone-portrait:before {
  content: "\f3a2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-pin:before,
.contentbox-wrapper .ion-android-pin:before,
#divFb .ion-android-pin:before {
  content: "\f3a3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-plane:before,
.contentbox-wrapper .ion-android-plane:before,
#divFb .ion-android-plane:before {
  content: "\f3a4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-playstore:before,
.contentbox-wrapper .ion-android-playstore:before,
#divFb .ion-android-playstore:before {
  content: "\f2f0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-print:before,
.contentbox-wrapper .ion-android-print:before,
#divFb .ion-android-print:before {
  content: "\f3a5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-radio-button-off:before,
.contentbox-wrapper .ion-android-radio-button-off:before,
#divFb .ion-android-radio-button-off:before {
  content: "\f3a6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-radio-button-on:before,
.contentbox-wrapper .ion-android-radio-button-on:before,
#divFb .ion-android-radio-button-on:before {
  content: "\f3a7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-refresh:before,
.contentbox-wrapper .ion-android-refresh:before,
#divFb .ion-android-refresh:before {
  content: "\f3a8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-remove:before,
.contentbox-wrapper .ion-android-remove:before,
#divFb .ion-android-remove:before {
  content: "\f2f4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-remove-circle:before,
.contentbox-wrapper .ion-android-remove-circle:before,
#divFb .ion-android-remove-circle:before {
  content: "\f3a9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-restaurant:before,
.contentbox-wrapper .ion-android-restaurant:before,
#divFb .ion-android-restaurant:before {
  content: "\f3aa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-sad:before,
.contentbox-wrapper .ion-android-sad:before,
#divFb .ion-android-sad:before {
  content: "\f3ab";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-search:before,
.contentbox-wrapper .ion-android-search:before,
#divFb .ion-android-search:before {
  content: "\f2f5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-send:before,
.contentbox-wrapper .ion-android-send:before,
#divFb .ion-android-send:before {
  content: "\f2f6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-settings:before,
.contentbox-wrapper .ion-android-settings:before,
#divFb .ion-android-settings:before {
  content: "\f2f7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-share:before,
.contentbox-wrapper .ion-android-share:before,
#divFb .ion-android-share:before {
  content: "\f2f8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-share-alt:before,
.contentbox-wrapper .ion-android-share-alt:before,
#divFb .ion-android-share-alt:before {
  content: "\f3ac";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-star:before,
.contentbox-wrapper .ion-android-star:before,
#divFb .ion-android-star:before {
  content: "\f2fc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-star-half:before,
.contentbox-wrapper .ion-android-star-half:before,
#divFb .ion-android-star-half:before {
  content: "\f3ad";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-star-outline:before,
.contentbox-wrapper .ion-android-star-outline:before,
#divFb .ion-android-star-outline:before {
  content: "\f3ae";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-stopwatch:before,
.contentbox-wrapper .ion-android-stopwatch:before,
#divFb .ion-android-stopwatch:before {
  content: "\f2fd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-subway:before,
.contentbox-wrapper .ion-android-subway:before,
#divFb .ion-android-subway:before {
  content: "\f3af";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-sunny:before,
.contentbox-wrapper .ion-android-sunny:before,
#divFb .ion-android-sunny:before {
  content: "\f3b0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-sync:before,
.contentbox-wrapper .ion-android-sync:before,
#divFb .ion-android-sync:before {
  content: "\f3b1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-textsms:before,
.contentbox-wrapper .ion-android-textsms:before,
#divFb .ion-android-textsms:before {
  content: "\f3b2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-time:before,
.contentbox-wrapper .ion-android-time:before,
#divFb .ion-android-time:before {
  content: "\f3b3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-train:before,
.contentbox-wrapper .ion-android-train:before,
#divFb .ion-android-train:before {
  content: "\f3b4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-unlock:before,
.contentbox-wrapper .ion-android-unlock:before,
#divFb .ion-android-unlock:before {
  content: "\f3b5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-upload:before,
.contentbox-wrapper .ion-android-upload:before,
#divFb .ion-android-upload:before {
  content: "\f3b6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-down:before,
.contentbox-wrapper .ion-android-volume-down:before,
#divFb .ion-android-volume-down:before {
  content: "\f3b7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-mute:before,
.contentbox-wrapper .ion-android-volume-mute:before,
#divFb .ion-android-volume-mute:before {
  content: "\f3b8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-off:before,
.contentbox-wrapper .ion-android-volume-off:before,
#divFb .ion-android-volume-off:before {
  content: "\f3b9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-up:before,
.contentbox-wrapper .ion-android-volume-up:before,
#divFb .ion-android-volume-up:before {
  content: "\f3ba";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-walk:before,
.contentbox-wrapper .ion-android-walk:before,
#divFb .ion-android-walk:before {
  content: "\f3bb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-warning:before,
.contentbox-wrapper .ion-android-warning:before,
#divFb .ion-android-warning:before {
  content: "\f3bc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-watch:before,
.contentbox-wrapper .ion-android-watch:before,
#divFb .ion-android-watch:before {
  content: "\f3bd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-wifi:before,
.contentbox-wrapper .ion-android-wifi:before,
#divFb .ion-android-wifi:before {
  content: "\f305";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-aperture:before,
.contentbox-wrapper .ion-aperture:before,
#divFb .ion-aperture:before {
  content: "\f313";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-archive:before,
.contentbox-wrapper .ion-archive:before,
#divFb .ion-archive:before {
  content: "\f102";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-down-a:before,
.contentbox-wrapper .ion-arrow-down-a:before,
#divFb .ion-arrow-down-a:before {
  content: "\f103";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-down-b:before,
.contentbox-wrapper .ion-arrow-down-b:before,
#divFb .ion-arrow-down-b:before {
  content: "\f104";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-down-c:before,
.contentbox-wrapper .ion-arrow-down-c:before,
#divFb .ion-arrow-down-c:before {
  content: "\f105";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-expand:before,
.contentbox-wrapper .ion-arrow-expand:before,
#divFb .ion-arrow-expand:before {
  content: "\f25e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-down-left:before,
.contentbox-wrapper .ion-arrow-graph-down-left:before,
#divFb .ion-arrow-graph-down-left:before {
  content: "\f25f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-down-right:before,
.contentbox-wrapper .ion-arrow-graph-down-right:before,
#divFb .ion-arrow-graph-down-right:before {
  content: "\f260";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-up-left:before,
.contentbox-wrapper .ion-arrow-graph-up-left:before,
#divFb .ion-arrow-graph-up-left:before {
  content: "\f261";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-up-right:before,
.contentbox-wrapper .ion-arrow-graph-up-right:before,
#divFb .ion-arrow-graph-up-right:before {
  content: "\f262";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-left-a:before,
.contentbox-wrapper .ion-arrow-left-a:before,
#divFb .ion-arrow-left-a:before {
  content: "\f106";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-left-b:before,
.contentbox-wrapper .ion-arrow-left-b:before,
#divFb .ion-arrow-left-b:before {
  content: "\f107";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-left-c:before,
.contentbox-wrapper .ion-arrow-left-c:before,
#divFb .ion-arrow-left-c:before {
  content: "\f108";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-move:before,
.contentbox-wrapper .ion-arrow-move:before,
#divFb .ion-arrow-move:before {
  content: "\f263";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-resize:before,
.contentbox-wrapper .ion-arrow-resize:before,
#divFb .ion-arrow-resize:before {
  content: "\f264";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-return-left:before,
.contentbox-wrapper .ion-arrow-return-left:before,
#divFb .ion-arrow-return-left:before {
  content: "\f265";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-return-right:before,
.contentbox-wrapper .ion-arrow-return-right:before,
#divFb .ion-arrow-return-right:before {
  content: "\f266";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-right-a:before,
.contentbox-wrapper .ion-arrow-right-a:before,
#divFb .ion-arrow-right-a:before {
  content: "\f109";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-right-b:before,
.contentbox-wrapper .ion-arrow-right-b:before,
#divFb .ion-arrow-right-b:before {
  content: "\f10a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-right-c:before,
.contentbox-wrapper .ion-arrow-right-c:before,
#divFb .ion-arrow-right-c:before {
  content: "\f10b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-shrink:before,
.contentbox-wrapper .ion-arrow-shrink:before,
#divFb .ion-arrow-shrink:before {
  content: "\f267";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-swap:before,
.contentbox-wrapper .ion-arrow-swap:before,
#divFb .ion-arrow-swap:before {
  content: "\f268";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-up-a:before,
.contentbox-wrapper .ion-arrow-up-a:before,
#divFb .ion-arrow-up-a:before {
  content: "\f10c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-up-b:before,
.contentbox-wrapper .ion-arrow-up-b:before,
#divFb .ion-arrow-up-b:before {
  content: "\f10d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-up-c:before,
.contentbox-wrapper .ion-arrow-up-c:before,
#divFb .ion-arrow-up-c:before {
  content: "\f10e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-asterisk:before,
.contentbox-wrapper .ion-asterisk:before,
#divFb .ion-asterisk:before {
  content: "\f314";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-at:before,
.contentbox-wrapper .ion-at:before,
#divFb .ion-at:before {
  content: "\f10f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-backspace:before,
.contentbox-wrapper .ion-backspace:before,
#divFb .ion-backspace:before {
  content: "\f3bf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-backspace-outline:before,
.contentbox-wrapper .ion-backspace-outline:before,
#divFb .ion-backspace-outline:before {
  content: "\f3be";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bag:before,
.contentbox-wrapper .ion-bag:before,
#divFb .ion-bag:before {
  content: "\f110";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-charging:before,
.contentbox-wrapper .ion-battery-charging:before,
#divFb .ion-battery-charging:before {
  content: "\f111";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-empty:before,
.contentbox-wrapper .ion-battery-empty:before,
#divFb .ion-battery-empty:before {
  content: "\f112";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-full:before,
.contentbox-wrapper .ion-battery-full:before,
#divFb .ion-battery-full:before {
  content: "\f113";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-half:before,
.contentbox-wrapper .ion-battery-half:before,
#divFb .ion-battery-half:before {
  content: "\f114";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-low:before,
.contentbox-wrapper .ion-battery-low:before,
#divFb .ion-battery-low:before {
  content: "\f115";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-beaker:before,
.contentbox-wrapper .ion-beaker:before,
#divFb .ion-beaker:before {
  content: "\f269";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-beer:before,
.contentbox-wrapper .ion-beer:before,
#divFb .ion-beer:before {
  content: "\f26a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bluetooth:before,
.contentbox-wrapper .ion-bluetooth:before,
#divFb .ion-bluetooth:before {
  content: "\f116";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bonfire:before,
.contentbox-wrapper .ion-bonfire:before,
#divFb .ion-bonfire:before {
  content: "\f315";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bookmark:before,
.contentbox-wrapper .ion-bookmark:before,
#divFb .ion-bookmark:before {
  content: "\f26b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bowtie:before,
.contentbox-wrapper .ion-bowtie:before,
#divFb .ion-bowtie:before {
  content: "\f3c0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-briefcase:before,
.contentbox-wrapper .ion-briefcase:before,
#divFb .ion-briefcase:before {
  content: "\f26c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bug:before,
.contentbox-wrapper .ion-bug:before,
#divFb .ion-bug:before {
  content: "\f2be";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-calculator:before,
.contentbox-wrapper .ion-calculator:before,
#divFb .ion-calculator:before {
  content: "\f26d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-calendar:before,
.contentbox-wrapper .ion-calendar:before,
#divFb .ion-calendar:before {
  content: "\f117";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-camera:before,
.contentbox-wrapper .ion-camera:before,
#divFb .ion-camera:before {
  content: "\f118";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-card:before,
.contentbox-wrapper .ion-card:before,
#divFb .ion-card:before {
  content: "\f119";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-cash:before,
.contentbox-wrapper .ion-cash:before,
#divFb .ion-cash:before {
  content: "\f316";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbox:before,
.contentbox-wrapper .ion-chatbox:before,
#divFb .ion-chatbox:before {
  content: "\f11b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbox-working:before,
.contentbox-wrapper .ion-chatbox-working:before,
#divFb .ion-chatbox-working:before {
  content: "\f11a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatboxes:before,
.contentbox-wrapper .ion-chatboxes:before,
#divFb .ion-chatboxes:before {
  content: "\f11c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbubble:before,
.contentbox-wrapper .ion-chatbubble:before,
#divFb .ion-chatbubble:before {
  content: "\f11e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbubble-working:before,
.contentbox-wrapper .ion-chatbubble-working:before,
#divFb .ion-chatbubble-working:before {
  content: "\f11d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbubbles:before,
.contentbox-wrapper .ion-chatbubbles:before,
#divFb .ion-chatbubbles:before {
  content: "\f11f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-checkmark:before,
.contentbox-wrapper .ion-checkmark:before,
#divFb .ion-checkmark:before {
  content: "\f122";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-checkmark-circled:before,
.contentbox-wrapper .ion-checkmark-circled:before,
#divFb .ion-checkmark-circled:before {
  content: "\f120";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-checkmark-round:before,
.contentbox-wrapper .ion-checkmark-round:before,
#divFb .ion-checkmark-round:before {
  content: "\f121";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-down:before,
.contentbox-wrapper .ion-chevron-down:before,
#divFb .ion-chevron-down:before {
  content: "\f123";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-left:before,
.contentbox-wrapper .ion-chevron-left:before,
#divFb .ion-chevron-left:before {
  content: "\f124";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-right:before,
.contentbox-wrapper .ion-chevron-right:before,
#divFb .ion-chevron-right:before {
  content: "\f125";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-up:before,
.contentbox-wrapper .ion-chevron-up:before,
#divFb .ion-chevron-up:before {
  content: "\f126";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-clipboard:before,
.contentbox-wrapper .ion-clipboard:before,
#divFb .ion-clipboard:before {
  content: "\f127";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-clock:before,
.contentbox-wrapper .ion-clock:before,
#divFb .ion-clock:before {
  content: "\f26e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-close:before,
.contentbox-wrapper .ion-close:before,
#divFb .ion-close:before {
  content: "\f12a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-close-circled:before,
.contentbox-wrapper .ion-close-circled:before,
#divFb .ion-close-circled:before {
  content: "\f128";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-close-round:before,
.contentbox-wrapper .ion-close-round:before,
#divFb .ion-close-round:before {
  content: "\f129";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-closed-captioning:before,
.contentbox-wrapper .ion-closed-captioning:before,
#divFb .ion-closed-captioning:before {
  content: "\f317";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-cloud:before,
.contentbox-wrapper .ion-cloud:before,
#divFb .ion-cloud:before {
  content: "\f12b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-code:before,
.contentbox-wrapper .ion-code:before,
#divFb .ion-code:before {
  content: "\f271";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-code-download:before,
.contentbox-wrapper .ion-code-download:before,
#divFb .ion-code-download:before {
  content: "\f26f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-code-working:before,
.contentbox-wrapper .ion-code-working:before,
#divFb .ion-code-working:before {
  content: "\f270";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-coffee:before,
.contentbox-wrapper .ion-coffee:before,
#divFb .ion-coffee:before {
  content: "\f272";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-compass:before,
.contentbox-wrapper .ion-compass:before,
#divFb .ion-compass:before {
  content: "\f273";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-compose:before,
.contentbox-wrapper .ion-compose:before,
#divFb .ion-compose:before {
  content: "\f12c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-connection-bars:before,
.contentbox-wrapper .ion-connection-bars:before,
#divFb .ion-connection-bars:before {
  content: "\f274";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-contrast:before,
.contentbox-wrapper .ion-contrast:before,
#divFb .ion-contrast:before {
  content: "\f275";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-crop:before,
.contentbox-wrapper .ion-crop:before,
#divFb .ion-crop:before {
  content: "\f3c1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-cube:before,
.contentbox-wrapper .ion-cube:before,
#divFb .ion-cube:before {
  content: "\f318";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-disc:before,
.contentbox-wrapper .ion-disc:before,
#divFb .ion-disc:before {
  content: "\f12d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-document:before,
.contentbox-wrapper .ion-document:before,
#divFb .ion-document:before {
  content: "\f12f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-document-text:before,
.contentbox-wrapper .ion-document-text:before,
#divFb .ion-document-text:before {
  content: "\f12e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-drag:before,
.contentbox-wrapper .ion-drag:before,
#divFb .ion-drag:before {
  content: "\f130";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-earth:before,
.contentbox-wrapper .ion-earth:before,
#divFb .ion-earth:before {
  content: "\f276";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-easel:before,
.contentbox-wrapper .ion-easel:before,
#divFb .ion-easel:before {
  content: "\f3c2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-edit:before,
.contentbox-wrapper .ion-edit:before,
#divFb .ion-edit:before {
  content: "\f2bf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-egg:before,
.contentbox-wrapper .ion-egg:before,
#divFb .ion-egg:before {
  content: "\f277";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-eject:before,
.contentbox-wrapper .ion-eject:before,
#divFb .ion-eject:before {
  content: "\f131";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-email:before,
.contentbox-wrapper .ion-email:before,
#divFb .ion-email:before {
  content: "\f132";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-email-unread:before,
.contentbox-wrapper .ion-email-unread:before,
#divFb .ion-email-unread:before {
  content: "\f3c3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-erlenmeyer-flask:before,
.contentbox-wrapper .ion-erlenmeyer-flask:before,
#divFb .ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-erlenmeyer-flask-bubbles:before,
.contentbox-wrapper .ion-erlenmeyer-flask-bubbles:before,
#divFb .ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-eye:before,
.contentbox-wrapper .ion-eye:before,
#divFb .ion-eye:before {
  content: "\f133";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-eye-disabled:before,
.contentbox-wrapper .ion-eye-disabled:before,
#divFb .ion-eye-disabled:before {
  content: "\f306";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-female:before,
.contentbox-wrapper .ion-female:before,
#divFb .ion-female:before {
  content: "\f278";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-filing:before,
.contentbox-wrapper .ion-filing:before,
#divFb .ion-filing:before {
  content: "\f134";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-film-marker:before,
.contentbox-wrapper .ion-film-marker:before,
#divFb .ion-film-marker:before {
  content: "\f135";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-fireball:before,
.contentbox-wrapper .ion-fireball:before,
#divFb .ion-fireball:before {
  content: "\f319";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flag:before,
.contentbox-wrapper .ion-flag:before,
#divFb .ion-flag:before {
  content: "\f279";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flame:before,
.contentbox-wrapper .ion-flame:before,
#divFb .ion-flame:before {
  content: "\f31a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flash:before,
.contentbox-wrapper .ion-flash:before,
#divFb .ion-flash:before {
  content: "\f137";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flash-off:before,
.contentbox-wrapper .ion-flash-off:before,
#divFb .ion-flash-off:before {
  content: "\f136";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-folder:before,
.contentbox-wrapper .ion-folder:before,
#divFb .ion-folder:before {
  content: "\f139";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-fork:before,
.contentbox-wrapper .ion-fork:before,
#divFb .ion-fork:before {
  content: "\f27a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-fork-repo:before,
.contentbox-wrapper .ion-fork-repo:before,
#divFb .ion-fork-repo:before {
  content: "\f2c0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-forward:before,
.contentbox-wrapper .ion-forward:before,
#divFb .ion-forward:before {
  content: "\f13a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-funnel:before,
.contentbox-wrapper .ion-funnel:before,
#divFb .ion-funnel:before {
  content: "\f31b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-gear-a:before,
.contentbox-wrapper .ion-gear-a:before,
#divFb .ion-gear-a:before {
  content: "\f13d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-gear-b:before,
.contentbox-wrapper .ion-gear-b:before,
#divFb .ion-gear-b:before {
  content: "\f13e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-grid:before,
.contentbox-wrapper .ion-grid:before,
#divFb .ion-grid:before {
  content: "\f13f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-hammer:before,
.contentbox-wrapper .ion-hammer:before,
#divFb .ion-hammer:before {
  content: "\f27b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-happy:before,
.contentbox-wrapper .ion-happy:before,
#divFb .ion-happy:before {
  content: "\f31c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-happy-outline:before,
.contentbox-wrapper .ion-happy-outline:before,
#divFb .ion-happy-outline:before {
  content: "\f3c6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-headphone:before,
.contentbox-wrapper .ion-headphone:before,
#divFb .ion-headphone:before {
  content: "\f140";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-heart:before,
.contentbox-wrapper .ion-heart:before,
#divFb .ion-heart:before {
  content: "\f141";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-heart-broken:before,
.contentbox-wrapper .ion-heart-broken:before,
#divFb .ion-heart-broken:before {
  content: "\f31d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-help:before,
.contentbox-wrapper .ion-help:before,
#divFb .ion-help:before {
  content: "\f143";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-help-buoy:before,
.contentbox-wrapper .ion-help-buoy:before,
#divFb .ion-help-buoy:before {
  content: "\f27c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-help-circled:before,
.contentbox-wrapper .ion-help-circled:before,
#divFb .ion-help-circled:before {
  content: "\f142";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-home:before,
.contentbox-wrapper .ion-home:before,
#divFb .ion-home:before {
  content: "\f144";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-icecream:before,
.contentbox-wrapper .ion-icecream:before,
#divFb .ion-icecream:before {
  content: "\f27d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-image:before,
.contentbox-wrapper .ion-image:before,
#divFb .ion-image:before {
  content: "\f147";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-images:before,
.contentbox-wrapper .ion-images:before,
#divFb .ion-images:before {
  content: "\f148";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-information:before,
.contentbox-wrapper .ion-information:before,
#divFb .ion-information:before {
  content: "\f14a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-information-circled:before,
.contentbox-wrapper .ion-information-circled:before,
#divFb .ion-information-circled:before {
  content: "\f149";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ionic:before,
.contentbox-wrapper .ion-ionic:before,
#divFb .ion-ionic:before {
  content: "\f14b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-alarm:before,
.contentbox-wrapper .ion-ios-alarm:before,
#divFb .ion-ios-alarm:before {
  content: "\f3c8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-alarm-outline:before,
.contentbox-wrapper .ion-ios-alarm-outline:before,
#divFb .ion-ios-alarm-outline:before {
  content: "\f3c7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-albums:before,
.contentbox-wrapper .ion-ios-albums:before,
#divFb .ion-ios-albums:before {
  content: "\f3ca";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-albums-outline:before,
.contentbox-wrapper .ion-ios-albums-outline:before,
#divFb .ion-ios-albums-outline:before {
  content: "\f3c9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-americanfootball:before,
.contentbox-wrapper .ion-ios-americanfootball:before,
#divFb .ion-ios-americanfootball:before {
  content: "\f3cc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-americanfootball-outline:before,
.contentbox-wrapper .ion-ios-americanfootball-outline:before,
#divFb .ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-analytics:before,
.contentbox-wrapper .ion-ios-analytics:before,
#divFb .ion-ios-analytics:before {
  content: "\f3ce";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-analytics-outline:before,
.contentbox-wrapper .ion-ios-analytics-outline:before,
#divFb .ion-ios-analytics-outline:before {
  content: "\f3cd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-back:before,
.contentbox-wrapper .ion-ios-arrow-back:before,
#divFb .ion-ios-arrow-back:before {
  content: "\f3cf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-down:before,
.contentbox-wrapper .ion-ios-arrow-down:before,
#divFb .ion-ios-arrow-down:before {
  content: "\f3d0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-forward:before,
.contentbox-wrapper .ion-ios-arrow-forward:before,
#divFb .ion-ios-arrow-forward:before {
  content: "\f3d1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-left:before,
.contentbox-wrapper .ion-ios-arrow-left:before,
#divFb .ion-ios-arrow-left:before {
  content: "\f3d2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-right:before,
.contentbox-wrapper .ion-ios-arrow-right:before,
#divFb .ion-ios-arrow-right:before {
  content: "\f3d3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-down:before,
.contentbox-wrapper .ion-ios-arrow-thin-down:before,
#divFb .ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-left:before,
.contentbox-wrapper .ion-ios-arrow-thin-left:before,
#divFb .ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-right:before,
.contentbox-wrapper .ion-ios-arrow-thin-right:before,
#divFb .ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-up:before,
.contentbox-wrapper .ion-ios-arrow-thin-up:before,
#divFb .ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-up:before,
.contentbox-wrapper .ion-ios-arrow-up:before,
#divFb .ion-ios-arrow-up:before {
  content: "\f3d8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-at:before,
.contentbox-wrapper .ion-ios-at:before,
#divFb .ion-ios-at:before {
  content: "\f3da";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-at-outline:before,
.contentbox-wrapper .ion-ios-at-outline:before,
#divFb .ion-ios-at-outline:before {
  content: "\f3d9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-barcode:before,
.contentbox-wrapper .ion-ios-barcode:before,
#divFb .ion-ios-barcode:before {
  content: "\f3dc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-barcode-outline:before,
.contentbox-wrapper .ion-ios-barcode-outline:before,
#divFb .ion-ios-barcode-outline:before {
  content: "\f3db";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-baseball:before,
.contentbox-wrapper .ion-ios-baseball:before,
#divFb .ion-ios-baseball:before {
  content: "\f3de";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-baseball-outline:before,
.contentbox-wrapper .ion-ios-baseball-outline:before,
#divFb .ion-ios-baseball-outline:before {
  content: "\f3dd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-basketball:before,
.contentbox-wrapper .ion-ios-basketball:before,
#divFb .ion-ios-basketball:before {
  content: "\f3e0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-basketball-outline:before,
.contentbox-wrapper .ion-ios-basketball-outline:before,
#divFb .ion-ios-basketball-outline:before {
  content: "\f3df";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bell:before,
.contentbox-wrapper .ion-ios-bell:before,
#divFb .ion-ios-bell:before {
  content: "\f3e2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bell-outline:before,
.contentbox-wrapper .ion-ios-bell-outline:before,
#divFb .ion-ios-bell-outline:before {
  content: "\f3e1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-body:before,
.contentbox-wrapper .ion-ios-body:before,
#divFb .ion-ios-body:before {
  content: "\f3e4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-body-outline:before,
.contentbox-wrapper .ion-ios-body-outline:before,
#divFb .ion-ios-body-outline:before {
  content: "\f3e3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bolt:before,
.contentbox-wrapper .ion-ios-bolt:before,
#divFb .ion-ios-bolt:before {
  content: "\f3e6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bolt-outline:before,
.contentbox-wrapper .ion-ios-bolt-outline:before,
#divFb .ion-ios-bolt-outline:before {
  content: "\f3e5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-book:before,
.contentbox-wrapper .ion-ios-book:before,
#divFb .ion-ios-book:before {
  content: "\f3e8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-book-outline:before,
.contentbox-wrapper .ion-ios-book-outline:before,
#divFb .ion-ios-book-outline:before {
  content: "\f3e7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bookmarks:before,
.contentbox-wrapper .ion-ios-bookmarks:before,
#divFb .ion-ios-bookmarks:before {
  content: "\f3ea";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bookmarks-outline:before,
.contentbox-wrapper .ion-ios-bookmarks-outline:before,
#divFb .ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-box:before,
.contentbox-wrapper .ion-ios-box:before,
#divFb .ion-ios-box:before {
  content: "\f3ec";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-box-outline:before,
.contentbox-wrapper .ion-ios-box-outline:before,
#divFb .ion-ios-box-outline:before {
  content: "\f3eb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-briefcase:before,
.contentbox-wrapper .ion-ios-briefcase:before,
#divFb .ion-ios-briefcase:before {
  content: "\f3ee";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-briefcase-outline:before,
.contentbox-wrapper .ion-ios-briefcase-outline:before,
#divFb .ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-browsers:before,
.contentbox-wrapper .ion-ios-browsers:before,
#divFb .ion-ios-browsers:before {
  content: "\f3f0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-browsers-outline:before,
.contentbox-wrapper .ion-ios-browsers-outline:before,
#divFb .ion-ios-browsers-outline:before {
  content: "\f3ef";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calculator:before,
.contentbox-wrapper .ion-ios-calculator:before,
#divFb .ion-ios-calculator:before {
  content: "\f3f2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calculator-outline:before,
.contentbox-wrapper .ion-ios-calculator-outline:before,
#divFb .ion-ios-calculator-outline:before {
  content: "\f3f1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calendar:before,
.contentbox-wrapper .ion-ios-calendar:before,
#divFb .ion-ios-calendar:before {
  content: "\f3f4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calendar-outline:before,
.contentbox-wrapper .ion-ios-calendar-outline:before,
#divFb .ion-ios-calendar-outline:before {
  content: "\f3f3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-camera:before,
.contentbox-wrapper .ion-ios-camera:before,
#divFb .ion-ios-camera:before {
  content: "\f3f6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-camera-outline:before,
.contentbox-wrapper .ion-ios-camera-outline:before,
#divFb .ion-ios-camera-outline:before {
  content: "\f3f5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cart:before,
.contentbox-wrapper .ion-ios-cart:before,
#divFb .ion-ios-cart:before {
  content: "\f3f8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cart-outline:before,
.contentbox-wrapper .ion-ios-cart-outline:before,
#divFb .ion-ios-cart-outline:before {
  content: "\f3f7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatboxes:before,
.contentbox-wrapper .ion-ios-chatboxes:before,
#divFb .ion-ios-chatboxes:before {
  content: "\f3fa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatboxes-outline:before,
.contentbox-wrapper .ion-ios-chatboxes-outline:before,
#divFb .ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatbubble:before,
.contentbox-wrapper .ion-ios-chatbubble:before,
#divFb .ion-ios-chatbubble:before {
  content: "\f3fc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatbubble-outline:before,
.contentbox-wrapper .ion-ios-chatbubble-outline:before,
#divFb .ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-checkmark:before,
.contentbox-wrapper .ion-ios-checkmark:before,
#divFb .ion-ios-checkmark:before {
  content: "\f3ff";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-checkmark-empty:before,
.contentbox-wrapper .ion-ios-checkmark-empty:before,
#divFb .ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-checkmark-outline:before,
.contentbox-wrapper .ion-ios-checkmark-outline:before,
#divFb .ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-circle-filled:before,
.contentbox-wrapper .ion-ios-circle-filled:before,
#divFb .ion-ios-circle-filled:before {
  content: "\f400";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-circle-outline:before,
.contentbox-wrapper .ion-ios-circle-outline:before,
#divFb .ion-ios-circle-outline:before {
  content: "\f401";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-clock:before,
.contentbox-wrapper .ion-ios-clock:before,
#divFb .ion-ios-clock:before {
  content: "\f403";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-clock-outline:before,
.contentbox-wrapper .ion-ios-clock-outline:before,
#divFb .ion-ios-clock-outline:before {
  content: "\f402";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-close:before,
.contentbox-wrapper .ion-ios-close:before,
#divFb .ion-ios-close:before {
  content: "\f406";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-close-empty:before,
.contentbox-wrapper .ion-ios-close-empty:before,
#divFb .ion-ios-close-empty:before {
  content: "\f404";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-close-outline:before,
.contentbox-wrapper .ion-ios-close-outline:before,
#divFb .ion-ios-close-outline:before {
  content: "\f405";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud:before,
.contentbox-wrapper .ion-ios-cloud:before,
#divFb .ion-ios-cloud:before {
  content: "\f40c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-download:before,
.contentbox-wrapper .ion-ios-cloud-download:before,
#divFb .ion-ios-cloud-download:before {
  content: "\f408";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-download-outline:before,
.contentbox-wrapper .ion-ios-cloud-download-outline:before,
#divFb .ion-ios-cloud-download-outline:before {
  content: "\f407";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-outline:before,
.contentbox-wrapper .ion-ios-cloud-outline:before,
#divFb .ion-ios-cloud-outline:before {
  content: "\f409";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-upload:before,
.contentbox-wrapper .ion-ios-cloud-upload:before,
#divFb .ion-ios-cloud-upload:before {
  content: "\f40b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-upload-outline:before,
.contentbox-wrapper .ion-ios-cloud-upload-outline:before,
#divFb .ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy:before,
.contentbox-wrapper .ion-ios-cloudy:before,
#divFb .ion-ios-cloudy:before {
  content: "\f410";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy-night:before,
.contentbox-wrapper .ion-ios-cloudy-night:before,
#divFb .ion-ios-cloudy-night:before {
  content: "\f40e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy-night-outline:before,
.contentbox-wrapper .ion-ios-cloudy-night-outline:before,
#divFb .ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy-outline:before,
.contentbox-wrapper .ion-ios-cloudy-outline:before,
#divFb .ion-ios-cloudy-outline:before {
  content: "\f40f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cog:before,
.contentbox-wrapper .ion-ios-cog:before,
#divFb .ion-ios-cog:before {
  content: "\f412";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cog-outline:before,
.contentbox-wrapper .ion-ios-cog-outline:before,
#divFb .ion-ios-cog-outline:before {
  content: "\f411";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-filter:before,
.contentbox-wrapper .ion-ios-color-filter:before,
#divFb .ion-ios-color-filter:before {
  content: "\f414";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-filter-outline:before,
.contentbox-wrapper .ion-ios-color-filter-outline:before,
#divFb .ion-ios-color-filter-outline:before {
  content: "\f413";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-wand:before,
.contentbox-wrapper .ion-ios-color-wand:before,
#divFb .ion-ios-color-wand:before {
  content: "\f416";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-wand-outline:before,
.contentbox-wrapper .ion-ios-color-wand-outline:before,
#divFb .ion-ios-color-wand-outline:before {
  content: "\f415";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-compose:before,
.contentbox-wrapper .ion-ios-compose:before,
#divFb .ion-ios-compose:before {
  content: "\f418";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-compose-outline:before,
.contentbox-wrapper .ion-ios-compose-outline:before,
#divFb .ion-ios-compose-outline:before {
  content: "\f417";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-contact:before,
.contentbox-wrapper .ion-ios-contact:before,
#divFb .ion-ios-contact:before {
  content: "\f41a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-contact-outline:before,
.contentbox-wrapper .ion-ios-contact-outline:before,
#divFb .ion-ios-contact-outline:before {
  content: "\f419";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-copy:before,
.contentbox-wrapper .ion-ios-copy:before,
#divFb .ion-ios-copy:before {
  content: "\f41c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-copy-outline:before,
.contentbox-wrapper .ion-ios-copy-outline:before,
#divFb .ion-ios-copy-outline:before {
  content: "\f41b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-crop:before,
.contentbox-wrapper .ion-ios-crop:before,
#divFb .ion-ios-crop:before {
  content: "\f41e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-crop-strong:before,
.contentbox-wrapper .ion-ios-crop-strong:before,
#divFb .ion-ios-crop-strong:before {
  content: "\f41d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-download:before,
.contentbox-wrapper .ion-ios-download:before,
#divFb .ion-ios-download:before {
  content: "\f420";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-download-outline:before,
.contentbox-wrapper .ion-ios-download-outline:before,
#divFb .ion-ios-download-outline:before {
  content: "\f41f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-drag:before,
.contentbox-wrapper .ion-ios-drag:before,
#divFb .ion-ios-drag:before {
  content: "\f421";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-email:before,
.contentbox-wrapper .ion-ios-email:before,
#divFb .ion-ios-email:before {
  content: "\f423";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-email-outline:before,
.contentbox-wrapper .ion-ios-email-outline:before,
#divFb .ion-ios-email-outline:before {
  content: "\f422";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-eye:before,
.contentbox-wrapper .ion-ios-eye:before,
#divFb .ion-ios-eye:before {
  content: "\f425";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-eye-outline:before,
.contentbox-wrapper .ion-ios-eye-outline:before,
#divFb .ion-ios-eye-outline:before {
  content: "\f424";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-fastforward:before,
.contentbox-wrapper .ion-ios-fastforward:before,
#divFb .ion-ios-fastforward:before {
  content: "\f427";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-fastforward-outline:before,
.contentbox-wrapper .ion-ios-fastforward-outline:before,
#divFb .ion-ios-fastforward-outline:before {
  content: "\f426";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-filing:before,
.contentbox-wrapper .ion-ios-filing:before,
#divFb .ion-ios-filing:before {
  content: "\f429";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-filing-outline:before,
.contentbox-wrapper .ion-ios-filing-outline:before,
#divFb .ion-ios-filing-outline:before {
  content: "\f428";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-film:before,
.contentbox-wrapper .ion-ios-film:before,
#divFb .ion-ios-film:before {
  content: "\f42b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-film-outline:before,
.contentbox-wrapper .ion-ios-film-outline:before,
#divFb .ion-ios-film-outline:before {
  content: "\f42a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flag:before,
.contentbox-wrapper .ion-ios-flag:before,
#divFb .ion-ios-flag:before {
  content: "\f42d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flag-outline:before,
.contentbox-wrapper .ion-ios-flag-outline:before,
#divFb .ion-ios-flag-outline:before {
  content: "\f42c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flame:before,
.contentbox-wrapper .ion-ios-flame:before,
#divFb .ion-ios-flame:before {
  content: "\f42f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flame-outline:before,
.contentbox-wrapper .ion-ios-flame-outline:before,
#divFb .ion-ios-flame-outline:before {
  content: "\f42e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flask:before,
.contentbox-wrapper .ion-ios-flask:before,
#divFb .ion-ios-flask:before {
  content: "\f431";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flask-outline:before,
.contentbox-wrapper .ion-ios-flask-outline:before,
#divFb .ion-ios-flask-outline:before {
  content: "\f430";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flower:before,
.contentbox-wrapper .ion-ios-flower:before,
#divFb .ion-ios-flower:before {
  content: "\f433";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flower-outline:before,
.contentbox-wrapper .ion-ios-flower-outline:before,
#divFb .ion-ios-flower-outline:before {
  content: "\f432";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-folder:before,
.contentbox-wrapper .ion-ios-folder:before,
#divFb .ion-ios-folder:before {
  content: "\f435";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-folder-outline:before,
.contentbox-wrapper .ion-ios-folder-outline:before,
#divFb .ion-ios-folder-outline:before {
  content: "\f434";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-football:before,
.contentbox-wrapper .ion-ios-football:before,
#divFb .ion-ios-football:before {
  content: "\f437";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-football-outline:before,
.contentbox-wrapper .ion-ios-football-outline:before,
#divFb .ion-ios-football-outline:before {
  content: "\f436";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-a:before,
.contentbox-wrapper .ion-ios-game-controller-a:before,
#divFb .ion-ios-game-controller-a:before {
  content: "\f439";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-a-outline:before,
.contentbox-wrapper .ion-ios-game-controller-a-outline:before,
#divFb .ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-b:before,
.contentbox-wrapper .ion-ios-game-controller-b:before,
#divFb .ion-ios-game-controller-b:before {
  content: "\f43b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-b-outline:before,
.contentbox-wrapper .ion-ios-game-controller-b-outline:before,
#divFb .ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-gear:before,
.contentbox-wrapper .ion-ios-gear:before,
#divFb .ion-ios-gear:before {
  content: "\f43d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-gear-outline:before,
.contentbox-wrapper .ion-ios-gear-outline:before,
#divFb .ion-ios-gear-outline:before {
  content: "\f43c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-glasses:before,
.contentbox-wrapper .ion-ios-glasses:before,
#divFb .ion-ios-glasses:before {
  content: "\f43f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-glasses-outline:before,
.contentbox-wrapper .ion-ios-glasses-outline:before,
#divFb .ion-ios-glasses-outline:before {
  content: "\f43e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-grid-view:before,
.contentbox-wrapper .ion-ios-grid-view:before,
#divFb .ion-ios-grid-view:before {
  content: "\f441";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-grid-view-outline:before,
.contentbox-wrapper .ion-ios-grid-view-outline:before,
#divFb .ion-ios-grid-view-outline:before {
  content: "\f440";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-heart:before,
.contentbox-wrapper .ion-ios-heart:before,
#divFb .ion-ios-heart:before {
  content: "\f443";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-heart-outline:before,
.contentbox-wrapper .ion-ios-heart-outline:before,
#divFb .ion-ios-heart-outline:before {
  content: "\f442";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-help:before,
.contentbox-wrapper .ion-ios-help:before,
#divFb .ion-ios-help:before {
  content: "\f446";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-help-empty:before,
.contentbox-wrapper .ion-ios-help-empty:before,
#divFb .ion-ios-help-empty:before {
  content: "\f444";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-help-outline:before,
.contentbox-wrapper .ion-ios-help-outline:before,
#divFb .ion-ios-help-outline:before {
  content: "\f445";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-home:before,
.contentbox-wrapper .ion-ios-home:before,
#divFb .ion-ios-home:before {
  content: "\f448";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-home-outline:before,
.contentbox-wrapper .ion-ios-home-outline:before,
#divFb .ion-ios-home-outline:before {
  content: "\f447";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-infinite:before,
.contentbox-wrapper .ion-ios-infinite:before,
#divFb .ion-ios-infinite:before {
  content: "\f44a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-infinite-outline:before,
.contentbox-wrapper .ion-ios-infinite-outline:before,
#divFb .ion-ios-infinite-outline:before {
  content: "\f449";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-information:before,
.contentbox-wrapper .ion-ios-information:before,
#divFb .ion-ios-information:before {
  content: "\f44d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-information-empty:before,
.contentbox-wrapper .ion-ios-information-empty:before,
#divFb .ion-ios-information-empty:before {
  content: "\f44b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-information-outline:before,
.contentbox-wrapper .ion-ios-information-outline:before,
#divFb .ion-ios-information-outline:before {
  content: "\f44c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-ionic-outline:before,
.contentbox-wrapper .ion-ios-ionic-outline:before,
#divFb .ion-ios-ionic-outline:before {
  content: "\f44e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-keypad:before,
.contentbox-wrapper .ion-ios-keypad:before,
#divFb .ion-ios-keypad:before {
  content: "\f450";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-keypad-outline:before,
.contentbox-wrapper .ion-ios-keypad-outline:before,
#divFb .ion-ios-keypad-outline:before {
  content: "\f44f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-lightbulb:before,
.contentbox-wrapper .ion-ios-lightbulb:before,
#divFb .ion-ios-lightbulb:before {
  content: "\f452";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-lightbulb-outline:before,
.contentbox-wrapper .ion-ios-lightbulb-outline:before,
#divFb .ion-ios-lightbulb-outline:before {
  content: "\f451";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-list:before,
.contentbox-wrapper .ion-ios-list:before,
#divFb .ion-ios-list:before {
  content: "\f454";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-list-outline:before,
.contentbox-wrapper .ion-ios-list-outline:before,
#divFb .ion-ios-list-outline:before {
  content: "\f453";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-location:before,
.contentbox-wrapper .ion-ios-location:before,
#divFb .ion-ios-location:before {
  content: "\f456";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-location-outline:before,
.contentbox-wrapper .ion-ios-location-outline:before,
#divFb .ion-ios-location-outline:before {
  content: "\f455";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-locked:before,
.contentbox-wrapper .ion-ios-locked:before,
#divFb .ion-ios-locked:before {
  content: "\f458";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-locked-outline:before,
.contentbox-wrapper .ion-ios-locked-outline:before,
#divFb .ion-ios-locked-outline:before {
  content: "\f457";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-loop:before,
.contentbox-wrapper .ion-ios-loop:before,
#divFb .ion-ios-loop:before {
  content: "\f45a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-loop-strong:before,
.contentbox-wrapper .ion-ios-loop-strong:before,
#divFb .ion-ios-loop-strong:before {
  content: "\f459";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medical:before,
.contentbox-wrapper .ion-ios-medical:before,
#divFb .ion-ios-medical:before {
  content: "\f45c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medical-outline:before,
.contentbox-wrapper .ion-ios-medical-outline:before,
#divFb .ion-ios-medical-outline:before {
  content: "\f45b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medkit:before,
.contentbox-wrapper .ion-ios-medkit:before,
#divFb .ion-ios-medkit:before {
  content: "\f45e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medkit-outline:before,
.contentbox-wrapper .ion-ios-medkit-outline:before,
#divFb .ion-ios-medkit-outline:before {
  content: "\f45d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-mic:before,
.contentbox-wrapper .ion-ios-mic:before,
#divFb .ion-ios-mic:before {
  content: "\f461";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-mic-off:before,
.contentbox-wrapper .ion-ios-mic-off:before,
#divFb .ion-ios-mic-off:before {
  content: "\f45f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-mic-outline:before,
.contentbox-wrapper .ion-ios-mic-outline:before,
#divFb .ion-ios-mic-outline:before {
  content: "\f460";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-minus:before,
.contentbox-wrapper .ion-ios-minus:before,
#divFb .ion-ios-minus:before {
  content: "\f464";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-minus-empty:before,
.contentbox-wrapper .ion-ios-minus-empty:before,
#divFb .ion-ios-minus-empty:before {
  content: "\f462";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-minus-outline:before,
.contentbox-wrapper .ion-ios-minus-outline:before,
#divFb .ion-ios-minus-outline:before {
  content: "\f463";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-monitor:before,
.contentbox-wrapper .ion-ios-monitor:before,
#divFb .ion-ios-monitor:before {
  content: "\f466";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-monitor-outline:before,
.contentbox-wrapper .ion-ios-monitor-outline:before,
#divFb .ion-ios-monitor-outline:before {
  content: "\f465";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-moon:before,
.contentbox-wrapper .ion-ios-moon:before,
#divFb .ion-ios-moon:before {
  content: "\f468";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-moon-outline:before,
.contentbox-wrapper .ion-ios-moon-outline:before,
#divFb .ion-ios-moon-outline:before {
  content: "\f467";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-more:before,
.contentbox-wrapper .ion-ios-more:before,
#divFb .ion-ios-more:before {
  content: "\f46a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-more-outline:before,
.contentbox-wrapper .ion-ios-more-outline:before,
#divFb .ion-ios-more-outline:before {
  content: "\f469";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-musical-note:before,
.contentbox-wrapper .ion-ios-musical-note:before,
#divFb .ion-ios-musical-note:before {
  content: "\f46b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-musical-notes:before,
.contentbox-wrapper .ion-ios-musical-notes:before,
#divFb .ion-ios-musical-notes:before {
  content: "\f46c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-navigate:before,
.contentbox-wrapper .ion-ios-navigate:before,
#divFb .ion-ios-navigate:before {
  content: "\f46e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-navigate-outline:before,
.contentbox-wrapper .ion-ios-navigate-outline:before,
#divFb .ion-ios-navigate-outline:before {
  content: "\f46d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-nutrition:before,
.contentbox-wrapper .ion-ios-nutrition:before,
#divFb .ion-ios-nutrition:before {
  content: "\f470";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-nutrition-outline:before,
.contentbox-wrapper .ion-ios-nutrition-outline:before,
#divFb .ion-ios-nutrition-outline:before {
  content: "\f46f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paper:before,
.contentbox-wrapper .ion-ios-paper:before,
#divFb .ion-ios-paper:before {
  content: "\f472";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paper-outline:before,
.contentbox-wrapper .ion-ios-paper-outline:before,
#divFb .ion-ios-paper-outline:before {
  content: "\f471";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paperplane:before,
.contentbox-wrapper .ion-ios-paperplane:before,
#divFb .ion-ios-paperplane:before {
  content: "\f474";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paperplane-outline:before,
.contentbox-wrapper .ion-ios-paperplane-outline:before,
#divFb .ion-ios-paperplane-outline:before {
  content: "\f473";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-partlysunny:before,
.contentbox-wrapper .ion-ios-partlysunny:before,
#divFb .ion-ios-partlysunny:before {
  content: "\f476";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-partlysunny-outline:before,
.contentbox-wrapper .ion-ios-partlysunny-outline:before,
#divFb .ion-ios-partlysunny-outline:before {
  content: "\f475";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pause:before,
.contentbox-wrapper .ion-ios-pause:before,
#divFb .ion-ios-pause:before {
  content: "\f478";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pause-outline:before,
.contentbox-wrapper .ion-ios-pause-outline:before,
#divFb .ion-ios-pause-outline:before {
  content: "\f477";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paw:before,
.contentbox-wrapper .ion-ios-paw:before,
#divFb .ion-ios-paw:before {
  content: "\f47a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paw-outline:before,
.contentbox-wrapper .ion-ios-paw-outline:before,
#divFb .ion-ios-paw-outline:before {
  content: "\f479";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-people:before,
.contentbox-wrapper .ion-ios-people:before,
#divFb .ion-ios-people:before {
  content: "\f47c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-people-outline:before,
.contentbox-wrapper .ion-ios-people-outline:before,
#divFb .ion-ios-people-outline:before {
  content: "\f47b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-person:before,
.contentbox-wrapper .ion-ios-person:before,
#divFb .ion-ios-person:before {
  content: "\f47e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-person-outline:before,
.contentbox-wrapper .ion-ios-person-outline:before,
#divFb .ion-ios-person-outline:before {
  content: "\f47d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-personadd:before,
.contentbox-wrapper .ion-ios-personadd:before,
#divFb .ion-ios-personadd:before {
  content: "\f480";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-personadd-outline:before,
.contentbox-wrapper .ion-ios-personadd-outline:before,
#divFb .ion-ios-personadd-outline:before {
  content: "\f47f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-photos:before,
.contentbox-wrapper .ion-ios-photos:before,
#divFb .ion-ios-photos:before {
  content: "\f482";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-photos-outline:before,
.contentbox-wrapper .ion-ios-photos-outline:before,
#divFb .ion-ios-photos-outline:before {
  content: "\f481";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pie:before,
.contentbox-wrapper .ion-ios-pie:before,
#divFb .ion-ios-pie:before {
  content: "\f484";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pie-outline:before,
.contentbox-wrapper .ion-ios-pie-outline:before,
#divFb .ion-ios-pie-outline:before {
  content: "\f483";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pint:before,
.contentbox-wrapper .ion-ios-pint:before,
#divFb .ion-ios-pint:before {
  content: "\f486";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pint-outline:before,
.contentbox-wrapper .ion-ios-pint-outline:before,
#divFb .ion-ios-pint-outline:before {
  content: "\f485";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-play:before,
.contentbox-wrapper .ion-ios-play:before,
#divFb .ion-ios-play:before {
  content: "\f488";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-play-outline:before,
.contentbox-wrapper .ion-ios-play-outline:before,
#divFb .ion-ios-play-outline:before {
  content: "\f487";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-plus:before,
.contentbox-wrapper .ion-ios-plus:before,
#divFb .ion-ios-plus:before {
  content: "\f48b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-plus-empty:before,
.contentbox-wrapper .ion-ios-plus-empty:before,
#divFb .ion-ios-plus-empty:before {
  content: "\f489";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-plus-outline:before,
.contentbox-wrapper .ion-ios-plus-outline:before,
#divFb .ion-ios-plus-outline:before {
  content: "\f48a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetag:before,
.contentbox-wrapper .ion-ios-pricetag:before,
#divFb .ion-ios-pricetag:before {
  content: "\f48d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetag-outline:before,
.contentbox-wrapper .ion-ios-pricetag-outline:before,
#divFb .ion-ios-pricetag-outline:before {
  content: "\f48c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetags:before,
.contentbox-wrapper .ion-ios-pricetags:before,
#divFb .ion-ios-pricetags:before {
  content: "\f48f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetags-outline:before,
.contentbox-wrapper .ion-ios-pricetags-outline:before,
#divFb .ion-ios-pricetags-outline:before {
  content: "\f48e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-printer:before,
.contentbox-wrapper .ion-ios-printer:before,
#divFb .ion-ios-printer:before {
  content: "\f491";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-printer-outline:before,
.contentbox-wrapper .ion-ios-printer-outline:before,
#divFb .ion-ios-printer-outline:before {
  content: "\f490";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pulse:before,
.contentbox-wrapper .ion-ios-pulse:before,
#divFb .ion-ios-pulse:before {
  content: "\f493";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pulse-strong:before,
.contentbox-wrapper .ion-ios-pulse-strong:before,
#divFb .ion-ios-pulse-strong:before {
  content: "\f492";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rainy:before,
.contentbox-wrapper .ion-ios-rainy:before,
#divFb .ion-ios-rainy:before {
  content: "\f495";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rainy-outline:before,
.contentbox-wrapper .ion-ios-rainy-outline:before,
#divFb .ion-ios-rainy-outline:before {
  content: "\f494";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-recording:before,
.contentbox-wrapper .ion-ios-recording:before,
#divFb .ion-ios-recording:before {
  content: "\f497";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-recording-outline:before,
.contentbox-wrapper .ion-ios-recording-outline:before,
#divFb .ion-ios-recording-outline:before {
  content: "\f496";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-redo:before,
.contentbox-wrapper .ion-ios-redo:before,
#divFb .ion-ios-redo:before {
  content: "\f499";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-redo-outline:before,
.contentbox-wrapper .ion-ios-redo-outline:before,
#divFb .ion-ios-redo-outline:before {
  content: "\f498";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-refresh:before,
.contentbox-wrapper .ion-ios-refresh:before,
#divFb .ion-ios-refresh:before {
  content: "\f49c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-refresh-empty:before,
.contentbox-wrapper .ion-ios-refresh-empty:before,
#divFb .ion-ios-refresh-empty:before {
  content: "\f49a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-refresh-outline:before,
.contentbox-wrapper .ion-ios-refresh-outline:before,
#divFb .ion-ios-refresh-outline:before {
  content: "\f49b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-reload:before,
.contentbox-wrapper .ion-ios-reload:before,
#divFb .ion-ios-reload:before {
  content: "\f49d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-reverse-camera:before,
.contentbox-wrapper .ion-ios-reverse-camera:before,
#divFb .ion-ios-reverse-camera:before {
  content: "\f49f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-reverse-camera-outline:before,
.contentbox-wrapper .ion-ios-reverse-camera-outline:before,
#divFb .ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rewind:before,
.contentbox-wrapper .ion-ios-rewind:before,
#divFb .ion-ios-rewind:before {
  content: "\f4a1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rewind-outline:before,
.contentbox-wrapper .ion-ios-rewind-outline:before,
#divFb .ion-ios-rewind-outline:before {
  content: "\f4a0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rose:before,
.contentbox-wrapper .ion-ios-rose:before,
#divFb .ion-ios-rose:before {
  content: "\f4a3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rose-outline:before,
.contentbox-wrapper .ion-ios-rose-outline:before,
#divFb .ion-ios-rose-outline:before {
  content: "\f4a2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-search:before,
.contentbox-wrapper .ion-ios-search:before,
#divFb .ion-ios-search:before {
  content: "\f4a5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-search-strong:before,
.contentbox-wrapper .ion-ios-search-strong:before,
#divFb .ion-ios-search-strong:before {
  content: "\f4a4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-settings:before,
.contentbox-wrapper .ion-ios-settings:before,
#divFb .ion-ios-settings:before {
  content: "\f4a7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-settings-strong:before,
.contentbox-wrapper .ion-ios-settings-strong:before,
#divFb .ion-ios-settings-strong:before {
  content: "\f4a6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-shuffle:before,
.contentbox-wrapper .ion-ios-shuffle:before,
#divFb .ion-ios-shuffle:before {
  content: "\f4a9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-shuffle-strong:before,
.contentbox-wrapper .ion-ios-shuffle-strong:before,
#divFb .ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipbackward:before,
.contentbox-wrapper .ion-ios-skipbackward:before,
#divFb .ion-ios-skipbackward:before {
  content: "\f4ab";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipbackward-outline:before,
.contentbox-wrapper .ion-ios-skipbackward-outline:before,
#divFb .ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipforward:before,
.contentbox-wrapper .ion-ios-skipforward:before,
#divFb .ion-ios-skipforward:before {
  content: "\f4ad";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipforward-outline:before,
.contentbox-wrapper .ion-ios-skipforward-outline:before,
#divFb .ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-snowy:before,
.contentbox-wrapper .ion-ios-snowy:before,
#divFb .ion-ios-snowy:before {
  content: "\f4ae";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-speedometer:before,
.contentbox-wrapper .ion-ios-speedometer:before,
#divFb .ion-ios-speedometer:before {
  content: "\f4b0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-speedometer-outline:before,
.contentbox-wrapper .ion-ios-speedometer-outline:before,
#divFb .ion-ios-speedometer-outline:before {
  content: "\f4af";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-star:before,
.contentbox-wrapper .ion-ios-star:before,
#divFb .ion-ios-star:before {
  content: "\f4b3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-star-half:before,
.contentbox-wrapper .ion-ios-star-half:before,
#divFb .ion-ios-star-half:before {
  content: "\f4b1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-star-outline:before,
.contentbox-wrapper .ion-ios-star-outline:before,
#divFb .ion-ios-star-outline:before {
  content: "\f4b2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-stopwatch:before,
.contentbox-wrapper .ion-ios-stopwatch:before,
#divFb .ion-ios-stopwatch:before {
  content: "\f4b5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-stopwatch-outline:before,
.contentbox-wrapper .ion-ios-stopwatch-outline:before,
#divFb .ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-sunny:before,
.contentbox-wrapper .ion-ios-sunny:before,
#divFb .ion-ios-sunny:before {
  content: "\f4b7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-sunny-outline:before,
.contentbox-wrapper .ion-ios-sunny-outline:before,
#divFb .ion-ios-sunny-outline:before {
  content: "\f4b6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-telephone:before,
.contentbox-wrapper .ion-ios-telephone:before,
#divFb .ion-ios-telephone:before {
  content: "\f4b9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-telephone-outline:before,
.contentbox-wrapper .ion-ios-telephone-outline:before,
#divFb .ion-ios-telephone-outline:before {
  content: "\f4b8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-tennisball:before,
.contentbox-wrapper .ion-ios-tennisball:before,
#divFb .ion-ios-tennisball:before {
  content: "\f4bb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-tennisball-outline:before,
.contentbox-wrapper .ion-ios-tennisball-outline:before,
#divFb .ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-thunderstorm:before,
.contentbox-wrapper .ion-ios-thunderstorm:before,
#divFb .ion-ios-thunderstorm:before {
  content: "\f4bd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-thunderstorm-outline:before,
.contentbox-wrapper .ion-ios-thunderstorm-outline:before,
#divFb .ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-time:before,
.contentbox-wrapper .ion-ios-time:before,
#divFb .ion-ios-time:before {
  content: "\f4bf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-time-outline:before,
.contentbox-wrapper .ion-ios-time-outline:before,
#divFb .ion-ios-time-outline:before {
  content: "\f4be";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-timer:before,
.contentbox-wrapper .ion-ios-timer:before,
#divFb .ion-ios-timer:before {
  content: "\f4c1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-timer-outline:before,
.contentbox-wrapper .ion-ios-timer-outline:before,
#divFb .ion-ios-timer-outline:before {
  content: "\f4c0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-toggle:before,
.contentbox-wrapper .ion-ios-toggle:before,
#divFb .ion-ios-toggle:before {
  content: "\f4c3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-toggle-outline:before,
.contentbox-wrapper .ion-ios-toggle-outline:before,
#divFb .ion-ios-toggle-outline:before {
  content: "\f4c2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-trash:before,
.contentbox-wrapper .ion-ios-trash:before,
#divFb .ion-ios-trash:before {
  content: "\f4c5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-trash-outline:before,
.contentbox-wrapper .ion-ios-trash-outline:before,
#divFb .ion-ios-trash-outline:before {
  content: "\f4c4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-undo:before,
.contentbox-wrapper .ion-ios-undo:before,
#divFb .ion-ios-undo:before {
  content: "\f4c7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-undo-outline:before,
.contentbox-wrapper .ion-ios-undo-outline:before,
#divFb .ion-ios-undo-outline:before {
  content: "\f4c6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-unlocked:before,
.contentbox-wrapper .ion-ios-unlocked:before,
#divFb .ion-ios-unlocked:before {
  content: "\f4c9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-unlocked-outline:before,
.contentbox-wrapper .ion-ios-unlocked-outline:before,
#divFb .ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-upload:before,
.contentbox-wrapper .ion-ios-upload:before,
#divFb .ion-ios-upload:before {
  content: "\f4cb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-upload-outline:before,
.contentbox-wrapper .ion-ios-upload-outline:before,
#divFb .ion-ios-upload-outline:before {
  content: "\f4ca";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-videocam:before,
.contentbox-wrapper .ion-ios-videocam:before,
#divFb .ion-ios-videocam:before {
  content: "\f4cd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-videocam-outline:before,
.contentbox-wrapper .ion-ios-videocam-outline:before,
#divFb .ion-ios-videocam-outline:before {
  content: "\f4cc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-volume-high:before,
.contentbox-wrapper .ion-ios-volume-high:before,
#divFb .ion-ios-volume-high:before {
  content: "\f4ce";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-volume-low:before,
.contentbox-wrapper .ion-ios-volume-low:before,
#divFb .ion-ios-volume-low:before {
  content: "\f4cf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-wineglass:before,
.contentbox-wrapper .ion-ios-wineglass:before,
#divFb .ion-ios-wineglass:before {
  content: "\f4d1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-wineglass-outline:before,
.contentbox-wrapper .ion-ios-wineglass-outline:before,
#divFb .ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-world:before,
.contentbox-wrapper .ion-ios-world:before,
#divFb .ion-ios-world:before {
  content: "\f4d3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-world-outline:before,
.contentbox-wrapper .ion-ios-world-outline:before,
#divFb .ion-ios-world-outline:before {
  content: "\f4d2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ipad:before,
.contentbox-wrapper .ion-ipad:before,
#divFb .ion-ipad:before {
  content: "\f1f9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-iphone:before,
.contentbox-wrapper .ion-iphone:before,
#divFb .ion-iphone:before {
  content: "\f1fa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ipod:before,
.contentbox-wrapper .ion-ipod:before,
#divFb .ion-ipod:before {
  content: "\f1fb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-jet:before,
.contentbox-wrapper .ion-jet:before,
#divFb .ion-jet:before {
  content: "\f295";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-key:before,
.contentbox-wrapper .ion-key:before,
#divFb .ion-key:before {
  content: "\f296";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-knife:before,
.contentbox-wrapper .ion-knife:before,
#divFb .ion-knife:before {
  content: "\f297";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-laptop:before,
.contentbox-wrapper .ion-laptop:before,
#divFb .ion-laptop:before {
  content: "\f1fc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-leaf:before,
.contentbox-wrapper .ion-leaf:before,
#divFb .ion-leaf:before {
  content: "\f1fd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-levels:before,
.contentbox-wrapper .ion-levels:before,
#divFb .ion-levels:before {
  content: "\f298";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-lightbulb:before,
.contentbox-wrapper .ion-lightbulb:before,
#divFb .ion-lightbulb:before {
  content: "\f299";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-link:before,
.contentbox-wrapper .ion-link:before,
#divFb .ion-link:before {
  content: "\f1fe";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-a:before,
.contentbox-wrapper .ion-load-a:before,
#divFb .ion-load-a:before {
  content: "\f29a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-b:before,
.contentbox-wrapper .ion-load-b:before,
#divFb .ion-load-b:before {
  content: "\f29b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-c:before,
.contentbox-wrapper .ion-load-c:before,
#divFb .ion-load-c:before {
  content: "\f29c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-d:before,
.contentbox-wrapper .ion-load-d:before,
#divFb .ion-load-d:before {
  content: "\f29d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-location:before,
.contentbox-wrapper .ion-location:before,
#divFb .ion-location:before {
  content: "\f1ff";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-lock-combination:before,
.contentbox-wrapper .ion-lock-combination:before,
#divFb .ion-lock-combination:before {
  content: "\f4d4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-locked:before,
.contentbox-wrapper .ion-locked:before,
#divFb .ion-locked:before {
  content: "\f200";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-log-in:before,
.contentbox-wrapper .ion-log-in:before,
#divFb .ion-log-in:before {
  content: "\f29e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-log-out:before,
.contentbox-wrapper .ion-log-out:before,
#divFb .ion-log-out:before {
  content: "\f29f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-loop:before,
.contentbox-wrapper .ion-loop:before,
#divFb .ion-loop:before {
  content: "\f201";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-magnet:before,
.contentbox-wrapper .ion-magnet:before,
#divFb .ion-magnet:before {
  content: "\f2a0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-male:before,
.contentbox-wrapper .ion-male:before,
#divFb .ion-male:before {
  content: "\f2a1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-man:before,
.contentbox-wrapper .ion-man:before,
#divFb .ion-man:before {
  content: "\f202";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-map:before,
.contentbox-wrapper .ion-map:before,
#divFb .ion-map:before {
  content: "\f203";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-medkit:before,
.contentbox-wrapper .ion-medkit:before,
#divFb .ion-medkit:before {
  content: "\f2a2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-merge:before,
.contentbox-wrapper .ion-merge:before,
#divFb .ion-merge:before {
  content: "\f33f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mic-a:before,
.contentbox-wrapper .ion-mic-a:before,
#divFb .ion-mic-a:before {
  content: "\f204";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mic-b:before,
.contentbox-wrapper .ion-mic-b:before,
#divFb .ion-mic-b:before {
  content: "\f205";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mic-c:before,
.contentbox-wrapper .ion-mic-c:before,
#divFb .ion-mic-c:before {
  content: "\f206";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-minus:before,
.contentbox-wrapper .ion-minus:before,
#divFb .ion-minus:before {
  content: "\f209";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-minus-circled:before,
.contentbox-wrapper .ion-minus-circled:before,
#divFb .ion-minus-circled:before {
  content: "\f207";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-minus-round:before,
.contentbox-wrapper .ion-minus-round:before,
#divFb .ion-minus-round:before {
  content: "\f208";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-model-s:before,
.contentbox-wrapper .ion-model-s:before,
#divFb .ion-model-s:before {
  content: "\f2c1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-monitor:before,
.contentbox-wrapper .ion-monitor:before,
#divFb .ion-monitor:before {
  content: "\f20a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-more:before,
.contentbox-wrapper .ion-more:before,
#divFb .ion-more:before {
  content: "\f20b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mouse:before,
.contentbox-wrapper .ion-mouse:before,
#divFb .ion-mouse:before {
  content: "\f340";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-music-note:before,
.contentbox-wrapper .ion-music-note:before,
#divFb .ion-music-note:before {
  content: "\f20c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-navicon:before,
.contentbox-wrapper .ion-navicon:before,
#divFb .ion-navicon:before {
  content: "\f20e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-navicon-round:before,
.contentbox-wrapper .ion-navicon-round:before,
#divFb .ion-navicon-round:before {
  content: "\f20d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-navigate:before,
.contentbox-wrapper .ion-navigate:before,
#divFb .ion-navigate:before {
  content: "\f2a3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-network:before,
.contentbox-wrapper .ion-network:before,
#divFb .ion-network:before {
  content: "\f341";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-no-smoking:before,
.contentbox-wrapper .ion-no-smoking:before,
#divFb .ion-no-smoking:before {
  content: "\f2c2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-nuclear:before,
.contentbox-wrapper .ion-nuclear:before,
#divFb .ion-nuclear:before {
  content: "\f2a4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-outlet:before,
.contentbox-wrapper .ion-outlet:before,
#divFb .ion-outlet:before {
  content: "\f342";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paintbrush:before,
.contentbox-wrapper .ion-paintbrush:before,
#divFb .ion-paintbrush:before {
  content: "\f4d5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paintbucket:before,
.contentbox-wrapper .ion-paintbucket:before,
#divFb .ion-paintbucket:before {
  content: "\f4d6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paper-airplane:before,
.contentbox-wrapper .ion-paper-airplane:before,
#divFb .ion-paper-airplane:before {
  content: "\f2c3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paperclip:before,
.contentbox-wrapper .ion-paperclip:before,
#divFb .ion-paperclip:before {
  content: "\f20f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pause:before,
.contentbox-wrapper .ion-pause:before,
#divFb .ion-pause:before {
  content: "\f210";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-person:before,
.contentbox-wrapper .ion-person:before,
#divFb .ion-person:before {
  content: "\f213";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-person-add:before,
.contentbox-wrapper .ion-person-add:before,
#divFb .ion-person-add:before {
  content: "\f211";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-person-stalker:before,
.contentbox-wrapper .ion-person-stalker:before,
#divFb .ion-person-stalker:before {
  content: "\f212";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pie-graph:before,
.contentbox-wrapper .ion-pie-graph:before,
#divFb .ion-pie-graph:before {
  content: "\f2a5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pin:before,
.contentbox-wrapper .ion-pin:before,
#divFb .ion-pin:before {
  content: "\f2a6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pinpoint:before,
.contentbox-wrapper .ion-pinpoint:before,
#divFb .ion-pinpoint:before {
  content: "\f2a7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pizza:before,
.contentbox-wrapper .ion-pizza:before,
#divFb .ion-pizza:before {
  content: "\f2a8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plane:before,
.contentbox-wrapper .ion-plane:before,
#divFb .ion-plane:before {
  content: "\f214";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-planet:before,
.contentbox-wrapper .ion-planet:before,
#divFb .ion-planet:before {
  content: "\f343";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-play:before,
.contentbox-wrapper .ion-play:before,
#divFb .ion-play:before {
  content: "\f215";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-playstation:before,
.contentbox-wrapper .ion-playstation:before,
#divFb .ion-playstation:before {
  content: "\f30a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plus:before,
.contentbox-wrapper .ion-plus:before,
#divFb .ion-plus:before {
  content: "\f218";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plus-circled:before,
.contentbox-wrapper .ion-plus-circled:before,
#divFb .ion-plus-circled:before {
  content: "\f216";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plus-round:before,
.contentbox-wrapper .ion-plus-round:before,
#divFb .ion-plus-round:before {
  content: "\f217";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-podium:before,
.contentbox-wrapper .ion-podium:before,
#divFb .ion-podium:before {
  content: "\f344";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pound:before,
.contentbox-wrapper .ion-pound:before,
#divFb .ion-pound:before {
  content: "\f219";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-power:before,
.contentbox-wrapper .ion-power:before,
#divFb .ion-power:before {
  content: "\f2a9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pricetag:before,
.contentbox-wrapper .ion-pricetag:before,
#divFb .ion-pricetag:before {
  content: "\f2aa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pricetags:before,
.contentbox-wrapper .ion-pricetags:before,
#divFb .ion-pricetags:before {
  content: "\f2ab";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-printer:before,
.contentbox-wrapper .ion-printer:before,
#divFb .ion-printer:before {
  content: "\f21a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pull-request:before,
.contentbox-wrapper .ion-pull-request:before,
#divFb .ion-pull-request:before {
  content: "\f345";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-qr-scanner:before,
.contentbox-wrapper .ion-qr-scanner:before,
#divFb .ion-qr-scanner:before {
  content: "\f346";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-quote:before,
.contentbox-wrapper .ion-quote:before,
#divFb .ion-quote:before {
  content: "\f347";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-radio-waves:before,
.contentbox-wrapper .ion-radio-waves:before,
#divFb .ion-radio-waves:before {
  content: "\f2ac";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-record:before,
.contentbox-wrapper .ion-record:before,
#divFb .ion-record:before {
  content: "\f21b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-refresh:before,
.contentbox-wrapper .ion-refresh:before,
#divFb .ion-refresh:before {
  content: "\f21c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-reply:before,
.contentbox-wrapper .ion-reply:before,
#divFb .ion-reply:before {
  content: "\f21e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-reply-all:before,
.contentbox-wrapper .ion-reply-all:before,
#divFb .ion-reply-all:before {
  content: "\f21d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ribbon-a:before,
.contentbox-wrapper .ion-ribbon-a:before,
#divFb .ion-ribbon-a:before {
  content: "\f348";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ribbon-b:before,
.contentbox-wrapper .ion-ribbon-b:before,
#divFb .ion-ribbon-b:before {
  content: "\f349";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-sad:before,
.contentbox-wrapper .ion-sad:before,
#divFb .ion-sad:before {
  content: "\f34a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-sad-outline:before,
.contentbox-wrapper .ion-sad-outline:before,
#divFb .ion-sad-outline:before {
  content: "\f4d7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-scissors:before,
.contentbox-wrapper .ion-scissors:before,
#divFb .ion-scissors:before {
  content: "\f34b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-search:before,
.contentbox-wrapper .ion-search:before,
#divFb .ion-search:before {
  content: "\f21f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-settings:before,
.contentbox-wrapper .ion-settings:before,
#divFb .ion-settings:before {
  content: "\f2ad";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-share:before,
.contentbox-wrapper .ion-share:before,
#divFb .ion-share:before {
  content: "\f220";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-shuffle:before,
.contentbox-wrapper .ion-shuffle:before,
#divFb .ion-shuffle:before {
  content: "\f221";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-skip-backward:before,
.contentbox-wrapper .ion-skip-backward:before,
#divFb .ion-skip-backward:before {
  content: "\f222";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-skip-forward:before,
.contentbox-wrapper .ion-skip-forward:before,
#divFb .ion-skip-forward:before {
  content: "\f223";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-android:before,
.contentbox-wrapper .ion-social-android:before,
#divFb .ion-social-android:before {
  content: "\f225";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-android-outline:before,
.contentbox-wrapper .ion-social-android-outline:before,
#divFb .ion-social-android-outline:before {
  content: "\f224";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-angular:before,
.contentbox-wrapper .ion-social-angular:before,
#divFb .ion-social-angular:before {
  content: "\f4d9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-angular-outline:before,
.contentbox-wrapper .ion-social-angular-outline:before,
#divFb .ion-social-angular-outline:before {
  content: "\f4d8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-apple:before,
.contentbox-wrapper .ion-social-apple:before,
#divFb .ion-social-apple:before {
  content: "\f227";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-apple-outline:before,
.contentbox-wrapper .ion-social-apple-outline:before,
#divFb .ion-social-apple-outline:before {
  content: "\f226";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-bitcoin:before,
.contentbox-wrapper .ion-social-bitcoin:before,
#divFb .ion-social-bitcoin:before {
  content: "\f2af";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-bitcoin-outline:before,
.contentbox-wrapper .ion-social-bitcoin-outline:before,
#divFb .ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-buffer:before,
.contentbox-wrapper .ion-social-buffer:before,
#divFb .ion-social-buffer:before {
  content: "\f229";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-buffer-outline:before,
.contentbox-wrapper .ion-social-buffer-outline:before,
#divFb .ion-social-buffer-outline:before {
  content: "\f228";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-chrome:before,
.contentbox-wrapper .ion-social-chrome:before,
#divFb .ion-social-chrome:before {
  content: "\f4db";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-chrome-outline:before,
.contentbox-wrapper .ion-social-chrome-outline:before,
#divFb .ion-social-chrome-outline:before {
  content: "\f4da";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-codepen:before,
.contentbox-wrapper .ion-social-codepen:before,
#divFb .ion-social-codepen:before {
  content: "\f4dd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-codepen-outline:before,
.contentbox-wrapper .ion-social-codepen-outline:before,
#divFb .ion-social-codepen-outline:before {
  content: "\f4dc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-css3:before,
.contentbox-wrapper .ion-social-css3:before,
#divFb .ion-social-css3:before {
  content: "\f4df";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-css3-outline:before,
.contentbox-wrapper .ion-social-css3-outline:before,
#divFb .ion-social-css3-outline:before {
  content: "\f4de";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-designernews:before,
.contentbox-wrapper .ion-social-designernews:before,
#divFb .ion-social-designernews:before {
  content: "\f22b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-designernews-outline:before,
.contentbox-wrapper .ion-social-designernews-outline:before,
#divFb .ion-social-designernews-outline:before {
  content: "\f22a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dribbble:before,
.contentbox-wrapper .ion-social-dribbble:before,
#divFb .ion-social-dribbble:before {
  content: "\f22d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dribbble-outline:before,
.contentbox-wrapper .ion-social-dribbble-outline:before,
#divFb .ion-social-dribbble-outline:before {
  content: "\f22c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dropbox:before,
.contentbox-wrapper .ion-social-dropbox:before,
#divFb .ion-social-dropbox:before {
  content: "\f22f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dropbox-outline:before,
.contentbox-wrapper .ion-social-dropbox-outline:before,
#divFb .ion-social-dropbox-outline:before {
  content: "\f22e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-euro:before,
.contentbox-wrapper .ion-social-euro:before,
#divFb .ion-social-euro:before {
  content: "\f4e1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-euro-outline:before,
.contentbox-wrapper .ion-social-euro-outline:before,
#divFb .ion-social-euro-outline:before {
  content: "\f4e0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-facebook:before,
.contentbox-wrapper .ion-social-facebook:before,
#divFb .ion-social-facebook:before {
  content: "\f231";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-facebook-outline:before,
.contentbox-wrapper .ion-social-facebook-outline:before,
#divFb .ion-social-facebook-outline:before {
  content: "\f230";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-foursquare:before,
.contentbox-wrapper .ion-social-foursquare:before,
#divFb .ion-social-foursquare:before {
  content: "\f34d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-foursquare-outline:before,
.contentbox-wrapper .ion-social-foursquare-outline:before,
#divFb .ion-social-foursquare-outline:before {
  content: "\f34c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-freebsd-devil:before,
.contentbox-wrapper .ion-social-freebsd-devil:before,
#divFb .ion-social-freebsd-devil:before {
  content: "\f2c4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-github:before,
.contentbox-wrapper .ion-social-github:before,
#divFb .ion-social-github:before {
  content: "\f233";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-github-outline:before,
.contentbox-wrapper .ion-social-github-outline:before,
#divFb .ion-social-github-outline:before {
  content: "\f232";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-google:before,
.contentbox-wrapper .ion-social-google:before,
#divFb .ion-social-google:before {
  content: "\f34f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-google-outline:before,
.contentbox-wrapper .ion-social-google-outline:before,
#divFb .ion-social-google-outline:before {
  content: "\f34e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-googleplus:before,
.contentbox-wrapper .ion-social-googleplus:before,
#divFb .ion-social-googleplus:before {
  content: "\f235";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-googleplus-outline:before,
.contentbox-wrapper .ion-social-googleplus-outline:before,
#divFb .ion-social-googleplus-outline:before {
  content: "\f234";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-hackernews:before,
.contentbox-wrapper .ion-social-hackernews:before,
#divFb .ion-social-hackernews:before {
  content: "\f237";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-hackernews-outline:before,
.contentbox-wrapper .ion-social-hackernews-outline:before,
#divFb .ion-social-hackernews-outline:before {
  content: "\f236";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-html5:before,
.contentbox-wrapper .ion-social-html5:before,
#divFb .ion-social-html5:before {
  content: "\f4e3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-html5-outline:before,
.contentbox-wrapper .ion-social-html5-outline:before,
#divFb .ion-social-html5-outline:before {
  content: "\f4e2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-instagram:before,
.contentbox-wrapper .ion-social-instagram:before,
#divFb .ion-social-instagram:before {
  content: "\f351";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-instagram-outline:before,
.contentbox-wrapper .ion-social-instagram-outline:before,
#divFb .ion-social-instagram-outline:before {
  content: "\f350";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-javascript:before,
.contentbox-wrapper .ion-social-javascript:before,
#divFb .ion-social-javascript:before {
  content: "\f4e5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-javascript-outline:before,
.contentbox-wrapper .ion-social-javascript-outline:before,
#divFb .ion-social-javascript-outline:before {
  content: "\f4e4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-linkedin:before,
.contentbox-wrapper .ion-social-linkedin:before,
#divFb .ion-social-linkedin:before {
  content: "\f239";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-linkedin-outline:before,
.contentbox-wrapper .ion-social-linkedin-outline:before,
#divFb .ion-social-linkedin-outline:before {
  content: "\f238";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-markdown:before,
.contentbox-wrapper .ion-social-markdown:before,
#divFb .ion-social-markdown:before {
  content: "\f4e6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-nodejs:before,
.contentbox-wrapper .ion-social-nodejs:before,
#divFb .ion-social-nodejs:before {
  content: "\f4e7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-octocat:before,
.contentbox-wrapper .ion-social-octocat:before,
#divFb .ion-social-octocat:before {
  content: "\f4e8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-pinterest:before,
.contentbox-wrapper .ion-social-pinterest:before,
#divFb .ion-social-pinterest:before {
  content: "\f2b1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-pinterest-outline:before,
.contentbox-wrapper .ion-social-pinterest-outline:before,
#divFb .ion-social-pinterest-outline:before {
  content: "\f2b0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-python:before,
.contentbox-wrapper .ion-social-python:before,
#divFb .ion-social-python:before {
  content: "\f4e9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-reddit:before,
.contentbox-wrapper .ion-social-reddit:before,
#divFb .ion-social-reddit:before {
  content: "\f23b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-reddit-outline:before,
.contentbox-wrapper .ion-social-reddit-outline:before,
#divFb .ion-social-reddit-outline:before {
  content: "\f23a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-rss:before,
.contentbox-wrapper .ion-social-rss:before,
#divFb .ion-social-rss:before {
  content: "\f23d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-rss-outline:before,
.contentbox-wrapper .ion-social-rss-outline:before,
#divFb .ion-social-rss-outline:before {
  content: "\f23c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-sass:before,
.contentbox-wrapper .ion-social-sass:before,
#divFb .ion-social-sass:before {
  content: "\f4ea";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-skype:before,
.contentbox-wrapper .ion-social-skype:before,
#divFb .ion-social-skype:before {
  content: "\f23f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-skype-outline:before,
.contentbox-wrapper .ion-social-skype-outline:before,
#divFb .ion-social-skype-outline:before {
  content: "\f23e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-snapchat:before,
.contentbox-wrapper .ion-social-snapchat:before,
#divFb .ion-social-snapchat:before {
  content: "\f4ec";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-snapchat-outline:before,
.contentbox-wrapper .ion-social-snapchat-outline:before,
#divFb .ion-social-snapchat-outline:before {
  content: "\f4eb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-tumblr:before,
.contentbox-wrapper .ion-social-tumblr:before,
#divFb .ion-social-tumblr:before {
  content: "\f241";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-tumblr-outline:before,
.contentbox-wrapper .ion-social-tumblr-outline:before,
#divFb .ion-social-tumblr-outline:before {
  content: "\f240";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-tux:before,
.contentbox-wrapper .ion-social-tux:before,
#divFb .ion-social-tux:before {
  content: "\f2c5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitch:before,
.contentbox-wrapper .ion-social-twitch:before,
#divFb .ion-social-twitch:before {
  content: "\f4ee";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitch-outline:before,
.contentbox-wrapper .ion-social-twitch-outline:before,
#divFb .ion-social-twitch-outline:before {
  content: "\f4ed";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitter:before,
.contentbox-wrapper .ion-social-twitter:before,
#divFb .ion-social-twitter:before {
  content: "\f243";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitter-outline:before,
.contentbox-wrapper .ion-social-twitter-outline:before,
#divFb .ion-social-twitter-outline:before {
  content: "\f242";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-usd:before,
.contentbox-wrapper .ion-social-usd:before,
#divFb .ion-social-usd:before {
  content: "\f353";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-usd-outline:before,
.contentbox-wrapper .ion-social-usd-outline:before,
#divFb .ion-social-usd-outline:before {
  content: "\f352";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-vimeo:before,
.contentbox-wrapper .ion-social-vimeo:before,
#divFb .ion-social-vimeo:before {
  content: "\f245";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-vimeo-outline:before,
.contentbox-wrapper .ion-social-vimeo-outline:before,
#divFb .ion-social-vimeo-outline:before {
  content: "\f244";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-whatsapp:before,
.contentbox-wrapper .ion-social-whatsapp:before,
#divFb .ion-social-whatsapp:before {
  content: "\f4f0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-whatsapp-outline:before,
.contentbox-wrapper .ion-social-whatsapp-outline:before,
#divFb .ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-windows:before,
.contentbox-wrapper .ion-social-windows:before,
#divFb .ion-social-windows:before {
  content: "\f247";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-windows-outline:before,
.contentbox-wrapper .ion-social-windows-outline:before,
#divFb .ion-social-windows-outline:before {
  content: "\f246";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-wordpress:before,
.contentbox-wrapper .ion-social-wordpress:before,
#divFb .ion-social-wordpress:before {
  content: "\f249";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-wordpress-outline:before,
.contentbox-wrapper .ion-social-wordpress-outline:before,
#divFb .ion-social-wordpress-outline:before {
  content: "\f248";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yahoo:before,
.contentbox-wrapper .ion-social-yahoo:before,
#divFb .ion-social-yahoo:before {
  content: "\f24b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yahoo-outline:before,
.contentbox-wrapper .ion-social-yahoo-outline:before,
#divFb .ion-social-yahoo-outline:before {
  content: "\f24a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yen:before,
.contentbox-wrapper .ion-social-yen:before,
#divFb .ion-social-yen:before {
  content: "\f4f2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yen-outline:before,
.contentbox-wrapper .ion-social-yen-outline:before,
#divFb .ion-social-yen-outline:before {
  content: "\f4f1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-youtube:before,
.contentbox-wrapper .ion-social-youtube:before,
#divFb .ion-social-youtube:before {
  content: "\f24d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-youtube-outline:before,
.contentbox-wrapper .ion-social-youtube-outline:before,
#divFb .ion-social-youtube-outline:before {
  content: "\f24c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-soup-can:before,
.contentbox-wrapper .ion-soup-can:before,
#divFb .ion-soup-can:before {
  content: "\f4f4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-soup-can-outline:before,
.contentbox-wrapper .ion-soup-can-outline:before,
#divFb .ion-soup-can-outline:before {
  content: "\f4f3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-speakerphone:before,
.contentbox-wrapper .ion-speakerphone:before,
#divFb .ion-speakerphone:before {
  content: "\f2b2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-speedometer:before,
.contentbox-wrapper .ion-speedometer:before,
#divFb .ion-speedometer:before {
  content: "\f2b3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-spoon:before,
.contentbox-wrapper .ion-spoon:before,
#divFb .ion-spoon:before {
  content: "\f2b4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-star:before,
.contentbox-wrapper .ion-star:before,
#divFb .ion-star:before {
  content: "\f24e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-stats-bars:before,
.contentbox-wrapper .ion-stats-bars:before,
#divFb .ion-stats-bars:before {
  content: "\f2b5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-steam:before,
.contentbox-wrapper .ion-steam:before,
#divFb .ion-steam:before {
  content: "\f30b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-stop:before,
.contentbox-wrapper .ion-stop:before,
#divFb .ion-stop:before {
  content: "\f24f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-thermometer:before,
.contentbox-wrapper .ion-thermometer:before,
#divFb .ion-thermometer:before {
  content: "\f2b6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-thumbsdown:before,
.contentbox-wrapper .ion-thumbsdown:before,
#divFb .ion-thumbsdown:before {
  content: "\f250";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-thumbsup:before,
.contentbox-wrapper .ion-thumbsup:before,
#divFb .ion-thumbsup:before {
  content: "\f251";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-toggle:before,
.contentbox-wrapper .ion-toggle:before,
#divFb .ion-toggle:before {
  content: "\f355";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-toggle-filled:before,
.contentbox-wrapper .ion-toggle-filled:before,
#divFb .ion-toggle-filled:before {
  content: "\f354";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-transgender:before,
.contentbox-wrapper .ion-transgender:before,
#divFb .ion-transgender:before {
  content: "\f4f5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-trash-a:before,
.contentbox-wrapper .ion-trash-a:before,
#divFb .ion-trash-a:before {
  content: "\f252";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-trash-b:before,
.contentbox-wrapper .ion-trash-b:before,
#divFb .ion-trash-b:before {
  content: "\f253";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-trophy:before,
.contentbox-wrapper .ion-trophy:before,
#divFb .ion-trophy:before {
  content: "\f356";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-tshirt:before,
.contentbox-wrapper .ion-tshirt:before,
#divFb .ion-tshirt:before {
  content: "\f4f7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-tshirt-outline:before,
.contentbox-wrapper .ion-tshirt-outline:before,
#divFb .ion-tshirt-outline:before {
  content: "\f4f6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-umbrella:before,
.contentbox-wrapper .ion-umbrella:before,
#divFb .ion-umbrella:before {
  content: "\f2b7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-university:before,
.contentbox-wrapper .ion-university:before,
#divFb .ion-university:before {
  content: "\f357";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-unlocked:before,
.contentbox-wrapper .ion-unlocked:before,
#divFb .ion-unlocked:before {
  content: "\f254";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-upload:before,
.contentbox-wrapper .ion-upload:before,
#divFb .ion-upload:before {
  content: "\f255";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-usb:before,
.contentbox-wrapper .ion-usb:before,
#divFb .ion-usb:before {
  content: "\f2b8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-videocamera:before,
.contentbox-wrapper .ion-videocamera:before,
#divFb .ion-videocamera:before {
  content: "\f256";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-high:before,
.contentbox-wrapper .ion-volume-high:before,
#divFb .ion-volume-high:before {
  content: "\f257";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-low:before,
.contentbox-wrapper .ion-volume-low:before,
#divFb .ion-volume-low:before {
  content: "\f258";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-medium:before,
.contentbox-wrapper .ion-volume-medium:before,
#divFb .ion-volume-medium:before {
  content: "\f259";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-mute:before,
.contentbox-wrapper .ion-volume-mute:before,
#divFb .ion-volume-mute:before {
  content: "\f25a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wand:before,
.contentbox-wrapper .ion-wand:before,
#divFb .ion-wand:before {
  content: "\f358";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-waterdrop:before,
.contentbox-wrapper .ion-waterdrop:before,
#divFb .ion-waterdrop:before {
  content: "\f25b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wifi:before,
.contentbox-wrapper .ion-wifi:before,
#divFb .ion-wifi:before {
  content: "\f25c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wineglass:before,
.contentbox-wrapper .ion-wineglass:before,
#divFb .ion-wineglass:before {
  content: "\f2b9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-woman:before,
.contentbox-wrapper .ion-woman:before,
#divFb .ion-woman:before {
  content: "\f25d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wrench:before,
.contentbox-wrapper .ion-wrench:before,
#divFb .ion-wrench:before {
  content: "\f2ba";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-xbox:before,
.contentbox-wrapper .ion-xbox:before,
#divFb .ion-xbox:before {
  content: "\f30c";
}

/* line 20, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper html,
.contentbox-wrapper html,
#divFb html {
  color: #000;
}

/* line 23, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .mdl-cell,
.contentbox-wrapper .mdl-cell,
#divFb .mdl-cell {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 26, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .container img,
.contentbox-wrapper .container img,
#divFb .container img {
  margin: 1.4rem 0 1rem;
}

/* line 32, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper html,
.contentbox-wrapper html,
#divFb html {
  font-size: 100%;
}

/* line 33, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper body,
.contentbox-wrapper body,
#divFb body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 2;
  font-weight: 300;
}

/* line 40, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper p, .contentbuilder-wrapper td, .contentbuilder-wrapper li, .contentbuilder-wrapper label,
.contentbox-wrapper p,
.contentbox-wrapper td,
.contentbox-wrapper li,
.contentbox-wrapper label,
#divFb p,
#divFb td,
#divFb li,
#divFb label {
  font-size: 1.07rem;
  line-height: 2;
  font-weight: 300;
}

/* line 45, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper h1, .contentbuilder-wrapper h2, .contentbuilder-wrapper h3, .contentbuilder-wrapper h4, .contentbuilder-wrapper h5, .contentbuilder-wrapper h6,
.contentbox-wrapper h1,
.contentbox-wrapper h2,
.contentbox-wrapper h3,
.contentbox-wrapper h4,
.contentbox-wrapper h5,
.contentbox-wrapper h6,
#divFb h1,
#divFb h2,
#divFb h3,
#divFb h4,
#divFb h5,
#divFb h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.4;
}

/* line 52, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper h1,
.contentbox-wrapper h1,
#divFb h1 {
  font-size: 2.36rem;
  margin: 0.4rem 0;
}

/* line 53, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper h2,
.contentbox-wrapper h2,
#divFb h2 {
  font-size: 2rem;
  margin: 0.6rem 0;
}

/* line 54, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper h3,
.contentbox-wrapper h3,
#divFb h3 {
  font-size: 1.73rem;
  margin: 0.7rem 0;
}

/* line 55, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper h4,
.contentbox-wrapper h4,
#divFb h4 {
  font-size: 1.6rem;
  margin: 0.8rem 0;
}

/* line 56, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper h5,
.contentbox-wrapper h5,
#divFb h5 {
  font-size: 1.48rem;
  margin: 0.8rem 0;
}

/* line 57, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper h6,
.contentbox-wrapper h6,
#divFb h6 {
  font-size: 1.3rem;
  margin: 0.8rem 0;
}

/* line 58, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper p,
.contentbox-wrapper p,
#divFb p {
  margin: 1rem 0;
}

/* line 60, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .display,
.contentbox-wrapper .display,
#divFb .display {
  margin-bottom: 0.5rem;
}

/* line 61, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .display h1,
.contentbox-wrapper .display h1,
#divFb .display h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.4;
  text-transform: uppercase;
}

/* line 67, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .display p,
.contentbox-wrapper .display p,
#divFb .display p {
  font-size: 1.3rem;
  font-style: italic;
}

@media all and (max-width: 1024px) {
  /* line 73, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper h1,
.contentbox-wrapper h1,
#divFb h1 {
    font-size: 2rem;
  }
  /* line 74, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper h2,
.contentbox-wrapper h2,
#divFb h2 {
    font-size: 1.73rem;
  }
  /* line 75, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper h3,
.contentbox-wrapper h3,
#divFb h3 {
    font-size: 1.6rem;
  }
  /* line 76, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper h4,
.contentbox-wrapper h4,
#divFb h4 {
    font-size: 1.48rem;
  }
  /* line 77, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper h5,
.contentbox-wrapper h5,
#divFb h5 {
    font-size: 1.3rem;
    font-weight: bold;
  }
  /* line 78, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper h6,
.contentbox-wrapper h6,
#divFb h6 {
    font-size: 1rem;
    font-weight: bold;
  }
  /* line 79, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .display h1,
.contentbox-wrapper .display h1,
#divFb .display h1 {
    font-size: 2.2rem;
  }
  /* line 80, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .display p,
.contentbox-wrapper .display p,
#divFb .display p {
    font-size: 1.1rem;
  }
}

/* line 88, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper a, .contentbuilder-wrapper a:hover, .contentbuilder-wrapper a:active, .contentbuilder-wrapper a:visited, .contentbuilder-wrapper a:focus,
.contentbox-wrapper a,
.contentbox-wrapper a:hover,
.contentbox-wrapper a:active,
.contentbox-wrapper a:visited,
.contentbox-wrapper a:focus,
#divFb a,
#divFb a:hover,
#divFb a:active,
#divFb a:visited,
#divFb a:focus {
  color: #009E91;
}

/* line 89, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper hr,
.contentbox-wrapper hr,
#divFb hr {
  background: none;
  background-color: transparent;
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 30px 0 25px;
  padding: 5px;
}

/* line 90, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper img,
.contentbox-wrapper img,
#divFb img {
  max-width: 100%;
}

/* line 91, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper figure,
.contentbox-wrapper figure,
#divFb figure {
  margin: 0;
}

/* line 92, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper ol, .contentbuilder-wrapper ul,
.contentbox-wrapper ol,
.contentbox-wrapper ul,
#divFb ol,
#divFb ul {
  line-height: inherit;
  font-weight: inherit;
}

/* line 93, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper ul,
.contentbox-wrapper ul,
#divFb ul {
  list-style: initial;
  padding-left: 20px;
}

/* line 97, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper ul li,
.contentbox-wrapper ul li,
#divFb ul li {
  list-style: initial;
}

/* line 100, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper ol,
.contentbox-wrapper ol,
#divFb ol {
  padding-left: 20px;
}

/* line 101, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper table td,
.contentbox-wrapper table td,
#divFb table td {
  padding: 12px;
}

/* line 102, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper pre,
.contentbox-wrapper pre,
#divFb pre {
  font-family: courier;
  font-size: 1rem;
  white-space: pre-wrap;
  line-height: 1.4;
  padding: 15px;
  background: rgba(0, 0, 0, 0.03);
}

/* line 110, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper blockquote,
.contentbox-wrapper blockquote,
#divFb blockquote {
  margin: 16px 40px;
}

/* line 111, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper b, .contentbuilder-wrapper strong,
.contentbox-wrapper b,
.contentbox-wrapper strong,
#divFb b,
#divFb strong {
  font-weight: 600;
}

/* line 114, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper sup,
.contentbox-wrapper sup,
#divFb sup {
  vertical-align: super;
}

/* line 117, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper sub,
.contentbox-wrapper sub,
#divFb sub {
  vertical-align: sub;
}

/* line 125, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .container,
.contentbox-wrapper .container,
#divFb .container {
  margin: initial auto;
  max-width: 980px;
}

@media (min-width: 40rem) {
  /* line 130, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column,
.contentbox-wrapper .column,
#divFb .column {
    float: left;
    padding-left: 1rem;
    /* beta3 */
    padding-right: 1rem;
    /* beta3 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 138, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.full,
.contentbox-wrapper .column.full,
#divFb .column.full {
    width: 100%;
  }
  /* line 139, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.two-third,
.contentbox-wrapper .column.two-third,
#divFb .column.two-third {
    width: 66.7%;
  }
  /* line 140, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.two-fourth,
.contentbox-wrapper .column.two-fourth,
#divFb .column.two-fourth {
    width: 75%;
  }
  /* line 141, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.two-fifth,
.contentbox-wrapper .column.two-fifth,
#divFb .column.two-fifth {
    width: 80%;
  }
  /* line 142, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.two-sixth,
.contentbox-wrapper .column.two-sixth,
#divFb .column.two-sixth {
    width: 83.3%;
  }
  /* line 143, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.half,
.contentbox-wrapper .column.half,
#divFb .column.half {
    width: 50%;
  }
  /* line 144, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.third,
.contentbox-wrapper .column.third,
#divFb .column.third {
    width: 33.3%;
  }
  /* line 145, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.fourth,
.contentbox-wrapper .column.fourth,
#divFb .column.fourth {
    width: 25%;
  }
  /* line 146, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.fifth,
.contentbox-wrapper .column.fifth,
#divFb .column.fifth {
    width: 20%;
  }
  /* line 147, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.sixth,
.contentbox-wrapper .column.sixth,
#divFb .column.sixth {
    width: 16.6%;
  }
  /* line 148, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .column.flow-opposite,
.contentbox-wrapper .column.flow-opposite,
#divFb .column.flow-opposite {
    float: right;
  }
}

/* line 150, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .clearfix:before, .contentbuilder-wrapper .clearfix:after,
.contentbox-wrapper .clearfix:before,
.contentbox-wrapper .clearfix:after,
#divFb .clearfix:before,
#divFb .clearfix:after {
  content: " ";
  display: table;
}

/* line 151, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .clearfix:after,
.contentbox-wrapper .clearfix:after,
#divFb .clearfix:after {
  clear: both;
}

/* line 152, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .clearfix,
.contentbox-wrapper .clearfix,
#divFb .clearfix {
  *zoom: 1;
}

/* line 159, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .center,
.contentbox-wrapper .center,
#divFb .center {
  text-align: center;
}

/* line 160, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .right,
.contentbox-wrapper .right,
#divFb .right {
  text-align: right;
}

/* line 161, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .left,
.contentbox-wrapper .left,
#divFb .left {
  text-align: left;
}

/* line 162, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .padding-20,
.contentbox-wrapper .padding-20,
#divFb .padding-20 {
  padding: 20px;
}

/* line 163, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .padding-25,
.contentbox-wrapper .padding-25,
#divFb .padding-25 {
  padding: 25px;
}

/* line 164, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .padding-30,
.contentbox-wrapper .padding-30,
#divFb .padding-30 {
  padding: 30px;
}

/* line 165, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .padding-35,
.contentbox-wrapper .padding-35,
#divFb .padding-35 {
  padding: 35px;
}

/* line 166, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .padding-40,
.contentbox-wrapper .padding-40,
#divFb .padding-40 {
  padding: 40px;
}

@media all and (max-width: 540px) {
  /* line 10, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
  .contentbuilder-wrapper,
.contentbox-wrapper,
#divFb {
    /*.center {text-align:initial}
  .right {text-align:initial}
  .left {text-align:initial}*/
  }
  /* line 171, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .padding-20,
.contentbox-wrapper .padding-20,
#divFb .padding-20 {
    padding: 0;
  }
  /* line 172, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .padding-25,
.contentbox-wrapper .padding-25,
#divFb .padding-25 {
    padding: 0;
  }
  /* line 173, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .padding-30,
.contentbox-wrapper .padding-30,
#divFb .padding-30 {
    padding: 0;
  }
  /* line 174, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .padding-35,
.contentbox-wrapper .padding-35,
#divFb .padding-35 {
    padding: 0;
  }
  /* line 175, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .padding-40,
.contentbox-wrapper .padding-40,
#divFb .padding-40 {
    padding: 0;
  }
}

/* line 178, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .margin-0,
.contentbox-wrapper .margin-0,
#divFb .margin-0 {
  margin: 0 !important;
}

/* line 179, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .margin-20,
.contentbox-wrapper .margin-20,
#divFb .margin-20 {
  margin: 20px !important;
}

/* line 180, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .margin-25,
.contentbox-wrapper .margin-25,
#divFb .margin-25 {
  margin: 25px !important;
}

/* line 181, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .margin-30,
.contentbox-wrapper .margin-30,
#divFb .margin-30 {
  margin: 30px !important;
}

/* line 182, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .margin-35,
.contentbox-wrapper .margin-35,
#divFb .margin-35 {
  margin: 35px !important;
}

/* line 183, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .margin-40,
.contentbox-wrapper .margin-40,
#divFb .margin-40 {
  margin: 40px !important;
}

/* line 184, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-card,
.contentbox-wrapper .is-card,
#divFb .is-card {
  display: table;
  background-color: #fff;
}

/* line 185, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-card > *,
.contentbox-wrapper .is-card > *,
#divFb .is-card > * {
  display: table;
}

/* line 186, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-card-circle,
.contentbox-wrapper .is-card-circle,
#divFb .is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}

@media all and (max-width: 540px) {
  /* line 188, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .is-card-circle,
.contentbox-wrapper .is-card-circle,
#divFb .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }
}

/* line 190, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-card-content-centered,
.contentbox-wrapper .is-card-content-centered,
#divFb .is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 191, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .max-390,
.contentbox-wrapper .max-390,
#divFb .max-390 {
  max-width: 390px;
  margin: 0 auto;
}

/* line 192, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .shadow-1,
.contentbox-wrapper .shadow-1,
#divFb .shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* line 197, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .shadow-2,
.contentbox-wrapper .shadow-2,
#divFb .shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

/* line 202, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .shadow-3,
.contentbox-wrapper .shadow-3,
#divFb .shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

/* line 208, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper img.circle,
.contentbox-wrapper img.circle,
#divFb img.circle {
  border-radius: 500px;
  margin-top: 0;
}

/* line 209, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper img.bordered,
.contentbox-wrapper img.bordered,
#divFb img.bordered {
  border: #ccc 1px solid;
}

/* line 211, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .embed-responsive,
.contentbox-wrapper .embed-responsive,
#divFb .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4em;
  margin-bottom: 1em;
}

/* line 212, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .embed-responsive.embed-responsive-16by9,
.contentbox-wrapper .embed-responsive.embed-responsive-16by9,
#divFb .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 213, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .embed-responsive.embed-responsive-4by3,
.contentbox-wrapper .embed-responsive.embed-responsive-4by3,
#divFb .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 214, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .embed-responsive iframe,
.contentbox-wrapper .embed-responsive iframe,
#divFb .embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 216, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .list,
.contentbox-wrapper .list,
#divFb .list {
  position: relative;
  margin: 1.5em 0;
}

/* line 217, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .list > i,
.contentbox-wrapper .list > i,
#divFb .list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7em;
  line-height: 1;
}

/* line 218, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .list > h2, .contentbuilder-wrapper .list > h3,
.contentbox-wrapper .list > h2,
.contentbox-wrapper .list > h3,
#divFb .list > h2,
#divFb .list > h3 {
  margin: 0 0 0 50px;
}

/* line 219, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .list > p,
.contentbox-wrapper .list > p,
#divFb .list > p {
  margin: 5px 0 0 50px;
}

/* line 221, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .quote,
.contentbox-wrapper .quote,
#divFb .quote {
  position: relative;
  margin: 1.5em 0;
}

/* line 222, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .quote > i,
.contentbox-wrapper .quote > i,
#divFb .quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em;
}

/* line 223, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .quote > small,
.contentbox-wrapper .quote > small,
#divFb .quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em;
}

/* line 224, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .quote > p,
.contentbox-wrapper .quote > p,
#divFb .quote > p {
  margin-left: 50px;
  font-size: 1.5em;
}

@media all and (max-width: 540px) {
  /* line 226, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .quote > i,
.contentbox-wrapper .quote > i,
#divFb .quote > i {
    left: -15px;
    font-size: 1.5em;
  }
  /* line 227, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .quote > small,
.contentbox-wrapper .quote > small,
#divFb .quote > small {
    margin-left: 20px;
    ont-size: 1em;
  }
  /* line 228, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .quote > p,
.contentbox-wrapper .quote > p,
#divFb .quote > p {
    margin-left: 20px;
    font-size: 1.2em;
  }
}

/* line 231, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-social,
.contentbox-wrapper .is-social,
#divFb .is-social {
  line-height: 1;
  margin-bottom: 1.5em;
}

/* line 232, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-social a > i,
.contentbox-wrapper .is-social a > i,
#divFb .is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/* line 233, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-social a:first-child > i,
.contentbox-wrapper .is-social a:first-child > i,
#divFb .is-social a:first-child > i {
  margin: 0 15px 0 0;
}

/* line 234, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-social a:last-child > i,
.contentbox-wrapper .is-social a:last-child > i,
#divFb .is-social a:last-child > i {
  margin: 0 0 0 15px;
}

/* line 235, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-social a:hover > i,
.contentbox-wrapper .is-social a:hover > i,
#divFb .is-social a:hover > i {
  color: #08c9b9;
}

/* line 236, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-social a > i,
.contentbox-wrapper .is-light-text .is-social a > i,
#divFb .is-light-text .is-social a > i {
  color: #fff;
}

/* line 237, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-social a:hover > i,
.contentbox-wrapper .is-light-text .is-social a:hover > i,
#divFb .is-light-text .is-social a:hover > i {
  color: #fff;
}

/* line 238, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-social a > i,
.contentbox-wrapper .is-dark-text .is-social a > i,
#divFb .is-dark-text .is-social a > i {
  color: #000;
}

/* line 239, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-social a:hover > i,
.contentbox-wrapper .is-dark-text .is-social a:hover > i,
#divFb .is-dark-text .is-social a:hover > i {
  color: #000;
}

/* line 242, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-big a,
.contentbox-wrapper .is-rounded-button-big a,
#divFb .is-rounded-button-big a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
  overflow: hidden;
}

/* line 243, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-big a i,
.contentbox-wrapper .is-rounded-button-big a i,
#divFb .is-rounded-button-big a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
  line-height: 110px;
}

/* line 244, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-big a:first-child,
.contentbox-wrapper .is-rounded-button-big a:first-child,
#divFb .is-rounded-button-big a:first-child {
  margin: 0 20px 0 0;
}

/* line 245, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-big a:last-child,
.contentbox-wrapper .is-rounded-button-big a:last-child,
#divFb .is-rounded-button-big a:last-child {
  margin: 0 0 0 20px;
}

/* line 248, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-medium a,
.contentbox-wrapper .is-rounded-button-medium a,
#divFb .is-rounded-button-medium a {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
  overflow: hidden;
}

/* line 249, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-medium a i,
.contentbox-wrapper .is-rounded-button-medium a i,
#divFb .is-rounded-button-medium a i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
  line-height: 70px;
}

/* line 250, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-medium a:first-child,
.contentbox-wrapper .is-rounded-button-medium a:first-child,
#divFb .is-rounded-button-medium a:first-child {
  margin: 0 20px 0 0;
}

/* line 251, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-rounded-button-medium a:last-child,
.contentbox-wrapper .is-rounded-button-medium a:last-child,
#divFb .is-rounded-button-medium a:last-child {
  margin: 0 0 0 20px;
}

/* line 253, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-big,
.contentbox-wrapper .is-boxed-button-big,
#divFb .is-boxed-button-big {
  display: inline-block;
}

/* line 254, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-big a,
.contentbox-wrapper .is-boxed-button-big a,
#divFb .is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}

/* line 255, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-big a i,
.contentbox-wrapper .is-boxed-button-big a i,
#divFb .is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

/* line 257, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-big2,
.contentbox-wrapper .is-boxed-button-big2,
#divFb .is-boxed-button-big2 {
  display: inline-block;
}

/* line 258, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-big2 a,
.contentbox-wrapper .is-boxed-button-big2 a,
#divFb .is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
}

/* line 259, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-big2 a i,
.contentbox-wrapper .is-boxed-button-big2 a i,
#divFb .is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
}

/* line 261, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-medium,
.contentbox-wrapper .is-boxed-button-medium,
#divFb .is-boxed-button-medium {
  display: inline-block;
}

/* line 262, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-medium a,
.contentbox-wrapper .is-boxed-button-medium a,
#divFb .is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}

/* line 263, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-medium a i,
.contentbox-wrapper .is-boxed-button-medium a i,
#divFb .is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

/* line 265, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-medium2,
.contentbox-wrapper .is-boxed-button-medium2,
#divFb .is-boxed-button-medium2 {
  display: inline-block;
}

/* line 266, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-medium2 a,
.contentbox-wrapper .is-boxed-button-medium2 a,
#divFb .is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
}

/* line 267, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-medium2 a i,
.contentbox-wrapper .is-boxed-button-medium2 a i,
#divFb .is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
}

/* line 269, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-small,
.contentbox-wrapper .is-boxed-button-small,
#divFb .is-boxed-button-small {
  display: inline-block;
}

/* line 270, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-small a,
.contentbox-wrapper .is-boxed-button-small a,
#divFb .is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
}

/* line 271, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-boxed-button-small a i,
.contentbox-wrapper .is-boxed-button-small a i,
#divFb .is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
}

/* line 273, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-20,
.contentbox-wrapper .height-20,
#divFb .height-20 {
  height: 20px;
}

/* line 274, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-40,
.contentbox-wrapper .height-40,
#divFb .height-40 {
  height: 40px;
}

/* line 275, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-60,
.contentbox-wrapper .height-60,
#divFb .height-60 {
  height: 60px;
}

/* line 276, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-80,
.contentbox-wrapper .height-80,
#divFb .height-80 {
  height: 80px;
}

/* line 277, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-100,
.contentbox-wrapper .height-100,
#divFb .height-100 {
  height: 100px;
}

/* line 278, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-120,
.contentbox-wrapper .height-120,
#divFb .height-120 {
  height: 120px;
}

/* line 279, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-140,
.contentbox-wrapper .height-140,
#divFb .height-140 {
  height: 140px;
}

/* line 280, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-160,
.contentbox-wrapper .height-160,
#divFb .height-160 {
  height: 160px;
}

/* line 281, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-180,
.contentbox-wrapper .height-180,
#divFb .height-180 {
  height: 180px;
}

/* line 282, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-200,
.contentbox-wrapper .height-200,
#divFb .height-200 {
  height: 200px;
}

/* line 283, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-220,
.contentbox-wrapper .height-220,
#divFb .height-220 {
  height: 220px;
}

/* line 284, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-240,
.contentbox-wrapper .height-240,
#divFb .height-240 {
  height: 240px;
}

/* line 285, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-260,
.contentbox-wrapper .height-260,
#divFb .height-260 {
  height: 260px;
}

/* line 286, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-280,
.contentbox-wrapper .height-280,
#divFb .height-280 {
  height: 280px;
}

/* line 287, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .height-300,
.contentbox-wrapper .height-300,
#divFb .height-300 {
  height: 300px;
}

@media (max-width: 640px) {
  /* line 289, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-20,
.contentbox-wrapper .height-20,
#divFb .height-20 {
    height: 20px;
  }
  /* line 290, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-40,
.contentbox-wrapper .height-40,
#divFb .height-40 {
    height: 40px;
  }
  /* line 291, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-60,
.contentbox-wrapper .height-60,
#divFb .height-60 {
    height: 40px;
  }
  /* line 292, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-80,
.contentbox-wrapper .height-80,
#divFb .height-80 {
    height: 40px;
  }
  /* line 293, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-100,
.contentbox-wrapper .height-100,
#divFb .height-100 {
    height: 40px;
  }
  /* line 294, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-120,
.contentbox-wrapper .height-120,
#divFb .height-120 {
    height: 40px;
  }
  /* line 295, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-140,
.contentbox-wrapper .height-140,
#divFb .height-140 {
    height: 40px;
  }
  /* line 296, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-160,
.contentbox-wrapper .height-160,
#divFb .height-160 {
    height: 40px;
  }
  /* line 297, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-180,
.contentbox-wrapper .height-180,
#divFb .height-180 {
    height: 40px;
  }
  /* line 298, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-200,
.contentbox-wrapper .height-200,
#divFb .height-200 {
    height: 40px;
  }
  /* line 299, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-220,
.contentbox-wrapper .height-220,
#divFb .height-220 {
    height: 40px;
  }
  /* line 300, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-240,
.contentbox-wrapper .height-240,
#divFb .height-240 {
    height: 40px;
  }
  /* line 301, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-260,
.contentbox-wrapper .height-260,
#divFb .height-260 {
    height: 40px;
  }
  /* line 302, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-280,
.contentbox-wrapper .height-280,
#divFb .height-280 {
    height: 40px;
  }
  /* line 303, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .height-300,
.contentbox-wrapper .height-300,
#divFb .height-300 {
    height: 40px;
  }
}

/* line 306, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-12,
.contentbox-wrapper .size-12,
#divFb .size-12 {
  font-size: 12px !important;
}

/* line 307, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-14,
.contentbox-wrapper .size-14,
#divFb .size-14 {
  font-size: 14px !important;
}

/* line 308, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-16,
.contentbox-wrapper .size-16,
#divFb .size-16 {
  font-size: 16px !important;
}

/* line 309, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-18,
.contentbox-wrapper .size-18,
#divFb .size-18 {
  font-size: 18px !important;
}

/* line 310, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-21,
.contentbox-wrapper .size-21,
#divFb .size-21 {
  font-size: 21px !important;
}

/* line 311, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-24,
.contentbox-wrapper .size-24,
#divFb .size-24 {
  font-size: 24px !important;
}

/* line 312, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-28,
.contentbox-wrapper .size-28,
#divFb .size-28 {
  font-size: 28px !important;
}

/* line 313, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-32,
.contentbox-wrapper .size-32,
#divFb .size-32 {
  font-size: 32px !important;
}

/* line 314, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-35,
.contentbox-wrapper .size-35,
#divFb .size-35 {
  font-size: 35px !important;
}

/* line 315, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-38,
.contentbox-wrapper .size-38,
#divFb .size-38 {
  font-size: 36px !important;
}

/* line 316, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-42,
.contentbox-wrapper .size-42,
#divFb .size-42 {
  font-size: 42px !important;
}

/* line 317, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-46,
.contentbox-wrapper .size-46,
#divFb .size-46 {
  font-size: 46px !important;
}

/* line 318, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-48,
.contentbox-wrapper .size-48,
#divFb .size-48 {
  font-size: 48px !important;
}

/* line 319, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-50,
.contentbox-wrapper .size-50,
#divFb .size-50 {
  font-size: 50px !important;
}

/* line 320, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-54,
.contentbox-wrapper .size-54,
#divFb .size-54 {
  font-size: 54px !important;
}

/* line 321, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-60,
.contentbox-wrapper .size-60,
#divFb .size-60 {
  font-size: 60px !important;
}

/* line 322, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-64,
.contentbox-wrapper .size-64,
#divFb .size-64 {
  font-size: 64px !important;
}

/* line 323, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-68,
.contentbox-wrapper .size-68,
#divFb .size-68 {
  font-size: 68px !important;
}

/* line 324, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-72,
.contentbox-wrapper .size-72,
#divFb .size-72 {
  font-size: 72px !important;
}

/* line 325, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-76,
.contentbox-wrapper .size-76,
#divFb .size-76 {
  font-size: 76px !important;
}

/* line 326, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-80,
.contentbox-wrapper .size-80,
#divFb .size-80 {
  font-size: 80px !important;
}

/* line 327, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-84,
.contentbox-wrapper .size-84,
#divFb .size-84 {
  font-size: 84px !important;
}

/* line 328, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-88,
.contentbox-wrapper .size-88,
#divFb .size-88 {
  font-size: 88px !important;
}

/* line 329, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-92,
.contentbox-wrapper .size-92,
#divFb .size-92 {
  font-size: 92px !important;
}

/* line 330, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-96,
.contentbox-wrapper .size-96,
#divFb .size-96 {
  font-size: 96px !important;
}

/* line 331, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-100,
.contentbox-wrapper .size-100,
#divFb .size-100 {
  font-size: 100px !important;
}

/* line 332, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-104,
.contentbox-wrapper .size-104,
#divFb .size-104 {
  font-size: 104px !important;
}

/* line 333, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-108,
.contentbox-wrapper .size-108,
#divFb .size-108 {
  font-size: 108px !important;
}

/* line 334, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-112,
.contentbox-wrapper .size-112,
#divFb .size-112 {
  font-size: 112px !important;
}

/* line 335, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-116,
.contentbox-wrapper .size-116,
#divFb .size-116 {
  font-size: 116px !important;
}

/* line 336, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-120,
.contentbox-wrapper .size-120,
#divFb .size-120 {
  font-size: 120px !important;
}

/* line 337, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-124,
.contentbox-wrapper .size-124,
#divFb .size-124 {
  font-size: 124px !important;
}

/* line 338, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-128,
.contentbox-wrapper .size-128,
#divFb .size-128 {
  font-size: 128px !important;
}

/* line 339, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-132,
.contentbox-wrapper .size-132,
#divFb .size-132 {
  font-size: 132px !important;
}

/* line 340, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-136,
.contentbox-wrapper .size-136,
#divFb .size-136 {
  font-size: 136px !important;
}

/* line 341, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-140,
.contentbox-wrapper .size-140,
#divFb .size-140 {
  font-size: 140px !important;
}

/* line 342, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-144,
.contentbox-wrapper .size-144,
#divFb .size-144 {
  font-size: 144px !important;
}

/* line 343, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-148,
.contentbox-wrapper .size-148,
#divFb .size-148 {
  font-size: 148px !important;
}

/* line 344, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-152,
.contentbox-wrapper .size-152,
#divFb .size-152 {
  font-size: 152px !important;
}

/* line 345, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-156,
.contentbox-wrapper .size-156,
#divFb .size-156 {
  font-size: 156px !important;
}

/* line 346, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-160,
.contentbox-wrapper .size-160,
#divFb .size-160 {
  font-size: 160px !important;
}

/* line 347, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-164,
.contentbox-wrapper .size-164,
#divFb .size-164 {
  font-size: 164px !important;
}

/* line 348, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-168,
.contentbox-wrapper .size-168,
#divFb .size-168 {
  font-size: 168px !important;
}

/* line 349, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-172,
.contentbox-wrapper .size-172,
#divFb .size-172 {
  font-size: 172px !important;
}

/* line 350, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-176,
.contentbox-wrapper .size-176,
#divFb .size-176 {
  font-size: 176px !important;
}

/* line 351, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-180,
.contentbox-wrapper .size-180,
#divFb .size-180 {
  font-size: 180px !important;
}

/* line 352, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-184,
.contentbox-wrapper .size-184,
#divFb .size-184 {
  font-size: 184px !important;
}

/* line 353, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-188,
.contentbox-wrapper .size-188,
#divFb .size-188 {
  font-size: 188px !important;
}

/* line 354, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-192,
.contentbox-wrapper .size-192,
#divFb .size-192 {
  font-size: 192px !important;
}

/* line 355, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-196,
.contentbox-wrapper .size-196,
#divFb .size-196 {
  font-size: 196px !important;
}

/* line 356, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-200,
.contentbox-wrapper .size-200,
#divFb .size-200 {
  font-size: 200px !important;
}

/* line 357, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-204,
.contentbox-wrapper .size-204,
#divFb .size-204 {
  font-size: 204px !important;
}

/* line 358, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-208,
.contentbox-wrapper .size-208,
#divFb .size-208 {
  font-size: 208px !important;
}

/* line 359, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-212,
.contentbox-wrapper .size-212,
#divFb .size-212 {
  font-size: 212px !important;
}

/* line 360, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-216,
.contentbox-wrapper .size-216,
#divFb .size-216 {
  font-size: 216px !important;
}

/* line 361, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-220,
.contentbox-wrapper .size-220,
#divFb .size-220 {
  font-size: 220px !important;
}

@media all and (max-width: 1024px) {
  /* line 364, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-12,
.contentbox-wrapper .size-12,
#divFb .size-12 {
    font-size: 12px !important;
  }
  /* line 365, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-14,
.contentbox-wrapper .size-14,
#divFb .size-14 {
    font-size: 14px !important;
  }
  /* line 366, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-16,
.contentbox-wrapper .size-16,
#divFb .size-16 {
    font-size: 16px !important;
  }
  /* line 367, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-18,
.contentbox-wrapper .size-18,
#divFb .size-18 {
    font-size: 18px !important;
  }
  /* line 368, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-21,
.contentbox-wrapper .size-21,
#divFb .size-21 {
    font-size: 21px !important;
  }
  /* line 369, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-24,
.contentbox-wrapper .size-24,
#divFb .size-24 {
    font-size: 22px !important;
  }
  /* line 370, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-28,
.contentbox-wrapper .size-28,
#divFb .size-28 {
    font-size: 24px !important;
  }
  /* line 371, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-32,
.contentbox-wrapper .size-32,
#divFb .size-32 {
    font-size: 26px !important;
  }
  /* line 372, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-35,
.contentbox-wrapper .size-35,
#divFb .size-35 {
    font-size: 28px !important;
  }
  /* line 373, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-38,
.contentbox-wrapper .size-38,
#divFb .size-38 {
    font-size: 30px !important;
  }
  /* line 374, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-42,
.contentbox-wrapper .size-42,
#divFb .size-42 {
    font-size: 32px !important;
  }
  /* line 375, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-46,
.contentbox-wrapper .size-46,
#divFb .size-46 {
    font-size: 34px !important;
  }
  /* line 376, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-48,
.contentbox-wrapper .size-48,
#divFb .size-48 {
    font-size: 36px !important;
  }
  /* line 377, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-50,
.contentbox-wrapper .size-50,
#divFb .size-50 {
    font-size: 36px !important;
  }
  /* line 378, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-54,
.contentbox-wrapper .size-54,
#divFb .size-54 {
    font-size: 36px !important;
  }
  /* line 379, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-60,
.contentbox-wrapper .size-60,
#divFb .size-60 {
    font-size: 36px !important;
  }
  /* line 380, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-64,
.contentbox-wrapper .size-64,
#divFb .size-64 {
    font-size: 36px !important;
  }
  /* line 381, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-68,
.contentbox-wrapper .size-68,
#divFb .size-68 {
    font-size: 36px !important;
  }
  /* line 382, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-72,
.contentbox-wrapper .size-72,
#divFb .size-72 {
    font-size: 36px !important;
  }
  /* line 383, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-76,
.contentbox-wrapper .size-76,
#divFb .size-76 {
    font-size: 36px !important;
  }
  /* line 384, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-80,
.contentbox-wrapper .size-80,
#divFb .size-80 {
    font-size: 36px !important;
  }
  /* line 385, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-84,
.contentbox-wrapper .size-84,
#divFb .size-84 {
    font-size: 36px !important;
  }
  /* line 386, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-88,
.contentbox-wrapper .size-88,
#divFb .size-88 {
    font-size: 36px !important;
  }
  /* line 387, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-92,
.contentbox-wrapper .size-92,
#divFb .size-92 {
    font-size: 36px !important;
  }
  /* line 388, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-96,
.contentbox-wrapper .size-96,
#divFb .size-96 {
    font-size: 36px !important;
  }
  /* line 389, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-100,
.contentbox-wrapper .size-100,
#divFb .size-100 {
    font-size: 36px !important;
  }
  /* line 390, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-104,
.contentbox-wrapper .size-104,
#divFb .size-104 {
    font-size: 36px !important;
  }
  /* line 391, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-108,
.contentbox-wrapper .size-108,
#divFb .size-108 {
    font-size: 36px !important;
  }
  /* line 392, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-112,
.contentbox-wrapper .size-112,
#divFb .size-112 {
    font-size: 36px !important;
  }
  /* line 393, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-116,
.contentbox-wrapper .size-116,
#divFb .size-116 {
    font-size: 36px !important;
  }
  /* line 394, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-120,
.contentbox-wrapper .size-120,
#divFb .size-120 {
    font-size: 36px !important;
  }
  /* line 395, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-124,
.contentbox-wrapper .size-124,
#divFb .size-124 {
    font-size: 36px !important;
  }
  /* line 396, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-128,
.contentbox-wrapper .size-128,
#divFb .size-128 {
    font-size: 36px !important;
  }
  /* line 397, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-132,
.contentbox-wrapper .size-132,
#divFb .size-132 {
    font-size: 36px !important;
  }
  /* line 398, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-136,
.contentbox-wrapper .size-136,
#divFb .size-136 {
    font-size: 36px !important;
  }
  /* line 399, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-140,
.contentbox-wrapper .size-140,
#divFb .size-140 {
    font-size: 36px !important;
  }
  /* line 400, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-144,
.contentbox-wrapper .size-144,
#divFb .size-144 {
    font-size: 36px !important;
  }
  /* line 401, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-148,
.contentbox-wrapper .size-148,
#divFb .size-148 {
    font-size: 36px !important;
  }
  /* line 402, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-152,
.contentbox-wrapper .size-152,
#divFb .size-152 {
    font-size: 36px !important;
  }
  /* line 403, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-156,
.contentbox-wrapper .size-156,
#divFb .size-156 {
    font-size: 36px !important;
  }
  /* line 404, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-160,
.contentbox-wrapper .size-160,
#divFb .size-160 {
    font-size: 36px !important;
  }
  /* line 405, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-164,
.contentbox-wrapper .size-164,
#divFb .size-164 {
    font-size: 36px !important;
  }
  /* line 406, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-168,
.contentbox-wrapper .size-168,
#divFb .size-168 {
    font-size: 36px !important;
  }
  /* line 407, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-172,
.contentbox-wrapper .size-172,
#divFb .size-172 {
    font-size: 36px !important;
  }
  /* line 408, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-176,
.contentbox-wrapper .size-176,
#divFb .size-176 {
    font-size: 36px !important;
  }
  /* line 409, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-180,
.contentbox-wrapper .size-180,
#divFb .size-180 {
    font-size: 36px !important;
  }
  /* line 410, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-184,
.contentbox-wrapper .size-184,
#divFb .size-184 {
    font-size: 36px !important;
  }
  /* line 411, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-188,
.contentbox-wrapper .size-188,
#divFb .size-188 {
    font-size: 36px !important;
  }
  /* line 412, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-192,
.contentbox-wrapper .size-192,
#divFb .size-192 {
    font-size: 36px !important;
  }
  /* line 413, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-196,
.contentbox-wrapper .size-196,
#divFb .size-196 {
    font-size: 36px !important;
  }
  /* line 414, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-200,
.contentbox-wrapper .size-200,
#divFb .size-200 {
    font-size: 36px !important;
  }
  /* line 415, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-204,
.contentbox-wrapper .size-204,
#divFb .size-204 {
    font-size: 36px !important;
  }
  /* line 416, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-208,
.contentbox-wrapper .size-208,
#divFb .size-208 {
    font-size: 36px !important;
  }
  /* line 417, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-212,
.contentbox-wrapper .size-212,
#divFb .size-212 {
    font-size: 36px !important;
  }
  /* line 418, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-216,
.contentbox-wrapper .size-216,
#divFb .size-216 {
    font-size: 36px !important;
  }
  /* line 419, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-220,
.contentbox-wrapper .size-220,
#divFb .size-220 {
    font-size: 36px !important;
  }
}

/* line 423, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-12 span,
.contentbox-wrapper .size-12 span,
#divFb .size-12 span {
  font-size: 12px !important;
}

/* line 424, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-14 span,
.contentbox-wrapper .size-14 span,
#divFb .size-14 span {
  font-size: 14px !important;
}

/* line 425, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-16 span,
.contentbox-wrapper .size-16 span,
#divFb .size-16 span {
  font-size: 16px !important;
}

/* line 426, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-18 span,
.contentbox-wrapper .size-18 span,
#divFb .size-18 span {
  font-size: 18px !important;
}

/* line 427, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-21 span,
.contentbox-wrapper .size-21 span,
#divFb .size-21 span {
  font-size: 21px !important;
}

/* line 428, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-24 span,
.contentbox-wrapper .size-24 span,
#divFb .size-24 span {
  font-size: 24px !important;
}

/* line 429, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-28 span,
.contentbox-wrapper .size-28 span,
#divFb .size-28 span {
  font-size: 28px !important;
}

/* line 430, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-32 span,
.contentbox-wrapper .size-32 span,
#divFb .size-32 span {
  font-size: 32px !important;
}

/* line 431, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-35 span,
.contentbox-wrapper .size-35 span,
#divFb .size-35 span {
  font-size: 35px !important;
}

/* line 432, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-38 span,
.contentbox-wrapper .size-38 span,
#divFb .size-38 span {
  font-size: 36px !important;
}

/* line 433, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-42 span,
.contentbox-wrapper .size-42 span,
#divFb .size-42 span {
  font-size: 42px !important;
}

/* line 434, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-46 span,
.contentbox-wrapper .size-46 span,
#divFb .size-46 span {
  font-size: 46px !important;
}

/* line 435, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-48 span,
.contentbox-wrapper .size-48 span,
#divFb .size-48 span {
  font-size: 48px !important;
}

/* line 436, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-50 span,
.contentbox-wrapper .size-50 span,
#divFb .size-50 span {
  font-size: 50px !important;
}

/* line 437, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-54 span,
.contentbox-wrapper .size-54 span,
#divFb .size-54 span {
  font-size: 54px !important;
}

/* line 438, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-60 span,
.contentbox-wrapper .size-60 span,
#divFb .size-60 span {
  font-size: 60px !important;
}

/* line 439, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-64 span,
.contentbox-wrapper .size-64 span,
#divFb .size-64 span {
  font-size: 64px !important;
}

/* line 440, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-68 span,
.contentbox-wrapper .size-68 span,
#divFb .size-68 span {
  font-size: 68px !important;
}

/* line 441, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-72 span,
.contentbox-wrapper .size-72 span,
#divFb .size-72 span {
  font-size: 72px !important;
}

/* line 442, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-76 span,
.contentbox-wrapper .size-76 span,
#divFb .size-76 span {
  font-size: 76px !important;
}

/* line 443, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-80 span,
.contentbox-wrapper .size-80 span,
#divFb .size-80 span {
  font-size: 80px !important;
}

/* line 444, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-84 span,
.contentbox-wrapper .size-84 span,
#divFb .size-84 span {
  font-size: 84px !important;
}

/* line 445, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-88 span,
.contentbox-wrapper .size-88 span,
#divFb .size-88 span {
  font-size: 88px !important;
}

/* line 446, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-92 span,
.contentbox-wrapper .size-92 span,
#divFb .size-92 span {
  font-size: 92px !important;
}

/* line 447, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-96 span,
.contentbox-wrapper .size-96 span,
#divFb .size-96 span {
  font-size: 96px !important;
}

/* line 448, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-100 span,
.contentbox-wrapper .size-100 span,
#divFb .size-100 span {
  font-size: 100px !important;
}

/* line 449, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-104 span,
.contentbox-wrapper .size-104 span,
#divFb .size-104 span {
  font-size: 104px !important;
}

/* line 450, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-108 span,
.contentbox-wrapper .size-108 span,
#divFb .size-108 span {
  font-size: 108px !important;
}

/* line 451, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-112 span,
.contentbox-wrapper .size-112 span,
#divFb .size-112 span {
  font-size: 112px !important;
}

/* line 452, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-116 span,
.contentbox-wrapper .size-116 span,
#divFb .size-116 span {
  font-size: 116px !important;
}

/* line 453, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-120 span,
.contentbox-wrapper .size-120 span,
#divFb .size-120 span {
  font-size: 120px !important;
}

/* line 454, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-124 span,
.contentbox-wrapper .size-124 span,
#divFb .size-124 span {
  font-size: 124px !important;
}

/* line 455, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-128 span,
.contentbox-wrapper .size-128 span,
#divFb .size-128 span {
  font-size: 128px !important;
}

/* line 456, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-132 span,
.contentbox-wrapper .size-132 span,
#divFb .size-132 span {
  font-size: 132px !important;
}

/* line 457, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-136 span,
.contentbox-wrapper .size-136 span,
#divFb .size-136 span {
  font-size: 136px !important;
}

/* line 458, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-140 span,
.contentbox-wrapper .size-140 span,
#divFb .size-140 span {
  font-size: 140px !important;
}

/* line 459, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-144 span,
.contentbox-wrapper .size-144 span,
#divFb .size-144 span {
  font-size: 144px !important;
}

/* line 460, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-148 span,
.contentbox-wrapper .size-148 span,
#divFb .size-148 span {
  font-size: 148px !important;
}

/* line 461, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-152 span,
.contentbox-wrapper .size-152 span,
#divFb .size-152 span {
  font-size: 152px !important;
}

/* line 462, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-156 span,
.contentbox-wrapper .size-156 span,
#divFb .size-156 span {
  font-size: 156px !important;
}

/* line 463, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-160 span,
.contentbox-wrapper .size-160 span,
#divFb .size-160 span {
  font-size: 160px !important;
}

/* line 464, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-164 span,
.contentbox-wrapper .size-164 span,
#divFb .size-164 span {
  font-size: 164px !important;
}

/* line 465, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-168 span,
.contentbox-wrapper .size-168 span,
#divFb .size-168 span {
  font-size: 168px !important;
}

/* line 466, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-172 span,
.contentbox-wrapper .size-172 span,
#divFb .size-172 span {
  font-size: 172px !important;
}

/* line 467, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-176 span,
.contentbox-wrapper .size-176 span,
#divFb .size-176 span {
  font-size: 176px !important;
}

/* line 468, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-180 span,
.contentbox-wrapper .size-180 span,
#divFb .size-180 span {
  font-size: 180px !important;
}

/* line 469, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-184 span,
.contentbox-wrapper .size-184 span,
#divFb .size-184 span {
  font-size: 184px !important;
}

/* line 470, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-188 span,
.contentbox-wrapper .size-188 span,
#divFb .size-188 span {
  font-size: 188px !important;
}

/* line 471, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-192 span,
.contentbox-wrapper .size-192 span,
#divFb .size-192 span {
  font-size: 192px !important;
}

/* line 472, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-196 span,
.contentbox-wrapper .size-196 span,
#divFb .size-196 span {
  font-size: 196px !important;
}

/* line 473, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-200 span,
.contentbox-wrapper .size-200 span,
#divFb .size-200 span {
  font-size: 200px !important;
}

/* line 474, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-204 span,
.contentbox-wrapper .size-204 span,
#divFb .size-204 span {
  font-size: 204px !important;
}

/* line 475, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-208 span,
.contentbox-wrapper .size-208 span,
#divFb .size-208 span {
  font-size: 208px !important;
}

/* line 476, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-212 span,
.contentbox-wrapper .size-212 span,
#divFb .size-212 span {
  font-size: 212px !important;
}

/* line 477, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-216 span,
.contentbox-wrapper .size-216 span,
#divFb .size-216 span {
  font-size: 216px !important;
}

/* line 478, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .size-220 span,
.contentbox-wrapper .size-220 span,
#divFb .size-220 span {
  font-size: 220px !important;
}

@media all and (max-width: 1024px) {
  /* line 481, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-12 span,
.contentbox-wrapper .size-12 span,
#divFb .size-12 span {
    font-size: 12px !important;
  }
  /* line 482, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-14 span,
.contentbox-wrapper .size-14 span,
#divFb .size-14 span {
    font-size: 14px !important;
  }
  /* line 483, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-16 span,
.contentbox-wrapper .size-16 span,
#divFb .size-16 span {
    font-size: 16px !important;
  }
  /* line 484, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-18 span,
.contentbox-wrapper .size-18 span,
#divFb .size-18 span {
    font-size: 18px !important;
  }
  /* line 485, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-21 span,
.contentbox-wrapper .size-21 span,
#divFb .size-21 span {
    font-size: 21px !important;
  }
  /* line 486, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-24 span,
.contentbox-wrapper .size-24 span,
#divFb .size-24 span {
    font-size: 22px !important;
  }
  /* line 487, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-28 span,
.contentbox-wrapper .size-28 span,
#divFb .size-28 span {
    font-size: 24px !important;
  }
  /* line 488, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-32 span,
.contentbox-wrapper .size-32 span,
#divFb .size-32 span {
    font-size: 26px !important;
  }
  /* line 489, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-35 span,
.contentbox-wrapper .size-35 span,
#divFb .size-35 span {
    font-size: 28px !important;
  }
  /* line 490, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-38 span,
.contentbox-wrapper .size-38 span,
#divFb .size-38 span {
    font-size: 30px !important;
  }
  /* line 491, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-42 span,
.contentbox-wrapper .size-42 span,
#divFb .size-42 span {
    font-size: 32px !important;
  }
  /* line 492, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-46 span,
.contentbox-wrapper .size-46 span,
#divFb .size-46 span {
    font-size: 34px !important;
  }
  /* line 493, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-48 span,
.contentbox-wrapper .size-48 span,
#divFb .size-48 span {
    font-size: 36px !important;
  }
  /* line 494, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-50 span,
.contentbox-wrapper .size-50 span,
#divFb .size-50 span {
    font-size: 36px !important;
  }
  /* line 495, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-54 span,
.contentbox-wrapper .size-54 span,
#divFb .size-54 span {
    font-size: 36px !important;
  }
  /* line 496, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-60 span,
.contentbox-wrapper .size-60 span,
#divFb .size-60 span {
    font-size: 36px !important;
  }
  /* line 497, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-64 span,
.contentbox-wrapper .size-64 span,
#divFb .size-64 span {
    font-size: 36px !important;
  }
  /* line 498, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-68 span,
.contentbox-wrapper .size-68 span,
#divFb .size-68 span {
    font-size: 36px !important;
  }
  /* line 499, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-72 span,
.contentbox-wrapper .size-72 span,
#divFb .size-72 span {
    font-size: 36px !important;
  }
  /* line 500, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-76 span,
.contentbox-wrapper .size-76 span,
#divFb .size-76 span {
    font-size: 36px !important;
  }
  /* line 501, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-80 span,
.contentbox-wrapper .size-80 span,
#divFb .size-80 span {
    font-size: 36px !important;
  }
  /* line 502, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-84 span,
.contentbox-wrapper .size-84 span,
#divFb .size-84 span {
    font-size: 36px !important;
  }
  /* line 503, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-88 span,
.contentbox-wrapper .size-88 span,
#divFb .size-88 span {
    font-size: 36px !important;
  }
  /* line 504, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-92 span,
.contentbox-wrapper .size-92 span,
#divFb .size-92 span {
    font-size: 36px !important;
  }
  /* line 505, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-96 span,
.contentbox-wrapper .size-96 span,
#divFb .size-96 span {
    font-size: 36px !important;
  }
  /* line 506, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-100 span,
.contentbox-wrapper .size-100 span,
#divFb .size-100 span {
    font-size: 36px !important;
  }
  /* line 507, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-104 span,
.contentbox-wrapper .size-104 span,
#divFb .size-104 span {
    font-size: 36px !important;
  }
  /* line 508, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-108 span,
.contentbox-wrapper .size-108 span,
#divFb .size-108 span {
    font-size: 36px !important;
  }
  /* line 509, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-112 span,
.contentbox-wrapper .size-112 span,
#divFb .size-112 span {
    font-size: 36px !important;
  }
  /* line 510, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-116 span,
.contentbox-wrapper .size-116 span,
#divFb .size-116 span {
    font-size: 36px !important;
  }
  /* line 511, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-120 span,
.contentbox-wrapper .size-120 span,
#divFb .size-120 span {
    font-size: 36px !important;
  }
  /* line 512, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-124 span,
.contentbox-wrapper .size-124 span,
#divFb .size-124 span {
    font-size: 36px !important;
  }
  /* line 513, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-128 span,
.contentbox-wrapper .size-128 span,
#divFb .size-128 span {
    font-size: 36px !important;
  }
  /* line 514, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-132 span,
.contentbox-wrapper .size-132 span,
#divFb .size-132 span {
    font-size: 36px !important;
  }
  /* line 515, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-136 span,
.contentbox-wrapper .size-136 span,
#divFb .size-136 span {
    font-size: 36px !important;
  }
  /* line 516, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-140 span,
.contentbox-wrapper .size-140 span,
#divFb .size-140 span {
    font-size: 36px !important;
  }
  /* line 517, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-144 span,
.contentbox-wrapper .size-144 span,
#divFb .size-144 span {
    font-size: 36px !important;
  }
  /* line 518, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-148 span,
.contentbox-wrapper .size-148 span,
#divFb .size-148 span {
    font-size: 36px !important;
  }
  /* line 519, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-152 span,
.contentbox-wrapper .size-152 span,
#divFb .size-152 span {
    font-size: 36px !important;
  }
  /* line 520, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-156 span,
.contentbox-wrapper .size-156 span,
#divFb .size-156 span {
    font-size: 36px !important;
  }
  /* line 521, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-160 span,
.contentbox-wrapper .size-160 span,
#divFb .size-160 span {
    font-size: 36px !important;
  }
  /* line 522, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-164 span,
.contentbox-wrapper .size-164 span,
#divFb .size-164 span {
    font-size: 36px !important;
  }
  /* line 523, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-168 span,
.contentbox-wrapper .size-168 span,
#divFb .size-168 span {
    font-size: 36px !important;
  }
  /* line 524, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-172 span,
.contentbox-wrapper .size-172 span,
#divFb .size-172 span {
    font-size: 36px !important;
  }
  /* line 525, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-176 span,
.contentbox-wrapper .size-176 span,
#divFb .size-176 span {
    font-size: 36px !important;
  }
  /* line 526, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-180 span,
.contentbox-wrapper .size-180 span,
#divFb .size-180 span {
    font-size: 36px !important;
  }
  /* line 527, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-184 span,
.contentbox-wrapper .size-184 span,
#divFb .size-184 span {
    font-size: 36px !important;
  }
  /* line 528, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-188 span,
.contentbox-wrapper .size-188 span,
#divFb .size-188 span {
    font-size: 36px !important;
  }
  /* line 529, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-192 span,
.contentbox-wrapper .size-192 span,
#divFb .size-192 span {
    font-size: 36px !important;
  }
  /* line 530, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-196 span,
.contentbox-wrapper .size-196 span,
#divFb .size-196 span {
    font-size: 36px !important;
  }
  /* line 531, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-200 span,
.contentbox-wrapper .size-200 span,
#divFb .size-200 span {
    font-size: 36px !important;
  }
  /* line 532, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-204 span,
.contentbox-wrapper .size-204 span,
#divFb .size-204 span {
    font-size: 36px !important;
  }
  /* line 533, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-208 span,
.contentbox-wrapper .size-208 span,
#divFb .size-208 span {
    font-size: 36px !important;
  }
  /* line 534, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-212 span,
.contentbox-wrapper .size-212 span,
#divFb .size-212 span {
    font-size: 36px !important;
  }
  /* line 535, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-216 span,
.contentbox-wrapper .size-216 span,
#divFb .size-216 span {
    font-size: 36px !important;
  }
  /* line 536, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .size-220 span,
.contentbox-wrapper .size-220 span,
#divFb .size-220 span {
    font-size: 36px !important;
  }
}

@media all and (max-width: 1024px) {
  /* line 540, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .margin-left-1024-reset,
.contentbox-wrapper .margin-left-1024-reset,
#divFb .margin-left-1024-reset {
    margin-left: 0px !important;
  }
  /* line 541, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .margin-right-1024-reset,
.contentbox-wrapper .margin-right-1024-reset,
#divFb .margin-right-1024-reset {
    margin-right: 0px !important;
  }
}

/* line 544, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-25,
.contentbox-wrapper .letter-spacing-25,
#divFb .letter-spacing-25 {
  letter-spacing: 25px !important;
}

/* line 545, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-24,
.contentbox-wrapper .letter-spacing-24,
#divFb .letter-spacing-24 {
  letter-spacing: 24px !important;
}

/* line 546, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-23,
.contentbox-wrapper .letter-spacing-23,
#divFb .letter-spacing-23 {
  letter-spacing: 23px !important;
}

/* line 547, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-22,
.contentbox-wrapper .letter-spacing-22,
#divFb .letter-spacing-22 {
  letter-spacing: 22px !important;
}

/* line 548, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-21,
.contentbox-wrapper .letter-spacing-21,
#divFb .letter-spacing-21 {
  letter-spacing: 21px !important;
}

/* line 549, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-20,
.contentbox-wrapper .letter-spacing-20,
#divFb .letter-spacing-20 {
  letter-spacing: 20px !important;
}

/* line 550, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-19,
.contentbox-wrapper .letter-spacing-19,
#divFb .letter-spacing-19 {
  letter-spacing: 19px !important;
}

/* line 551, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-18,
.contentbox-wrapper .letter-spacing-18,
#divFb .letter-spacing-18 {
  letter-spacing: 18px !important;
}

/* line 552, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-17,
.contentbox-wrapper .letter-spacing-17,
#divFb .letter-spacing-17 {
  letter-spacing: 17px !important;
}

/* line 553, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-16,
.contentbox-wrapper .letter-spacing-16,
#divFb .letter-spacing-16 {
  letter-spacing: 16px !important;
}

/* line 554, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-15,
.contentbox-wrapper .letter-spacing-15,
#divFb .letter-spacing-15 {
  letter-spacing: 15px !important;
}

/* line 555, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-14,
.contentbox-wrapper .letter-spacing-14,
#divFb .letter-spacing-14 {
  letter-spacing: 14px !important;
}

/* line 556, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-13,
.contentbox-wrapper .letter-spacing-13,
#divFb .letter-spacing-13 {
  letter-spacing: 13px !important;
}

/* line 557, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-12,
.contentbox-wrapper .letter-spacing-12,
#divFb .letter-spacing-12 {
  letter-spacing: 12px !important;
}

/* line 558, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-11,
.contentbox-wrapper .letter-spacing-11,
#divFb .letter-spacing-11 {
  letter-spacing: 11px !important;
}

/* line 559, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-10,
.contentbox-wrapper .letter-spacing-10,
#divFb .letter-spacing-10 {
  letter-spacing: 10px !important;
}

/* line 560, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-9,
.contentbox-wrapper .letter-spacing-9,
#divFb .letter-spacing-9 {
  letter-spacing: 9px !important;
}

/* line 561, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-8,
.contentbox-wrapper .letter-spacing-8,
#divFb .letter-spacing-8 {
  letter-spacing: 8px !important;
}

/* line 562, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-7,
.contentbox-wrapper .letter-spacing-7,
#divFb .letter-spacing-7 {
  letter-spacing: 7px !important;
}

/* line 563, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-6,
.contentbox-wrapper .letter-spacing-6,
#divFb .letter-spacing-6 {
  letter-spacing: 6px !important;
}

/* line 564, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-5,
.contentbox-wrapper .letter-spacing-5,
#divFb .letter-spacing-5 {
  letter-spacing: 5px !important;
}

/* line 565, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-4,
.contentbox-wrapper .letter-spacing-4,
#divFb .letter-spacing-4 {
  letter-spacing: 4px !important;
}

/* line 566, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-3,
.contentbox-wrapper .letter-spacing-3,
#divFb .letter-spacing-3 {
  letter-spacing: 3px !important;
}

/* line 567, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-2,
.contentbox-wrapper .letter-spacing-2,
#divFb .letter-spacing-2 {
  letter-spacing: 2px !important;
}

/* line 568, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .letter-spacing-1,
.contentbox-wrapper .letter-spacing-1,
#divFb .letter-spacing-1 {
  letter-spacing: 1px !important;
}

@media all and (max-width: 1024px) {
  /* line 571, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-25,
.contentbox-wrapper .letter-spacing-25,
#divFb .letter-spacing-25 {
    letter-spacing: 5px !important;
  }
  /* line 572, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-24,
.contentbox-wrapper .letter-spacing-24,
#divFb .letter-spacing-24 {
    letter-spacing: 5px !important;
  }
  /* line 573, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-23,
.contentbox-wrapper .letter-spacing-23,
#divFb .letter-spacing-23 {
    letter-spacing: 5px !important;
  }
  /* line 574, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-22,
.contentbox-wrapper .letter-spacing-22,
#divFb .letter-spacing-22 {
    letter-spacing: 5px !important;
  }
  /* line 575, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-21,
.contentbox-wrapper .letter-spacing-21,
#divFb .letter-spacing-21 {
    letter-spacing: 5px !important;
  }
  /* line 576, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-20,
.contentbox-wrapper .letter-spacing-20,
#divFb .letter-spacing-20 {
    letter-spacing: 5px !important;
  }
  /* line 577, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-19,
.contentbox-wrapper .letter-spacing-19,
#divFb .letter-spacing-19 {
    letter-spacing: 5px !important;
  }
  /* line 578, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-18,
.contentbox-wrapper .letter-spacing-18,
#divFb .letter-spacing-18 {
    letter-spacing: 5px !important;
  }
  /* line 579, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-17,
.contentbox-wrapper .letter-spacing-17,
#divFb .letter-spacing-17 {
    letter-spacing: 5px !important;
  }
  /* line 580, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-16,
.contentbox-wrapper .letter-spacing-16,
#divFb .letter-spacing-16 {
    letter-spacing: 5px !important;
  }
  /* line 581, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-15,
.contentbox-wrapper .letter-spacing-15,
#divFb .letter-spacing-15 {
    letter-spacing: 5px !important;
  }
  /* line 582, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-14,
.contentbox-wrapper .letter-spacing-14,
#divFb .letter-spacing-14 {
    letter-spacing: 5px !important;
  }
  /* line 583, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-13,
.contentbox-wrapper .letter-spacing-13,
#divFb .letter-spacing-13 {
    letter-spacing: 5px !important;
  }
  /* line 584, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-12,
.contentbox-wrapper .letter-spacing-12,
#divFb .letter-spacing-12 {
    letter-spacing: 5px !important;
  }
  /* line 585, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-11,
.contentbox-wrapper .letter-spacing-11,
#divFb .letter-spacing-11 {
    letter-spacing: 5px !important;
  }
  /* line 586, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-10,
.contentbox-wrapper .letter-spacing-10,
#divFb .letter-spacing-10 {
    letter-spacing: 5px !important;
  }
  /* line 587, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-9,
.contentbox-wrapper .letter-spacing-9,
#divFb .letter-spacing-9 {
    letter-spacing: 5px !important;
  }
  /* line 588, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-8,
.contentbox-wrapper .letter-spacing-8,
#divFb .letter-spacing-8 {
    letter-spacing: 4px !important;
  }
  /* line 589, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-7,
.contentbox-wrapper .letter-spacing-7,
#divFb .letter-spacing-7 {
    letter-spacing: 4px !important;
  }
  /* line 590, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-6,
.contentbox-wrapper .letter-spacing-6,
#divFb .letter-spacing-6 {
    letter-spacing: 3px !important;
  }
  /* line 591, app/assets/stylesheets/vendor/contentBuilder/content.scss */
  .contentbuilder-wrapper .letter-spacing-5,
.contentbox-wrapper .letter-spacing-5,
#divFb .letter-spacing-5 {
    letter-spacing: 3px !important;
  }
}

/* line 599, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text *,
.contentbox-wrapper .is-light-text *,
#divFb .is-light-text * {
  color: #fff;
}

/* line 600, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text *,
.contentbox-wrapper .is-dark-text *,
#divFb .is-dark-text * {
  color: #000;
}

/* line 604, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title1-96,
.contentbox-wrapper .is-title1-96,
#divFb .is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 605, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title1-80,
.contentbox-wrapper .is-title1-80,
#divFb .is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 606, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title1-64,
.contentbox-wrapper .is-title1-64,
#divFb .is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 607, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title1-48,
.contentbox-wrapper .is-title1-48,
#divFb .is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 608, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title1-32,
.contentbox-wrapper .is-title1-32,
#divFb .is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 612, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title2-96,
.contentbox-wrapper .is-title2-96,
#divFb .is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px;
}

/* line 613, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title2-80,
.contentbox-wrapper .is-title2-80,
#divFb .is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 614, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title2-64,
.contentbox-wrapper .is-title2-64,
#divFb .is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 615, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title2-48,
.contentbox-wrapper .is-title2-48,
#divFb .is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 616, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title2-32,
.contentbox-wrapper .is-title2-32,
#divFb .is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 620, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title3-96,
.contentbox-wrapper .is-title3-96,
#divFb .is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 621, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title3-80,
.contentbox-wrapper .is-title3-80,
#divFb .is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 622, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title3-64,
.contentbox-wrapper .is-title3-64,
#divFb .is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 623, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title3-48,
.contentbox-wrapper .is-title3-48,
#divFb .is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 624, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title3-32,
.contentbox-wrapper .is-title3-32,
#divFb .is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 626, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title3-96,
.contentbox-wrapper .is-light-text .is-title3-96,
#divFb .is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

/* line 627, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title3-80,
.contentbox-wrapper .is-light-text .is-title3-80,
#divFb .is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

/* line 628, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title3-64,
.contentbox-wrapper .is-light-text .is-title3-64,
#divFb .is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

/* line 629, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title3-48,
.contentbox-wrapper .is-light-text .is-title3-48,
#divFb .is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

/* line 630, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title3-32,
.contentbox-wrapper .is-light-text .is-title3-32,
#divFb .is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

/* line 632, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title3-96,
.contentbox-wrapper .is-dark-text .is-title3-96,
#divFb .is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 633, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title3-80,
.contentbox-wrapper .is-dark-text .is-title3-80,
#divFb .is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 634, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title3-64,
.contentbox-wrapper .is-dark-text .is-title3-64,
#divFb .is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 635, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title3-48,
.contentbox-wrapper .is-dark-text .is-title3-48,
#divFb .is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 636, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title3-32,
.contentbox-wrapper .is-dark-text .is-title3-32,
#divFb .is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* line 640, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title4-96,
.contentbox-wrapper .is-title4-96,
#divFb .is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid;
}

/* line 641, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title4-80,
.contentbox-wrapper .is-title4-80,
#divFb .is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid;
}

/* line 642, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title4-64,
.contentbox-wrapper .is-title4-64,
#divFb .is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid;
}

/* line 643, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title4-48,
.contentbox-wrapper .is-title4-48,
#divFb .is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid;
}

/* line 644, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title4-32,
.contentbox-wrapper .is-title4-32,
#divFb .is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid;
}

/* line 646, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title4-96,
.contentbox-wrapper .is-light-text .is-title4-96,
#divFb .is-light-text .is-title4-96 {
  border: #fff 2px solid;
}

/* line 647, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title4-80,
.contentbox-wrapper .is-light-text .is-title4-80,
#divFb .is-light-text .is-title4-80 {
  border: #fff 2px solid;
}

/* line 648, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title4-64,
.contentbox-wrapper .is-light-text .is-title4-64,
#divFb .is-light-text .is-title4-64 {
  border: #fff 2px solid;
}

/* line 649, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title4-48,
.contentbox-wrapper .is-light-text .is-title4-48,
#divFb .is-light-text .is-title4-48 {
  border: #fff 2px solid;
}

/* line 650, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title4-32,
.contentbox-wrapper .is-light-text .is-title4-32,
#divFb .is-light-text .is-title4-32 {
  border: #fff 2px solid;
}

/* line 652, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title4-96,
.contentbox-wrapper .is-dark-text .is-title4-96,
#divFb .is-dark-text .is-title4-96 {
  border: #000 2px solid;
}

/* line 653, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title4-80,
.contentbox-wrapper .is-dark-text .is-title4-80,
#divFb .is-dark-text .is-title4-80 {
  border: #000 2px solid;
}

/* line 654, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title4-64,
.contentbox-wrapper .is-dark-text .is-title4-64,
#divFb .is-dark-text .is-title4-64 {
  border: #000 2px solid;
}

/* line 655, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title4-48,
.contentbox-wrapper .is-dark-text .is-title4-48,
#divFb .is-dark-text .is-title4-48 {
  border: #000 2px solid;
}

/* line 656, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title4-32,
.contentbox-wrapper .is-dark-text .is-title4-32,
#divFb .is-dark-text .is-title4-32 {
  border: #000 2px solid;
}

/* line 660, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title5-96,
.contentbox-wrapper .is-title5-96,
#divFb .is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

/* line 661, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title5-80,
.contentbox-wrapper .is-title5-80,
#divFb .is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

/* line 662, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title5-64,
.contentbox-wrapper .is-title5-64,
#divFb .is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

/* line 663, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title5-48,
.contentbox-wrapper .is-title5-48,
#divFb .is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

/* line 664, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title5-32,
.contentbox-wrapper .is-title5-32,
#divFb .is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

/* line 666, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title5-96,
.contentbox-wrapper .is-light-text .is-title5-96,
#divFb .is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid;
}

/* line 667, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title5-80,
.contentbox-wrapper .is-light-text .is-title5-80,
#divFb .is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid;
}

/* line 668, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title5-64,
.contentbox-wrapper .is-light-text .is-title5-64,
#divFb .is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid;
}

/* line 669, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title5-48,
.contentbox-wrapper .is-light-text .is-title5-48,
#divFb .is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid;
}

/* line 670, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-title5-32,
.contentbox-wrapper .is-light-text .is-title5-32,
#divFb .is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid;
}

/* line 672, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title5-96,
.contentbox-wrapper .is-dark-text .is-title5-96,
#divFb .is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid;
}

/* line 673, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title5-80,
.contentbox-wrapper .is-dark-text .is-title5-80,
#divFb .is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid;
}

/* line 674, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title5-64,
.contentbox-wrapper .is-dark-text .is-title5-64,
#divFb .is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid;
}

/* line 675, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title5-48,
.contentbox-wrapper .is-dark-text .is-title5-48,
#divFb .is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid;
}

/* line 676, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-title5-32,
.contentbox-wrapper .is-dark-text .is-title5-32,
#divFb .is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid;
}

/* line 680, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-lite,
.contentbox-wrapper .is-title-lite,
#divFb .is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px;
}

/* line 681, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-lite.is-title3-96, .contentbuilder-wrapper .is-title-lite.is-title4-96, .contentbuilder-wrapper .is-title-lite.is-title5-96,
.contentbox-wrapper .is-title-lite.is-title3-96,
.contentbox-wrapper .is-title-lite.is-title4-96,
.contentbox-wrapper .is-title-lite.is-title5-96,
#divFb .is-title-lite.is-title3-96,
#divFb .is-title-lite.is-title4-96,
#divFb .is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

/* line 682, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-lite.is-title3-80, .contentbuilder-wrapper .is-title-lite.is-title4-80, .contentbuilder-wrapper .is-title-lite.is-title5-80,
.contentbox-wrapper .is-title-lite.is-title3-80,
.contentbox-wrapper .is-title-lite.is-title4-80,
.contentbox-wrapper .is-title-lite.is-title5-80,
#divFb .is-title-lite.is-title3-80,
#divFb .is-title-lite.is-title4-80,
#divFb .is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

/* line 683, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-lite.is-title3-64, .contentbuilder-wrapper .is-title-lite.is-title4-64, .contentbuilder-wrapper .is-title-lite.is-title5-64,
.contentbox-wrapper .is-title-lite.is-title3-64,
.contentbox-wrapper .is-title-lite.is-title4-64,
.contentbox-wrapper .is-title-lite.is-title5-64,
#divFb .is-title-lite.is-title3-64,
#divFb .is-title-lite.is-title4-64,
#divFb .is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

/* line 684, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-lite.is-title3-48, .contentbuilder-wrapper .is-title-lite.is-title4-48, .contentbuilder-wrapper .is-title-lite.is-title5-48,
.contentbox-wrapper .is-title-lite.is-title3-48,
.contentbox-wrapper .is-title-lite.is-title4-48,
.contentbox-wrapper .is-title-lite.is-title5-48,
#divFb .is-title-lite.is-title3-48,
#divFb .is-title-lite.is-title4-48,
#divFb .is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

/* line 685, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-lite.is-title3-32, .contentbuilder-wrapper .is-title-lite.is-title4-32, .contentbuilder-wrapper .is-title-lite.is-title5-32,
.contentbox-wrapper .is-title-lite.is-title3-32,
.contentbox-wrapper .is-title-lite.is-title4-32,
.contentbox-wrapper .is-title-lite.is-title5-32,
#divFb .is-title-lite.is-title3-32,
#divFb .is-title-lite.is-title4-32,
#divFb .is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px;
}

/* line 687, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-bold,
.contentbox-wrapper .is-title-bold,
#divFb .is-title-bold {
  font-weight: 800;
}

/* line 688, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-bold.is-title3-96, .contentbuilder-wrapper .is-title-bold.is-title4-96, .contentbuilder-wrapper .is-title-bold.is-title5-96,
.contentbox-wrapper .is-title-bold.is-title3-96,
.contentbox-wrapper .is-title-bold.is-title4-96,
.contentbox-wrapper .is-title-bold.is-title5-96,
#divFb .is-title-bold.is-title3-96,
#divFb .is-title-bold.is-title4-96,
#divFb .is-title-bold.is-title5-96 {
  border-width: 4px;
}

/* line 689, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-bold.is-title3-80, .contentbuilder-wrapper .is-title-bold.is-title4-80, .contentbuilder-wrapper .is-title-bold.is-title5-80,
.contentbox-wrapper .is-title-bold.is-title3-80,
.contentbox-wrapper .is-title-bold.is-title4-80,
.contentbox-wrapper .is-title-bold.is-title5-80,
#divFb .is-title-bold.is-title3-80,
#divFb .is-title-bold.is-title4-80,
#divFb .is-title-bold.is-title5-80 {
  border-width: 4px;
}

/* line 690, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-bold.is-title3-64, .contentbuilder-wrapper .is-title-bold.is-title4-64, .contentbuilder-wrapper .is-title-bold.is-title5-64,
.contentbox-wrapper .is-title-bold.is-title3-64,
.contentbox-wrapper .is-title-bold.is-title4-64,
.contentbox-wrapper .is-title-bold.is-title5-64,
#divFb .is-title-bold.is-title3-64,
#divFb .is-title-bold.is-title4-64,
#divFb .is-title-bold.is-title5-64 {
  border-width: 3px;
}

/* line 691, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-bold.is-title3-48, .contentbuilder-wrapper .is-title-bold.is-title4-48, .contentbuilder-wrapper .is-title-bold.is-title5-48,
.contentbox-wrapper .is-title-bold.is-title3-48,
.contentbox-wrapper .is-title-bold.is-title4-48,
.contentbox-wrapper .is-title-bold.is-title5-48,
#divFb .is-title-bold.is-title3-48,
#divFb .is-title-bold.is-title4-48,
#divFb .is-title-bold.is-title5-48 {
  border-width: 3px;
}

/* line 692, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-title-bold.is-title3-32, .contentbuilder-wrapper .is-title-bold.is-title4-32, .contentbuilder-wrapper .is-title-bold.is-title5-32,
.contentbox-wrapper .is-title-bold.is-title3-32,
.contentbox-wrapper .is-title-bold.is-title4-32,
.contentbox-wrapper .is-title-bold.is-title5-32,
#divFb .is-title-bold.is-title3-32,
#divFb .is-title-bold.is-title4-32,
#divFb .is-title-bold.is-title5-32 {
  border-width: 2px;
}

/* line 699, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-info1,
.contentbox-wrapper .is-info1,
#divFb .is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}

/* line 700, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-info1.size-21,
.contentbox-wrapper .is-info1.size-21,
#divFb .is-info1.size-21 {
  margin-top: 12px;
}

/* line 701, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-info1.size-24,
.contentbox-wrapper .is-info1.size-24,
#divFb .is-info1.size-24 {
  margin-top: 15px;
}

/* line 703, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-info2,
.contentbox-wrapper .is-info2,
#divFb .is-info2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* line 704, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-info2.size-21,
.contentbox-wrapper .is-info2.size-21,
#divFb .is-info2.size-21 {
  margin-top: 12px;
}

/* line 705, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-info2.size-24,
.contentbox-wrapper .is-info2.size-24,
#divFb .is-info2.size-24 {
  margin-top: 15px;
}

/* line 712, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-btn,
.contentbuilder-wrapper a.is-btn,
.contentbox-wrapper .is-btn,
.contentbox-wrapper a.is-btn,
#divFb .is-btn,
#divFb a.is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
  text-decoration: none;
  color: #000;
}

/* line 733, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-btn:hover, .contentbuilder-wrapper .is-btn:visited, .contentbuilder-wrapper .is-btn:focus,
.contentbuilder-wrapper a.is-btn:hover, .contentbuilder-wrapper a.is-btn:visited, .contentbuilder-wrapper a.is-btn:focus,
.contentbox-wrapper .is-btn:hover,
.contentbox-wrapper .is-btn:visited,
.contentbox-wrapper .is-btn:focus,
.contentbox-wrapper a.is-btn:hover,
.contentbox-wrapper a.is-btn:visited,
.contentbox-wrapper a.is-btn:focus,
#divFb .is-btn:hover,
#divFb .is-btn:visited,
#divFb .is-btn:focus,
#divFb a.is-btn:hover,
#divFb a.is-btn:visited,
#divFb a.is-btn:focus {
  color: initial;
  text-decoration: initial;
  opacity: initial;
}

/* line 737, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-btn-ghost1,
.contentbuilder-wrapper a.is-btn-ghost1,
.contentbox-wrapper .is-btn-ghost1,
.contentbox-wrapper a.is-btn-ghost1,
#divFb .is-btn-ghost1,
#divFb a.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

/* line 741, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-btn-ghost1,
.contentbuilder-wrapper .is-dark-text .is-light-text .is-btn-ghost1,
.contentbuilder-wrapper .is-light-text a.is-btn-ghost1,
.contentbuilder-wrapper .is-dark-text .is-light-text a.is-btn-ghost1,
.contentbox-wrapper .is-light-text .is-btn-ghost1,
.contentbox-wrapper .is-dark-text .is-light-text .is-btn-ghost1,
.contentbox-wrapper .is-light-text a.is-btn-ghost1,
.contentbox-wrapper .is-dark-text .is-light-text a.is-btn-ghost1,
#divFb .is-light-text .is-btn-ghost1,
#divFb .is-dark-text .is-light-text .is-btn-ghost1,
#divFb .is-light-text a.is-btn-ghost1,
#divFb .is-dark-text .is-light-text a.is-btn-ghost1 {
  color: #fff;
  border: 2px solid #fff;
}

/* line 747, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-btn-ghost1,
.contentbuilder-wrapper .is-light-text .is-dark-text .is-btn-ghost1,
.contentbuilder-wrapper .is-dark-text a.is-btn-ghost1,
.contentbuilder-wrapper .is-light-text .is-dark-text a.is-btn-ghost1,
.contentbox-wrapper .is-dark-text .is-btn-ghost1,
.contentbox-wrapper .is-light-text .is-dark-text .is-btn-ghost1,
.contentbox-wrapper .is-dark-text a.is-btn-ghost1,
.contentbox-wrapper .is-light-text .is-dark-text a.is-btn-ghost1,
#divFb .is-dark-text .is-btn-ghost1,
#divFb .is-light-text .is-dark-text .is-btn-ghost1,
#divFb .is-dark-text a.is-btn-ghost1,
#divFb .is-light-text .is-dark-text a.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

/* line 753, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-btn-ghost2,
.contentbuilder-wrapper a.is-btn-ghost2,
.contentbox-wrapper .is-btn-ghost2,
.contentbox-wrapper a.is-btn-ghost2,
#divFb .is-btn-ghost2,
#divFb a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #dcdcdc;
  background-color: #dcdcdc;
}

/* line 757, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-light-text .is-btn-ghost2,
.contentbuilder-wrapper .is-dark-text .is-light-text .is-btn-ghost2,
.contentbuilder-wrapper .is-light-text a.is-btn-ghost2,
.contentbuilder-wrapper .is-dark-text .is-light-text a.is-btn-ghost2,
.contentbox-wrapper .is-light-text .is-btn-ghost2,
.contentbox-wrapper .is-dark-text .is-light-text .is-btn-ghost2,
.contentbox-wrapper .is-light-text a.is-btn-ghost2,
.contentbox-wrapper .is-dark-text .is-light-text a.is-btn-ghost2,
#divFb .is-light-text .is-btn-ghost2,
#divFb .is-dark-text .is-light-text .is-btn-ghost2,
#divFb .is-light-text a.is-btn-ghost2,
#divFb .is-dark-text .is-light-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9;
}

/* line 763, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-dark-text .is-btn-ghost2,
.contentbuilder-wrapper .is-light-text .is-dark-text .is-btn-ghost2,
.contentbuilder-wrapper .is-dark-text a.is-btn-ghost2,
.contentbuilder-wrapper .is-light-text .is-dark-text a.is-btn-ghost2,
.contentbox-wrapper .is-dark-text .is-btn-ghost2,
.contentbox-wrapper .is-light-text .is-dark-text .is-btn-ghost2,
.contentbox-wrapper .is-dark-text a.is-btn-ghost2,
.contentbox-wrapper .is-light-text .is-dark-text a.is-btn-ghost2,
#divFb .is-dark-text .is-btn-ghost2,
#divFb .is-light-text .is-dark-text .is-btn-ghost2,
#divFb .is-dark-text a.is-btn-ghost2,
#divFb .is-light-text .is-dark-text a.is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}

/* line 768, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-btn.is-btn-small, .contentbuilder-wrapper .is-btn-small,
.contentbox-wrapper .is-btn.is-btn-small,
.contentbox-wrapper .is-btn-small,
#divFb .is-btn.is-btn-small,
#divFb .is-btn-small {
  padding: 5px 25px;
  font-size: 0.85em;
}

/* line 769, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-btn.is-upper, .contentbuilder-wrapper .is-upper,
.contentbox-wrapper .is-btn.is-upper,
.contentbox-wrapper .is-upper,
#divFb .is-btn.is-upper,
#divFb .is-upper {
  text-transform: uppercase;
}

/* line 770, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .is-btn.is-rounded-30, .contentbuilder-wrapper .is-rounded-30,
.contentbox-wrapper .is-btn.is-rounded-30,
.contentbox-wrapper .is-rounded-30,
#divFb .is-btn.is-rounded-30,
#divFb .is-rounded-30 {
  border-radius: 30px;
}

/* line 773, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .btn,
.contentbox-wrapper .btn,
#divFb .btn {
  padding: 7px 25px;
  font-size: 1em;
  line-height: 2em;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}

/* line 792, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .btn.btn-primary,
.contentbox-wrapper .btn.btn-primary,
#divFb .btn.btn-primary {
  color: #ffffff;
  background-color: #08c9b9;
}

/* line 793, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .btn.btn-primary:hover,
.contentbox-wrapper .btn.btn-primary:hover,
#divFb .btn.btn-primary:hover {
  color: #ffffff;
  background-color: #07b0a2;
  border-color: #07b0a2;
}

/* line 794, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .btn.btn-default,
.contentbox-wrapper .btn.btn-default,
#divFb .btn.btn-default {
  color: #333333;
  background-color: #d3d3d3;
}

/* line 795, app/assets/stylesheets/vendor/contentBuilder/content.scss */
.contentbuilder-wrapper .btn.btn-default:hover,
.contentbox-wrapper .btn.btn-default:hover,
#divFb .btn.btn-default:hover {
  color: #111;
  background-color: #ccc;
  border-color: #ccc;
}

/* line 2, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-slider,
.contentbox-wrapper .slick-slider,
#divFb .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 23, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-list,
.contentbox-wrapper .slick-list,
#divFb .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 33, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-list:focus,
.contentbox-wrapper .slick-list:focus,
#divFb .slick-list:focus {
  outline: none;
}

/* line 37, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-list.dragging,
.contentbox-wrapper .slick-list.dragging,
#divFb .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 43, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-slider .slick-track,
.contentbuilder-wrapper .slick-slider .slick-list,
.contentbox-wrapper .slick-slider .slick-track,
.contentbox-wrapper .slick-slider .slick-list,
#divFb .slick-slider .slick-track,
#divFb .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 53, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-track,
.contentbox-wrapper .slick-track,
#divFb .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 61, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-track:before,
.contentbuilder-wrapper .slick-track:after,
.contentbox-wrapper .slick-track:before,
.contentbox-wrapper .slick-track:after,
#divFb .slick-track:before,
#divFb .slick-track:after {
  display: table;
  content: '';
}

/* line 68, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-track:after,
.contentbox-wrapper .slick-track:after,
#divFb .slick-track:after {
  clear: both;
}

/* line 72, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-loading .slick-track,
.contentbox-wrapper .slick-loading .slick-track,
#divFb .slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-slide,
.contentbox-wrapper .slick-slide,
#divFb .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper [dir='rtl'] .slick-slide,
.contentbox-wrapper [dir='rtl'] .slick-slide,
#divFb [dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-slide img,
.contentbox-wrapper .slick-slide img,
#divFb .slick-slide img {
  display: block;
}

/* line 93, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-slide.slick-loading img,
.contentbox-wrapper .slick-slide.slick-loading img,
#divFb .slick-slide.slick-loading img {
  display: none;
}

/* line 97, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-slide.dragging img,
.contentbox-wrapper .slick-slide.dragging img,
#divFb .slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-initialized .slick-slide,
.contentbox-wrapper .slick-initialized .slick-slide,
#divFb .slick-initialized .slick-slide {
  display: block;
}

/* line 105, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-loading .slick-slide,
.contentbox-wrapper .slick-loading .slick-slide,
#divFb .slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-vertical .slick-slide,
.contentbox-wrapper .slick-vertical .slick-slide,
#divFb .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, app/assets/stylesheets/vendor/contentBuilder/slick.scss */
.contentbuilder-wrapper .slick-arrow.slick-hidden,
.contentbox-wrapper .slick-arrow.slick-hidden,
#divFb .slick-arrow.slick-hidden {
  display: none;
}

/* line 2, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-list,
.contentbox-wrapper .slick-list,
#divFb .slick-list {
  height: 100% !important;
}

/* line 3, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-track,
.contentbox-wrapper .slick-track,
#divFb .slick-track {
  height: 100% !important;
}

/* line 4, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots,
.contentbox-wrapper .slick-dots,
#divFb .slick-dots {
  z-index: 10;
}

/* line 6, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-loading .slick-list,
.contentbox-wrapper .slick-loading .slick-list,
#divFb .slick-loading .slick-list {
  /*background: #fff url(https://d1zmtm01ypbbyk.cloudfront.net/assets/ajax-loader-164c04b4a93c50ba94e11cea7e9de67917bbf6cc0c1b222870d86f4a3d61329a.gif) center center no-repeat;*/
  /* ic */
}

/* line 22, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev,
.contentbuilder-wrapper .slick-next,
.contentbox-wrapper .slick-prev,
.contentbox-wrapper .slick-next,
#divFb .slick-prev,
#divFb .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 48, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev:hover,
.contentbuilder-wrapper .slick-prev:focus,
.contentbuilder-wrapper .slick-next:hover,
.contentbuilder-wrapper .slick-next:focus,
.contentbox-wrapper .slick-prev:hover,
.contentbox-wrapper .slick-prev:focus,
.contentbox-wrapper .slick-next:hover,
.contentbox-wrapper .slick-next:focus,
#divFb .slick-prev:hover,
#divFb .slick-prev:focus,
#divFb .slick-next:hover,
#divFb .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

/* line 57, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev:hover:before,
.contentbuilder-wrapper .slick-next:hover:before,
.contentbox-wrapper .slick-prev:hover:before,
.contentbox-wrapper .slick-next:hover:before,
#divFb .slick-prev:hover:before,
#divFb .slick-next:hover:before {
  opacity: 1;
}

/* line 62, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev.slick-disabled:before,
.contentbuilder-wrapper .slick-next.slick-disabled:before,
.contentbox-wrapper .slick-prev.slick-disabled:before,
.contentbox-wrapper .slick-next.slick-disabled:before,
#divFb .slick-prev.slick-disabled:before,
#divFb .slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 68, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev:before,
.contentbuilder-wrapper .slick-next:before,
.contentbox-wrapper .slick-prev:before,
.contentbox-wrapper .slick-next:before,
#divFb .slick-prev:before,
#divFb .slick-next:before {
  /*font-family: 'slick';*/
  /*ic*/
  font-size: 50px;
  /* 35px; */
  /*ic*/
  line-height: 1;
  opacity: .8;
  /* 65; */
  /*ic*/
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 82, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev,
.contentbox-wrapper .slick-prev,
#divFb .slick-prev {
  /*left: -25px;*/
  left: 30px;
  z-index: 11;
  /* 10 */
  opacity: .7;
}

/* line 89, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper [dir='rtl'] .slick-prev,
.contentbox-wrapper [dir='rtl'] .slick-prev,
#divFb [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 104, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev,
.contentbox-wrapper .slick-prev,
#divFb .slick-prev {
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2730px%27%20height%3D%2730px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%2745.63%2C75.8%200.375%2C38.087%2045.63%2C0.375%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 108, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slider-on-content .slick-prev,
.contentbox-wrapper .slider-on-content .slick-prev,
#divFb .slider-on-content .slick-prev {
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2722px%27%20height%3D%2722px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%2745.63%2C75.8%200.375%2C38.087%2045.63%2C0.375%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 112, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-prev:hover,
.contentbox-wrapper .slick-prev:hover,
#divFb .slick-prev:hover {
  opacity: 1;
}

/* line 114, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-next,
.contentbox-wrapper .slick-next,
#divFb .slick-next {
  /*right: -25px;*/
  right: 30px;
  z-index: 11;
  /* 10 */
  opacity: .7;
}

/* line 121, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper [dir='rtl'] .slick-next,
.contentbox-wrapper [dir='rtl'] .slick-next,
#divFb [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 136, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-next,
.contentbox-wrapper .slick-next,
#divFb .slick-next {
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2730px%27%20height%3D%2730px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%270.375%2C0.375%2045.63%2C38.087%200.375%2C75.8%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 140, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slider-on-content .slick-next,
.contentbox-wrapper .slider-on-content .slick-next,
#divFb .slider-on-content .slick-next {
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2722px%27%20height%3D%2722px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%270.375%2C0.375%2045.63%2C38.087%200.375%2C75.8%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 144, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-next:hover,
.contentbox-wrapper .slick-next:hover,
#divFb .slick-next:hover {
  opacity: 1;
}

/* line 147, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-slider,
.contentbox-wrapper .slick-slider,
#divFb .slick-slider {
  /*margin-bottom: 30px;*/
  height: 100%;
  /*ic*/
}

/* line 152, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots,
.contentbox-wrapper .slick-dots,
#divFb .slick-dots {
  position: absolute;
  /*bottom: -45px;*/
  bottom: 25px;
  margin: 0;
  /*ic*/
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 166, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots li button,
.contentbox-wrapper .slick-dots li button,
#divFb .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 181, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots li,
.contentbox-wrapper .slick-dots li,
#divFb .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  border-radius: 500px;
  border: rgba(255, 255, 255, 0.73) 1px solid;
  box-shadow: 0 0px 5px 3px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.6);
}

/* line 195, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots li:hover,
.contentbox-wrapper .slick-dots li:hover,
#divFb .slick-dots li:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* line 198, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots li.slick-active,
.contentbox-wrapper .slick-dots li.slick-active,
#divFb .slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.12);
}

/* line 203, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots.dark li,
.contentbox-wrapper .slick-dots.dark li,
#divFb .slick-dots.dark li {
  border: rgba(0, 0, 0, 0.5) 1px solid;
}

/* line 206, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots.dark li:hover,
.contentbox-wrapper .slick-dots.dark li:hover,
#divFb .slick-dots.dark li:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 209, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slick-dots.dark li.slick-active,
.contentbox-wrapper .slick-dots.dark li.slick-active,
#divFb .slick-dots.dark li.slick-active {
  background: rgba(0, 0, 0, 0.7);
}

/* line 241, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slider-image,
.contentbox-wrapper .slider-image,
#divFb .slider-image {
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: table !important;
}

/* line 242, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slider-content,
.contentbox-wrapper .slider-content,
#divFb .slider-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  box-sizing: border-box;
  padding: 50px 70px 50px;
  text-decoration: none;
  opacity: 0.85;
}

/* line 243, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slider-on-box .slider-content,
.contentbox-wrapper .slider-on-box .slider-content,
#divFb .slider-on-box .slider-content {
  padding: 65px 80px 70px;
}

/* line 244, app/assets/stylesheets/vendor/contentBuilder/slick-theme.scss */
.contentbuilder-wrapper .slider-on-box .slick-dots,
.contentbox-wrapper .slider-on-box .slick-dots,
#divFb .slider-on-box .slick-dots {
  bottom: 35px;
}

@font-face {
  /* line 10, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
  .contentbuilder-wrapper,
.contentbox-wrapper,
#divFb {
    font-family: "Ionicons";
    src: url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.eot?v=2.0.0);
    src: url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.woff?v=2.0.0) format("woff"), url(https://d1zmtm01ypbbyk.cloudfront.net/../fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion, .contentbuilder-wrapper .ionicons, .contentbuilder-wrapper .ion-alert:before, .contentbuilder-wrapper .ion-alert-circled:before, .contentbuilder-wrapper .ion-android-add:before, .contentbuilder-wrapper .ion-android-add-circle:before, .contentbuilder-wrapper .ion-android-alarm-clock:before, .contentbuilder-wrapper .ion-android-alert:before, .contentbuilder-wrapper .ion-android-apps:before, .contentbuilder-wrapper .ion-android-archive:before, .contentbuilder-wrapper .ion-android-arrow-back:before, .contentbuilder-wrapper .ion-android-arrow-down:before, .contentbuilder-wrapper .ion-android-arrow-dropdown:before, .contentbuilder-wrapper .ion-android-arrow-dropdown-circle:before, .contentbuilder-wrapper .ion-android-arrow-dropleft:before, .contentbuilder-wrapper .ion-android-arrow-dropleft-circle:before, .contentbuilder-wrapper .ion-android-arrow-dropright:before, .contentbuilder-wrapper .ion-android-arrow-dropright-circle:before, .contentbuilder-wrapper .ion-android-arrow-dropup:before, .contentbuilder-wrapper .ion-android-arrow-dropup-circle:before, .contentbuilder-wrapper .ion-android-arrow-forward:before, .contentbuilder-wrapper .ion-android-arrow-up:before, .contentbuilder-wrapper .ion-android-attach:before, .contentbuilder-wrapper .ion-android-bar:before, .contentbuilder-wrapper .ion-android-bicycle:before, .contentbuilder-wrapper .ion-android-boat:before, .contentbuilder-wrapper .ion-android-bookmark:before, .contentbuilder-wrapper .ion-android-bulb:before, .contentbuilder-wrapper .ion-android-bus:before, .contentbuilder-wrapper .ion-android-calendar:before, .contentbuilder-wrapper .ion-android-call:before, .contentbuilder-wrapper .ion-android-camera:before, .contentbuilder-wrapper .ion-android-cancel:before, .contentbuilder-wrapper .ion-android-car:before, .contentbuilder-wrapper .ion-android-cart:before, .contentbuilder-wrapper .ion-android-chat:before, .contentbuilder-wrapper .ion-android-checkbox:before, .contentbuilder-wrapper .ion-android-checkbox-blank:before, .contentbuilder-wrapper .ion-android-checkbox-outline:before, .contentbuilder-wrapper .ion-android-checkbox-outline-blank:before, .contentbuilder-wrapper .ion-android-checkmark-circle:before, .contentbuilder-wrapper .ion-android-clipboard:before, .contentbuilder-wrapper .ion-android-close:before, .contentbuilder-wrapper .ion-android-cloud:before, .contentbuilder-wrapper .ion-android-cloud-circle:before, .contentbuilder-wrapper .ion-android-cloud-done:before, .contentbuilder-wrapper .ion-android-cloud-outline:before, .contentbuilder-wrapper .ion-android-color-palette:before, .contentbuilder-wrapper .ion-android-compass:before, .contentbuilder-wrapper .ion-android-contact:before, .contentbuilder-wrapper .ion-android-contacts:before, .contentbuilder-wrapper .ion-android-contract:before, .contentbuilder-wrapper .ion-android-create:before, .contentbuilder-wrapper .ion-android-delete:before, .contentbuilder-wrapper .ion-android-desktop:before, .contentbuilder-wrapper .ion-android-document:before, .contentbuilder-wrapper .ion-android-done:before, .contentbuilder-wrapper .ion-android-done-all:before, .contentbuilder-wrapper .ion-android-download:before, .contentbuilder-wrapper .ion-android-drafts:before, .contentbuilder-wrapper .ion-android-exit:before, .contentbuilder-wrapper .ion-android-expand:before, .contentbuilder-wrapper .ion-android-favorite:before, .contentbuilder-wrapper .ion-android-favorite-outline:before, .contentbuilder-wrapper .ion-android-film:before, .contentbuilder-wrapper .ion-android-folder:before, .contentbuilder-wrapper .ion-android-folder-open:before, .contentbuilder-wrapper .ion-android-funnel:before, .contentbuilder-wrapper .ion-android-globe:before, .contentbuilder-wrapper .ion-android-hand:before, .contentbuilder-wrapper .ion-android-hangout:before, .contentbuilder-wrapper .ion-android-happy:before, .contentbuilder-wrapper .ion-android-home:before, .contentbuilder-wrapper .ion-android-image:before, .contentbuilder-wrapper .ion-android-laptop:before, .contentbuilder-wrapper .ion-android-list:before, .contentbuilder-wrapper .ion-android-locate:before, .contentbuilder-wrapper .ion-android-lock:before, .contentbuilder-wrapper .ion-android-mail:before, .contentbuilder-wrapper .ion-android-map:before, .contentbuilder-wrapper .ion-android-menu:before, .contentbuilder-wrapper .ion-android-microphone:before, .contentbuilder-wrapper .ion-android-microphone-off:before, .contentbuilder-wrapper .ion-android-more-horizontal:before, .contentbuilder-wrapper .ion-android-more-vertical:before, .contentbuilder-wrapper .ion-android-navigate:before, .contentbuilder-wrapper .ion-android-notifications:before, .contentbuilder-wrapper .ion-android-notifications-none:before, .contentbuilder-wrapper .ion-android-notifications-off:before, .contentbuilder-wrapper .ion-android-open:before, .contentbuilder-wrapper .ion-android-options:before, .contentbuilder-wrapper .ion-android-people:before, .contentbuilder-wrapper .ion-android-person:before, .contentbuilder-wrapper .ion-android-person-add:before, .contentbuilder-wrapper .ion-android-phone-landscape:before, .contentbuilder-wrapper .ion-android-phone-portrait:before, .contentbuilder-wrapper .ion-android-pin:before, .contentbuilder-wrapper .ion-android-plane:before, .contentbuilder-wrapper .ion-android-playstore:before, .contentbuilder-wrapper .ion-android-print:before, .contentbuilder-wrapper .ion-android-radio-button-off:before, .contentbuilder-wrapper .ion-android-radio-button-on:before, .contentbuilder-wrapper .ion-android-refresh:before, .contentbuilder-wrapper .ion-android-remove:before, .contentbuilder-wrapper .ion-android-remove-circle:before, .contentbuilder-wrapper .ion-android-restaurant:before, .contentbuilder-wrapper .ion-android-sad:before, .contentbuilder-wrapper .ion-android-search:before, .contentbuilder-wrapper .ion-android-send:before, .contentbuilder-wrapper .ion-android-settings:before, .contentbuilder-wrapper .ion-android-share:before, .contentbuilder-wrapper .ion-android-share-alt:before, .contentbuilder-wrapper .ion-android-star:before, .contentbuilder-wrapper .ion-android-star-half:before, .contentbuilder-wrapper .ion-android-star-outline:before, .contentbuilder-wrapper .ion-android-stopwatch:before, .contentbuilder-wrapper .ion-android-subway:before, .contentbuilder-wrapper .ion-android-sunny:before, .contentbuilder-wrapper .ion-android-sync:before, .contentbuilder-wrapper .ion-android-textsms:before, .contentbuilder-wrapper .ion-android-time:before, .contentbuilder-wrapper .ion-android-train:before, .contentbuilder-wrapper .ion-android-unlock:before, .contentbuilder-wrapper .ion-android-upload:before, .contentbuilder-wrapper .ion-android-volume-down:before, .contentbuilder-wrapper .ion-android-volume-mute:before, .contentbuilder-wrapper .ion-android-volume-off:before, .contentbuilder-wrapper .ion-android-volume-up:before, .contentbuilder-wrapper .ion-android-walk:before, .contentbuilder-wrapper .ion-android-warning:before, .contentbuilder-wrapper .ion-android-watch:before, .contentbuilder-wrapper .ion-android-wifi:before, .contentbuilder-wrapper .ion-aperture:before, .contentbuilder-wrapper .ion-archive:before, .contentbuilder-wrapper .ion-arrow-down-a:before, .contentbuilder-wrapper .ion-arrow-down-b:before, .contentbuilder-wrapper .ion-arrow-down-c:before, .contentbuilder-wrapper .ion-arrow-expand:before, .contentbuilder-wrapper .ion-arrow-graph-down-left:before, .contentbuilder-wrapper .ion-arrow-graph-down-right:before, .contentbuilder-wrapper .ion-arrow-graph-up-left:before, .contentbuilder-wrapper .ion-arrow-graph-up-right:before, .contentbuilder-wrapper .ion-arrow-left-a:before, .contentbuilder-wrapper .ion-arrow-left-b:before, .contentbuilder-wrapper .ion-arrow-left-c:before, .contentbuilder-wrapper .ion-arrow-move:before, .contentbuilder-wrapper .ion-arrow-resize:before, .contentbuilder-wrapper .ion-arrow-return-left:before, .contentbuilder-wrapper .ion-arrow-return-right:before, .contentbuilder-wrapper .ion-arrow-right-a:before, .contentbuilder-wrapper .ion-arrow-right-b:before, .contentbuilder-wrapper .ion-arrow-right-c:before, .contentbuilder-wrapper .ion-arrow-shrink:before, .contentbuilder-wrapper .ion-arrow-swap:before, .contentbuilder-wrapper .ion-arrow-up-a:before, .contentbuilder-wrapper .ion-arrow-up-b:before, .contentbuilder-wrapper .ion-arrow-up-c:before, .contentbuilder-wrapper .ion-asterisk:before, .contentbuilder-wrapper .ion-at:before, .contentbuilder-wrapper .ion-backspace:before, .contentbuilder-wrapper .ion-backspace-outline:before, .contentbuilder-wrapper .ion-bag:before, .contentbuilder-wrapper .ion-battery-charging:before, .contentbuilder-wrapper .ion-battery-empty:before, .contentbuilder-wrapper .ion-battery-full:before, .contentbuilder-wrapper .ion-battery-half:before, .contentbuilder-wrapper .ion-battery-low:before, .contentbuilder-wrapper .ion-beaker:before, .contentbuilder-wrapper .ion-beer:before, .contentbuilder-wrapper .ion-bluetooth:before, .contentbuilder-wrapper .ion-bonfire:before, .contentbuilder-wrapper .ion-bookmark:before, .contentbuilder-wrapper .ion-bowtie:before, .contentbuilder-wrapper .ion-briefcase:before, .contentbuilder-wrapper .ion-bug:before, .contentbuilder-wrapper .ion-calculator:before, .contentbuilder-wrapper .ion-calendar:before, .contentbuilder-wrapper .ion-camera:before, .contentbuilder-wrapper .ion-card:before, .contentbuilder-wrapper .ion-cash:before, .contentbuilder-wrapper .ion-chatbox:before, .contentbuilder-wrapper .ion-chatbox-working:before, .contentbuilder-wrapper .ion-chatboxes:before, .contentbuilder-wrapper .ion-chatbubble:before, .contentbuilder-wrapper .ion-chatbubble-working:before, .contentbuilder-wrapper .ion-chatbubbles:before, .contentbuilder-wrapper .ion-checkmark:before, .contentbuilder-wrapper .ion-checkmark-circled:before, .contentbuilder-wrapper .ion-checkmark-round:before, .contentbuilder-wrapper .ion-chevron-down:before, .contentbuilder-wrapper .ion-chevron-left:before, .contentbuilder-wrapper .ion-chevron-right:before, .contentbuilder-wrapper .ion-chevron-up:before, .contentbuilder-wrapper .ion-clipboard:before, .contentbuilder-wrapper .ion-clock:before, .contentbuilder-wrapper .ion-close:before, .contentbuilder-wrapper .ion-close-circled:before, .contentbuilder-wrapper .ion-close-round:before, .contentbuilder-wrapper .ion-closed-captioning:before, .contentbuilder-wrapper .ion-cloud:before, .contentbuilder-wrapper .ion-code:before, .contentbuilder-wrapper .ion-code-download:before, .contentbuilder-wrapper .ion-code-working:before, .contentbuilder-wrapper .ion-coffee:before, .contentbuilder-wrapper .ion-compass:before, .contentbuilder-wrapper .ion-compose:before, .contentbuilder-wrapper .ion-connection-bars:before, .contentbuilder-wrapper .ion-contrast:before, .contentbuilder-wrapper .ion-crop:before, .contentbuilder-wrapper .ion-cube:before, .contentbuilder-wrapper .ion-disc:before, .contentbuilder-wrapper .ion-document:before, .contentbuilder-wrapper .ion-document-text:before, .contentbuilder-wrapper .ion-drag:before, .contentbuilder-wrapper .ion-earth:before, .contentbuilder-wrapper .ion-easel:before, .contentbuilder-wrapper .ion-edit:before, .contentbuilder-wrapper .ion-egg:before, .contentbuilder-wrapper .ion-eject:before, .contentbuilder-wrapper .ion-email:before, .contentbuilder-wrapper .ion-email-unread:before, .contentbuilder-wrapper .ion-erlenmeyer-flask:before, .contentbuilder-wrapper .ion-erlenmeyer-flask-bubbles:before, .contentbuilder-wrapper .ion-eye:before, .contentbuilder-wrapper .ion-eye-disabled:before, .contentbuilder-wrapper .ion-female:before, .contentbuilder-wrapper .ion-filing:before, .contentbuilder-wrapper .ion-film-marker:before, .contentbuilder-wrapper .ion-fireball:before, .contentbuilder-wrapper .ion-flag:before, .contentbuilder-wrapper .ion-flame:before, .contentbuilder-wrapper .ion-flash:before, .contentbuilder-wrapper .ion-flash-off:before, .contentbuilder-wrapper .ion-folder:before, .contentbuilder-wrapper .ion-fork:before, .contentbuilder-wrapper .ion-fork-repo:before, .contentbuilder-wrapper .ion-forward:before, .contentbuilder-wrapper .ion-funnel:before, .contentbuilder-wrapper .ion-gear-a:before, .contentbuilder-wrapper .ion-gear-b:before, .contentbuilder-wrapper .ion-grid:before, .contentbuilder-wrapper .ion-hammer:before, .contentbuilder-wrapper .ion-happy:before, .contentbuilder-wrapper .ion-happy-outline:before, .contentbuilder-wrapper .ion-headphone:before, .contentbuilder-wrapper .ion-heart:before, .contentbuilder-wrapper .ion-heart-broken:before, .contentbuilder-wrapper .ion-help:before, .contentbuilder-wrapper .ion-help-buoy:before, .contentbuilder-wrapper .ion-help-circled:before, .contentbuilder-wrapper .ion-home:before, .contentbuilder-wrapper .ion-icecream:before, .contentbuilder-wrapper .ion-image:before, .contentbuilder-wrapper .ion-images:before, .contentbuilder-wrapper .ion-information:before, .contentbuilder-wrapper .ion-information-circled:before, .contentbuilder-wrapper .ion-ionic:before, .contentbuilder-wrapper .ion-ios-alarm:before, .contentbuilder-wrapper .ion-ios-alarm-outline:before, .contentbuilder-wrapper .ion-ios-albums:before, .contentbuilder-wrapper .ion-ios-albums-outline:before, .contentbuilder-wrapper .ion-ios-americanfootball:before, .contentbuilder-wrapper .ion-ios-americanfootball-outline:before, .contentbuilder-wrapper .ion-ios-analytics:before, .contentbuilder-wrapper .ion-ios-analytics-outline:before, .contentbuilder-wrapper .ion-ios-arrow-back:before, .contentbuilder-wrapper .ion-ios-arrow-down:before, .contentbuilder-wrapper .ion-ios-arrow-forward:before, .contentbuilder-wrapper .ion-ios-arrow-left:before, .contentbuilder-wrapper .ion-ios-arrow-right:before, .contentbuilder-wrapper .ion-ios-arrow-thin-down:before, .contentbuilder-wrapper .ion-ios-arrow-thin-left:before, .contentbuilder-wrapper .ion-ios-arrow-thin-right:before, .contentbuilder-wrapper .ion-ios-arrow-thin-up:before, .contentbuilder-wrapper .ion-ios-arrow-up:before, .contentbuilder-wrapper .ion-ios-at:before, .contentbuilder-wrapper .ion-ios-at-outline:before, .contentbuilder-wrapper .ion-ios-barcode:before, .contentbuilder-wrapper .ion-ios-barcode-outline:before, .contentbuilder-wrapper .ion-ios-baseball:before, .contentbuilder-wrapper .ion-ios-baseball-outline:before, .contentbuilder-wrapper .ion-ios-basketball:before, .contentbuilder-wrapper .ion-ios-basketball-outline:before, .contentbuilder-wrapper .ion-ios-bell:before, .contentbuilder-wrapper .ion-ios-bell-outline:before, .contentbuilder-wrapper .ion-ios-body:before, .contentbuilder-wrapper .ion-ios-body-outline:before, .contentbuilder-wrapper .ion-ios-bolt:before, .contentbuilder-wrapper .ion-ios-bolt-outline:before, .contentbuilder-wrapper .ion-ios-book:before, .contentbuilder-wrapper .ion-ios-book-outline:before, .contentbuilder-wrapper .ion-ios-bookmarks:before, .contentbuilder-wrapper .ion-ios-bookmarks-outline:before, .contentbuilder-wrapper .ion-ios-box:before, .contentbuilder-wrapper .ion-ios-box-outline:before, .contentbuilder-wrapper .ion-ios-briefcase:before, .contentbuilder-wrapper .ion-ios-briefcase-outline:before, .contentbuilder-wrapper .ion-ios-browsers:before, .contentbuilder-wrapper .ion-ios-browsers-outline:before, .contentbuilder-wrapper .ion-ios-calculator:before, .contentbuilder-wrapper .ion-ios-calculator-outline:before, .contentbuilder-wrapper .ion-ios-calendar:before, .contentbuilder-wrapper .ion-ios-calendar-outline:before, .contentbuilder-wrapper .ion-ios-camera:before, .contentbuilder-wrapper .ion-ios-camera-outline:before, .contentbuilder-wrapper .ion-ios-cart:before, .contentbuilder-wrapper .ion-ios-cart-outline:before, .contentbuilder-wrapper .ion-ios-chatboxes:before, .contentbuilder-wrapper .ion-ios-chatboxes-outline:before, .contentbuilder-wrapper .ion-ios-chatbubble:before, .contentbuilder-wrapper .ion-ios-chatbubble-outline:before, .contentbuilder-wrapper .ion-ios-checkmark:before, .contentbuilder-wrapper .ion-ios-checkmark-empty:before, .contentbuilder-wrapper .ion-ios-checkmark-outline:before, .contentbuilder-wrapper .ion-ios-circle-filled:before, .contentbuilder-wrapper .ion-ios-circle-outline:before, .contentbuilder-wrapper .ion-ios-clock:before, .contentbuilder-wrapper .ion-ios-clock-outline:before, .contentbuilder-wrapper .ion-ios-close:before, .contentbuilder-wrapper .ion-ios-close-empty:before, .contentbuilder-wrapper .ion-ios-close-outline:before, .contentbuilder-wrapper .ion-ios-cloud:before, .contentbuilder-wrapper .ion-ios-cloud-download:before, .contentbuilder-wrapper .ion-ios-cloud-download-outline:before, .contentbuilder-wrapper .ion-ios-cloud-outline:before, .contentbuilder-wrapper .ion-ios-cloud-upload:before, .contentbuilder-wrapper .ion-ios-cloud-upload-outline:before, .contentbuilder-wrapper .ion-ios-cloudy:before, .contentbuilder-wrapper .ion-ios-cloudy-night:before, .contentbuilder-wrapper .ion-ios-cloudy-night-outline:before, .contentbuilder-wrapper .ion-ios-cloudy-outline:before, .contentbuilder-wrapper .ion-ios-cog:before, .contentbuilder-wrapper .ion-ios-cog-outline:before, .contentbuilder-wrapper .ion-ios-color-filter:before, .contentbuilder-wrapper .ion-ios-color-filter-outline:before, .contentbuilder-wrapper .ion-ios-color-wand:before, .contentbuilder-wrapper .ion-ios-color-wand-outline:before, .contentbuilder-wrapper .ion-ios-compose:before, .contentbuilder-wrapper .ion-ios-compose-outline:before, .contentbuilder-wrapper .ion-ios-contact:before, .contentbuilder-wrapper .ion-ios-contact-outline:before, .contentbuilder-wrapper .ion-ios-copy:before, .contentbuilder-wrapper .ion-ios-copy-outline:before, .contentbuilder-wrapper .ion-ios-crop:before, .contentbuilder-wrapper .ion-ios-crop-strong:before, .contentbuilder-wrapper .ion-ios-download:before, .contentbuilder-wrapper .ion-ios-download-outline:before, .contentbuilder-wrapper .ion-ios-drag:before, .contentbuilder-wrapper .ion-ios-email:before, .contentbuilder-wrapper .ion-ios-email-outline:before, .contentbuilder-wrapper .ion-ios-eye:before, .contentbuilder-wrapper .ion-ios-eye-outline:before, .contentbuilder-wrapper .ion-ios-fastforward:before, .contentbuilder-wrapper .ion-ios-fastforward-outline:before, .contentbuilder-wrapper .ion-ios-filing:before, .contentbuilder-wrapper .ion-ios-filing-outline:before, .contentbuilder-wrapper .ion-ios-film:before, .contentbuilder-wrapper .ion-ios-film-outline:before, .contentbuilder-wrapper .ion-ios-flag:before, .contentbuilder-wrapper .ion-ios-flag-outline:before, .contentbuilder-wrapper .ion-ios-flame:before, .contentbuilder-wrapper .ion-ios-flame-outline:before, .contentbuilder-wrapper .ion-ios-flask:before, .contentbuilder-wrapper .ion-ios-flask-outline:before, .contentbuilder-wrapper .ion-ios-flower:before, .contentbuilder-wrapper .ion-ios-flower-outline:before, .contentbuilder-wrapper .ion-ios-folder:before, .contentbuilder-wrapper .ion-ios-folder-outline:before, .contentbuilder-wrapper .ion-ios-football:before, .contentbuilder-wrapper .ion-ios-football-outline:before, .contentbuilder-wrapper .ion-ios-game-controller-a:before, .contentbuilder-wrapper .ion-ios-game-controller-a-outline:before, .contentbuilder-wrapper .ion-ios-game-controller-b:before, .contentbuilder-wrapper .ion-ios-game-controller-b-outline:before, .contentbuilder-wrapper .ion-ios-gear:before, .contentbuilder-wrapper .ion-ios-gear-outline:before, .contentbuilder-wrapper .ion-ios-glasses:before, .contentbuilder-wrapper .ion-ios-glasses-outline:before, .contentbuilder-wrapper .ion-ios-grid-view:before, .contentbuilder-wrapper .ion-ios-grid-view-outline:before, .contentbuilder-wrapper .ion-ios-heart:before, .contentbuilder-wrapper .ion-ios-heart-outline:before, .contentbuilder-wrapper .ion-ios-help:before, .contentbuilder-wrapper .ion-ios-help-empty:before, .contentbuilder-wrapper .ion-ios-help-outline:before, .contentbuilder-wrapper .ion-ios-home:before, .contentbuilder-wrapper .ion-ios-home-outline:before, .contentbuilder-wrapper .ion-ios-infinite:before, .contentbuilder-wrapper .ion-ios-infinite-outline:before, .contentbuilder-wrapper .ion-ios-information:before, .contentbuilder-wrapper .ion-ios-information-empty:before, .contentbuilder-wrapper .ion-ios-information-outline:before, .contentbuilder-wrapper .ion-ios-ionic-outline:before, .contentbuilder-wrapper .ion-ios-keypad:before, .contentbuilder-wrapper .ion-ios-keypad-outline:before, .contentbuilder-wrapper .ion-ios-lightbulb:before, .contentbuilder-wrapper .ion-ios-lightbulb-outline:before, .contentbuilder-wrapper .ion-ios-list:before, .contentbuilder-wrapper .ion-ios-list-outline:before, .contentbuilder-wrapper .ion-ios-location:before, .contentbuilder-wrapper .ion-ios-location-outline:before, .contentbuilder-wrapper .ion-ios-locked:before, .contentbuilder-wrapper .ion-ios-locked-outline:before, .contentbuilder-wrapper .ion-ios-loop:before, .contentbuilder-wrapper .ion-ios-loop-strong:before, .contentbuilder-wrapper .ion-ios-medical:before, .contentbuilder-wrapper .ion-ios-medical-outline:before, .contentbuilder-wrapper .ion-ios-medkit:before, .contentbuilder-wrapper .ion-ios-medkit-outline:before, .contentbuilder-wrapper .ion-ios-mic:before, .contentbuilder-wrapper .ion-ios-mic-off:before, .contentbuilder-wrapper .ion-ios-mic-outline:before, .contentbuilder-wrapper .ion-ios-minus:before, .contentbuilder-wrapper .ion-ios-minus-empty:before, .contentbuilder-wrapper .ion-ios-minus-outline:before, .contentbuilder-wrapper .ion-ios-monitor:before, .contentbuilder-wrapper .ion-ios-monitor-outline:before, .contentbuilder-wrapper .ion-ios-moon:before, .contentbuilder-wrapper .ion-ios-moon-outline:before, .contentbuilder-wrapper .ion-ios-more:before, .contentbuilder-wrapper .ion-ios-more-outline:before, .contentbuilder-wrapper .ion-ios-musical-note:before, .contentbuilder-wrapper .ion-ios-musical-notes:before, .contentbuilder-wrapper .ion-ios-navigate:before, .contentbuilder-wrapper .ion-ios-navigate-outline:before, .contentbuilder-wrapper .ion-ios-nutrition:before, .contentbuilder-wrapper .ion-ios-nutrition-outline:before, .contentbuilder-wrapper .ion-ios-paper:before, .contentbuilder-wrapper .ion-ios-paper-outline:before, .contentbuilder-wrapper .ion-ios-paperplane:before, .contentbuilder-wrapper .ion-ios-paperplane-outline:before, .contentbuilder-wrapper .ion-ios-partlysunny:before, .contentbuilder-wrapper .ion-ios-partlysunny-outline:before, .contentbuilder-wrapper .ion-ios-pause:before, .contentbuilder-wrapper .ion-ios-pause-outline:before, .contentbuilder-wrapper .ion-ios-paw:before, .contentbuilder-wrapper .ion-ios-paw-outline:before, .contentbuilder-wrapper .ion-ios-people:before, .contentbuilder-wrapper .ion-ios-people-outline:before, .contentbuilder-wrapper .ion-ios-person:before, .contentbuilder-wrapper .ion-ios-person-outline:before, .contentbuilder-wrapper .ion-ios-personadd:before, .contentbuilder-wrapper .ion-ios-personadd-outline:before, .contentbuilder-wrapper .ion-ios-photos:before, .contentbuilder-wrapper .ion-ios-photos-outline:before, .contentbuilder-wrapper .ion-ios-pie:before, .contentbuilder-wrapper .ion-ios-pie-outline:before, .contentbuilder-wrapper .ion-ios-pint:before, .contentbuilder-wrapper .ion-ios-pint-outline:before, .contentbuilder-wrapper .ion-ios-play:before, .contentbuilder-wrapper .ion-ios-play-outline:before, .contentbuilder-wrapper .ion-ios-plus:before, .contentbuilder-wrapper .ion-ios-plus-empty:before, .contentbuilder-wrapper .ion-ios-plus-outline:before, .contentbuilder-wrapper .ion-ios-pricetag:before, .contentbuilder-wrapper .ion-ios-pricetag-outline:before, .contentbuilder-wrapper .ion-ios-pricetags:before, .contentbuilder-wrapper .ion-ios-pricetags-outline:before, .contentbuilder-wrapper .ion-ios-printer:before, .contentbuilder-wrapper .ion-ios-printer-outline:before, .contentbuilder-wrapper .ion-ios-pulse:before, .contentbuilder-wrapper .ion-ios-pulse-strong:before, .contentbuilder-wrapper .ion-ios-rainy:before, .contentbuilder-wrapper .ion-ios-rainy-outline:before, .contentbuilder-wrapper .ion-ios-recording:before, .contentbuilder-wrapper .ion-ios-recording-outline:before, .contentbuilder-wrapper .ion-ios-redo:before, .contentbuilder-wrapper .ion-ios-redo-outline:before, .contentbuilder-wrapper .ion-ios-refresh:before, .contentbuilder-wrapper .ion-ios-refresh-empty:before, .contentbuilder-wrapper .ion-ios-refresh-outline:before, .contentbuilder-wrapper .ion-ios-reload:before, .contentbuilder-wrapper .ion-ios-reverse-camera:before, .contentbuilder-wrapper .ion-ios-reverse-camera-outline:before, .contentbuilder-wrapper .ion-ios-rewind:before, .contentbuilder-wrapper .ion-ios-rewind-outline:before, .contentbuilder-wrapper .ion-ios-rose:before, .contentbuilder-wrapper .ion-ios-rose-outline:before, .contentbuilder-wrapper .ion-ios-search:before, .contentbuilder-wrapper .ion-ios-search-strong:before, .contentbuilder-wrapper .ion-ios-settings:before, .contentbuilder-wrapper .ion-ios-settings-strong:before, .contentbuilder-wrapper .ion-ios-shuffle:before, .contentbuilder-wrapper .ion-ios-shuffle-strong:before, .contentbuilder-wrapper .ion-ios-skipbackward:before, .contentbuilder-wrapper .ion-ios-skipbackward-outline:before, .contentbuilder-wrapper .ion-ios-skipforward:before, .contentbuilder-wrapper .ion-ios-skipforward-outline:before, .contentbuilder-wrapper .ion-ios-snowy:before, .contentbuilder-wrapper .ion-ios-speedometer:before, .contentbuilder-wrapper .ion-ios-speedometer-outline:before, .contentbuilder-wrapper .ion-ios-star:before, .contentbuilder-wrapper .ion-ios-star-half:before, .contentbuilder-wrapper .ion-ios-star-outline:before, .contentbuilder-wrapper .ion-ios-stopwatch:before, .contentbuilder-wrapper .ion-ios-stopwatch-outline:before, .contentbuilder-wrapper .ion-ios-sunny:before, .contentbuilder-wrapper .ion-ios-sunny-outline:before, .contentbuilder-wrapper .ion-ios-telephone:before, .contentbuilder-wrapper .ion-ios-telephone-outline:before, .contentbuilder-wrapper .ion-ios-tennisball:before, .contentbuilder-wrapper .ion-ios-tennisball-outline:before, .contentbuilder-wrapper .ion-ios-thunderstorm:before, .contentbuilder-wrapper .ion-ios-thunderstorm-outline:before, .contentbuilder-wrapper .ion-ios-time:before, .contentbuilder-wrapper .ion-ios-time-outline:before, .contentbuilder-wrapper .ion-ios-timer:before, .contentbuilder-wrapper .ion-ios-timer-outline:before, .contentbuilder-wrapper .ion-ios-toggle:before, .contentbuilder-wrapper .ion-ios-toggle-outline:before, .contentbuilder-wrapper .ion-ios-trash:before, .contentbuilder-wrapper .ion-ios-trash-outline:before, .contentbuilder-wrapper .ion-ios-undo:before, .contentbuilder-wrapper .ion-ios-undo-outline:before, .contentbuilder-wrapper .ion-ios-unlocked:before, .contentbuilder-wrapper .ion-ios-unlocked-outline:before, .contentbuilder-wrapper .ion-ios-upload:before, .contentbuilder-wrapper .ion-ios-upload-outline:before, .contentbuilder-wrapper .ion-ios-videocam:before, .contentbuilder-wrapper .ion-ios-videocam-outline:before, .contentbuilder-wrapper .ion-ios-volume-high:before, .contentbuilder-wrapper .ion-ios-volume-low:before, .contentbuilder-wrapper .ion-ios-wineglass:before, .contentbuilder-wrapper .ion-ios-wineglass-outline:before, .contentbuilder-wrapper .ion-ios-world:before, .contentbuilder-wrapper .ion-ios-world-outline:before, .contentbuilder-wrapper .ion-ipad:before, .contentbuilder-wrapper .ion-iphone:before, .contentbuilder-wrapper .ion-ipod:before, .contentbuilder-wrapper .ion-jet:before, .contentbuilder-wrapper .ion-key:before, .contentbuilder-wrapper .ion-knife:before, .contentbuilder-wrapper .ion-laptop:before, .contentbuilder-wrapper .ion-leaf:before, .contentbuilder-wrapper .ion-levels:before, .contentbuilder-wrapper .ion-lightbulb:before, .contentbuilder-wrapper .ion-link:before, .contentbuilder-wrapper .ion-load-a:before, .contentbuilder-wrapper .ion-load-b:before, .contentbuilder-wrapper .ion-load-c:before, .contentbuilder-wrapper .ion-load-d:before, .contentbuilder-wrapper .ion-location:before, .contentbuilder-wrapper .ion-lock-combination:before, .contentbuilder-wrapper .ion-locked:before, .contentbuilder-wrapper .ion-log-in:before, .contentbuilder-wrapper .ion-log-out:before, .contentbuilder-wrapper .ion-loop:before, .contentbuilder-wrapper .ion-magnet:before, .contentbuilder-wrapper .ion-male:before, .contentbuilder-wrapper .ion-man:before, .contentbuilder-wrapper .ion-map:before, .contentbuilder-wrapper .ion-medkit:before, .contentbuilder-wrapper .ion-merge:before, .contentbuilder-wrapper .ion-mic-a:before, .contentbuilder-wrapper .ion-mic-b:before, .contentbuilder-wrapper .ion-mic-c:before, .contentbuilder-wrapper .ion-minus:before, .contentbuilder-wrapper .ion-minus-circled:before, .contentbuilder-wrapper .ion-minus-round:before, .contentbuilder-wrapper .ion-model-s:before, .contentbuilder-wrapper .ion-monitor:before, .contentbuilder-wrapper .ion-more:before, .contentbuilder-wrapper .ion-mouse:before, .contentbuilder-wrapper .ion-music-note:before, .contentbuilder-wrapper .ion-navicon:before, .contentbuilder-wrapper .ion-navicon-round:before, .contentbuilder-wrapper .ion-navigate:before, .contentbuilder-wrapper .ion-network:before, .contentbuilder-wrapper .ion-no-smoking:before, .contentbuilder-wrapper .ion-nuclear:before, .contentbuilder-wrapper .ion-outlet:before, .contentbuilder-wrapper .ion-paintbrush:before, .contentbuilder-wrapper .ion-paintbucket:before, .contentbuilder-wrapper .ion-paper-airplane:before, .contentbuilder-wrapper .ion-paperclip:before, .contentbuilder-wrapper .ion-pause:before, .contentbuilder-wrapper .ion-person:before, .contentbuilder-wrapper .ion-person-add:before, .contentbuilder-wrapper .ion-person-stalker:before, .contentbuilder-wrapper .ion-pie-graph:before, .contentbuilder-wrapper .ion-pin:before, .contentbuilder-wrapper .ion-pinpoint:before, .contentbuilder-wrapper .ion-pizza:before, .contentbuilder-wrapper .ion-plane:before, .contentbuilder-wrapper .ion-planet:before, .contentbuilder-wrapper .ion-play:before, .contentbuilder-wrapper .ion-playstation:before, .contentbuilder-wrapper .ion-plus:before, .contentbuilder-wrapper .ion-plus-circled:before, .contentbuilder-wrapper .ion-plus-round:before, .contentbuilder-wrapper .ion-podium:before, .contentbuilder-wrapper .ion-pound:before, .contentbuilder-wrapper .ion-power:before, .contentbuilder-wrapper .ion-pricetag:before, .contentbuilder-wrapper .ion-pricetags:before, .contentbuilder-wrapper .ion-printer:before, .contentbuilder-wrapper .ion-pull-request:before, .contentbuilder-wrapper .ion-qr-scanner:before, .contentbuilder-wrapper .ion-quote:before, .contentbuilder-wrapper .ion-radio-waves:before, .contentbuilder-wrapper .ion-record:before, .contentbuilder-wrapper .ion-refresh:before, .contentbuilder-wrapper .ion-reply:before, .contentbuilder-wrapper .ion-reply-all:before, .contentbuilder-wrapper .ion-ribbon-a:before, .contentbuilder-wrapper .ion-ribbon-b:before, .contentbuilder-wrapper .ion-sad:before, .contentbuilder-wrapper .ion-sad-outline:before, .contentbuilder-wrapper .ion-scissors:before, .contentbuilder-wrapper .ion-search:before, .contentbuilder-wrapper .ion-settings:before, .contentbuilder-wrapper .ion-share:before, .contentbuilder-wrapper .ion-shuffle:before, .contentbuilder-wrapper .ion-skip-backward:before, .contentbuilder-wrapper .ion-skip-forward:before, .contentbuilder-wrapper .ion-social-android:before, .contentbuilder-wrapper .ion-social-android-outline:before, .contentbuilder-wrapper .ion-social-angular:before, .contentbuilder-wrapper .ion-social-angular-outline:before, .contentbuilder-wrapper .ion-social-apple:before, .contentbuilder-wrapper .ion-social-apple-outline:before, .contentbuilder-wrapper .ion-social-bitcoin:before, .contentbuilder-wrapper .ion-social-bitcoin-outline:before, .contentbuilder-wrapper .ion-social-buffer:before, .contentbuilder-wrapper .ion-social-buffer-outline:before, .contentbuilder-wrapper .ion-social-chrome:before, .contentbuilder-wrapper .ion-social-chrome-outline:before, .contentbuilder-wrapper .ion-social-codepen:before, .contentbuilder-wrapper .ion-social-codepen-outline:before, .contentbuilder-wrapper .ion-social-css3:before, .contentbuilder-wrapper .ion-social-css3-outline:before, .contentbuilder-wrapper .ion-social-designernews:before, .contentbuilder-wrapper .ion-social-designernews-outline:before, .contentbuilder-wrapper .ion-social-dribbble:before, .contentbuilder-wrapper .ion-social-dribbble-outline:before, .contentbuilder-wrapper .ion-social-dropbox:before, .contentbuilder-wrapper .ion-social-dropbox-outline:before, .contentbuilder-wrapper .ion-social-euro:before, .contentbuilder-wrapper .ion-social-euro-outline:before, .contentbuilder-wrapper .ion-social-facebook:before, .contentbuilder-wrapper .ion-social-facebook-outline:before, .contentbuilder-wrapper .ion-social-foursquare:before, .contentbuilder-wrapper .ion-social-foursquare-outline:before, .contentbuilder-wrapper .ion-social-freebsd-devil:before, .contentbuilder-wrapper .ion-social-github:before, .contentbuilder-wrapper .ion-social-github-outline:before, .contentbuilder-wrapper .ion-social-google:before, .contentbuilder-wrapper .ion-social-google-outline:before, .contentbuilder-wrapper .ion-social-googleplus:before, .contentbuilder-wrapper .ion-social-googleplus-outline:before, .contentbuilder-wrapper .ion-social-hackernews:before, .contentbuilder-wrapper .ion-social-hackernews-outline:before, .contentbuilder-wrapper .ion-social-html5:before, .contentbuilder-wrapper .ion-social-html5-outline:before, .contentbuilder-wrapper .ion-social-instagram:before, .contentbuilder-wrapper .ion-social-instagram-outline:before, .contentbuilder-wrapper .ion-social-javascript:before, .contentbuilder-wrapper .ion-social-javascript-outline:before, .contentbuilder-wrapper .ion-social-linkedin:before, .contentbuilder-wrapper .ion-social-linkedin-outline:before, .contentbuilder-wrapper .ion-social-markdown:before, .contentbuilder-wrapper .ion-social-nodejs:before, .contentbuilder-wrapper .ion-social-octocat:before, .contentbuilder-wrapper .ion-social-pinterest:before, .contentbuilder-wrapper .ion-social-pinterest-outline:before, .contentbuilder-wrapper .ion-social-python:before, .contentbuilder-wrapper .ion-social-reddit:before, .contentbuilder-wrapper .ion-social-reddit-outline:before, .contentbuilder-wrapper .ion-social-rss:before, .contentbuilder-wrapper .ion-social-rss-outline:before, .contentbuilder-wrapper .ion-social-sass:before, .contentbuilder-wrapper .ion-social-skype:before, .contentbuilder-wrapper .ion-social-skype-outline:before, .contentbuilder-wrapper .ion-social-snapchat:before, .contentbuilder-wrapper .ion-social-snapchat-outline:before, .contentbuilder-wrapper .ion-social-tumblr:before, .contentbuilder-wrapper .ion-social-tumblr-outline:before, .contentbuilder-wrapper .ion-social-tux:before, .contentbuilder-wrapper .ion-social-twitch:before, .contentbuilder-wrapper .ion-social-twitch-outline:before, .contentbuilder-wrapper .ion-social-twitter:before, .contentbuilder-wrapper .ion-social-twitter-outline:before, .contentbuilder-wrapper .ion-social-usd:before, .contentbuilder-wrapper .ion-social-usd-outline:before, .contentbuilder-wrapper .ion-social-vimeo:before, .contentbuilder-wrapper .ion-social-vimeo-outline:before, .contentbuilder-wrapper .ion-social-whatsapp:before, .contentbuilder-wrapper .ion-social-whatsapp-outline:before, .contentbuilder-wrapper .ion-social-windows:before, .contentbuilder-wrapper .ion-social-windows-outline:before, .contentbuilder-wrapper .ion-social-wordpress:before, .contentbuilder-wrapper .ion-social-wordpress-outline:before, .contentbuilder-wrapper .ion-social-yahoo:before, .contentbuilder-wrapper .ion-social-yahoo-outline:before, .contentbuilder-wrapper .ion-social-yen:before, .contentbuilder-wrapper .ion-social-yen-outline:before, .contentbuilder-wrapper .ion-social-youtube:before, .contentbuilder-wrapper .ion-social-youtube-outline:before, .contentbuilder-wrapper .ion-soup-can:before, .contentbuilder-wrapper .ion-soup-can-outline:before, .contentbuilder-wrapper .ion-speakerphone:before, .contentbuilder-wrapper .ion-speedometer:before, .contentbuilder-wrapper .ion-spoon:before, .contentbuilder-wrapper .ion-star:before, .contentbuilder-wrapper .ion-stats-bars:before, .contentbuilder-wrapper .ion-steam:before, .contentbuilder-wrapper .ion-stop:before, .contentbuilder-wrapper .ion-thermometer:before, .contentbuilder-wrapper .ion-thumbsdown:before, .contentbuilder-wrapper .ion-thumbsup:before, .contentbuilder-wrapper .ion-toggle:before, .contentbuilder-wrapper .ion-toggle-filled:before, .contentbuilder-wrapper .ion-transgender:before, .contentbuilder-wrapper .ion-trash-a:before, .contentbuilder-wrapper .ion-trash-b:before, .contentbuilder-wrapper .ion-trophy:before, .contentbuilder-wrapper .ion-tshirt:before, .contentbuilder-wrapper .ion-tshirt-outline:before, .contentbuilder-wrapper .ion-umbrella:before, .contentbuilder-wrapper .ion-university:before, .contentbuilder-wrapper .ion-unlocked:before, .contentbuilder-wrapper .ion-upload:before, .contentbuilder-wrapper .ion-usb:before, .contentbuilder-wrapper .ion-videocamera:before, .contentbuilder-wrapper .ion-volume-high:before, .contentbuilder-wrapper .ion-volume-low:before, .contentbuilder-wrapper .ion-volume-medium:before, .contentbuilder-wrapper .ion-volume-mute:before, .contentbuilder-wrapper .ion-wand:before, .contentbuilder-wrapper .ion-waterdrop:before, .contentbuilder-wrapper .ion-wifi:before, .contentbuilder-wrapper .ion-wineglass:before, .contentbuilder-wrapper .ion-woman:before, .contentbuilder-wrapper .ion-wrench:before, .contentbuilder-wrapper .ion-xbox:before,
.contentbox-wrapper .ion,
.contentbox-wrapper .ionicons,
.contentbox-wrapper .ion-alert:before,
.contentbox-wrapper .ion-alert-circled:before,
.contentbox-wrapper .ion-android-add:before,
.contentbox-wrapper .ion-android-add-circle:before,
.contentbox-wrapper .ion-android-alarm-clock:before,
.contentbox-wrapper .ion-android-alert:before,
.contentbox-wrapper .ion-android-apps:before,
.contentbox-wrapper .ion-android-archive:before,
.contentbox-wrapper .ion-android-arrow-back:before,
.contentbox-wrapper .ion-android-arrow-down:before,
.contentbox-wrapper .ion-android-arrow-dropdown:before,
.contentbox-wrapper .ion-android-arrow-dropdown-circle:before,
.contentbox-wrapper .ion-android-arrow-dropleft:before,
.contentbox-wrapper .ion-android-arrow-dropleft-circle:before,
.contentbox-wrapper .ion-android-arrow-dropright:before,
.contentbox-wrapper .ion-android-arrow-dropright-circle:before,
.contentbox-wrapper .ion-android-arrow-dropup:before,
.contentbox-wrapper .ion-android-arrow-dropup-circle:before,
.contentbox-wrapper .ion-android-arrow-forward:before,
.contentbox-wrapper .ion-android-arrow-up:before,
.contentbox-wrapper .ion-android-attach:before,
.contentbox-wrapper .ion-android-bar:before,
.contentbox-wrapper .ion-android-bicycle:before,
.contentbox-wrapper .ion-android-boat:before,
.contentbox-wrapper .ion-android-bookmark:before,
.contentbox-wrapper .ion-android-bulb:before,
.contentbox-wrapper .ion-android-bus:before,
.contentbox-wrapper .ion-android-calendar:before,
.contentbox-wrapper .ion-android-call:before,
.contentbox-wrapper .ion-android-camera:before,
.contentbox-wrapper .ion-android-cancel:before,
.contentbox-wrapper .ion-android-car:before,
.contentbox-wrapper .ion-android-cart:before,
.contentbox-wrapper .ion-android-chat:before,
.contentbox-wrapper .ion-android-checkbox:before,
.contentbox-wrapper .ion-android-checkbox-blank:before,
.contentbox-wrapper .ion-android-checkbox-outline:before,
.contentbox-wrapper .ion-android-checkbox-outline-blank:before,
.contentbox-wrapper .ion-android-checkmark-circle:before,
.contentbox-wrapper .ion-android-clipboard:before,
.contentbox-wrapper .ion-android-close:before,
.contentbox-wrapper .ion-android-cloud:before,
.contentbox-wrapper .ion-android-cloud-circle:before,
.contentbox-wrapper .ion-android-cloud-done:before,
.contentbox-wrapper .ion-android-cloud-outline:before,
.contentbox-wrapper .ion-android-color-palette:before,
.contentbox-wrapper .ion-android-compass:before,
.contentbox-wrapper .ion-android-contact:before,
.contentbox-wrapper .ion-android-contacts:before,
.contentbox-wrapper .ion-android-contract:before,
.contentbox-wrapper .ion-android-create:before,
.contentbox-wrapper .ion-android-delete:before,
.contentbox-wrapper .ion-android-desktop:before,
.contentbox-wrapper .ion-android-document:before,
.contentbox-wrapper .ion-android-done:before,
.contentbox-wrapper .ion-android-done-all:before,
.contentbox-wrapper .ion-android-download:before,
.contentbox-wrapper .ion-android-drafts:before,
.contentbox-wrapper .ion-android-exit:before,
.contentbox-wrapper .ion-android-expand:before,
.contentbox-wrapper .ion-android-favorite:before,
.contentbox-wrapper .ion-android-favorite-outline:before,
.contentbox-wrapper .ion-android-film:before,
.contentbox-wrapper .ion-android-folder:before,
.contentbox-wrapper .ion-android-folder-open:before,
.contentbox-wrapper .ion-android-funnel:before,
.contentbox-wrapper .ion-android-globe:before,
.contentbox-wrapper .ion-android-hand:before,
.contentbox-wrapper .ion-android-hangout:before,
.contentbox-wrapper .ion-android-happy:before,
.contentbox-wrapper .ion-android-home:before,
.contentbox-wrapper .ion-android-image:before,
.contentbox-wrapper .ion-android-laptop:before,
.contentbox-wrapper .ion-android-list:before,
.contentbox-wrapper .ion-android-locate:before,
.contentbox-wrapper .ion-android-lock:before,
.contentbox-wrapper .ion-android-mail:before,
.contentbox-wrapper .ion-android-map:before,
.contentbox-wrapper .ion-android-menu:before,
.contentbox-wrapper .ion-android-microphone:before,
.contentbox-wrapper .ion-android-microphone-off:before,
.contentbox-wrapper .ion-android-more-horizontal:before,
.contentbox-wrapper .ion-android-more-vertical:before,
.contentbox-wrapper .ion-android-navigate:before,
.contentbox-wrapper .ion-android-notifications:before,
.contentbox-wrapper .ion-android-notifications-none:before,
.contentbox-wrapper .ion-android-notifications-off:before,
.contentbox-wrapper .ion-android-open:before,
.contentbox-wrapper .ion-android-options:before,
.contentbox-wrapper .ion-android-people:before,
.contentbox-wrapper .ion-android-person:before,
.contentbox-wrapper .ion-android-person-add:before,
.contentbox-wrapper .ion-android-phone-landscape:before,
.contentbox-wrapper .ion-android-phone-portrait:before,
.contentbox-wrapper .ion-android-pin:before,
.contentbox-wrapper .ion-android-plane:before,
.contentbox-wrapper .ion-android-playstore:before,
.contentbox-wrapper .ion-android-print:before,
.contentbox-wrapper .ion-android-radio-button-off:before,
.contentbox-wrapper .ion-android-radio-button-on:before,
.contentbox-wrapper .ion-android-refresh:before,
.contentbox-wrapper .ion-android-remove:before,
.contentbox-wrapper .ion-android-remove-circle:before,
.contentbox-wrapper .ion-android-restaurant:before,
.contentbox-wrapper .ion-android-sad:before,
.contentbox-wrapper .ion-android-search:before,
.contentbox-wrapper .ion-android-send:before,
.contentbox-wrapper .ion-android-settings:before,
.contentbox-wrapper .ion-android-share:before,
.contentbox-wrapper .ion-android-share-alt:before,
.contentbox-wrapper .ion-android-star:before,
.contentbox-wrapper .ion-android-star-half:before,
.contentbox-wrapper .ion-android-star-outline:before,
.contentbox-wrapper .ion-android-stopwatch:before,
.contentbox-wrapper .ion-android-subway:before,
.contentbox-wrapper .ion-android-sunny:before,
.contentbox-wrapper .ion-android-sync:before,
.contentbox-wrapper .ion-android-textsms:before,
.contentbox-wrapper .ion-android-time:before,
.contentbox-wrapper .ion-android-train:before,
.contentbox-wrapper .ion-android-unlock:before,
.contentbox-wrapper .ion-android-upload:before,
.contentbox-wrapper .ion-android-volume-down:before,
.contentbox-wrapper .ion-android-volume-mute:before,
.contentbox-wrapper .ion-android-volume-off:before,
.contentbox-wrapper .ion-android-volume-up:before,
.contentbox-wrapper .ion-android-walk:before,
.contentbox-wrapper .ion-android-warning:before,
.contentbox-wrapper .ion-android-watch:before,
.contentbox-wrapper .ion-android-wifi:before,
.contentbox-wrapper .ion-aperture:before,
.contentbox-wrapper .ion-archive:before,
.contentbox-wrapper .ion-arrow-down-a:before,
.contentbox-wrapper .ion-arrow-down-b:before,
.contentbox-wrapper .ion-arrow-down-c:before,
.contentbox-wrapper .ion-arrow-expand:before,
.contentbox-wrapper .ion-arrow-graph-down-left:before,
.contentbox-wrapper .ion-arrow-graph-down-right:before,
.contentbox-wrapper .ion-arrow-graph-up-left:before,
.contentbox-wrapper .ion-arrow-graph-up-right:before,
.contentbox-wrapper .ion-arrow-left-a:before,
.contentbox-wrapper .ion-arrow-left-b:before,
.contentbox-wrapper .ion-arrow-left-c:before,
.contentbox-wrapper .ion-arrow-move:before,
.contentbox-wrapper .ion-arrow-resize:before,
.contentbox-wrapper .ion-arrow-return-left:before,
.contentbox-wrapper .ion-arrow-return-right:before,
.contentbox-wrapper .ion-arrow-right-a:before,
.contentbox-wrapper .ion-arrow-right-b:before,
.contentbox-wrapper .ion-arrow-right-c:before,
.contentbox-wrapper .ion-arrow-shrink:before,
.contentbox-wrapper .ion-arrow-swap:before,
.contentbox-wrapper .ion-arrow-up-a:before,
.contentbox-wrapper .ion-arrow-up-b:before,
.contentbox-wrapper .ion-arrow-up-c:before,
.contentbox-wrapper .ion-asterisk:before,
.contentbox-wrapper .ion-at:before,
.contentbox-wrapper .ion-backspace:before,
.contentbox-wrapper .ion-backspace-outline:before,
.contentbox-wrapper .ion-bag:before,
.contentbox-wrapper .ion-battery-charging:before,
.contentbox-wrapper .ion-battery-empty:before,
.contentbox-wrapper .ion-battery-full:before,
.contentbox-wrapper .ion-battery-half:before,
.contentbox-wrapper .ion-battery-low:before,
.contentbox-wrapper .ion-beaker:before,
.contentbox-wrapper .ion-beer:before,
.contentbox-wrapper .ion-bluetooth:before,
.contentbox-wrapper .ion-bonfire:before,
.contentbox-wrapper .ion-bookmark:before,
.contentbox-wrapper .ion-bowtie:before,
.contentbox-wrapper .ion-briefcase:before,
.contentbox-wrapper .ion-bug:before,
.contentbox-wrapper .ion-calculator:before,
.contentbox-wrapper .ion-calendar:before,
.contentbox-wrapper .ion-camera:before,
.contentbox-wrapper .ion-card:before,
.contentbox-wrapper .ion-cash:before,
.contentbox-wrapper .ion-chatbox:before,
.contentbox-wrapper .ion-chatbox-working:before,
.contentbox-wrapper .ion-chatboxes:before,
.contentbox-wrapper .ion-chatbubble:before,
.contentbox-wrapper .ion-chatbubble-working:before,
.contentbox-wrapper .ion-chatbubbles:before,
.contentbox-wrapper .ion-checkmark:before,
.contentbox-wrapper .ion-checkmark-circled:before,
.contentbox-wrapper .ion-checkmark-round:before,
.contentbox-wrapper .ion-chevron-down:before,
.contentbox-wrapper .ion-chevron-left:before,
.contentbox-wrapper .ion-chevron-right:before,
.contentbox-wrapper .ion-chevron-up:before,
.contentbox-wrapper .ion-clipboard:before,
.contentbox-wrapper .ion-clock:before,
.contentbox-wrapper .ion-close:before,
.contentbox-wrapper .ion-close-circled:before,
.contentbox-wrapper .ion-close-round:before,
.contentbox-wrapper .ion-closed-captioning:before,
.contentbox-wrapper .ion-cloud:before,
.contentbox-wrapper .ion-code:before,
.contentbox-wrapper .ion-code-download:before,
.contentbox-wrapper .ion-code-working:before,
.contentbox-wrapper .ion-coffee:before,
.contentbox-wrapper .ion-compass:before,
.contentbox-wrapper .ion-compose:before,
.contentbox-wrapper .ion-connection-bars:before,
.contentbox-wrapper .ion-contrast:before,
.contentbox-wrapper .ion-crop:before,
.contentbox-wrapper .ion-cube:before,
.contentbox-wrapper .ion-disc:before,
.contentbox-wrapper .ion-document:before,
.contentbox-wrapper .ion-document-text:before,
.contentbox-wrapper .ion-drag:before,
.contentbox-wrapper .ion-earth:before,
.contentbox-wrapper .ion-easel:before,
.contentbox-wrapper .ion-edit:before,
.contentbox-wrapper .ion-egg:before,
.contentbox-wrapper .ion-eject:before,
.contentbox-wrapper .ion-email:before,
.contentbox-wrapper .ion-email-unread:before,
.contentbox-wrapper .ion-erlenmeyer-flask:before,
.contentbox-wrapper .ion-erlenmeyer-flask-bubbles:before,
.contentbox-wrapper .ion-eye:before,
.contentbox-wrapper .ion-eye-disabled:before,
.contentbox-wrapper .ion-female:before,
.contentbox-wrapper .ion-filing:before,
.contentbox-wrapper .ion-film-marker:before,
.contentbox-wrapper .ion-fireball:before,
.contentbox-wrapper .ion-flag:before,
.contentbox-wrapper .ion-flame:before,
.contentbox-wrapper .ion-flash:before,
.contentbox-wrapper .ion-flash-off:before,
.contentbox-wrapper .ion-folder:before,
.contentbox-wrapper .ion-fork:before,
.contentbox-wrapper .ion-fork-repo:before,
.contentbox-wrapper .ion-forward:before,
.contentbox-wrapper .ion-funnel:before,
.contentbox-wrapper .ion-gear-a:before,
.contentbox-wrapper .ion-gear-b:before,
.contentbox-wrapper .ion-grid:before,
.contentbox-wrapper .ion-hammer:before,
.contentbox-wrapper .ion-happy:before,
.contentbox-wrapper .ion-happy-outline:before,
.contentbox-wrapper .ion-headphone:before,
.contentbox-wrapper .ion-heart:before,
.contentbox-wrapper .ion-heart-broken:before,
.contentbox-wrapper .ion-help:before,
.contentbox-wrapper .ion-help-buoy:before,
.contentbox-wrapper .ion-help-circled:before,
.contentbox-wrapper .ion-home:before,
.contentbox-wrapper .ion-icecream:before,
.contentbox-wrapper .ion-image:before,
.contentbox-wrapper .ion-images:before,
.contentbox-wrapper .ion-information:before,
.contentbox-wrapper .ion-information-circled:before,
.contentbox-wrapper .ion-ionic:before,
.contentbox-wrapper .ion-ios-alarm:before,
.contentbox-wrapper .ion-ios-alarm-outline:before,
.contentbox-wrapper .ion-ios-albums:before,
.contentbox-wrapper .ion-ios-albums-outline:before,
.contentbox-wrapper .ion-ios-americanfootball:before,
.contentbox-wrapper .ion-ios-americanfootball-outline:before,
.contentbox-wrapper .ion-ios-analytics:before,
.contentbox-wrapper .ion-ios-analytics-outline:before,
.contentbox-wrapper .ion-ios-arrow-back:before,
.contentbox-wrapper .ion-ios-arrow-down:before,
.contentbox-wrapper .ion-ios-arrow-forward:before,
.contentbox-wrapper .ion-ios-arrow-left:before,
.contentbox-wrapper .ion-ios-arrow-right:before,
.contentbox-wrapper .ion-ios-arrow-thin-down:before,
.contentbox-wrapper .ion-ios-arrow-thin-left:before,
.contentbox-wrapper .ion-ios-arrow-thin-right:before,
.contentbox-wrapper .ion-ios-arrow-thin-up:before,
.contentbox-wrapper .ion-ios-arrow-up:before,
.contentbox-wrapper .ion-ios-at:before,
.contentbox-wrapper .ion-ios-at-outline:before,
.contentbox-wrapper .ion-ios-barcode:before,
.contentbox-wrapper .ion-ios-barcode-outline:before,
.contentbox-wrapper .ion-ios-baseball:before,
.contentbox-wrapper .ion-ios-baseball-outline:before,
.contentbox-wrapper .ion-ios-basketball:before,
.contentbox-wrapper .ion-ios-basketball-outline:before,
.contentbox-wrapper .ion-ios-bell:before,
.contentbox-wrapper .ion-ios-bell-outline:before,
.contentbox-wrapper .ion-ios-body:before,
.contentbox-wrapper .ion-ios-body-outline:before,
.contentbox-wrapper .ion-ios-bolt:before,
.contentbox-wrapper .ion-ios-bolt-outline:before,
.contentbox-wrapper .ion-ios-book:before,
.contentbox-wrapper .ion-ios-book-outline:before,
.contentbox-wrapper .ion-ios-bookmarks:before,
.contentbox-wrapper .ion-ios-bookmarks-outline:before,
.contentbox-wrapper .ion-ios-box:before,
.contentbox-wrapper .ion-ios-box-outline:before,
.contentbox-wrapper .ion-ios-briefcase:before,
.contentbox-wrapper .ion-ios-briefcase-outline:before,
.contentbox-wrapper .ion-ios-browsers:before,
.contentbox-wrapper .ion-ios-browsers-outline:before,
.contentbox-wrapper .ion-ios-calculator:before,
.contentbox-wrapper .ion-ios-calculator-outline:before,
.contentbox-wrapper .ion-ios-calendar:before,
.contentbox-wrapper .ion-ios-calendar-outline:before,
.contentbox-wrapper .ion-ios-camera:before,
.contentbox-wrapper .ion-ios-camera-outline:before,
.contentbox-wrapper .ion-ios-cart:before,
.contentbox-wrapper .ion-ios-cart-outline:before,
.contentbox-wrapper .ion-ios-chatboxes:before,
.contentbox-wrapper .ion-ios-chatboxes-outline:before,
.contentbox-wrapper .ion-ios-chatbubble:before,
.contentbox-wrapper .ion-ios-chatbubble-outline:before,
.contentbox-wrapper .ion-ios-checkmark:before,
.contentbox-wrapper .ion-ios-checkmark-empty:before,
.contentbox-wrapper .ion-ios-checkmark-outline:before,
.contentbox-wrapper .ion-ios-circle-filled:before,
.contentbox-wrapper .ion-ios-circle-outline:before,
.contentbox-wrapper .ion-ios-clock:before,
.contentbox-wrapper .ion-ios-clock-outline:before,
.contentbox-wrapper .ion-ios-close:before,
.contentbox-wrapper .ion-ios-close-empty:before,
.contentbox-wrapper .ion-ios-close-outline:before,
.contentbox-wrapper .ion-ios-cloud:before,
.contentbox-wrapper .ion-ios-cloud-download:before,
.contentbox-wrapper .ion-ios-cloud-download-outline:before,
.contentbox-wrapper .ion-ios-cloud-outline:before,
.contentbox-wrapper .ion-ios-cloud-upload:before,
.contentbox-wrapper .ion-ios-cloud-upload-outline:before,
.contentbox-wrapper .ion-ios-cloudy:before,
.contentbox-wrapper .ion-ios-cloudy-night:before,
.contentbox-wrapper .ion-ios-cloudy-night-outline:before,
.contentbox-wrapper .ion-ios-cloudy-outline:before,
.contentbox-wrapper .ion-ios-cog:before,
.contentbox-wrapper .ion-ios-cog-outline:before,
.contentbox-wrapper .ion-ios-color-filter:before,
.contentbox-wrapper .ion-ios-color-filter-outline:before,
.contentbox-wrapper .ion-ios-color-wand:before,
.contentbox-wrapper .ion-ios-color-wand-outline:before,
.contentbox-wrapper .ion-ios-compose:before,
.contentbox-wrapper .ion-ios-compose-outline:before,
.contentbox-wrapper .ion-ios-contact:before,
.contentbox-wrapper .ion-ios-contact-outline:before,
.contentbox-wrapper .ion-ios-copy:before,
.contentbox-wrapper .ion-ios-copy-outline:before,
.contentbox-wrapper .ion-ios-crop:before,
.contentbox-wrapper .ion-ios-crop-strong:before,
.contentbox-wrapper .ion-ios-download:before,
.contentbox-wrapper .ion-ios-download-outline:before,
.contentbox-wrapper .ion-ios-drag:before,
.contentbox-wrapper .ion-ios-email:before,
.contentbox-wrapper .ion-ios-email-outline:before,
.contentbox-wrapper .ion-ios-eye:before,
.contentbox-wrapper .ion-ios-eye-outline:before,
.contentbox-wrapper .ion-ios-fastforward:before,
.contentbox-wrapper .ion-ios-fastforward-outline:before,
.contentbox-wrapper .ion-ios-filing:before,
.contentbox-wrapper .ion-ios-filing-outline:before,
.contentbox-wrapper .ion-ios-film:before,
.contentbox-wrapper .ion-ios-film-outline:before,
.contentbox-wrapper .ion-ios-flag:before,
.contentbox-wrapper .ion-ios-flag-outline:before,
.contentbox-wrapper .ion-ios-flame:before,
.contentbox-wrapper .ion-ios-flame-outline:before,
.contentbox-wrapper .ion-ios-flask:before,
.contentbox-wrapper .ion-ios-flask-outline:before,
.contentbox-wrapper .ion-ios-flower:before,
.contentbox-wrapper .ion-ios-flower-outline:before,
.contentbox-wrapper .ion-ios-folder:before,
.contentbox-wrapper .ion-ios-folder-outline:before,
.contentbox-wrapper .ion-ios-football:before,
.contentbox-wrapper .ion-ios-football-outline:before,
.contentbox-wrapper .ion-ios-game-controller-a:before,
.contentbox-wrapper .ion-ios-game-controller-a-outline:before,
.contentbox-wrapper .ion-ios-game-controller-b:before,
.contentbox-wrapper .ion-ios-game-controller-b-outline:before,
.contentbox-wrapper .ion-ios-gear:before,
.contentbox-wrapper .ion-ios-gear-outline:before,
.contentbox-wrapper .ion-ios-glasses:before,
.contentbox-wrapper .ion-ios-glasses-outline:before,
.contentbox-wrapper .ion-ios-grid-view:before,
.contentbox-wrapper .ion-ios-grid-view-outline:before,
.contentbox-wrapper .ion-ios-heart:before,
.contentbox-wrapper .ion-ios-heart-outline:before,
.contentbox-wrapper .ion-ios-help:before,
.contentbox-wrapper .ion-ios-help-empty:before,
.contentbox-wrapper .ion-ios-help-outline:before,
.contentbox-wrapper .ion-ios-home:before,
.contentbox-wrapper .ion-ios-home-outline:before,
.contentbox-wrapper .ion-ios-infinite:before,
.contentbox-wrapper .ion-ios-infinite-outline:before,
.contentbox-wrapper .ion-ios-information:before,
.contentbox-wrapper .ion-ios-information-empty:before,
.contentbox-wrapper .ion-ios-information-outline:before,
.contentbox-wrapper .ion-ios-ionic-outline:before,
.contentbox-wrapper .ion-ios-keypad:before,
.contentbox-wrapper .ion-ios-keypad-outline:before,
.contentbox-wrapper .ion-ios-lightbulb:before,
.contentbox-wrapper .ion-ios-lightbulb-outline:before,
.contentbox-wrapper .ion-ios-list:before,
.contentbox-wrapper .ion-ios-list-outline:before,
.contentbox-wrapper .ion-ios-location:before,
.contentbox-wrapper .ion-ios-location-outline:before,
.contentbox-wrapper .ion-ios-locked:before,
.contentbox-wrapper .ion-ios-locked-outline:before,
.contentbox-wrapper .ion-ios-loop:before,
.contentbox-wrapper .ion-ios-loop-strong:before,
.contentbox-wrapper .ion-ios-medical:before,
.contentbox-wrapper .ion-ios-medical-outline:before,
.contentbox-wrapper .ion-ios-medkit:before,
.contentbox-wrapper .ion-ios-medkit-outline:before,
.contentbox-wrapper .ion-ios-mic:before,
.contentbox-wrapper .ion-ios-mic-off:before,
.contentbox-wrapper .ion-ios-mic-outline:before,
.contentbox-wrapper .ion-ios-minus:before,
.contentbox-wrapper .ion-ios-minus-empty:before,
.contentbox-wrapper .ion-ios-minus-outline:before,
.contentbox-wrapper .ion-ios-monitor:before,
.contentbox-wrapper .ion-ios-monitor-outline:before,
.contentbox-wrapper .ion-ios-moon:before,
.contentbox-wrapper .ion-ios-moon-outline:before,
.contentbox-wrapper .ion-ios-more:before,
.contentbox-wrapper .ion-ios-more-outline:before,
.contentbox-wrapper .ion-ios-musical-note:before,
.contentbox-wrapper .ion-ios-musical-notes:before,
.contentbox-wrapper .ion-ios-navigate:before,
.contentbox-wrapper .ion-ios-navigate-outline:before,
.contentbox-wrapper .ion-ios-nutrition:before,
.contentbox-wrapper .ion-ios-nutrition-outline:before,
.contentbox-wrapper .ion-ios-paper:before,
.contentbox-wrapper .ion-ios-paper-outline:before,
.contentbox-wrapper .ion-ios-paperplane:before,
.contentbox-wrapper .ion-ios-paperplane-outline:before,
.contentbox-wrapper .ion-ios-partlysunny:before,
.contentbox-wrapper .ion-ios-partlysunny-outline:before,
.contentbox-wrapper .ion-ios-pause:before,
.contentbox-wrapper .ion-ios-pause-outline:before,
.contentbox-wrapper .ion-ios-paw:before,
.contentbox-wrapper .ion-ios-paw-outline:before,
.contentbox-wrapper .ion-ios-people:before,
.contentbox-wrapper .ion-ios-people-outline:before,
.contentbox-wrapper .ion-ios-person:before,
.contentbox-wrapper .ion-ios-person-outline:before,
.contentbox-wrapper .ion-ios-personadd:before,
.contentbox-wrapper .ion-ios-personadd-outline:before,
.contentbox-wrapper .ion-ios-photos:before,
.contentbox-wrapper .ion-ios-photos-outline:before,
.contentbox-wrapper .ion-ios-pie:before,
.contentbox-wrapper .ion-ios-pie-outline:before,
.contentbox-wrapper .ion-ios-pint:before,
.contentbox-wrapper .ion-ios-pint-outline:before,
.contentbox-wrapper .ion-ios-play:before,
.contentbox-wrapper .ion-ios-play-outline:before,
.contentbox-wrapper .ion-ios-plus:before,
.contentbox-wrapper .ion-ios-plus-empty:before,
.contentbox-wrapper .ion-ios-plus-outline:before,
.contentbox-wrapper .ion-ios-pricetag:before,
.contentbox-wrapper .ion-ios-pricetag-outline:before,
.contentbox-wrapper .ion-ios-pricetags:before,
.contentbox-wrapper .ion-ios-pricetags-outline:before,
.contentbox-wrapper .ion-ios-printer:before,
.contentbox-wrapper .ion-ios-printer-outline:before,
.contentbox-wrapper .ion-ios-pulse:before,
.contentbox-wrapper .ion-ios-pulse-strong:before,
.contentbox-wrapper .ion-ios-rainy:before,
.contentbox-wrapper .ion-ios-rainy-outline:before,
.contentbox-wrapper .ion-ios-recording:before,
.contentbox-wrapper .ion-ios-recording-outline:before,
.contentbox-wrapper .ion-ios-redo:before,
.contentbox-wrapper .ion-ios-redo-outline:before,
.contentbox-wrapper .ion-ios-refresh:before,
.contentbox-wrapper .ion-ios-refresh-empty:before,
.contentbox-wrapper .ion-ios-refresh-outline:before,
.contentbox-wrapper .ion-ios-reload:before,
.contentbox-wrapper .ion-ios-reverse-camera:before,
.contentbox-wrapper .ion-ios-reverse-camera-outline:before,
.contentbox-wrapper .ion-ios-rewind:before,
.contentbox-wrapper .ion-ios-rewind-outline:before,
.contentbox-wrapper .ion-ios-rose:before,
.contentbox-wrapper .ion-ios-rose-outline:before,
.contentbox-wrapper .ion-ios-search:before,
.contentbox-wrapper .ion-ios-search-strong:before,
.contentbox-wrapper .ion-ios-settings:before,
.contentbox-wrapper .ion-ios-settings-strong:before,
.contentbox-wrapper .ion-ios-shuffle:before,
.contentbox-wrapper .ion-ios-shuffle-strong:before,
.contentbox-wrapper .ion-ios-skipbackward:before,
.contentbox-wrapper .ion-ios-skipbackward-outline:before,
.contentbox-wrapper .ion-ios-skipforward:before,
.contentbox-wrapper .ion-ios-skipforward-outline:before,
.contentbox-wrapper .ion-ios-snowy:before,
.contentbox-wrapper .ion-ios-speedometer:before,
.contentbox-wrapper .ion-ios-speedometer-outline:before,
.contentbox-wrapper .ion-ios-star:before,
.contentbox-wrapper .ion-ios-star-half:before,
.contentbox-wrapper .ion-ios-star-outline:before,
.contentbox-wrapper .ion-ios-stopwatch:before,
.contentbox-wrapper .ion-ios-stopwatch-outline:before,
.contentbox-wrapper .ion-ios-sunny:before,
.contentbox-wrapper .ion-ios-sunny-outline:before,
.contentbox-wrapper .ion-ios-telephone:before,
.contentbox-wrapper .ion-ios-telephone-outline:before,
.contentbox-wrapper .ion-ios-tennisball:before,
.contentbox-wrapper .ion-ios-tennisball-outline:before,
.contentbox-wrapper .ion-ios-thunderstorm:before,
.contentbox-wrapper .ion-ios-thunderstorm-outline:before,
.contentbox-wrapper .ion-ios-time:before,
.contentbox-wrapper .ion-ios-time-outline:before,
.contentbox-wrapper .ion-ios-timer:before,
.contentbox-wrapper .ion-ios-timer-outline:before,
.contentbox-wrapper .ion-ios-toggle:before,
.contentbox-wrapper .ion-ios-toggle-outline:before,
.contentbox-wrapper .ion-ios-trash:before,
.contentbox-wrapper .ion-ios-trash-outline:before,
.contentbox-wrapper .ion-ios-undo:before,
.contentbox-wrapper .ion-ios-undo-outline:before,
.contentbox-wrapper .ion-ios-unlocked:before,
.contentbox-wrapper .ion-ios-unlocked-outline:before,
.contentbox-wrapper .ion-ios-upload:before,
.contentbox-wrapper .ion-ios-upload-outline:before,
.contentbox-wrapper .ion-ios-videocam:before,
.contentbox-wrapper .ion-ios-videocam-outline:before,
.contentbox-wrapper .ion-ios-volume-high:before,
.contentbox-wrapper .ion-ios-volume-low:before,
.contentbox-wrapper .ion-ios-wineglass:before,
.contentbox-wrapper .ion-ios-wineglass-outline:before,
.contentbox-wrapper .ion-ios-world:before,
.contentbox-wrapper .ion-ios-world-outline:before,
.contentbox-wrapper .ion-ipad:before,
.contentbox-wrapper .ion-iphone:before,
.contentbox-wrapper .ion-ipod:before,
.contentbox-wrapper .ion-jet:before,
.contentbox-wrapper .ion-key:before,
.contentbox-wrapper .ion-knife:before,
.contentbox-wrapper .ion-laptop:before,
.contentbox-wrapper .ion-leaf:before,
.contentbox-wrapper .ion-levels:before,
.contentbox-wrapper .ion-lightbulb:before,
.contentbox-wrapper .ion-link:before,
.contentbox-wrapper .ion-load-a:before,
.contentbox-wrapper .ion-load-b:before,
.contentbox-wrapper .ion-load-c:before,
.contentbox-wrapper .ion-load-d:before,
.contentbox-wrapper .ion-location:before,
.contentbox-wrapper .ion-lock-combination:before,
.contentbox-wrapper .ion-locked:before,
.contentbox-wrapper .ion-log-in:before,
.contentbox-wrapper .ion-log-out:before,
.contentbox-wrapper .ion-loop:before,
.contentbox-wrapper .ion-magnet:before,
.contentbox-wrapper .ion-male:before,
.contentbox-wrapper .ion-man:before,
.contentbox-wrapper .ion-map:before,
.contentbox-wrapper .ion-medkit:before,
.contentbox-wrapper .ion-merge:before,
.contentbox-wrapper .ion-mic-a:before,
.contentbox-wrapper .ion-mic-b:before,
.contentbox-wrapper .ion-mic-c:before,
.contentbox-wrapper .ion-minus:before,
.contentbox-wrapper .ion-minus-circled:before,
.contentbox-wrapper .ion-minus-round:before,
.contentbox-wrapper .ion-model-s:before,
.contentbox-wrapper .ion-monitor:before,
.contentbox-wrapper .ion-more:before,
.contentbox-wrapper .ion-mouse:before,
.contentbox-wrapper .ion-music-note:before,
.contentbox-wrapper .ion-navicon:before,
.contentbox-wrapper .ion-navicon-round:before,
.contentbox-wrapper .ion-navigate:before,
.contentbox-wrapper .ion-network:before,
.contentbox-wrapper .ion-no-smoking:before,
.contentbox-wrapper .ion-nuclear:before,
.contentbox-wrapper .ion-outlet:before,
.contentbox-wrapper .ion-paintbrush:before,
.contentbox-wrapper .ion-paintbucket:before,
.contentbox-wrapper .ion-paper-airplane:before,
.contentbox-wrapper .ion-paperclip:before,
.contentbox-wrapper .ion-pause:before,
.contentbox-wrapper .ion-person:before,
.contentbox-wrapper .ion-person-add:before,
.contentbox-wrapper .ion-person-stalker:before,
.contentbox-wrapper .ion-pie-graph:before,
.contentbox-wrapper .ion-pin:before,
.contentbox-wrapper .ion-pinpoint:before,
.contentbox-wrapper .ion-pizza:before,
.contentbox-wrapper .ion-plane:before,
.contentbox-wrapper .ion-planet:before,
.contentbox-wrapper .ion-play:before,
.contentbox-wrapper .ion-playstation:before,
.contentbox-wrapper .ion-plus:before,
.contentbox-wrapper .ion-plus-circled:before,
.contentbox-wrapper .ion-plus-round:before,
.contentbox-wrapper .ion-podium:before,
.contentbox-wrapper .ion-pound:before,
.contentbox-wrapper .ion-power:before,
.contentbox-wrapper .ion-pricetag:before,
.contentbox-wrapper .ion-pricetags:before,
.contentbox-wrapper .ion-printer:before,
.contentbox-wrapper .ion-pull-request:before,
.contentbox-wrapper .ion-qr-scanner:before,
.contentbox-wrapper .ion-quote:before,
.contentbox-wrapper .ion-radio-waves:before,
.contentbox-wrapper .ion-record:before,
.contentbox-wrapper .ion-refresh:before,
.contentbox-wrapper .ion-reply:before,
.contentbox-wrapper .ion-reply-all:before,
.contentbox-wrapper .ion-ribbon-a:before,
.contentbox-wrapper .ion-ribbon-b:before,
.contentbox-wrapper .ion-sad:before,
.contentbox-wrapper .ion-sad-outline:before,
.contentbox-wrapper .ion-scissors:before,
.contentbox-wrapper .ion-search:before,
.contentbox-wrapper .ion-settings:before,
.contentbox-wrapper .ion-share:before,
.contentbox-wrapper .ion-shuffle:before,
.contentbox-wrapper .ion-skip-backward:before,
.contentbox-wrapper .ion-skip-forward:before,
.contentbox-wrapper .ion-social-android:before,
.contentbox-wrapper .ion-social-android-outline:before,
.contentbox-wrapper .ion-social-angular:before,
.contentbox-wrapper .ion-social-angular-outline:before,
.contentbox-wrapper .ion-social-apple:before,
.contentbox-wrapper .ion-social-apple-outline:before,
.contentbox-wrapper .ion-social-bitcoin:before,
.contentbox-wrapper .ion-social-bitcoin-outline:before,
.contentbox-wrapper .ion-social-buffer:before,
.contentbox-wrapper .ion-social-buffer-outline:before,
.contentbox-wrapper .ion-social-chrome:before,
.contentbox-wrapper .ion-social-chrome-outline:before,
.contentbox-wrapper .ion-social-codepen:before,
.contentbox-wrapper .ion-social-codepen-outline:before,
.contentbox-wrapper .ion-social-css3:before,
.contentbox-wrapper .ion-social-css3-outline:before,
.contentbox-wrapper .ion-social-designernews:before,
.contentbox-wrapper .ion-social-designernews-outline:before,
.contentbox-wrapper .ion-social-dribbble:before,
.contentbox-wrapper .ion-social-dribbble-outline:before,
.contentbox-wrapper .ion-social-dropbox:before,
.contentbox-wrapper .ion-social-dropbox-outline:before,
.contentbox-wrapper .ion-social-euro:before,
.contentbox-wrapper .ion-social-euro-outline:before,
.contentbox-wrapper .ion-social-facebook:before,
.contentbox-wrapper .ion-social-facebook-outline:before,
.contentbox-wrapper .ion-social-foursquare:before,
.contentbox-wrapper .ion-social-foursquare-outline:before,
.contentbox-wrapper .ion-social-freebsd-devil:before,
.contentbox-wrapper .ion-social-github:before,
.contentbox-wrapper .ion-social-github-outline:before,
.contentbox-wrapper .ion-social-google:before,
.contentbox-wrapper .ion-social-google-outline:before,
.contentbox-wrapper .ion-social-googleplus:before,
.contentbox-wrapper .ion-social-googleplus-outline:before,
.contentbox-wrapper .ion-social-hackernews:before,
.contentbox-wrapper .ion-social-hackernews-outline:before,
.contentbox-wrapper .ion-social-html5:before,
.contentbox-wrapper .ion-social-html5-outline:before,
.contentbox-wrapper .ion-social-instagram:before,
.contentbox-wrapper .ion-social-instagram-outline:before,
.contentbox-wrapper .ion-social-javascript:before,
.contentbox-wrapper .ion-social-javascript-outline:before,
.contentbox-wrapper .ion-social-linkedin:before,
.contentbox-wrapper .ion-social-linkedin-outline:before,
.contentbox-wrapper .ion-social-markdown:before,
.contentbox-wrapper .ion-social-nodejs:before,
.contentbox-wrapper .ion-social-octocat:before,
.contentbox-wrapper .ion-social-pinterest:before,
.contentbox-wrapper .ion-social-pinterest-outline:before,
.contentbox-wrapper .ion-social-python:before,
.contentbox-wrapper .ion-social-reddit:before,
.contentbox-wrapper .ion-social-reddit-outline:before,
.contentbox-wrapper .ion-social-rss:before,
.contentbox-wrapper .ion-social-rss-outline:before,
.contentbox-wrapper .ion-social-sass:before,
.contentbox-wrapper .ion-social-skype:before,
.contentbox-wrapper .ion-social-skype-outline:before,
.contentbox-wrapper .ion-social-snapchat:before,
.contentbox-wrapper .ion-social-snapchat-outline:before,
.contentbox-wrapper .ion-social-tumblr:before,
.contentbox-wrapper .ion-social-tumblr-outline:before,
.contentbox-wrapper .ion-social-tux:before,
.contentbox-wrapper .ion-social-twitch:before,
.contentbox-wrapper .ion-social-twitch-outline:before,
.contentbox-wrapper .ion-social-twitter:before,
.contentbox-wrapper .ion-social-twitter-outline:before,
.contentbox-wrapper .ion-social-usd:before,
.contentbox-wrapper .ion-social-usd-outline:before,
.contentbox-wrapper .ion-social-vimeo:before,
.contentbox-wrapper .ion-social-vimeo-outline:before,
.contentbox-wrapper .ion-social-whatsapp:before,
.contentbox-wrapper .ion-social-whatsapp-outline:before,
.contentbox-wrapper .ion-social-windows:before,
.contentbox-wrapper .ion-social-windows-outline:before,
.contentbox-wrapper .ion-social-wordpress:before,
.contentbox-wrapper .ion-social-wordpress-outline:before,
.contentbox-wrapper .ion-social-yahoo:before,
.contentbox-wrapper .ion-social-yahoo-outline:before,
.contentbox-wrapper .ion-social-yen:before,
.contentbox-wrapper .ion-social-yen-outline:before,
.contentbox-wrapper .ion-social-youtube:before,
.contentbox-wrapper .ion-social-youtube-outline:before,
.contentbox-wrapper .ion-soup-can:before,
.contentbox-wrapper .ion-soup-can-outline:before,
.contentbox-wrapper .ion-speakerphone:before,
.contentbox-wrapper .ion-speedometer:before,
.contentbox-wrapper .ion-spoon:before,
.contentbox-wrapper .ion-star:before,
.contentbox-wrapper .ion-stats-bars:before,
.contentbox-wrapper .ion-steam:before,
.contentbox-wrapper .ion-stop:before,
.contentbox-wrapper .ion-thermometer:before,
.contentbox-wrapper .ion-thumbsdown:before,
.contentbox-wrapper .ion-thumbsup:before,
.contentbox-wrapper .ion-toggle:before,
.contentbox-wrapper .ion-toggle-filled:before,
.contentbox-wrapper .ion-transgender:before,
.contentbox-wrapper .ion-trash-a:before,
.contentbox-wrapper .ion-trash-b:before,
.contentbox-wrapper .ion-trophy:before,
.contentbox-wrapper .ion-tshirt:before,
.contentbox-wrapper .ion-tshirt-outline:before,
.contentbox-wrapper .ion-umbrella:before,
.contentbox-wrapper .ion-university:before,
.contentbox-wrapper .ion-unlocked:before,
.contentbox-wrapper .ion-upload:before,
.contentbox-wrapper .ion-usb:before,
.contentbox-wrapper .ion-videocamera:before,
.contentbox-wrapper .ion-volume-high:before,
.contentbox-wrapper .ion-volume-low:before,
.contentbox-wrapper .ion-volume-medium:before,
.contentbox-wrapper .ion-volume-mute:before,
.contentbox-wrapper .ion-wand:before,
.contentbox-wrapper .ion-waterdrop:before,
.contentbox-wrapper .ion-wifi:before,
.contentbox-wrapper .ion-wineglass:before,
.contentbox-wrapper .ion-woman:before,
.contentbox-wrapper .ion-wrench:before,
.contentbox-wrapper .ion-xbox:before,
#divFb .ion,
#divFb .ionicons,
#divFb .ion-alert:before,
#divFb .ion-alert-circled:before,
#divFb .ion-android-add:before,
#divFb .ion-android-add-circle:before,
#divFb .ion-android-alarm-clock:before,
#divFb .ion-android-alert:before,
#divFb .ion-android-apps:before,
#divFb .ion-android-archive:before,
#divFb .ion-android-arrow-back:before,
#divFb .ion-android-arrow-down:before,
#divFb .ion-android-arrow-dropdown:before,
#divFb .ion-android-arrow-dropdown-circle:before,
#divFb .ion-android-arrow-dropleft:before,
#divFb .ion-android-arrow-dropleft-circle:before,
#divFb .ion-android-arrow-dropright:before,
#divFb .ion-android-arrow-dropright-circle:before,
#divFb .ion-android-arrow-dropup:before,
#divFb .ion-android-arrow-dropup-circle:before,
#divFb .ion-android-arrow-forward:before,
#divFb .ion-android-arrow-up:before,
#divFb .ion-android-attach:before,
#divFb .ion-android-bar:before,
#divFb .ion-android-bicycle:before,
#divFb .ion-android-boat:before,
#divFb .ion-android-bookmark:before,
#divFb .ion-android-bulb:before,
#divFb .ion-android-bus:before,
#divFb .ion-android-calendar:before,
#divFb .ion-android-call:before,
#divFb .ion-android-camera:before,
#divFb .ion-android-cancel:before,
#divFb .ion-android-car:before,
#divFb .ion-android-cart:before,
#divFb .ion-android-chat:before,
#divFb .ion-android-checkbox:before,
#divFb .ion-android-checkbox-blank:before,
#divFb .ion-android-checkbox-outline:before,
#divFb .ion-android-checkbox-outline-blank:before,
#divFb .ion-android-checkmark-circle:before,
#divFb .ion-android-clipboard:before,
#divFb .ion-android-close:before,
#divFb .ion-android-cloud:before,
#divFb .ion-android-cloud-circle:before,
#divFb .ion-android-cloud-done:before,
#divFb .ion-android-cloud-outline:before,
#divFb .ion-android-color-palette:before,
#divFb .ion-android-compass:before,
#divFb .ion-android-contact:before,
#divFb .ion-android-contacts:before,
#divFb .ion-android-contract:before,
#divFb .ion-android-create:before,
#divFb .ion-android-delete:before,
#divFb .ion-android-desktop:before,
#divFb .ion-android-document:before,
#divFb .ion-android-done:before,
#divFb .ion-android-done-all:before,
#divFb .ion-android-download:before,
#divFb .ion-android-drafts:before,
#divFb .ion-android-exit:before,
#divFb .ion-android-expand:before,
#divFb .ion-android-favorite:before,
#divFb .ion-android-favorite-outline:before,
#divFb .ion-android-film:before,
#divFb .ion-android-folder:before,
#divFb .ion-android-folder-open:before,
#divFb .ion-android-funnel:before,
#divFb .ion-android-globe:before,
#divFb .ion-android-hand:before,
#divFb .ion-android-hangout:before,
#divFb .ion-android-happy:before,
#divFb .ion-android-home:before,
#divFb .ion-android-image:before,
#divFb .ion-android-laptop:before,
#divFb .ion-android-list:before,
#divFb .ion-android-locate:before,
#divFb .ion-android-lock:before,
#divFb .ion-android-mail:before,
#divFb .ion-android-map:before,
#divFb .ion-android-menu:before,
#divFb .ion-android-microphone:before,
#divFb .ion-android-microphone-off:before,
#divFb .ion-android-more-horizontal:before,
#divFb .ion-android-more-vertical:before,
#divFb .ion-android-navigate:before,
#divFb .ion-android-notifications:before,
#divFb .ion-android-notifications-none:before,
#divFb .ion-android-notifications-off:before,
#divFb .ion-android-open:before,
#divFb .ion-android-options:before,
#divFb .ion-android-people:before,
#divFb .ion-android-person:before,
#divFb .ion-android-person-add:before,
#divFb .ion-android-phone-landscape:before,
#divFb .ion-android-phone-portrait:before,
#divFb .ion-android-pin:before,
#divFb .ion-android-plane:before,
#divFb .ion-android-playstore:before,
#divFb .ion-android-print:before,
#divFb .ion-android-radio-button-off:before,
#divFb .ion-android-radio-button-on:before,
#divFb .ion-android-refresh:before,
#divFb .ion-android-remove:before,
#divFb .ion-android-remove-circle:before,
#divFb .ion-android-restaurant:before,
#divFb .ion-android-sad:before,
#divFb .ion-android-search:before,
#divFb .ion-android-send:before,
#divFb .ion-android-settings:before,
#divFb .ion-android-share:before,
#divFb .ion-android-share-alt:before,
#divFb .ion-android-star:before,
#divFb .ion-android-star-half:before,
#divFb .ion-android-star-outline:before,
#divFb .ion-android-stopwatch:before,
#divFb .ion-android-subway:before,
#divFb .ion-android-sunny:before,
#divFb .ion-android-sync:before,
#divFb .ion-android-textsms:before,
#divFb .ion-android-time:before,
#divFb .ion-android-train:before,
#divFb .ion-android-unlock:before,
#divFb .ion-android-upload:before,
#divFb .ion-android-volume-down:before,
#divFb .ion-android-volume-mute:before,
#divFb .ion-android-volume-off:before,
#divFb .ion-android-volume-up:before,
#divFb .ion-android-walk:before,
#divFb .ion-android-warning:before,
#divFb .ion-android-watch:before,
#divFb .ion-android-wifi:before,
#divFb .ion-aperture:before,
#divFb .ion-archive:before,
#divFb .ion-arrow-down-a:before,
#divFb .ion-arrow-down-b:before,
#divFb .ion-arrow-down-c:before,
#divFb .ion-arrow-expand:before,
#divFb .ion-arrow-graph-down-left:before,
#divFb .ion-arrow-graph-down-right:before,
#divFb .ion-arrow-graph-up-left:before,
#divFb .ion-arrow-graph-up-right:before,
#divFb .ion-arrow-left-a:before,
#divFb .ion-arrow-left-b:before,
#divFb .ion-arrow-left-c:before,
#divFb .ion-arrow-move:before,
#divFb .ion-arrow-resize:before,
#divFb .ion-arrow-return-left:before,
#divFb .ion-arrow-return-right:before,
#divFb .ion-arrow-right-a:before,
#divFb .ion-arrow-right-b:before,
#divFb .ion-arrow-right-c:before,
#divFb .ion-arrow-shrink:before,
#divFb .ion-arrow-swap:before,
#divFb .ion-arrow-up-a:before,
#divFb .ion-arrow-up-b:before,
#divFb .ion-arrow-up-c:before,
#divFb .ion-asterisk:before,
#divFb .ion-at:before,
#divFb .ion-backspace:before,
#divFb .ion-backspace-outline:before,
#divFb .ion-bag:before,
#divFb .ion-battery-charging:before,
#divFb .ion-battery-empty:before,
#divFb .ion-battery-full:before,
#divFb .ion-battery-half:before,
#divFb .ion-battery-low:before,
#divFb .ion-beaker:before,
#divFb .ion-beer:before,
#divFb .ion-bluetooth:before,
#divFb .ion-bonfire:before,
#divFb .ion-bookmark:before,
#divFb .ion-bowtie:before,
#divFb .ion-briefcase:before,
#divFb .ion-bug:before,
#divFb .ion-calculator:before,
#divFb .ion-calendar:before,
#divFb .ion-camera:before,
#divFb .ion-card:before,
#divFb .ion-cash:before,
#divFb .ion-chatbox:before,
#divFb .ion-chatbox-working:before,
#divFb .ion-chatboxes:before,
#divFb .ion-chatbubble:before,
#divFb .ion-chatbubble-working:before,
#divFb .ion-chatbubbles:before,
#divFb .ion-checkmark:before,
#divFb .ion-checkmark-circled:before,
#divFb .ion-checkmark-round:before,
#divFb .ion-chevron-down:before,
#divFb .ion-chevron-left:before,
#divFb .ion-chevron-right:before,
#divFb .ion-chevron-up:before,
#divFb .ion-clipboard:before,
#divFb .ion-clock:before,
#divFb .ion-close:before,
#divFb .ion-close-circled:before,
#divFb .ion-close-round:before,
#divFb .ion-closed-captioning:before,
#divFb .ion-cloud:before,
#divFb .ion-code:before,
#divFb .ion-code-download:before,
#divFb .ion-code-working:before,
#divFb .ion-coffee:before,
#divFb .ion-compass:before,
#divFb .ion-compose:before,
#divFb .ion-connection-bars:before,
#divFb .ion-contrast:before,
#divFb .ion-crop:before,
#divFb .ion-cube:before,
#divFb .ion-disc:before,
#divFb .ion-document:before,
#divFb .ion-document-text:before,
#divFb .ion-drag:before,
#divFb .ion-earth:before,
#divFb .ion-easel:before,
#divFb .ion-edit:before,
#divFb .ion-egg:before,
#divFb .ion-eject:before,
#divFb .ion-email:before,
#divFb .ion-email-unread:before,
#divFb .ion-erlenmeyer-flask:before,
#divFb .ion-erlenmeyer-flask-bubbles:before,
#divFb .ion-eye:before,
#divFb .ion-eye-disabled:before,
#divFb .ion-female:before,
#divFb .ion-filing:before,
#divFb .ion-film-marker:before,
#divFb .ion-fireball:before,
#divFb .ion-flag:before,
#divFb .ion-flame:before,
#divFb .ion-flash:before,
#divFb .ion-flash-off:before,
#divFb .ion-folder:before,
#divFb .ion-fork:before,
#divFb .ion-fork-repo:before,
#divFb .ion-forward:before,
#divFb .ion-funnel:before,
#divFb .ion-gear-a:before,
#divFb .ion-gear-b:before,
#divFb .ion-grid:before,
#divFb .ion-hammer:before,
#divFb .ion-happy:before,
#divFb .ion-happy-outline:before,
#divFb .ion-headphone:before,
#divFb .ion-heart:before,
#divFb .ion-heart-broken:before,
#divFb .ion-help:before,
#divFb .ion-help-buoy:before,
#divFb .ion-help-circled:before,
#divFb .ion-home:before,
#divFb .ion-icecream:before,
#divFb .ion-image:before,
#divFb .ion-images:before,
#divFb .ion-information:before,
#divFb .ion-information-circled:before,
#divFb .ion-ionic:before,
#divFb .ion-ios-alarm:before,
#divFb .ion-ios-alarm-outline:before,
#divFb .ion-ios-albums:before,
#divFb .ion-ios-albums-outline:before,
#divFb .ion-ios-americanfootball:before,
#divFb .ion-ios-americanfootball-outline:before,
#divFb .ion-ios-analytics:before,
#divFb .ion-ios-analytics-outline:before,
#divFb .ion-ios-arrow-back:before,
#divFb .ion-ios-arrow-down:before,
#divFb .ion-ios-arrow-forward:before,
#divFb .ion-ios-arrow-left:before,
#divFb .ion-ios-arrow-right:before,
#divFb .ion-ios-arrow-thin-down:before,
#divFb .ion-ios-arrow-thin-left:before,
#divFb .ion-ios-arrow-thin-right:before,
#divFb .ion-ios-arrow-thin-up:before,
#divFb .ion-ios-arrow-up:before,
#divFb .ion-ios-at:before,
#divFb .ion-ios-at-outline:before,
#divFb .ion-ios-barcode:before,
#divFb .ion-ios-barcode-outline:before,
#divFb .ion-ios-baseball:before,
#divFb .ion-ios-baseball-outline:before,
#divFb .ion-ios-basketball:before,
#divFb .ion-ios-basketball-outline:before,
#divFb .ion-ios-bell:before,
#divFb .ion-ios-bell-outline:before,
#divFb .ion-ios-body:before,
#divFb .ion-ios-body-outline:before,
#divFb .ion-ios-bolt:before,
#divFb .ion-ios-bolt-outline:before,
#divFb .ion-ios-book:before,
#divFb .ion-ios-book-outline:before,
#divFb .ion-ios-bookmarks:before,
#divFb .ion-ios-bookmarks-outline:before,
#divFb .ion-ios-box:before,
#divFb .ion-ios-box-outline:before,
#divFb .ion-ios-briefcase:before,
#divFb .ion-ios-briefcase-outline:before,
#divFb .ion-ios-browsers:before,
#divFb .ion-ios-browsers-outline:before,
#divFb .ion-ios-calculator:before,
#divFb .ion-ios-calculator-outline:before,
#divFb .ion-ios-calendar:before,
#divFb .ion-ios-calendar-outline:before,
#divFb .ion-ios-camera:before,
#divFb .ion-ios-camera-outline:before,
#divFb .ion-ios-cart:before,
#divFb .ion-ios-cart-outline:before,
#divFb .ion-ios-chatboxes:before,
#divFb .ion-ios-chatboxes-outline:before,
#divFb .ion-ios-chatbubble:before,
#divFb .ion-ios-chatbubble-outline:before,
#divFb .ion-ios-checkmark:before,
#divFb .ion-ios-checkmark-empty:before,
#divFb .ion-ios-checkmark-outline:before,
#divFb .ion-ios-circle-filled:before,
#divFb .ion-ios-circle-outline:before,
#divFb .ion-ios-clock:before,
#divFb .ion-ios-clock-outline:before,
#divFb .ion-ios-close:before,
#divFb .ion-ios-close-empty:before,
#divFb .ion-ios-close-outline:before,
#divFb .ion-ios-cloud:before,
#divFb .ion-ios-cloud-download:before,
#divFb .ion-ios-cloud-download-outline:before,
#divFb .ion-ios-cloud-outline:before,
#divFb .ion-ios-cloud-upload:before,
#divFb .ion-ios-cloud-upload-outline:before,
#divFb .ion-ios-cloudy:before,
#divFb .ion-ios-cloudy-night:before,
#divFb .ion-ios-cloudy-night-outline:before,
#divFb .ion-ios-cloudy-outline:before,
#divFb .ion-ios-cog:before,
#divFb .ion-ios-cog-outline:before,
#divFb .ion-ios-color-filter:before,
#divFb .ion-ios-color-filter-outline:before,
#divFb .ion-ios-color-wand:before,
#divFb .ion-ios-color-wand-outline:before,
#divFb .ion-ios-compose:before,
#divFb .ion-ios-compose-outline:before,
#divFb .ion-ios-contact:before,
#divFb .ion-ios-contact-outline:before,
#divFb .ion-ios-copy:before,
#divFb .ion-ios-copy-outline:before,
#divFb .ion-ios-crop:before,
#divFb .ion-ios-crop-strong:before,
#divFb .ion-ios-download:before,
#divFb .ion-ios-download-outline:before,
#divFb .ion-ios-drag:before,
#divFb .ion-ios-email:before,
#divFb .ion-ios-email-outline:before,
#divFb .ion-ios-eye:before,
#divFb .ion-ios-eye-outline:before,
#divFb .ion-ios-fastforward:before,
#divFb .ion-ios-fastforward-outline:before,
#divFb .ion-ios-filing:before,
#divFb .ion-ios-filing-outline:before,
#divFb .ion-ios-film:before,
#divFb .ion-ios-film-outline:before,
#divFb .ion-ios-flag:before,
#divFb .ion-ios-flag-outline:before,
#divFb .ion-ios-flame:before,
#divFb .ion-ios-flame-outline:before,
#divFb .ion-ios-flask:before,
#divFb .ion-ios-flask-outline:before,
#divFb .ion-ios-flower:before,
#divFb .ion-ios-flower-outline:before,
#divFb .ion-ios-folder:before,
#divFb .ion-ios-folder-outline:before,
#divFb .ion-ios-football:before,
#divFb .ion-ios-football-outline:before,
#divFb .ion-ios-game-controller-a:before,
#divFb .ion-ios-game-controller-a-outline:before,
#divFb .ion-ios-game-controller-b:before,
#divFb .ion-ios-game-controller-b-outline:before,
#divFb .ion-ios-gear:before,
#divFb .ion-ios-gear-outline:before,
#divFb .ion-ios-glasses:before,
#divFb .ion-ios-glasses-outline:before,
#divFb .ion-ios-grid-view:before,
#divFb .ion-ios-grid-view-outline:before,
#divFb .ion-ios-heart:before,
#divFb .ion-ios-heart-outline:before,
#divFb .ion-ios-help:before,
#divFb .ion-ios-help-empty:before,
#divFb .ion-ios-help-outline:before,
#divFb .ion-ios-home:before,
#divFb .ion-ios-home-outline:before,
#divFb .ion-ios-infinite:before,
#divFb .ion-ios-infinite-outline:before,
#divFb .ion-ios-information:before,
#divFb .ion-ios-information-empty:before,
#divFb .ion-ios-information-outline:before,
#divFb .ion-ios-ionic-outline:before,
#divFb .ion-ios-keypad:before,
#divFb .ion-ios-keypad-outline:before,
#divFb .ion-ios-lightbulb:before,
#divFb .ion-ios-lightbulb-outline:before,
#divFb .ion-ios-list:before,
#divFb .ion-ios-list-outline:before,
#divFb .ion-ios-location:before,
#divFb .ion-ios-location-outline:before,
#divFb .ion-ios-locked:before,
#divFb .ion-ios-locked-outline:before,
#divFb .ion-ios-loop:before,
#divFb .ion-ios-loop-strong:before,
#divFb .ion-ios-medical:before,
#divFb .ion-ios-medical-outline:before,
#divFb .ion-ios-medkit:before,
#divFb .ion-ios-medkit-outline:before,
#divFb .ion-ios-mic:before,
#divFb .ion-ios-mic-off:before,
#divFb .ion-ios-mic-outline:before,
#divFb .ion-ios-minus:before,
#divFb .ion-ios-minus-empty:before,
#divFb .ion-ios-minus-outline:before,
#divFb .ion-ios-monitor:before,
#divFb .ion-ios-monitor-outline:before,
#divFb .ion-ios-moon:before,
#divFb .ion-ios-moon-outline:before,
#divFb .ion-ios-more:before,
#divFb .ion-ios-more-outline:before,
#divFb .ion-ios-musical-note:before,
#divFb .ion-ios-musical-notes:before,
#divFb .ion-ios-navigate:before,
#divFb .ion-ios-navigate-outline:before,
#divFb .ion-ios-nutrition:before,
#divFb .ion-ios-nutrition-outline:before,
#divFb .ion-ios-paper:before,
#divFb .ion-ios-paper-outline:before,
#divFb .ion-ios-paperplane:before,
#divFb .ion-ios-paperplane-outline:before,
#divFb .ion-ios-partlysunny:before,
#divFb .ion-ios-partlysunny-outline:before,
#divFb .ion-ios-pause:before,
#divFb .ion-ios-pause-outline:before,
#divFb .ion-ios-paw:before,
#divFb .ion-ios-paw-outline:before,
#divFb .ion-ios-people:before,
#divFb .ion-ios-people-outline:before,
#divFb .ion-ios-person:before,
#divFb .ion-ios-person-outline:before,
#divFb .ion-ios-personadd:before,
#divFb .ion-ios-personadd-outline:before,
#divFb .ion-ios-photos:before,
#divFb .ion-ios-photos-outline:before,
#divFb .ion-ios-pie:before,
#divFb .ion-ios-pie-outline:before,
#divFb .ion-ios-pint:before,
#divFb .ion-ios-pint-outline:before,
#divFb .ion-ios-play:before,
#divFb .ion-ios-play-outline:before,
#divFb .ion-ios-plus:before,
#divFb .ion-ios-plus-empty:before,
#divFb .ion-ios-plus-outline:before,
#divFb .ion-ios-pricetag:before,
#divFb .ion-ios-pricetag-outline:before,
#divFb .ion-ios-pricetags:before,
#divFb .ion-ios-pricetags-outline:before,
#divFb .ion-ios-printer:before,
#divFb .ion-ios-printer-outline:before,
#divFb .ion-ios-pulse:before,
#divFb .ion-ios-pulse-strong:before,
#divFb .ion-ios-rainy:before,
#divFb .ion-ios-rainy-outline:before,
#divFb .ion-ios-recording:before,
#divFb .ion-ios-recording-outline:before,
#divFb .ion-ios-redo:before,
#divFb .ion-ios-redo-outline:before,
#divFb .ion-ios-refresh:before,
#divFb .ion-ios-refresh-empty:before,
#divFb .ion-ios-refresh-outline:before,
#divFb .ion-ios-reload:before,
#divFb .ion-ios-reverse-camera:before,
#divFb .ion-ios-reverse-camera-outline:before,
#divFb .ion-ios-rewind:before,
#divFb .ion-ios-rewind-outline:before,
#divFb .ion-ios-rose:before,
#divFb .ion-ios-rose-outline:before,
#divFb .ion-ios-search:before,
#divFb .ion-ios-search-strong:before,
#divFb .ion-ios-settings:before,
#divFb .ion-ios-settings-strong:before,
#divFb .ion-ios-shuffle:before,
#divFb .ion-ios-shuffle-strong:before,
#divFb .ion-ios-skipbackward:before,
#divFb .ion-ios-skipbackward-outline:before,
#divFb .ion-ios-skipforward:before,
#divFb .ion-ios-skipforward-outline:before,
#divFb .ion-ios-snowy:before,
#divFb .ion-ios-speedometer:before,
#divFb .ion-ios-speedometer-outline:before,
#divFb .ion-ios-star:before,
#divFb .ion-ios-star-half:before,
#divFb .ion-ios-star-outline:before,
#divFb .ion-ios-stopwatch:before,
#divFb .ion-ios-stopwatch-outline:before,
#divFb .ion-ios-sunny:before,
#divFb .ion-ios-sunny-outline:before,
#divFb .ion-ios-telephone:before,
#divFb .ion-ios-telephone-outline:before,
#divFb .ion-ios-tennisball:before,
#divFb .ion-ios-tennisball-outline:before,
#divFb .ion-ios-thunderstorm:before,
#divFb .ion-ios-thunderstorm-outline:before,
#divFb .ion-ios-time:before,
#divFb .ion-ios-time-outline:before,
#divFb .ion-ios-timer:before,
#divFb .ion-ios-timer-outline:before,
#divFb .ion-ios-toggle:before,
#divFb .ion-ios-toggle-outline:before,
#divFb .ion-ios-trash:before,
#divFb .ion-ios-trash-outline:before,
#divFb .ion-ios-undo:before,
#divFb .ion-ios-undo-outline:before,
#divFb .ion-ios-unlocked:before,
#divFb .ion-ios-unlocked-outline:before,
#divFb .ion-ios-upload:before,
#divFb .ion-ios-upload-outline:before,
#divFb .ion-ios-videocam:before,
#divFb .ion-ios-videocam-outline:before,
#divFb .ion-ios-volume-high:before,
#divFb .ion-ios-volume-low:before,
#divFb .ion-ios-wineglass:before,
#divFb .ion-ios-wineglass-outline:before,
#divFb .ion-ios-world:before,
#divFb .ion-ios-world-outline:before,
#divFb .ion-ipad:before,
#divFb .ion-iphone:before,
#divFb .ion-ipod:before,
#divFb .ion-jet:before,
#divFb .ion-key:before,
#divFb .ion-knife:before,
#divFb .ion-laptop:before,
#divFb .ion-leaf:before,
#divFb .ion-levels:before,
#divFb .ion-lightbulb:before,
#divFb .ion-link:before,
#divFb .ion-load-a:before,
#divFb .ion-load-b:before,
#divFb .ion-load-c:before,
#divFb .ion-load-d:before,
#divFb .ion-location:before,
#divFb .ion-lock-combination:before,
#divFb .ion-locked:before,
#divFb .ion-log-in:before,
#divFb .ion-log-out:before,
#divFb .ion-loop:before,
#divFb .ion-magnet:before,
#divFb .ion-male:before,
#divFb .ion-man:before,
#divFb .ion-map:before,
#divFb .ion-medkit:before,
#divFb .ion-merge:before,
#divFb .ion-mic-a:before,
#divFb .ion-mic-b:before,
#divFb .ion-mic-c:before,
#divFb .ion-minus:before,
#divFb .ion-minus-circled:before,
#divFb .ion-minus-round:before,
#divFb .ion-model-s:before,
#divFb .ion-monitor:before,
#divFb .ion-more:before,
#divFb .ion-mouse:before,
#divFb .ion-music-note:before,
#divFb .ion-navicon:before,
#divFb .ion-navicon-round:before,
#divFb .ion-navigate:before,
#divFb .ion-network:before,
#divFb .ion-no-smoking:before,
#divFb .ion-nuclear:before,
#divFb .ion-outlet:before,
#divFb .ion-paintbrush:before,
#divFb .ion-paintbucket:before,
#divFb .ion-paper-airplane:before,
#divFb .ion-paperclip:before,
#divFb .ion-pause:before,
#divFb .ion-person:before,
#divFb .ion-person-add:before,
#divFb .ion-person-stalker:before,
#divFb .ion-pie-graph:before,
#divFb .ion-pin:before,
#divFb .ion-pinpoint:before,
#divFb .ion-pizza:before,
#divFb .ion-plane:before,
#divFb .ion-planet:before,
#divFb .ion-play:before,
#divFb .ion-playstation:before,
#divFb .ion-plus:before,
#divFb .ion-plus-circled:before,
#divFb .ion-plus-round:before,
#divFb .ion-podium:before,
#divFb .ion-pound:before,
#divFb .ion-power:before,
#divFb .ion-pricetag:before,
#divFb .ion-pricetags:before,
#divFb .ion-printer:before,
#divFb .ion-pull-request:before,
#divFb .ion-qr-scanner:before,
#divFb .ion-quote:before,
#divFb .ion-radio-waves:before,
#divFb .ion-record:before,
#divFb .ion-refresh:before,
#divFb .ion-reply:before,
#divFb .ion-reply-all:before,
#divFb .ion-ribbon-a:before,
#divFb .ion-ribbon-b:before,
#divFb .ion-sad:before,
#divFb .ion-sad-outline:before,
#divFb .ion-scissors:before,
#divFb .ion-search:before,
#divFb .ion-settings:before,
#divFb .ion-share:before,
#divFb .ion-shuffle:before,
#divFb .ion-skip-backward:before,
#divFb .ion-skip-forward:before,
#divFb .ion-social-android:before,
#divFb .ion-social-android-outline:before,
#divFb .ion-social-angular:before,
#divFb .ion-social-angular-outline:before,
#divFb .ion-social-apple:before,
#divFb .ion-social-apple-outline:before,
#divFb .ion-social-bitcoin:before,
#divFb .ion-social-bitcoin-outline:before,
#divFb .ion-social-buffer:before,
#divFb .ion-social-buffer-outline:before,
#divFb .ion-social-chrome:before,
#divFb .ion-social-chrome-outline:before,
#divFb .ion-social-codepen:before,
#divFb .ion-social-codepen-outline:before,
#divFb .ion-social-css3:before,
#divFb .ion-social-css3-outline:before,
#divFb .ion-social-designernews:before,
#divFb .ion-social-designernews-outline:before,
#divFb .ion-social-dribbble:before,
#divFb .ion-social-dribbble-outline:before,
#divFb .ion-social-dropbox:before,
#divFb .ion-social-dropbox-outline:before,
#divFb .ion-social-euro:before,
#divFb .ion-social-euro-outline:before,
#divFb .ion-social-facebook:before,
#divFb .ion-social-facebook-outline:before,
#divFb .ion-social-foursquare:before,
#divFb .ion-social-foursquare-outline:before,
#divFb .ion-social-freebsd-devil:before,
#divFb .ion-social-github:before,
#divFb .ion-social-github-outline:before,
#divFb .ion-social-google:before,
#divFb .ion-social-google-outline:before,
#divFb .ion-social-googleplus:before,
#divFb .ion-social-googleplus-outline:before,
#divFb .ion-social-hackernews:before,
#divFb .ion-social-hackernews-outline:before,
#divFb .ion-social-html5:before,
#divFb .ion-social-html5-outline:before,
#divFb .ion-social-instagram:before,
#divFb .ion-social-instagram-outline:before,
#divFb .ion-social-javascript:before,
#divFb .ion-social-javascript-outline:before,
#divFb .ion-social-linkedin:before,
#divFb .ion-social-linkedin-outline:before,
#divFb .ion-social-markdown:before,
#divFb .ion-social-nodejs:before,
#divFb .ion-social-octocat:before,
#divFb .ion-social-pinterest:before,
#divFb .ion-social-pinterest-outline:before,
#divFb .ion-social-python:before,
#divFb .ion-social-reddit:before,
#divFb .ion-social-reddit-outline:before,
#divFb .ion-social-rss:before,
#divFb .ion-social-rss-outline:before,
#divFb .ion-social-sass:before,
#divFb .ion-social-skype:before,
#divFb .ion-social-skype-outline:before,
#divFb .ion-social-snapchat:before,
#divFb .ion-social-snapchat-outline:before,
#divFb .ion-social-tumblr:before,
#divFb .ion-social-tumblr-outline:before,
#divFb .ion-social-tux:before,
#divFb .ion-social-twitch:before,
#divFb .ion-social-twitch-outline:before,
#divFb .ion-social-twitter:before,
#divFb .ion-social-twitter-outline:before,
#divFb .ion-social-usd:before,
#divFb .ion-social-usd-outline:before,
#divFb .ion-social-vimeo:before,
#divFb .ion-social-vimeo-outline:before,
#divFb .ion-social-whatsapp:before,
#divFb .ion-social-whatsapp-outline:before,
#divFb .ion-social-windows:before,
#divFb .ion-social-windows-outline:before,
#divFb .ion-social-wordpress:before,
#divFb .ion-social-wordpress-outline:before,
#divFb .ion-social-yahoo:before,
#divFb .ion-social-yahoo-outline:before,
#divFb .ion-social-yen:before,
#divFb .ion-social-yen-outline:before,
#divFb .ion-social-youtube:before,
#divFb .ion-social-youtube-outline:before,
#divFb .ion-soup-can:before,
#divFb .ion-soup-can-outline:before,
#divFb .ion-speakerphone:before,
#divFb .ion-speedometer:before,
#divFb .ion-spoon:before,
#divFb .ion-star:before,
#divFb .ion-stats-bars:before,
#divFb .ion-steam:before,
#divFb .ion-stop:before,
#divFb .ion-thermometer:before,
#divFb .ion-thumbsdown:before,
#divFb .ion-thumbsup:before,
#divFb .ion-toggle:before,
#divFb .ion-toggle-filled:before,
#divFb .ion-transgender:before,
#divFb .ion-trash-a:before,
#divFb .ion-trash-b:before,
#divFb .ion-trophy:before,
#divFb .ion-tshirt:before,
#divFb .ion-tshirt-outline:before,
#divFb .ion-umbrella:before,
#divFb .ion-university:before,
#divFb .ion-unlocked:before,
#divFb .ion-upload:before,
#divFb .ion-usb:before,
#divFb .ion-videocamera:before,
#divFb .ion-volume-high:before,
#divFb .ion-volume-low:before,
#divFb .ion-volume-medium:before,
#divFb .ion-volume-mute:before,
#divFb .ion-wand:before,
#divFb .ion-waterdrop:before,
#divFb .ion-wifi:before,
#divFb .ion-wineglass:before,
#divFb .ion-woman:before,
#divFb .ion-wrench:before,
#divFb .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-alert:before,
.contentbox-wrapper .ion-alert:before,
#divFb .ion-alert:before {
  content: "\f101";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-alert-circled:before,
.contentbox-wrapper .ion-alert-circled:before,
#divFb .ion-alert-circled:before {
  content: "\f100";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-add:before,
.contentbox-wrapper .ion-android-add:before,
#divFb .ion-android-add:before {
  content: "\f2c7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-add-circle:before,
.contentbox-wrapper .ion-android-add-circle:before,
#divFb .ion-android-add-circle:before {
  content: "\f359";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-alarm-clock:before,
.contentbox-wrapper .ion-android-alarm-clock:before,
#divFb .ion-android-alarm-clock:before {
  content: "\f35a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-alert:before,
.contentbox-wrapper .ion-android-alert:before,
#divFb .ion-android-alert:before {
  content: "\f35b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-apps:before,
.contentbox-wrapper .ion-android-apps:before,
#divFb .ion-android-apps:before {
  content: "\f35c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-archive:before,
.contentbox-wrapper .ion-android-archive:before,
#divFb .ion-android-archive:before {
  content: "\f2c9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-back:before,
.contentbox-wrapper .ion-android-arrow-back:before,
#divFb .ion-android-arrow-back:before {
  content: "\f2ca";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-down:before,
.contentbox-wrapper .ion-android-arrow-down:before,
#divFb .ion-android-arrow-down:before {
  content: "\f35d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropdown:before,
.contentbox-wrapper .ion-android-arrow-dropdown:before,
#divFb .ion-android-arrow-dropdown:before {
  content: "\f35f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropdown-circle:before,
.contentbox-wrapper .ion-android-arrow-dropdown-circle:before,
#divFb .ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropleft:before,
.contentbox-wrapper .ion-android-arrow-dropleft:before,
#divFb .ion-android-arrow-dropleft:before {
  content: "\f361";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropleft-circle:before,
.contentbox-wrapper .ion-android-arrow-dropleft-circle:before,
#divFb .ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropright:before,
.contentbox-wrapper .ion-android-arrow-dropright:before,
#divFb .ion-android-arrow-dropright:before {
  content: "\f363";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropright-circle:before,
.contentbox-wrapper .ion-android-arrow-dropright-circle:before,
#divFb .ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropup:before,
.contentbox-wrapper .ion-android-arrow-dropup:before,
#divFb .ion-android-arrow-dropup:before {
  content: "\f365";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-dropup-circle:before,
.contentbox-wrapper .ion-android-arrow-dropup-circle:before,
#divFb .ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-forward:before,
.contentbox-wrapper .ion-android-arrow-forward:before,
#divFb .ion-android-arrow-forward:before {
  content: "\f30f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-arrow-up:before,
.contentbox-wrapper .ion-android-arrow-up:before,
#divFb .ion-android-arrow-up:before {
  content: "\f366";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-attach:before,
.contentbox-wrapper .ion-android-attach:before,
#divFb .ion-android-attach:before {
  content: "\f367";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bar:before,
.contentbox-wrapper .ion-android-bar:before,
#divFb .ion-android-bar:before {
  content: "\f368";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bicycle:before,
.contentbox-wrapper .ion-android-bicycle:before,
#divFb .ion-android-bicycle:before {
  content: "\f369";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-boat:before,
.contentbox-wrapper .ion-android-boat:before,
#divFb .ion-android-boat:before {
  content: "\f36a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bookmark:before,
.contentbox-wrapper .ion-android-bookmark:before,
#divFb .ion-android-bookmark:before {
  content: "\f36b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bulb:before,
.contentbox-wrapper .ion-android-bulb:before,
#divFb .ion-android-bulb:before {
  content: "\f36c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-bus:before,
.contentbox-wrapper .ion-android-bus:before,
#divFb .ion-android-bus:before {
  content: "\f36d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-calendar:before,
.contentbox-wrapper .ion-android-calendar:before,
#divFb .ion-android-calendar:before {
  content: "\f2d1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-call:before,
.contentbox-wrapper .ion-android-call:before,
#divFb .ion-android-call:before {
  content: "\f2d2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-camera:before,
.contentbox-wrapper .ion-android-camera:before,
#divFb .ion-android-camera:before {
  content: "\f2d3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cancel:before,
.contentbox-wrapper .ion-android-cancel:before,
#divFb .ion-android-cancel:before {
  content: "\f36e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-car:before,
.contentbox-wrapper .ion-android-car:before,
#divFb .ion-android-car:before {
  content: "\f36f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cart:before,
.contentbox-wrapper .ion-android-cart:before,
#divFb .ion-android-cart:before {
  content: "\f370";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-chat:before,
.contentbox-wrapper .ion-android-chat:before,
#divFb .ion-android-chat:before {
  content: "\f2d4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox:before,
.contentbox-wrapper .ion-android-checkbox:before,
#divFb .ion-android-checkbox:before {
  content: "\f374";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox-blank:before,
.contentbox-wrapper .ion-android-checkbox-blank:before,
#divFb .ion-android-checkbox-blank:before {
  content: "\f371";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox-outline:before,
.contentbox-wrapper .ion-android-checkbox-outline:before,
#divFb .ion-android-checkbox-outline:before {
  content: "\f373";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkbox-outline-blank:before,
.contentbox-wrapper .ion-android-checkbox-outline-blank:before,
#divFb .ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-checkmark-circle:before,
.contentbox-wrapper .ion-android-checkmark-circle:before,
#divFb .ion-android-checkmark-circle:before {
  content: "\f375";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-clipboard:before,
.contentbox-wrapper .ion-android-clipboard:before,
#divFb .ion-android-clipboard:before {
  content: "\f376";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-close:before,
.contentbox-wrapper .ion-android-close:before,
#divFb .ion-android-close:before {
  content: "\f2d7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud:before,
.contentbox-wrapper .ion-android-cloud:before,
#divFb .ion-android-cloud:before {
  content: "\f37a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud-circle:before,
.contentbox-wrapper .ion-android-cloud-circle:before,
#divFb .ion-android-cloud-circle:before {
  content: "\f377";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud-done:before,
.contentbox-wrapper .ion-android-cloud-done:before,
#divFb .ion-android-cloud-done:before {
  content: "\f378";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-cloud-outline:before,
.contentbox-wrapper .ion-android-cloud-outline:before,
#divFb .ion-android-cloud-outline:before {
  content: "\f379";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-color-palette:before,
.contentbox-wrapper .ion-android-color-palette:before,
#divFb .ion-android-color-palette:before {
  content: "\f37b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-compass:before,
.contentbox-wrapper .ion-android-compass:before,
#divFb .ion-android-compass:before {
  content: "\f37c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-contact:before,
.contentbox-wrapper .ion-android-contact:before,
#divFb .ion-android-contact:before {
  content: "\f2d8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-contacts:before,
.contentbox-wrapper .ion-android-contacts:before,
#divFb .ion-android-contacts:before {
  content: "\f2d9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-contract:before,
.contentbox-wrapper .ion-android-contract:before,
#divFb .ion-android-contract:before {
  content: "\f37d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-create:before,
.contentbox-wrapper .ion-android-create:before,
#divFb .ion-android-create:before {
  content: "\f37e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-delete:before,
.contentbox-wrapper .ion-android-delete:before,
#divFb .ion-android-delete:before {
  content: "\f37f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-desktop:before,
.contentbox-wrapper .ion-android-desktop:before,
#divFb .ion-android-desktop:before {
  content: "\f380";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-document:before,
.contentbox-wrapper .ion-android-document:before,
#divFb .ion-android-document:before {
  content: "\f381";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-done:before,
.contentbox-wrapper .ion-android-done:before,
#divFb .ion-android-done:before {
  content: "\f383";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-done-all:before,
.contentbox-wrapper .ion-android-done-all:before,
#divFb .ion-android-done-all:before {
  content: "\f382";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-download:before,
.contentbox-wrapper .ion-android-download:before,
#divFb .ion-android-download:before {
  content: "\f2dd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-drafts:before,
.contentbox-wrapper .ion-android-drafts:before,
#divFb .ion-android-drafts:before {
  content: "\f384";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-exit:before,
.contentbox-wrapper .ion-android-exit:before,
#divFb .ion-android-exit:before {
  content: "\f385";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-expand:before,
.contentbox-wrapper .ion-android-expand:before,
#divFb .ion-android-expand:before {
  content: "\f386";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-favorite:before,
.contentbox-wrapper .ion-android-favorite:before,
#divFb .ion-android-favorite:before {
  content: "\f388";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-favorite-outline:before,
.contentbox-wrapper .ion-android-favorite-outline:before,
#divFb .ion-android-favorite-outline:before {
  content: "\f387";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-film:before,
.contentbox-wrapper .ion-android-film:before,
#divFb .ion-android-film:before {
  content: "\f389";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-folder:before,
.contentbox-wrapper .ion-android-folder:before,
#divFb .ion-android-folder:before {
  content: "\f2e0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-folder-open:before,
.contentbox-wrapper .ion-android-folder-open:before,
#divFb .ion-android-folder-open:before {
  content: "\f38a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-funnel:before,
.contentbox-wrapper .ion-android-funnel:before,
#divFb .ion-android-funnel:before {
  content: "\f38b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-globe:before,
.contentbox-wrapper .ion-android-globe:before,
#divFb .ion-android-globe:before {
  content: "\f38c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-hand:before,
.contentbox-wrapper .ion-android-hand:before,
#divFb .ion-android-hand:before {
  content: "\f2e3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-hangout:before,
.contentbox-wrapper .ion-android-hangout:before,
#divFb .ion-android-hangout:before {
  content: "\f38d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-happy:before,
.contentbox-wrapper .ion-android-happy:before,
#divFb .ion-android-happy:before {
  content: "\f38e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-home:before,
.contentbox-wrapper .ion-android-home:before,
#divFb .ion-android-home:before {
  content: "\f38f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-image:before,
.contentbox-wrapper .ion-android-image:before,
#divFb .ion-android-image:before {
  content: "\f2e4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-laptop:before,
.contentbox-wrapper .ion-android-laptop:before,
#divFb .ion-android-laptop:before {
  content: "\f390";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-list:before,
.contentbox-wrapper .ion-android-list:before,
#divFb .ion-android-list:before {
  content: "\f391";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-locate:before,
.contentbox-wrapper .ion-android-locate:before,
#divFb .ion-android-locate:before {
  content: "\f2e9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-lock:before,
.contentbox-wrapper .ion-android-lock:before,
#divFb .ion-android-lock:before {
  content: "\f392";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-mail:before,
.contentbox-wrapper .ion-android-mail:before,
#divFb .ion-android-mail:before {
  content: "\f2eb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-map:before,
.contentbox-wrapper .ion-android-map:before,
#divFb .ion-android-map:before {
  content: "\f393";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-menu:before,
.contentbox-wrapper .ion-android-menu:before,
#divFb .ion-android-menu:before {
  content: "\f394";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-microphone:before,
.contentbox-wrapper .ion-android-microphone:before,
#divFb .ion-android-microphone:before {
  content: "\f2ec";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-microphone-off:before,
.contentbox-wrapper .ion-android-microphone-off:before,
#divFb .ion-android-microphone-off:before {
  content: "\f395";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-more-horizontal:before,
.contentbox-wrapper .ion-android-more-horizontal:before,
#divFb .ion-android-more-horizontal:before {
  content: "\f396";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-more-vertical:before,
.contentbox-wrapper .ion-android-more-vertical:before,
#divFb .ion-android-more-vertical:before {
  content: "\f397";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-navigate:before,
.contentbox-wrapper .ion-android-navigate:before,
#divFb .ion-android-navigate:before {
  content: "\f398";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-notifications:before,
.contentbox-wrapper .ion-android-notifications:before,
#divFb .ion-android-notifications:before {
  content: "\f39b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-notifications-none:before,
.contentbox-wrapper .ion-android-notifications-none:before,
#divFb .ion-android-notifications-none:before {
  content: "\f399";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-notifications-off:before,
.contentbox-wrapper .ion-android-notifications-off:before,
#divFb .ion-android-notifications-off:before {
  content: "\f39a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-open:before,
.contentbox-wrapper .ion-android-open:before,
#divFb .ion-android-open:before {
  content: "\f39c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-options:before,
.contentbox-wrapper .ion-android-options:before,
#divFb .ion-android-options:before {
  content: "\f39d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-people:before,
.contentbox-wrapper .ion-android-people:before,
#divFb .ion-android-people:before {
  content: "\f39e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-person:before,
.contentbox-wrapper .ion-android-person:before,
#divFb .ion-android-person:before {
  content: "\f3a0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-person-add:before,
.contentbox-wrapper .ion-android-person-add:before,
#divFb .ion-android-person-add:before {
  content: "\f39f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-phone-landscape:before,
.contentbox-wrapper .ion-android-phone-landscape:before,
#divFb .ion-android-phone-landscape:before {
  content: "\f3a1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-phone-portrait:before,
.contentbox-wrapper .ion-android-phone-portrait:before,
#divFb .ion-android-phone-portrait:before {
  content: "\f3a2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-pin:before,
.contentbox-wrapper .ion-android-pin:before,
#divFb .ion-android-pin:before {
  content: "\f3a3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-plane:before,
.contentbox-wrapper .ion-android-plane:before,
#divFb .ion-android-plane:before {
  content: "\f3a4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-playstore:before,
.contentbox-wrapper .ion-android-playstore:before,
#divFb .ion-android-playstore:before {
  content: "\f2f0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-print:before,
.contentbox-wrapper .ion-android-print:before,
#divFb .ion-android-print:before {
  content: "\f3a5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-radio-button-off:before,
.contentbox-wrapper .ion-android-radio-button-off:before,
#divFb .ion-android-radio-button-off:before {
  content: "\f3a6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-radio-button-on:before,
.contentbox-wrapper .ion-android-radio-button-on:before,
#divFb .ion-android-radio-button-on:before {
  content: "\f3a7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-refresh:before,
.contentbox-wrapper .ion-android-refresh:before,
#divFb .ion-android-refresh:before {
  content: "\f3a8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-remove:before,
.contentbox-wrapper .ion-android-remove:before,
#divFb .ion-android-remove:before {
  content: "\f2f4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-remove-circle:before,
.contentbox-wrapper .ion-android-remove-circle:before,
#divFb .ion-android-remove-circle:before {
  content: "\f3a9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-restaurant:before,
.contentbox-wrapper .ion-android-restaurant:before,
#divFb .ion-android-restaurant:before {
  content: "\f3aa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-sad:before,
.contentbox-wrapper .ion-android-sad:before,
#divFb .ion-android-sad:before {
  content: "\f3ab";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-search:before,
.contentbox-wrapper .ion-android-search:before,
#divFb .ion-android-search:before {
  content: "\f2f5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-send:before,
.contentbox-wrapper .ion-android-send:before,
#divFb .ion-android-send:before {
  content: "\f2f6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-settings:before,
.contentbox-wrapper .ion-android-settings:before,
#divFb .ion-android-settings:before {
  content: "\f2f7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-share:before,
.contentbox-wrapper .ion-android-share:before,
#divFb .ion-android-share:before {
  content: "\f2f8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-share-alt:before,
.contentbox-wrapper .ion-android-share-alt:before,
#divFb .ion-android-share-alt:before {
  content: "\f3ac";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-star:before,
.contentbox-wrapper .ion-android-star:before,
#divFb .ion-android-star:before {
  content: "\f2fc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-star-half:before,
.contentbox-wrapper .ion-android-star-half:before,
#divFb .ion-android-star-half:before {
  content: "\f3ad";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-star-outline:before,
.contentbox-wrapper .ion-android-star-outline:before,
#divFb .ion-android-star-outline:before {
  content: "\f3ae";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-stopwatch:before,
.contentbox-wrapper .ion-android-stopwatch:before,
#divFb .ion-android-stopwatch:before {
  content: "\f2fd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-subway:before,
.contentbox-wrapper .ion-android-subway:before,
#divFb .ion-android-subway:before {
  content: "\f3af";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-sunny:before,
.contentbox-wrapper .ion-android-sunny:before,
#divFb .ion-android-sunny:before {
  content: "\f3b0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-sync:before,
.contentbox-wrapper .ion-android-sync:before,
#divFb .ion-android-sync:before {
  content: "\f3b1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-textsms:before,
.contentbox-wrapper .ion-android-textsms:before,
#divFb .ion-android-textsms:before {
  content: "\f3b2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-time:before,
.contentbox-wrapper .ion-android-time:before,
#divFb .ion-android-time:before {
  content: "\f3b3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-train:before,
.contentbox-wrapper .ion-android-train:before,
#divFb .ion-android-train:before {
  content: "\f3b4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-unlock:before,
.contentbox-wrapper .ion-android-unlock:before,
#divFb .ion-android-unlock:before {
  content: "\f3b5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-upload:before,
.contentbox-wrapper .ion-android-upload:before,
#divFb .ion-android-upload:before {
  content: "\f3b6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-down:before,
.contentbox-wrapper .ion-android-volume-down:before,
#divFb .ion-android-volume-down:before {
  content: "\f3b7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-mute:before,
.contentbox-wrapper .ion-android-volume-mute:before,
#divFb .ion-android-volume-mute:before {
  content: "\f3b8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-off:before,
.contentbox-wrapper .ion-android-volume-off:before,
#divFb .ion-android-volume-off:before {
  content: "\f3b9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-volume-up:before,
.contentbox-wrapper .ion-android-volume-up:before,
#divFb .ion-android-volume-up:before {
  content: "\f3ba";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-walk:before,
.contentbox-wrapper .ion-android-walk:before,
#divFb .ion-android-walk:before {
  content: "\f3bb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-warning:before,
.contentbox-wrapper .ion-android-warning:before,
#divFb .ion-android-warning:before {
  content: "\f3bc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-watch:before,
.contentbox-wrapper .ion-android-watch:before,
#divFb .ion-android-watch:before {
  content: "\f3bd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-android-wifi:before,
.contentbox-wrapper .ion-android-wifi:before,
#divFb .ion-android-wifi:before {
  content: "\f305";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-aperture:before,
.contentbox-wrapper .ion-aperture:before,
#divFb .ion-aperture:before {
  content: "\f313";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-archive:before,
.contentbox-wrapper .ion-archive:before,
#divFb .ion-archive:before {
  content: "\f102";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-down-a:before,
.contentbox-wrapper .ion-arrow-down-a:before,
#divFb .ion-arrow-down-a:before {
  content: "\f103";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-down-b:before,
.contentbox-wrapper .ion-arrow-down-b:before,
#divFb .ion-arrow-down-b:before {
  content: "\f104";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-down-c:before,
.contentbox-wrapper .ion-arrow-down-c:before,
#divFb .ion-arrow-down-c:before {
  content: "\f105";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-expand:before,
.contentbox-wrapper .ion-arrow-expand:before,
#divFb .ion-arrow-expand:before {
  content: "\f25e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-down-left:before,
.contentbox-wrapper .ion-arrow-graph-down-left:before,
#divFb .ion-arrow-graph-down-left:before {
  content: "\f25f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-down-right:before,
.contentbox-wrapper .ion-arrow-graph-down-right:before,
#divFb .ion-arrow-graph-down-right:before {
  content: "\f260";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-up-left:before,
.contentbox-wrapper .ion-arrow-graph-up-left:before,
#divFb .ion-arrow-graph-up-left:before {
  content: "\f261";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-graph-up-right:before,
.contentbox-wrapper .ion-arrow-graph-up-right:before,
#divFb .ion-arrow-graph-up-right:before {
  content: "\f262";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-left-a:before,
.contentbox-wrapper .ion-arrow-left-a:before,
#divFb .ion-arrow-left-a:before {
  content: "\f106";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-left-b:before,
.contentbox-wrapper .ion-arrow-left-b:before,
#divFb .ion-arrow-left-b:before {
  content: "\f107";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-left-c:before,
.contentbox-wrapper .ion-arrow-left-c:before,
#divFb .ion-arrow-left-c:before {
  content: "\f108";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-move:before,
.contentbox-wrapper .ion-arrow-move:before,
#divFb .ion-arrow-move:before {
  content: "\f263";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-resize:before,
.contentbox-wrapper .ion-arrow-resize:before,
#divFb .ion-arrow-resize:before {
  content: "\f264";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-return-left:before,
.contentbox-wrapper .ion-arrow-return-left:before,
#divFb .ion-arrow-return-left:before {
  content: "\f265";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-return-right:before,
.contentbox-wrapper .ion-arrow-return-right:before,
#divFb .ion-arrow-return-right:before {
  content: "\f266";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-right-a:before,
.contentbox-wrapper .ion-arrow-right-a:before,
#divFb .ion-arrow-right-a:before {
  content: "\f109";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-right-b:before,
.contentbox-wrapper .ion-arrow-right-b:before,
#divFb .ion-arrow-right-b:before {
  content: "\f10a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-right-c:before,
.contentbox-wrapper .ion-arrow-right-c:before,
#divFb .ion-arrow-right-c:before {
  content: "\f10b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-shrink:before,
.contentbox-wrapper .ion-arrow-shrink:before,
#divFb .ion-arrow-shrink:before {
  content: "\f267";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-swap:before,
.contentbox-wrapper .ion-arrow-swap:before,
#divFb .ion-arrow-swap:before {
  content: "\f268";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-up-a:before,
.contentbox-wrapper .ion-arrow-up-a:before,
#divFb .ion-arrow-up-a:before {
  content: "\f10c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-up-b:before,
.contentbox-wrapper .ion-arrow-up-b:before,
#divFb .ion-arrow-up-b:before {
  content: "\f10d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-arrow-up-c:before,
.contentbox-wrapper .ion-arrow-up-c:before,
#divFb .ion-arrow-up-c:before {
  content: "\f10e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-asterisk:before,
.contentbox-wrapper .ion-asterisk:before,
#divFb .ion-asterisk:before {
  content: "\f314";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-at:before,
.contentbox-wrapper .ion-at:before,
#divFb .ion-at:before {
  content: "\f10f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-backspace:before,
.contentbox-wrapper .ion-backspace:before,
#divFb .ion-backspace:before {
  content: "\f3bf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-backspace-outline:before,
.contentbox-wrapper .ion-backspace-outline:before,
#divFb .ion-backspace-outline:before {
  content: "\f3be";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bag:before,
.contentbox-wrapper .ion-bag:before,
#divFb .ion-bag:before {
  content: "\f110";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-charging:before,
.contentbox-wrapper .ion-battery-charging:before,
#divFb .ion-battery-charging:before {
  content: "\f111";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-empty:before,
.contentbox-wrapper .ion-battery-empty:before,
#divFb .ion-battery-empty:before {
  content: "\f112";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-full:before,
.contentbox-wrapper .ion-battery-full:before,
#divFb .ion-battery-full:before {
  content: "\f113";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-half:before,
.contentbox-wrapper .ion-battery-half:before,
#divFb .ion-battery-half:before {
  content: "\f114";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-battery-low:before,
.contentbox-wrapper .ion-battery-low:before,
#divFb .ion-battery-low:before {
  content: "\f115";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-beaker:before,
.contentbox-wrapper .ion-beaker:before,
#divFb .ion-beaker:before {
  content: "\f269";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-beer:before,
.contentbox-wrapper .ion-beer:before,
#divFb .ion-beer:before {
  content: "\f26a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bluetooth:before,
.contentbox-wrapper .ion-bluetooth:before,
#divFb .ion-bluetooth:before {
  content: "\f116";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bonfire:before,
.contentbox-wrapper .ion-bonfire:before,
#divFb .ion-bonfire:before {
  content: "\f315";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bookmark:before,
.contentbox-wrapper .ion-bookmark:before,
#divFb .ion-bookmark:before {
  content: "\f26b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bowtie:before,
.contentbox-wrapper .ion-bowtie:before,
#divFb .ion-bowtie:before {
  content: "\f3c0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-briefcase:before,
.contentbox-wrapper .ion-briefcase:before,
#divFb .ion-briefcase:before {
  content: "\f26c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-bug:before,
.contentbox-wrapper .ion-bug:before,
#divFb .ion-bug:before {
  content: "\f2be";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-calculator:before,
.contentbox-wrapper .ion-calculator:before,
#divFb .ion-calculator:before {
  content: "\f26d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-calendar:before,
.contentbox-wrapper .ion-calendar:before,
#divFb .ion-calendar:before {
  content: "\f117";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-camera:before,
.contentbox-wrapper .ion-camera:before,
#divFb .ion-camera:before {
  content: "\f118";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-card:before,
.contentbox-wrapper .ion-card:before,
#divFb .ion-card:before {
  content: "\f119";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-cash:before,
.contentbox-wrapper .ion-cash:before,
#divFb .ion-cash:before {
  content: "\f316";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbox:before,
.contentbox-wrapper .ion-chatbox:before,
#divFb .ion-chatbox:before {
  content: "\f11b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbox-working:before,
.contentbox-wrapper .ion-chatbox-working:before,
#divFb .ion-chatbox-working:before {
  content: "\f11a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatboxes:before,
.contentbox-wrapper .ion-chatboxes:before,
#divFb .ion-chatboxes:before {
  content: "\f11c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbubble:before,
.contentbox-wrapper .ion-chatbubble:before,
#divFb .ion-chatbubble:before {
  content: "\f11e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbubble-working:before,
.contentbox-wrapper .ion-chatbubble-working:before,
#divFb .ion-chatbubble-working:before {
  content: "\f11d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chatbubbles:before,
.contentbox-wrapper .ion-chatbubbles:before,
#divFb .ion-chatbubbles:before {
  content: "\f11f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-checkmark:before,
.contentbox-wrapper .ion-checkmark:before,
#divFb .ion-checkmark:before {
  content: "\f122";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-checkmark-circled:before,
.contentbox-wrapper .ion-checkmark-circled:before,
#divFb .ion-checkmark-circled:before {
  content: "\f120";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-checkmark-round:before,
.contentbox-wrapper .ion-checkmark-round:before,
#divFb .ion-checkmark-round:before {
  content: "\f121";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-down:before,
.contentbox-wrapper .ion-chevron-down:before,
#divFb .ion-chevron-down:before {
  content: "\f123";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-left:before,
.contentbox-wrapper .ion-chevron-left:before,
#divFb .ion-chevron-left:before {
  content: "\f124";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-right:before,
.contentbox-wrapper .ion-chevron-right:before,
#divFb .ion-chevron-right:before {
  content: "\f125";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-chevron-up:before,
.contentbox-wrapper .ion-chevron-up:before,
#divFb .ion-chevron-up:before {
  content: "\f126";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-clipboard:before,
.contentbox-wrapper .ion-clipboard:before,
#divFb .ion-clipboard:before {
  content: "\f127";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-clock:before,
.contentbox-wrapper .ion-clock:before,
#divFb .ion-clock:before {
  content: "\f26e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-close:before,
.contentbox-wrapper .ion-close:before,
#divFb .ion-close:before {
  content: "\f12a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-close-circled:before,
.contentbox-wrapper .ion-close-circled:before,
#divFb .ion-close-circled:before {
  content: "\f128";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-close-round:before,
.contentbox-wrapper .ion-close-round:before,
#divFb .ion-close-round:before {
  content: "\f129";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-closed-captioning:before,
.contentbox-wrapper .ion-closed-captioning:before,
#divFb .ion-closed-captioning:before {
  content: "\f317";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-cloud:before,
.contentbox-wrapper .ion-cloud:before,
#divFb .ion-cloud:before {
  content: "\f12b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-code:before,
.contentbox-wrapper .ion-code:before,
#divFb .ion-code:before {
  content: "\f271";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-code-download:before,
.contentbox-wrapper .ion-code-download:before,
#divFb .ion-code-download:before {
  content: "\f26f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-code-working:before,
.contentbox-wrapper .ion-code-working:before,
#divFb .ion-code-working:before {
  content: "\f270";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-coffee:before,
.contentbox-wrapper .ion-coffee:before,
#divFb .ion-coffee:before {
  content: "\f272";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-compass:before,
.contentbox-wrapper .ion-compass:before,
#divFb .ion-compass:before {
  content: "\f273";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-compose:before,
.contentbox-wrapper .ion-compose:before,
#divFb .ion-compose:before {
  content: "\f12c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-connection-bars:before,
.contentbox-wrapper .ion-connection-bars:before,
#divFb .ion-connection-bars:before {
  content: "\f274";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-contrast:before,
.contentbox-wrapper .ion-contrast:before,
#divFb .ion-contrast:before {
  content: "\f275";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-crop:before,
.contentbox-wrapper .ion-crop:before,
#divFb .ion-crop:before {
  content: "\f3c1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-cube:before,
.contentbox-wrapper .ion-cube:before,
#divFb .ion-cube:before {
  content: "\f318";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-disc:before,
.contentbox-wrapper .ion-disc:before,
#divFb .ion-disc:before {
  content: "\f12d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-document:before,
.contentbox-wrapper .ion-document:before,
#divFb .ion-document:before {
  content: "\f12f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-document-text:before,
.contentbox-wrapper .ion-document-text:before,
#divFb .ion-document-text:before {
  content: "\f12e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-drag:before,
.contentbox-wrapper .ion-drag:before,
#divFb .ion-drag:before {
  content: "\f130";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-earth:before,
.contentbox-wrapper .ion-earth:before,
#divFb .ion-earth:before {
  content: "\f276";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-easel:before,
.contentbox-wrapper .ion-easel:before,
#divFb .ion-easel:before {
  content: "\f3c2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-edit:before,
.contentbox-wrapper .ion-edit:before,
#divFb .ion-edit:before {
  content: "\f2bf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-egg:before,
.contentbox-wrapper .ion-egg:before,
#divFb .ion-egg:before {
  content: "\f277";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-eject:before,
.contentbox-wrapper .ion-eject:before,
#divFb .ion-eject:before {
  content: "\f131";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-email:before,
.contentbox-wrapper .ion-email:before,
#divFb .ion-email:before {
  content: "\f132";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-email-unread:before,
.contentbox-wrapper .ion-email-unread:before,
#divFb .ion-email-unread:before {
  content: "\f3c3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-erlenmeyer-flask:before,
.contentbox-wrapper .ion-erlenmeyer-flask:before,
#divFb .ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-erlenmeyer-flask-bubbles:before,
.contentbox-wrapper .ion-erlenmeyer-flask-bubbles:before,
#divFb .ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-eye:before,
.contentbox-wrapper .ion-eye:before,
#divFb .ion-eye:before {
  content: "\f133";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-eye-disabled:before,
.contentbox-wrapper .ion-eye-disabled:before,
#divFb .ion-eye-disabled:before {
  content: "\f306";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-female:before,
.contentbox-wrapper .ion-female:before,
#divFb .ion-female:before {
  content: "\f278";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-filing:before,
.contentbox-wrapper .ion-filing:before,
#divFb .ion-filing:before {
  content: "\f134";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-film-marker:before,
.contentbox-wrapper .ion-film-marker:before,
#divFb .ion-film-marker:before {
  content: "\f135";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-fireball:before,
.contentbox-wrapper .ion-fireball:before,
#divFb .ion-fireball:before {
  content: "\f319";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flag:before,
.contentbox-wrapper .ion-flag:before,
#divFb .ion-flag:before {
  content: "\f279";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flame:before,
.contentbox-wrapper .ion-flame:before,
#divFb .ion-flame:before {
  content: "\f31a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flash:before,
.contentbox-wrapper .ion-flash:before,
#divFb .ion-flash:before {
  content: "\f137";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-flash-off:before,
.contentbox-wrapper .ion-flash-off:before,
#divFb .ion-flash-off:before {
  content: "\f136";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-folder:before,
.contentbox-wrapper .ion-folder:before,
#divFb .ion-folder:before {
  content: "\f139";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-fork:before,
.contentbox-wrapper .ion-fork:before,
#divFb .ion-fork:before {
  content: "\f27a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-fork-repo:before,
.contentbox-wrapper .ion-fork-repo:before,
#divFb .ion-fork-repo:before {
  content: "\f2c0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-forward:before,
.contentbox-wrapper .ion-forward:before,
#divFb .ion-forward:before {
  content: "\f13a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-funnel:before,
.contentbox-wrapper .ion-funnel:before,
#divFb .ion-funnel:before {
  content: "\f31b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-gear-a:before,
.contentbox-wrapper .ion-gear-a:before,
#divFb .ion-gear-a:before {
  content: "\f13d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-gear-b:before,
.contentbox-wrapper .ion-gear-b:before,
#divFb .ion-gear-b:before {
  content: "\f13e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-grid:before,
.contentbox-wrapper .ion-grid:before,
#divFb .ion-grid:before {
  content: "\f13f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-hammer:before,
.contentbox-wrapper .ion-hammer:before,
#divFb .ion-hammer:before {
  content: "\f27b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-happy:before,
.contentbox-wrapper .ion-happy:before,
#divFb .ion-happy:before {
  content: "\f31c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-happy-outline:before,
.contentbox-wrapper .ion-happy-outline:before,
#divFb .ion-happy-outline:before {
  content: "\f3c6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-headphone:before,
.contentbox-wrapper .ion-headphone:before,
#divFb .ion-headphone:before {
  content: "\f140";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-heart:before,
.contentbox-wrapper .ion-heart:before,
#divFb .ion-heart:before {
  content: "\f141";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-heart-broken:before,
.contentbox-wrapper .ion-heart-broken:before,
#divFb .ion-heart-broken:before {
  content: "\f31d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-help:before,
.contentbox-wrapper .ion-help:before,
#divFb .ion-help:before {
  content: "\f143";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-help-buoy:before,
.contentbox-wrapper .ion-help-buoy:before,
#divFb .ion-help-buoy:before {
  content: "\f27c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-help-circled:before,
.contentbox-wrapper .ion-help-circled:before,
#divFb .ion-help-circled:before {
  content: "\f142";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-home:before,
.contentbox-wrapper .ion-home:before,
#divFb .ion-home:before {
  content: "\f144";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-icecream:before,
.contentbox-wrapper .ion-icecream:before,
#divFb .ion-icecream:before {
  content: "\f27d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-image:before,
.contentbox-wrapper .ion-image:before,
#divFb .ion-image:before {
  content: "\f147";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-images:before,
.contentbox-wrapper .ion-images:before,
#divFb .ion-images:before {
  content: "\f148";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-information:before,
.contentbox-wrapper .ion-information:before,
#divFb .ion-information:before {
  content: "\f14a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-information-circled:before,
.contentbox-wrapper .ion-information-circled:before,
#divFb .ion-information-circled:before {
  content: "\f149";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ionic:before,
.contentbox-wrapper .ion-ionic:before,
#divFb .ion-ionic:before {
  content: "\f14b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-alarm:before,
.contentbox-wrapper .ion-ios-alarm:before,
#divFb .ion-ios-alarm:before {
  content: "\f3c8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-alarm-outline:before,
.contentbox-wrapper .ion-ios-alarm-outline:before,
#divFb .ion-ios-alarm-outline:before {
  content: "\f3c7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-albums:before,
.contentbox-wrapper .ion-ios-albums:before,
#divFb .ion-ios-albums:before {
  content: "\f3ca";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-albums-outline:before,
.contentbox-wrapper .ion-ios-albums-outline:before,
#divFb .ion-ios-albums-outline:before {
  content: "\f3c9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-americanfootball:before,
.contentbox-wrapper .ion-ios-americanfootball:before,
#divFb .ion-ios-americanfootball:before {
  content: "\f3cc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-americanfootball-outline:before,
.contentbox-wrapper .ion-ios-americanfootball-outline:before,
#divFb .ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-analytics:before,
.contentbox-wrapper .ion-ios-analytics:before,
#divFb .ion-ios-analytics:before {
  content: "\f3ce";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-analytics-outline:before,
.contentbox-wrapper .ion-ios-analytics-outline:before,
#divFb .ion-ios-analytics-outline:before {
  content: "\f3cd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-back:before,
.contentbox-wrapper .ion-ios-arrow-back:before,
#divFb .ion-ios-arrow-back:before {
  content: "\f3cf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-down:before,
.contentbox-wrapper .ion-ios-arrow-down:before,
#divFb .ion-ios-arrow-down:before {
  content: "\f3d0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-forward:before,
.contentbox-wrapper .ion-ios-arrow-forward:before,
#divFb .ion-ios-arrow-forward:before {
  content: "\f3d1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-left:before,
.contentbox-wrapper .ion-ios-arrow-left:before,
#divFb .ion-ios-arrow-left:before {
  content: "\f3d2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-right:before,
.contentbox-wrapper .ion-ios-arrow-right:before,
#divFb .ion-ios-arrow-right:before {
  content: "\f3d3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-down:before,
.contentbox-wrapper .ion-ios-arrow-thin-down:before,
#divFb .ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-left:before,
.contentbox-wrapper .ion-ios-arrow-thin-left:before,
#divFb .ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-right:before,
.contentbox-wrapper .ion-ios-arrow-thin-right:before,
#divFb .ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-thin-up:before,
.contentbox-wrapper .ion-ios-arrow-thin-up:before,
#divFb .ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-arrow-up:before,
.contentbox-wrapper .ion-ios-arrow-up:before,
#divFb .ion-ios-arrow-up:before {
  content: "\f3d8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-at:before,
.contentbox-wrapper .ion-ios-at:before,
#divFb .ion-ios-at:before {
  content: "\f3da";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-at-outline:before,
.contentbox-wrapper .ion-ios-at-outline:before,
#divFb .ion-ios-at-outline:before {
  content: "\f3d9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-barcode:before,
.contentbox-wrapper .ion-ios-barcode:before,
#divFb .ion-ios-barcode:before {
  content: "\f3dc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-barcode-outline:before,
.contentbox-wrapper .ion-ios-barcode-outline:before,
#divFb .ion-ios-barcode-outline:before {
  content: "\f3db";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-baseball:before,
.contentbox-wrapper .ion-ios-baseball:before,
#divFb .ion-ios-baseball:before {
  content: "\f3de";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-baseball-outline:before,
.contentbox-wrapper .ion-ios-baseball-outline:before,
#divFb .ion-ios-baseball-outline:before {
  content: "\f3dd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-basketball:before,
.contentbox-wrapper .ion-ios-basketball:before,
#divFb .ion-ios-basketball:before {
  content: "\f3e0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-basketball-outline:before,
.contentbox-wrapper .ion-ios-basketball-outline:before,
#divFb .ion-ios-basketball-outline:before {
  content: "\f3df";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bell:before,
.contentbox-wrapper .ion-ios-bell:before,
#divFb .ion-ios-bell:before {
  content: "\f3e2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bell-outline:before,
.contentbox-wrapper .ion-ios-bell-outline:before,
#divFb .ion-ios-bell-outline:before {
  content: "\f3e1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-body:before,
.contentbox-wrapper .ion-ios-body:before,
#divFb .ion-ios-body:before {
  content: "\f3e4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-body-outline:before,
.contentbox-wrapper .ion-ios-body-outline:before,
#divFb .ion-ios-body-outline:before {
  content: "\f3e3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bolt:before,
.contentbox-wrapper .ion-ios-bolt:before,
#divFb .ion-ios-bolt:before {
  content: "\f3e6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bolt-outline:before,
.contentbox-wrapper .ion-ios-bolt-outline:before,
#divFb .ion-ios-bolt-outline:before {
  content: "\f3e5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-book:before,
.contentbox-wrapper .ion-ios-book:before,
#divFb .ion-ios-book:before {
  content: "\f3e8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-book-outline:before,
.contentbox-wrapper .ion-ios-book-outline:before,
#divFb .ion-ios-book-outline:before {
  content: "\f3e7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bookmarks:before,
.contentbox-wrapper .ion-ios-bookmarks:before,
#divFb .ion-ios-bookmarks:before {
  content: "\f3ea";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-bookmarks-outline:before,
.contentbox-wrapper .ion-ios-bookmarks-outline:before,
#divFb .ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-box:before,
.contentbox-wrapper .ion-ios-box:before,
#divFb .ion-ios-box:before {
  content: "\f3ec";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-box-outline:before,
.contentbox-wrapper .ion-ios-box-outline:before,
#divFb .ion-ios-box-outline:before {
  content: "\f3eb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-briefcase:before,
.contentbox-wrapper .ion-ios-briefcase:before,
#divFb .ion-ios-briefcase:before {
  content: "\f3ee";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-briefcase-outline:before,
.contentbox-wrapper .ion-ios-briefcase-outline:before,
#divFb .ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-browsers:before,
.contentbox-wrapper .ion-ios-browsers:before,
#divFb .ion-ios-browsers:before {
  content: "\f3f0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-browsers-outline:before,
.contentbox-wrapper .ion-ios-browsers-outline:before,
#divFb .ion-ios-browsers-outline:before {
  content: "\f3ef";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calculator:before,
.contentbox-wrapper .ion-ios-calculator:before,
#divFb .ion-ios-calculator:before {
  content: "\f3f2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calculator-outline:before,
.contentbox-wrapper .ion-ios-calculator-outline:before,
#divFb .ion-ios-calculator-outline:before {
  content: "\f3f1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calendar:before,
.contentbox-wrapper .ion-ios-calendar:before,
#divFb .ion-ios-calendar:before {
  content: "\f3f4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-calendar-outline:before,
.contentbox-wrapper .ion-ios-calendar-outline:before,
#divFb .ion-ios-calendar-outline:before {
  content: "\f3f3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-camera:before,
.contentbox-wrapper .ion-ios-camera:before,
#divFb .ion-ios-camera:before {
  content: "\f3f6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-camera-outline:before,
.contentbox-wrapper .ion-ios-camera-outline:before,
#divFb .ion-ios-camera-outline:before {
  content: "\f3f5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cart:before,
.contentbox-wrapper .ion-ios-cart:before,
#divFb .ion-ios-cart:before {
  content: "\f3f8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cart-outline:before,
.contentbox-wrapper .ion-ios-cart-outline:before,
#divFb .ion-ios-cart-outline:before {
  content: "\f3f7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatboxes:before,
.contentbox-wrapper .ion-ios-chatboxes:before,
#divFb .ion-ios-chatboxes:before {
  content: "\f3fa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatboxes-outline:before,
.contentbox-wrapper .ion-ios-chatboxes-outline:before,
#divFb .ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatbubble:before,
.contentbox-wrapper .ion-ios-chatbubble:before,
#divFb .ion-ios-chatbubble:before {
  content: "\f3fc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-chatbubble-outline:before,
.contentbox-wrapper .ion-ios-chatbubble-outline:before,
#divFb .ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-checkmark:before,
.contentbox-wrapper .ion-ios-checkmark:before,
#divFb .ion-ios-checkmark:before {
  content: "\f3ff";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-checkmark-empty:before,
.contentbox-wrapper .ion-ios-checkmark-empty:before,
#divFb .ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-checkmark-outline:before,
.contentbox-wrapper .ion-ios-checkmark-outline:before,
#divFb .ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-circle-filled:before,
.contentbox-wrapper .ion-ios-circle-filled:before,
#divFb .ion-ios-circle-filled:before {
  content: "\f400";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-circle-outline:before,
.contentbox-wrapper .ion-ios-circle-outline:before,
#divFb .ion-ios-circle-outline:before {
  content: "\f401";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-clock:before,
.contentbox-wrapper .ion-ios-clock:before,
#divFb .ion-ios-clock:before {
  content: "\f403";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-clock-outline:before,
.contentbox-wrapper .ion-ios-clock-outline:before,
#divFb .ion-ios-clock-outline:before {
  content: "\f402";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-close:before,
.contentbox-wrapper .ion-ios-close:before,
#divFb .ion-ios-close:before {
  content: "\f406";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-close-empty:before,
.contentbox-wrapper .ion-ios-close-empty:before,
#divFb .ion-ios-close-empty:before {
  content: "\f404";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-close-outline:before,
.contentbox-wrapper .ion-ios-close-outline:before,
#divFb .ion-ios-close-outline:before {
  content: "\f405";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud:before,
.contentbox-wrapper .ion-ios-cloud:before,
#divFb .ion-ios-cloud:before {
  content: "\f40c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-download:before,
.contentbox-wrapper .ion-ios-cloud-download:before,
#divFb .ion-ios-cloud-download:before {
  content: "\f408";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-download-outline:before,
.contentbox-wrapper .ion-ios-cloud-download-outline:before,
#divFb .ion-ios-cloud-download-outline:before {
  content: "\f407";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-outline:before,
.contentbox-wrapper .ion-ios-cloud-outline:before,
#divFb .ion-ios-cloud-outline:before {
  content: "\f409";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-upload:before,
.contentbox-wrapper .ion-ios-cloud-upload:before,
#divFb .ion-ios-cloud-upload:before {
  content: "\f40b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloud-upload-outline:before,
.contentbox-wrapper .ion-ios-cloud-upload-outline:before,
#divFb .ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy:before,
.contentbox-wrapper .ion-ios-cloudy:before,
#divFb .ion-ios-cloudy:before {
  content: "\f410";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy-night:before,
.contentbox-wrapper .ion-ios-cloudy-night:before,
#divFb .ion-ios-cloudy-night:before {
  content: "\f40e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy-night-outline:before,
.contentbox-wrapper .ion-ios-cloudy-night-outline:before,
#divFb .ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cloudy-outline:before,
.contentbox-wrapper .ion-ios-cloudy-outline:before,
#divFb .ion-ios-cloudy-outline:before {
  content: "\f40f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cog:before,
.contentbox-wrapper .ion-ios-cog:before,
#divFb .ion-ios-cog:before {
  content: "\f412";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-cog-outline:before,
.contentbox-wrapper .ion-ios-cog-outline:before,
#divFb .ion-ios-cog-outline:before {
  content: "\f411";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-filter:before,
.contentbox-wrapper .ion-ios-color-filter:before,
#divFb .ion-ios-color-filter:before {
  content: "\f414";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-filter-outline:before,
.contentbox-wrapper .ion-ios-color-filter-outline:before,
#divFb .ion-ios-color-filter-outline:before {
  content: "\f413";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-wand:before,
.contentbox-wrapper .ion-ios-color-wand:before,
#divFb .ion-ios-color-wand:before {
  content: "\f416";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-color-wand-outline:before,
.contentbox-wrapper .ion-ios-color-wand-outline:before,
#divFb .ion-ios-color-wand-outline:before {
  content: "\f415";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-compose:before,
.contentbox-wrapper .ion-ios-compose:before,
#divFb .ion-ios-compose:before {
  content: "\f418";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-compose-outline:before,
.contentbox-wrapper .ion-ios-compose-outline:before,
#divFb .ion-ios-compose-outline:before {
  content: "\f417";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-contact:before,
.contentbox-wrapper .ion-ios-contact:before,
#divFb .ion-ios-contact:before {
  content: "\f41a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-contact-outline:before,
.contentbox-wrapper .ion-ios-contact-outline:before,
#divFb .ion-ios-contact-outline:before {
  content: "\f419";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-copy:before,
.contentbox-wrapper .ion-ios-copy:before,
#divFb .ion-ios-copy:before {
  content: "\f41c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-copy-outline:before,
.contentbox-wrapper .ion-ios-copy-outline:before,
#divFb .ion-ios-copy-outline:before {
  content: "\f41b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-crop:before,
.contentbox-wrapper .ion-ios-crop:before,
#divFb .ion-ios-crop:before {
  content: "\f41e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-crop-strong:before,
.contentbox-wrapper .ion-ios-crop-strong:before,
#divFb .ion-ios-crop-strong:before {
  content: "\f41d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-download:before,
.contentbox-wrapper .ion-ios-download:before,
#divFb .ion-ios-download:before {
  content: "\f420";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-download-outline:before,
.contentbox-wrapper .ion-ios-download-outline:before,
#divFb .ion-ios-download-outline:before {
  content: "\f41f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-drag:before,
.contentbox-wrapper .ion-ios-drag:before,
#divFb .ion-ios-drag:before {
  content: "\f421";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-email:before,
.contentbox-wrapper .ion-ios-email:before,
#divFb .ion-ios-email:before {
  content: "\f423";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-email-outline:before,
.contentbox-wrapper .ion-ios-email-outline:before,
#divFb .ion-ios-email-outline:before {
  content: "\f422";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-eye:before,
.contentbox-wrapper .ion-ios-eye:before,
#divFb .ion-ios-eye:before {
  content: "\f425";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-eye-outline:before,
.contentbox-wrapper .ion-ios-eye-outline:before,
#divFb .ion-ios-eye-outline:before {
  content: "\f424";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-fastforward:before,
.contentbox-wrapper .ion-ios-fastforward:before,
#divFb .ion-ios-fastforward:before {
  content: "\f427";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-fastforward-outline:before,
.contentbox-wrapper .ion-ios-fastforward-outline:before,
#divFb .ion-ios-fastforward-outline:before {
  content: "\f426";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-filing:before,
.contentbox-wrapper .ion-ios-filing:before,
#divFb .ion-ios-filing:before {
  content: "\f429";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-filing-outline:before,
.contentbox-wrapper .ion-ios-filing-outline:before,
#divFb .ion-ios-filing-outline:before {
  content: "\f428";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-film:before,
.contentbox-wrapper .ion-ios-film:before,
#divFb .ion-ios-film:before {
  content: "\f42b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-film-outline:before,
.contentbox-wrapper .ion-ios-film-outline:before,
#divFb .ion-ios-film-outline:before {
  content: "\f42a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flag:before,
.contentbox-wrapper .ion-ios-flag:before,
#divFb .ion-ios-flag:before {
  content: "\f42d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flag-outline:before,
.contentbox-wrapper .ion-ios-flag-outline:before,
#divFb .ion-ios-flag-outline:before {
  content: "\f42c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flame:before,
.contentbox-wrapper .ion-ios-flame:before,
#divFb .ion-ios-flame:before {
  content: "\f42f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flame-outline:before,
.contentbox-wrapper .ion-ios-flame-outline:before,
#divFb .ion-ios-flame-outline:before {
  content: "\f42e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flask:before,
.contentbox-wrapper .ion-ios-flask:before,
#divFb .ion-ios-flask:before {
  content: "\f431";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flask-outline:before,
.contentbox-wrapper .ion-ios-flask-outline:before,
#divFb .ion-ios-flask-outline:before {
  content: "\f430";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flower:before,
.contentbox-wrapper .ion-ios-flower:before,
#divFb .ion-ios-flower:before {
  content: "\f433";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-flower-outline:before,
.contentbox-wrapper .ion-ios-flower-outline:before,
#divFb .ion-ios-flower-outline:before {
  content: "\f432";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-folder:before,
.contentbox-wrapper .ion-ios-folder:before,
#divFb .ion-ios-folder:before {
  content: "\f435";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-folder-outline:before,
.contentbox-wrapper .ion-ios-folder-outline:before,
#divFb .ion-ios-folder-outline:before {
  content: "\f434";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-football:before,
.contentbox-wrapper .ion-ios-football:before,
#divFb .ion-ios-football:before {
  content: "\f437";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-football-outline:before,
.contentbox-wrapper .ion-ios-football-outline:before,
#divFb .ion-ios-football-outline:before {
  content: "\f436";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-a:before,
.contentbox-wrapper .ion-ios-game-controller-a:before,
#divFb .ion-ios-game-controller-a:before {
  content: "\f439";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-a-outline:before,
.contentbox-wrapper .ion-ios-game-controller-a-outline:before,
#divFb .ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-b:before,
.contentbox-wrapper .ion-ios-game-controller-b:before,
#divFb .ion-ios-game-controller-b:before {
  content: "\f43b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-game-controller-b-outline:before,
.contentbox-wrapper .ion-ios-game-controller-b-outline:before,
#divFb .ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-gear:before,
.contentbox-wrapper .ion-ios-gear:before,
#divFb .ion-ios-gear:before {
  content: "\f43d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-gear-outline:before,
.contentbox-wrapper .ion-ios-gear-outline:before,
#divFb .ion-ios-gear-outline:before {
  content: "\f43c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-glasses:before,
.contentbox-wrapper .ion-ios-glasses:before,
#divFb .ion-ios-glasses:before {
  content: "\f43f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-glasses-outline:before,
.contentbox-wrapper .ion-ios-glasses-outline:before,
#divFb .ion-ios-glasses-outline:before {
  content: "\f43e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-grid-view:before,
.contentbox-wrapper .ion-ios-grid-view:before,
#divFb .ion-ios-grid-view:before {
  content: "\f441";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-grid-view-outline:before,
.contentbox-wrapper .ion-ios-grid-view-outline:before,
#divFb .ion-ios-grid-view-outline:before {
  content: "\f440";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-heart:before,
.contentbox-wrapper .ion-ios-heart:before,
#divFb .ion-ios-heart:before {
  content: "\f443";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-heart-outline:before,
.contentbox-wrapper .ion-ios-heart-outline:before,
#divFb .ion-ios-heart-outline:before {
  content: "\f442";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-help:before,
.contentbox-wrapper .ion-ios-help:before,
#divFb .ion-ios-help:before {
  content: "\f446";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-help-empty:before,
.contentbox-wrapper .ion-ios-help-empty:before,
#divFb .ion-ios-help-empty:before {
  content: "\f444";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-help-outline:before,
.contentbox-wrapper .ion-ios-help-outline:before,
#divFb .ion-ios-help-outline:before {
  content: "\f445";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-home:before,
.contentbox-wrapper .ion-ios-home:before,
#divFb .ion-ios-home:before {
  content: "\f448";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-home-outline:before,
.contentbox-wrapper .ion-ios-home-outline:before,
#divFb .ion-ios-home-outline:before {
  content: "\f447";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-infinite:before,
.contentbox-wrapper .ion-ios-infinite:before,
#divFb .ion-ios-infinite:before {
  content: "\f44a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-infinite-outline:before,
.contentbox-wrapper .ion-ios-infinite-outline:before,
#divFb .ion-ios-infinite-outline:before {
  content: "\f449";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-information:before,
.contentbox-wrapper .ion-ios-information:before,
#divFb .ion-ios-information:before {
  content: "\f44d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-information-empty:before,
.contentbox-wrapper .ion-ios-information-empty:before,
#divFb .ion-ios-information-empty:before {
  content: "\f44b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-information-outline:before,
.contentbox-wrapper .ion-ios-information-outline:before,
#divFb .ion-ios-information-outline:before {
  content: "\f44c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-ionic-outline:before,
.contentbox-wrapper .ion-ios-ionic-outline:before,
#divFb .ion-ios-ionic-outline:before {
  content: "\f44e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-keypad:before,
.contentbox-wrapper .ion-ios-keypad:before,
#divFb .ion-ios-keypad:before {
  content: "\f450";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-keypad-outline:before,
.contentbox-wrapper .ion-ios-keypad-outline:before,
#divFb .ion-ios-keypad-outline:before {
  content: "\f44f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-lightbulb:before,
.contentbox-wrapper .ion-ios-lightbulb:before,
#divFb .ion-ios-lightbulb:before {
  content: "\f452";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-lightbulb-outline:before,
.contentbox-wrapper .ion-ios-lightbulb-outline:before,
#divFb .ion-ios-lightbulb-outline:before {
  content: "\f451";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-list:before,
.contentbox-wrapper .ion-ios-list:before,
#divFb .ion-ios-list:before {
  content: "\f454";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-list-outline:before,
.contentbox-wrapper .ion-ios-list-outline:before,
#divFb .ion-ios-list-outline:before {
  content: "\f453";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-location:before,
.contentbox-wrapper .ion-ios-location:before,
#divFb .ion-ios-location:before {
  content: "\f456";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-location-outline:before,
.contentbox-wrapper .ion-ios-location-outline:before,
#divFb .ion-ios-location-outline:before {
  content: "\f455";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-locked:before,
.contentbox-wrapper .ion-ios-locked:before,
#divFb .ion-ios-locked:before {
  content: "\f458";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-locked-outline:before,
.contentbox-wrapper .ion-ios-locked-outline:before,
#divFb .ion-ios-locked-outline:before {
  content: "\f457";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-loop:before,
.contentbox-wrapper .ion-ios-loop:before,
#divFb .ion-ios-loop:before {
  content: "\f45a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-loop-strong:before,
.contentbox-wrapper .ion-ios-loop-strong:before,
#divFb .ion-ios-loop-strong:before {
  content: "\f459";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medical:before,
.contentbox-wrapper .ion-ios-medical:before,
#divFb .ion-ios-medical:before {
  content: "\f45c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medical-outline:before,
.contentbox-wrapper .ion-ios-medical-outline:before,
#divFb .ion-ios-medical-outline:before {
  content: "\f45b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medkit:before,
.contentbox-wrapper .ion-ios-medkit:before,
#divFb .ion-ios-medkit:before {
  content: "\f45e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-medkit-outline:before,
.contentbox-wrapper .ion-ios-medkit-outline:before,
#divFb .ion-ios-medkit-outline:before {
  content: "\f45d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-mic:before,
.contentbox-wrapper .ion-ios-mic:before,
#divFb .ion-ios-mic:before {
  content: "\f461";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-mic-off:before,
.contentbox-wrapper .ion-ios-mic-off:before,
#divFb .ion-ios-mic-off:before {
  content: "\f45f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-mic-outline:before,
.contentbox-wrapper .ion-ios-mic-outline:before,
#divFb .ion-ios-mic-outline:before {
  content: "\f460";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-minus:before,
.contentbox-wrapper .ion-ios-minus:before,
#divFb .ion-ios-minus:before {
  content: "\f464";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-minus-empty:before,
.contentbox-wrapper .ion-ios-minus-empty:before,
#divFb .ion-ios-minus-empty:before {
  content: "\f462";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-minus-outline:before,
.contentbox-wrapper .ion-ios-minus-outline:before,
#divFb .ion-ios-minus-outline:before {
  content: "\f463";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-monitor:before,
.contentbox-wrapper .ion-ios-monitor:before,
#divFb .ion-ios-monitor:before {
  content: "\f466";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-monitor-outline:before,
.contentbox-wrapper .ion-ios-monitor-outline:before,
#divFb .ion-ios-monitor-outline:before {
  content: "\f465";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-moon:before,
.contentbox-wrapper .ion-ios-moon:before,
#divFb .ion-ios-moon:before {
  content: "\f468";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-moon-outline:before,
.contentbox-wrapper .ion-ios-moon-outline:before,
#divFb .ion-ios-moon-outline:before {
  content: "\f467";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-more:before,
.contentbox-wrapper .ion-ios-more:before,
#divFb .ion-ios-more:before {
  content: "\f46a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-more-outline:before,
.contentbox-wrapper .ion-ios-more-outline:before,
#divFb .ion-ios-more-outline:before {
  content: "\f469";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-musical-note:before,
.contentbox-wrapper .ion-ios-musical-note:before,
#divFb .ion-ios-musical-note:before {
  content: "\f46b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-musical-notes:before,
.contentbox-wrapper .ion-ios-musical-notes:before,
#divFb .ion-ios-musical-notes:before {
  content: "\f46c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-navigate:before,
.contentbox-wrapper .ion-ios-navigate:before,
#divFb .ion-ios-navigate:before {
  content: "\f46e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-navigate-outline:before,
.contentbox-wrapper .ion-ios-navigate-outline:before,
#divFb .ion-ios-navigate-outline:before {
  content: "\f46d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-nutrition:before,
.contentbox-wrapper .ion-ios-nutrition:before,
#divFb .ion-ios-nutrition:before {
  content: "\f470";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-nutrition-outline:before,
.contentbox-wrapper .ion-ios-nutrition-outline:before,
#divFb .ion-ios-nutrition-outline:before {
  content: "\f46f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paper:before,
.contentbox-wrapper .ion-ios-paper:before,
#divFb .ion-ios-paper:before {
  content: "\f472";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paper-outline:before,
.contentbox-wrapper .ion-ios-paper-outline:before,
#divFb .ion-ios-paper-outline:before {
  content: "\f471";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paperplane:before,
.contentbox-wrapper .ion-ios-paperplane:before,
#divFb .ion-ios-paperplane:before {
  content: "\f474";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paperplane-outline:before,
.contentbox-wrapper .ion-ios-paperplane-outline:before,
#divFb .ion-ios-paperplane-outline:before {
  content: "\f473";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-partlysunny:before,
.contentbox-wrapper .ion-ios-partlysunny:before,
#divFb .ion-ios-partlysunny:before {
  content: "\f476";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-partlysunny-outline:before,
.contentbox-wrapper .ion-ios-partlysunny-outline:before,
#divFb .ion-ios-partlysunny-outline:before {
  content: "\f475";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pause:before,
.contentbox-wrapper .ion-ios-pause:before,
#divFb .ion-ios-pause:before {
  content: "\f478";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pause-outline:before,
.contentbox-wrapper .ion-ios-pause-outline:before,
#divFb .ion-ios-pause-outline:before {
  content: "\f477";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paw:before,
.contentbox-wrapper .ion-ios-paw:before,
#divFb .ion-ios-paw:before {
  content: "\f47a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-paw-outline:before,
.contentbox-wrapper .ion-ios-paw-outline:before,
#divFb .ion-ios-paw-outline:before {
  content: "\f479";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-people:before,
.contentbox-wrapper .ion-ios-people:before,
#divFb .ion-ios-people:before {
  content: "\f47c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-people-outline:before,
.contentbox-wrapper .ion-ios-people-outline:before,
#divFb .ion-ios-people-outline:before {
  content: "\f47b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-person:before,
.contentbox-wrapper .ion-ios-person:before,
#divFb .ion-ios-person:before {
  content: "\f47e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-person-outline:before,
.contentbox-wrapper .ion-ios-person-outline:before,
#divFb .ion-ios-person-outline:before {
  content: "\f47d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-personadd:before,
.contentbox-wrapper .ion-ios-personadd:before,
#divFb .ion-ios-personadd:before {
  content: "\f480";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-personadd-outline:before,
.contentbox-wrapper .ion-ios-personadd-outline:before,
#divFb .ion-ios-personadd-outline:before {
  content: "\f47f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-photos:before,
.contentbox-wrapper .ion-ios-photos:before,
#divFb .ion-ios-photos:before {
  content: "\f482";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-photos-outline:before,
.contentbox-wrapper .ion-ios-photos-outline:before,
#divFb .ion-ios-photos-outline:before {
  content: "\f481";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pie:before,
.contentbox-wrapper .ion-ios-pie:before,
#divFb .ion-ios-pie:before {
  content: "\f484";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pie-outline:before,
.contentbox-wrapper .ion-ios-pie-outline:before,
#divFb .ion-ios-pie-outline:before {
  content: "\f483";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pint:before,
.contentbox-wrapper .ion-ios-pint:before,
#divFb .ion-ios-pint:before {
  content: "\f486";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pint-outline:before,
.contentbox-wrapper .ion-ios-pint-outline:before,
#divFb .ion-ios-pint-outline:before {
  content: "\f485";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-play:before,
.contentbox-wrapper .ion-ios-play:before,
#divFb .ion-ios-play:before {
  content: "\f488";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-play-outline:before,
.contentbox-wrapper .ion-ios-play-outline:before,
#divFb .ion-ios-play-outline:before {
  content: "\f487";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-plus:before,
.contentbox-wrapper .ion-ios-plus:before,
#divFb .ion-ios-plus:before {
  content: "\f48b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-plus-empty:before,
.contentbox-wrapper .ion-ios-plus-empty:before,
#divFb .ion-ios-plus-empty:before {
  content: "\f489";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-plus-outline:before,
.contentbox-wrapper .ion-ios-plus-outline:before,
#divFb .ion-ios-plus-outline:before {
  content: "\f48a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetag:before,
.contentbox-wrapper .ion-ios-pricetag:before,
#divFb .ion-ios-pricetag:before {
  content: "\f48d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetag-outline:before,
.contentbox-wrapper .ion-ios-pricetag-outline:before,
#divFb .ion-ios-pricetag-outline:before {
  content: "\f48c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetags:before,
.contentbox-wrapper .ion-ios-pricetags:before,
#divFb .ion-ios-pricetags:before {
  content: "\f48f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pricetags-outline:before,
.contentbox-wrapper .ion-ios-pricetags-outline:before,
#divFb .ion-ios-pricetags-outline:before {
  content: "\f48e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-printer:before,
.contentbox-wrapper .ion-ios-printer:before,
#divFb .ion-ios-printer:before {
  content: "\f491";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-printer-outline:before,
.contentbox-wrapper .ion-ios-printer-outline:before,
#divFb .ion-ios-printer-outline:before {
  content: "\f490";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pulse:before,
.contentbox-wrapper .ion-ios-pulse:before,
#divFb .ion-ios-pulse:before {
  content: "\f493";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-pulse-strong:before,
.contentbox-wrapper .ion-ios-pulse-strong:before,
#divFb .ion-ios-pulse-strong:before {
  content: "\f492";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rainy:before,
.contentbox-wrapper .ion-ios-rainy:before,
#divFb .ion-ios-rainy:before {
  content: "\f495";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rainy-outline:before,
.contentbox-wrapper .ion-ios-rainy-outline:before,
#divFb .ion-ios-rainy-outline:before {
  content: "\f494";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-recording:before,
.contentbox-wrapper .ion-ios-recording:before,
#divFb .ion-ios-recording:before {
  content: "\f497";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-recording-outline:before,
.contentbox-wrapper .ion-ios-recording-outline:before,
#divFb .ion-ios-recording-outline:before {
  content: "\f496";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-redo:before,
.contentbox-wrapper .ion-ios-redo:before,
#divFb .ion-ios-redo:before {
  content: "\f499";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-redo-outline:before,
.contentbox-wrapper .ion-ios-redo-outline:before,
#divFb .ion-ios-redo-outline:before {
  content: "\f498";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-refresh:before,
.contentbox-wrapper .ion-ios-refresh:before,
#divFb .ion-ios-refresh:before {
  content: "\f49c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-refresh-empty:before,
.contentbox-wrapper .ion-ios-refresh-empty:before,
#divFb .ion-ios-refresh-empty:before {
  content: "\f49a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-refresh-outline:before,
.contentbox-wrapper .ion-ios-refresh-outline:before,
#divFb .ion-ios-refresh-outline:before {
  content: "\f49b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-reload:before,
.contentbox-wrapper .ion-ios-reload:before,
#divFb .ion-ios-reload:before {
  content: "\f49d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-reverse-camera:before,
.contentbox-wrapper .ion-ios-reverse-camera:before,
#divFb .ion-ios-reverse-camera:before {
  content: "\f49f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-reverse-camera-outline:before,
.contentbox-wrapper .ion-ios-reverse-camera-outline:before,
#divFb .ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rewind:before,
.contentbox-wrapper .ion-ios-rewind:before,
#divFb .ion-ios-rewind:before {
  content: "\f4a1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rewind-outline:before,
.contentbox-wrapper .ion-ios-rewind-outline:before,
#divFb .ion-ios-rewind-outline:before {
  content: "\f4a0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rose:before,
.contentbox-wrapper .ion-ios-rose:before,
#divFb .ion-ios-rose:before {
  content: "\f4a3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-rose-outline:before,
.contentbox-wrapper .ion-ios-rose-outline:before,
#divFb .ion-ios-rose-outline:before {
  content: "\f4a2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-search:before,
.contentbox-wrapper .ion-ios-search:before,
#divFb .ion-ios-search:before {
  content: "\f4a5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-search-strong:before,
.contentbox-wrapper .ion-ios-search-strong:before,
#divFb .ion-ios-search-strong:before {
  content: "\f4a4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-settings:before,
.contentbox-wrapper .ion-ios-settings:before,
#divFb .ion-ios-settings:before {
  content: "\f4a7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-settings-strong:before,
.contentbox-wrapper .ion-ios-settings-strong:before,
#divFb .ion-ios-settings-strong:before {
  content: "\f4a6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-shuffle:before,
.contentbox-wrapper .ion-ios-shuffle:before,
#divFb .ion-ios-shuffle:before {
  content: "\f4a9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-shuffle-strong:before,
.contentbox-wrapper .ion-ios-shuffle-strong:before,
#divFb .ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipbackward:before,
.contentbox-wrapper .ion-ios-skipbackward:before,
#divFb .ion-ios-skipbackward:before {
  content: "\f4ab";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipbackward-outline:before,
.contentbox-wrapper .ion-ios-skipbackward-outline:before,
#divFb .ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipforward:before,
.contentbox-wrapper .ion-ios-skipforward:before,
#divFb .ion-ios-skipforward:before {
  content: "\f4ad";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-skipforward-outline:before,
.contentbox-wrapper .ion-ios-skipforward-outline:before,
#divFb .ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-snowy:before,
.contentbox-wrapper .ion-ios-snowy:before,
#divFb .ion-ios-snowy:before {
  content: "\f4ae";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-speedometer:before,
.contentbox-wrapper .ion-ios-speedometer:before,
#divFb .ion-ios-speedometer:before {
  content: "\f4b0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-speedometer-outline:before,
.contentbox-wrapper .ion-ios-speedometer-outline:before,
#divFb .ion-ios-speedometer-outline:before {
  content: "\f4af";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-star:before,
.contentbox-wrapper .ion-ios-star:before,
#divFb .ion-ios-star:before {
  content: "\f4b3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-star-half:before,
.contentbox-wrapper .ion-ios-star-half:before,
#divFb .ion-ios-star-half:before {
  content: "\f4b1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-star-outline:before,
.contentbox-wrapper .ion-ios-star-outline:before,
#divFb .ion-ios-star-outline:before {
  content: "\f4b2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-stopwatch:before,
.contentbox-wrapper .ion-ios-stopwatch:before,
#divFb .ion-ios-stopwatch:before {
  content: "\f4b5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-stopwatch-outline:before,
.contentbox-wrapper .ion-ios-stopwatch-outline:before,
#divFb .ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-sunny:before,
.contentbox-wrapper .ion-ios-sunny:before,
#divFb .ion-ios-sunny:before {
  content: "\f4b7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-sunny-outline:before,
.contentbox-wrapper .ion-ios-sunny-outline:before,
#divFb .ion-ios-sunny-outline:before {
  content: "\f4b6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-telephone:before,
.contentbox-wrapper .ion-ios-telephone:before,
#divFb .ion-ios-telephone:before {
  content: "\f4b9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-telephone-outline:before,
.contentbox-wrapper .ion-ios-telephone-outline:before,
#divFb .ion-ios-telephone-outline:before {
  content: "\f4b8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-tennisball:before,
.contentbox-wrapper .ion-ios-tennisball:before,
#divFb .ion-ios-tennisball:before {
  content: "\f4bb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-tennisball-outline:before,
.contentbox-wrapper .ion-ios-tennisball-outline:before,
#divFb .ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-thunderstorm:before,
.contentbox-wrapper .ion-ios-thunderstorm:before,
#divFb .ion-ios-thunderstorm:before {
  content: "\f4bd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-thunderstorm-outline:before,
.contentbox-wrapper .ion-ios-thunderstorm-outline:before,
#divFb .ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-time:before,
.contentbox-wrapper .ion-ios-time:before,
#divFb .ion-ios-time:before {
  content: "\f4bf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-time-outline:before,
.contentbox-wrapper .ion-ios-time-outline:before,
#divFb .ion-ios-time-outline:before {
  content: "\f4be";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-timer:before,
.contentbox-wrapper .ion-ios-timer:before,
#divFb .ion-ios-timer:before {
  content: "\f4c1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-timer-outline:before,
.contentbox-wrapper .ion-ios-timer-outline:before,
#divFb .ion-ios-timer-outline:before {
  content: "\f4c0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-toggle:before,
.contentbox-wrapper .ion-ios-toggle:before,
#divFb .ion-ios-toggle:before {
  content: "\f4c3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-toggle-outline:before,
.contentbox-wrapper .ion-ios-toggle-outline:before,
#divFb .ion-ios-toggle-outline:before {
  content: "\f4c2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-trash:before,
.contentbox-wrapper .ion-ios-trash:before,
#divFb .ion-ios-trash:before {
  content: "\f4c5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-trash-outline:before,
.contentbox-wrapper .ion-ios-trash-outline:before,
#divFb .ion-ios-trash-outline:before {
  content: "\f4c4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-undo:before,
.contentbox-wrapper .ion-ios-undo:before,
#divFb .ion-ios-undo:before {
  content: "\f4c7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-undo-outline:before,
.contentbox-wrapper .ion-ios-undo-outline:before,
#divFb .ion-ios-undo-outline:before {
  content: "\f4c6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-unlocked:before,
.contentbox-wrapper .ion-ios-unlocked:before,
#divFb .ion-ios-unlocked:before {
  content: "\f4c9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-unlocked-outline:before,
.contentbox-wrapper .ion-ios-unlocked-outline:before,
#divFb .ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-upload:before,
.contentbox-wrapper .ion-ios-upload:before,
#divFb .ion-ios-upload:before {
  content: "\f4cb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-upload-outline:before,
.contentbox-wrapper .ion-ios-upload-outline:before,
#divFb .ion-ios-upload-outline:before {
  content: "\f4ca";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-videocam:before,
.contentbox-wrapper .ion-ios-videocam:before,
#divFb .ion-ios-videocam:before {
  content: "\f4cd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-videocam-outline:before,
.contentbox-wrapper .ion-ios-videocam-outline:before,
#divFb .ion-ios-videocam-outline:before {
  content: "\f4cc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-volume-high:before,
.contentbox-wrapper .ion-ios-volume-high:before,
#divFb .ion-ios-volume-high:before {
  content: "\f4ce";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-volume-low:before,
.contentbox-wrapper .ion-ios-volume-low:before,
#divFb .ion-ios-volume-low:before {
  content: "\f4cf";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-wineglass:before,
.contentbox-wrapper .ion-ios-wineglass:before,
#divFb .ion-ios-wineglass:before {
  content: "\f4d1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-wineglass-outline:before,
.contentbox-wrapper .ion-ios-wineglass-outline:before,
#divFb .ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-world:before,
.contentbox-wrapper .ion-ios-world:before,
#divFb .ion-ios-world:before {
  content: "\f4d3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ios-world-outline:before,
.contentbox-wrapper .ion-ios-world-outline:before,
#divFb .ion-ios-world-outline:before {
  content: "\f4d2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ipad:before,
.contentbox-wrapper .ion-ipad:before,
#divFb .ion-ipad:before {
  content: "\f1f9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-iphone:before,
.contentbox-wrapper .ion-iphone:before,
#divFb .ion-iphone:before {
  content: "\f1fa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ipod:before,
.contentbox-wrapper .ion-ipod:before,
#divFb .ion-ipod:before {
  content: "\f1fb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-jet:before,
.contentbox-wrapper .ion-jet:before,
#divFb .ion-jet:before {
  content: "\f295";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-key:before,
.contentbox-wrapper .ion-key:before,
#divFb .ion-key:before {
  content: "\f296";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-knife:before,
.contentbox-wrapper .ion-knife:before,
#divFb .ion-knife:before {
  content: "\f297";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-laptop:before,
.contentbox-wrapper .ion-laptop:before,
#divFb .ion-laptop:before {
  content: "\f1fc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-leaf:before,
.contentbox-wrapper .ion-leaf:before,
#divFb .ion-leaf:before {
  content: "\f1fd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-levels:before,
.contentbox-wrapper .ion-levels:before,
#divFb .ion-levels:before {
  content: "\f298";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-lightbulb:before,
.contentbox-wrapper .ion-lightbulb:before,
#divFb .ion-lightbulb:before {
  content: "\f299";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-link:before,
.contentbox-wrapper .ion-link:before,
#divFb .ion-link:before {
  content: "\f1fe";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-a:before,
.contentbox-wrapper .ion-load-a:before,
#divFb .ion-load-a:before {
  content: "\f29a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-b:before,
.contentbox-wrapper .ion-load-b:before,
#divFb .ion-load-b:before {
  content: "\f29b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-c:before,
.contentbox-wrapper .ion-load-c:before,
#divFb .ion-load-c:before {
  content: "\f29c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-load-d:before,
.contentbox-wrapper .ion-load-d:before,
#divFb .ion-load-d:before {
  content: "\f29d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-location:before,
.contentbox-wrapper .ion-location:before,
#divFb .ion-location:before {
  content: "\f1ff";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-lock-combination:before,
.contentbox-wrapper .ion-lock-combination:before,
#divFb .ion-lock-combination:before {
  content: "\f4d4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-locked:before,
.contentbox-wrapper .ion-locked:before,
#divFb .ion-locked:before {
  content: "\f200";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-log-in:before,
.contentbox-wrapper .ion-log-in:before,
#divFb .ion-log-in:before {
  content: "\f29e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-log-out:before,
.contentbox-wrapper .ion-log-out:before,
#divFb .ion-log-out:before {
  content: "\f29f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-loop:before,
.contentbox-wrapper .ion-loop:before,
#divFb .ion-loop:before {
  content: "\f201";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-magnet:before,
.contentbox-wrapper .ion-magnet:before,
#divFb .ion-magnet:before {
  content: "\f2a0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-male:before,
.contentbox-wrapper .ion-male:before,
#divFb .ion-male:before {
  content: "\f2a1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-man:before,
.contentbox-wrapper .ion-man:before,
#divFb .ion-man:before {
  content: "\f202";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-map:before,
.contentbox-wrapper .ion-map:before,
#divFb .ion-map:before {
  content: "\f203";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-medkit:before,
.contentbox-wrapper .ion-medkit:before,
#divFb .ion-medkit:before {
  content: "\f2a2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-merge:before,
.contentbox-wrapper .ion-merge:before,
#divFb .ion-merge:before {
  content: "\f33f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mic-a:before,
.contentbox-wrapper .ion-mic-a:before,
#divFb .ion-mic-a:before {
  content: "\f204";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mic-b:before,
.contentbox-wrapper .ion-mic-b:before,
#divFb .ion-mic-b:before {
  content: "\f205";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mic-c:before,
.contentbox-wrapper .ion-mic-c:before,
#divFb .ion-mic-c:before {
  content: "\f206";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-minus:before,
.contentbox-wrapper .ion-minus:before,
#divFb .ion-minus:before {
  content: "\f209";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-minus-circled:before,
.contentbox-wrapper .ion-minus-circled:before,
#divFb .ion-minus-circled:before {
  content: "\f207";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-minus-round:before,
.contentbox-wrapper .ion-minus-round:before,
#divFb .ion-minus-round:before {
  content: "\f208";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-model-s:before,
.contentbox-wrapper .ion-model-s:before,
#divFb .ion-model-s:before {
  content: "\f2c1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-monitor:before,
.contentbox-wrapper .ion-monitor:before,
#divFb .ion-monitor:before {
  content: "\f20a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-more:before,
.contentbox-wrapper .ion-more:before,
#divFb .ion-more:before {
  content: "\f20b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-mouse:before,
.contentbox-wrapper .ion-mouse:before,
#divFb .ion-mouse:before {
  content: "\f340";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-music-note:before,
.contentbox-wrapper .ion-music-note:before,
#divFb .ion-music-note:before {
  content: "\f20c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-navicon:before,
.contentbox-wrapper .ion-navicon:before,
#divFb .ion-navicon:before {
  content: "\f20e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-navicon-round:before,
.contentbox-wrapper .ion-navicon-round:before,
#divFb .ion-navicon-round:before {
  content: "\f20d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-navigate:before,
.contentbox-wrapper .ion-navigate:before,
#divFb .ion-navigate:before {
  content: "\f2a3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-network:before,
.contentbox-wrapper .ion-network:before,
#divFb .ion-network:before {
  content: "\f341";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-no-smoking:before,
.contentbox-wrapper .ion-no-smoking:before,
#divFb .ion-no-smoking:before {
  content: "\f2c2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-nuclear:before,
.contentbox-wrapper .ion-nuclear:before,
#divFb .ion-nuclear:before {
  content: "\f2a4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-outlet:before,
.contentbox-wrapper .ion-outlet:before,
#divFb .ion-outlet:before {
  content: "\f342";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paintbrush:before,
.contentbox-wrapper .ion-paintbrush:before,
#divFb .ion-paintbrush:before {
  content: "\f4d5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paintbucket:before,
.contentbox-wrapper .ion-paintbucket:before,
#divFb .ion-paintbucket:before {
  content: "\f4d6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paper-airplane:before,
.contentbox-wrapper .ion-paper-airplane:before,
#divFb .ion-paper-airplane:before {
  content: "\f2c3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-paperclip:before,
.contentbox-wrapper .ion-paperclip:before,
#divFb .ion-paperclip:before {
  content: "\f20f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pause:before,
.contentbox-wrapper .ion-pause:before,
#divFb .ion-pause:before {
  content: "\f210";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-person:before,
.contentbox-wrapper .ion-person:before,
#divFb .ion-person:before {
  content: "\f213";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-person-add:before,
.contentbox-wrapper .ion-person-add:before,
#divFb .ion-person-add:before {
  content: "\f211";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-person-stalker:before,
.contentbox-wrapper .ion-person-stalker:before,
#divFb .ion-person-stalker:before {
  content: "\f212";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pie-graph:before,
.contentbox-wrapper .ion-pie-graph:before,
#divFb .ion-pie-graph:before {
  content: "\f2a5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pin:before,
.contentbox-wrapper .ion-pin:before,
#divFb .ion-pin:before {
  content: "\f2a6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pinpoint:before,
.contentbox-wrapper .ion-pinpoint:before,
#divFb .ion-pinpoint:before {
  content: "\f2a7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pizza:before,
.contentbox-wrapper .ion-pizza:before,
#divFb .ion-pizza:before {
  content: "\f2a8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plane:before,
.contentbox-wrapper .ion-plane:before,
#divFb .ion-plane:before {
  content: "\f214";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-planet:before,
.contentbox-wrapper .ion-planet:before,
#divFb .ion-planet:before {
  content: "\f343";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-play:before,
.contentbox-wrapper .ion-play:before,
#divFb .ion-play:before {
  content: "\f215";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-playstation:before,
.contentbox-wrapper .ion-playstation:before,
#divFb .ion-playstation:before {
  content: "\f30a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plus:before,
.contentbox-wrapper .ion-plus:before,
#divFb .ion-plus:before {
  content: "\f218";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plus-circled:before,
.contentbox-wrapper .ion-plus-circled:before,
#divFb .ion-plus-circled:before {
  content: "\f216";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-plus-round:before,
.contentbox-wrapper .ion-plus-round:before,
#divFb .ion-plus-round:before {
  content: "\f217";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-podium:before,
.contentbox-wrapper .ion-podium:before,
#divFb .ion-podium:before {
  content: "\f344";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pound:before,
.contentbox-wrapper .ion-pound:before,
#divFb .ion-pound:before {
  content: "\f219";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-power:before,
.contentbox-wrapper .ion-power:before,
#divFb .ion-power:before {
  content: "\f2a9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pricetag:before,
.contentbox-wrapper .ion-pricetag:before,
#divFb .ion-pricetag:before {
  content: "\f2aa";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pricetags:before,
.contentbox-wrapper .ion-pricetags:before,
#divFb .ion-pricetags:before {
  content: "\f2ab";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-printer:before,
.contentbox-wrapper .ion-printer:before,
#divFb .ion-printer:before {
  content: "\f21a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-pull-request:before,
.contentbox-wrapper .ion-pull-request:before,
#divFb .ion-pull-request:before {
  content: "\f345";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-qr-scanner:before,
.contentbox-wrapper .ion-qr-scanner:before,
#divFb .ion-qr-scanner:before {
  content: "\f346";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-quote:before,
.contentbox-wrapper .ion-quote:before,
#divFb .ion-quote:before {
  content: "\f347";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-radio-waves:before,
.contentbox-wrapper .ion-radio-waves:before,
#divFb .ion-radio-waves:before {
  content: "\f2ac";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-record:before,
.contentbox-wrapper .ion-record:before,
#divFb .ion-record:before {
  content: "\f21b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-refresh:before,
.contentbox-wrapper .ion-refresh:before,
#divFb .ion-refresh:before {
  content: "\f21c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-reply:before,
.contentbox-wrapper .ion-reply:before,
#divFb .ion-reply:before {
  content: "\f21e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-reply-all:before,
.contentbox-wrapper .ion-reply-all:before,
#divFb .ion-reply-all:before {
  content: "\f21d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ribbon-a:before,
.contentbox-wrapper .ion-ribbon-a:before,
#divFb .ion-ribbon-a:before {
  content: "\f348";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-ribbon-b:before,
.contentbox-wrapper .ion-ribbon-b:before,
#divFb .ion-ribbon-b:before {
  content: "\f349";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-sad:before,
.contentbox-wrapper .ion-sad:before,
#divFb .ion-sad:before {
  content: "\f34a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-sad-outline:before,
.contentbox-wrapper .ion-sad-outline:before,
#divFb .ion-sad-outline:before {
  content: "\f4d7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-scissors:before,
.contentbox-wrapper .ion-scissors:before,
#divFb .ion-scissors:before {
  content: "\f34b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-search:before,
.contentbox-wrapper .ion-search:before,
#divFb .ion-search:before {
  content: "\f21f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-settings:before,
.contentbox-wrapper .ion-settings:before,
#divFb .ion-settings:before {
  content: "\f2ad";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-share:before,
.contentbox-wrapper .ion-share:before,
#divFb .ion-share:before {
  content: "\f220";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-shuffle:before,
.contentbox-wrapper .ion-shuffle:before,
#divFb .ion-shuffle:before {
  content: "\f221";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-skip-backward:before,
.contentbox-wrapper .ion-skip-backward:before,
#divFb .ion-skip-backward:before {
  content: "\f222";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-skip-forward:before,
.contentbox-wrapper .ion-skip-forward:before,
#divFb .ion-skip-forward:before {
  content: "\f223";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-android:before,
.contentbox-wrapper .ion-social-android:before,
#divFb .ion-social-android:before {
  content: "\f225";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-android-outline:before,
.contentbox-wrapper .ion-social-android-outline:before,
#divFb .ion-social-android-outline:before {
  content: "\f224";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-angular:before,
.contentbox-wrapper .ion-social-angular:before,
#divFb .ion-social-angular:before {
  content: "\f4d9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-angular-outline:before,
.contentbox-wrapper .ion-social-angular-outline:before,
#divFb .ion-social-angular-outline:before {
  content: "\f4d8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-apple:before,
.contentbox-wrapper .ion-social-apple:before,
#divFb .ion-social-apple:before {
  content: "\f227";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-apple-outline:before,
.contentbox-wrapper .ion-social-apple-outline:before,
#divFb .ion-social-apple-outline:before {
  content: "\f226";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-bitcoin:before,
.contentbox-wrapper .ion-social-bitcoin:before,
#divFb .ion-social-bitcoin:before {
  content: "\f2af";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-bitcoin-outline:before,
.contentbox-wrapper .ion-social-bitcoin-outline:before,
#divFb .ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-buffer:before,
.contentbox-wrapper .ion-social-buffer:before,
#divFb .ion-social-buffer:before {
  content: "\f229";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-buffer-outline:before,
.contentbox-wrapper .ion-social-buffer-outline:before,
#divFb .ion-social-buffer-outline:before {
  content: "\f228";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-chrome:before,
.contentbox-wrapper .ion-social-chrome:before,
#divFb .ion-social-chrome:before {
  content: "\f4db";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-chrome-outline:before,
.contentbox-wrapper .ion-social-chrome-outline:before,
#divFb .ion-social-chrome-outline:before {
  content: "\f4da";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-codepen:before,
.contentbox-wrapper .ion-social-codepen:before,
#divFb .ion-social-codepen:before {
  content: "\f4dd";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-codepen-outline:before,
.contentbox-wrapper .ion-social-codepen-outline:before,
#divFb .ion-social-codepen-outline:before {
  content: "\f4dc";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-css3:before,
.contentbox-wrapper .ion-social-css3:before,
#divFb .ion-social-css3:before {
  content: "\f4df";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-css3-outline:before,
.contentbox-wrapper .ion-social-css3-outline:before,
#divFb .ion-social-css3-outline:before {
  content: "\f4de";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-designernews:before,
.contentbox-wrapper .ion-social-designernews:before,
#divFb .ion-social-designernews:before {
  content: "\f22b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-designernews-outline:before,
.contentbox-wrapper .ion-social-designernews-outline:before,
#divFb .ion-social-designernews-outline:before {
  content: "\f22a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dribbble:before,
.contentbox-wrapper .ion-social-dribbble:before,
#divFb .ion-social-dribbble:before {
  content: "\f22d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dribbble-outline:before,
.contentbox-wrapper .ion-social-dribbble-outline:before,
#divFb .ion-social-dribbble-outline:before {
  content: "\f22c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dropbox:before,
.contentbox-wrapper .ion-social-dropbox:before,
#divFb .ion-social-dropbox:before {
  content: "\f22f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-dropbox-outline:before,
.contentbox-wrapper .ion-social-dropbox-outline:before,
#divFb .ion-social-dropbox-outline:before {
  content: "\f22e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-euro:before,
.contentbox-wrapper .ion-social-euro:before,
#divFb .ion-social-euro:before {
  content: "\f4e1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-euro-outline:before,
.contentbox-wrapper .ion-social-euro-outline:before,
#divFb .ion-social-euro-outline:before {
  content: "\f4e0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-facebook:before,
.contentbox-wrapper .ion-social-facebook:before,
#divFb .ion-social-facebook:before {
  content: "\f231";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-facebook-outline:before,
.contentbox-wrapper .ion-social-facebook-outline:before,
#divFb .ion-social-facebook-outline:before {
  content: "\f230";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-foursquare:before,
.contentbox-wrapper .ion-social-foursquare:before,
#divFb .ion-social-foursquare:before {
  content: "\f34d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-foursquare-outline:before,
.contentbox-wrapper .ion-social-foursquare-outline:before,
#divFb .ion-social-foursquare-outline:before {
  content: "\f34c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-freebsd-devil:before,
.contentbox-wrapper .ion-social-freebsd-devil:before,
#divFb .ion-social-freebsd-devil:before {
  content: "\f2c4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-github:before,
.contentbox-wrapper .ion-social-github:before,
#divFb .ion-social-github:before {
  content: "\f233";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-github-outline:before,
.contentbox-wrapper .ion-social-github-outline:before,
#divFb .ion-social-github-outline:before {
  content: "\f232";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-google:before,
.contentbox-wrapper .ion-social-google:before,
#divFb .ion-social-google:before {
  content: "\f34f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-google-outline:before,
.contentbox-wrapper .ion-social-google-outline:before,
#divFb .ion-social-google-outline:before {
  content: "\f34e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-googleplus:before,
.contentbox-wrapper .ion-social-googleplus:before,
#divFb .ion-social-googleplus:before {
  content: "\f235";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-googleplus-outline:before,
.contentbox-wrapper .ion-social-googleplus-outline:before,
#divFb .ion-social-googleplus-outline:before {
  content: "\f234";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-hackernews:before,
.contentbox-wrapper .ion-social-hackernews:before,
#divFb .ion-social-hackernews:before {
  content: "\f237";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-hackernews-outline:before,
.contentbox-wrapper .ion-social-hackernews-outline:before,
#divFb .ion-social-hackernews-outline:before {
  content: "\f236";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-html5:before,
.contentbox-wrapper .ion-social-html5:before,
#divFb .ion-social-html5:before {
  content: "\f4e3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-html5-outline:before,
.contentbox-wrapper .ion-social-html5-outline:before,
#divFb .ion-social-html5-outline:before {
  content: "\f4e2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-instagram:before,
.contentbox-wrapper .ion-social-instagram:before,
#divFb .ion-social-instagram:before {
  content: "\f351";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-instagram-outline:before,
.contentbox-wrapper .ion-social-instagram-outline:before,
#divFb .ion-social-instagram-outline:before {
  content: "\f350";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-javascript:before,
.contentbox-wrapper .ion-social-javascript:before,
#divFb .ion-social-javascript:before {
  content: "\f4e5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-javascript-outline:before,
.contentbox-wrapper .ion-social-javascript-outline:before,
#divFb .ion-social-javascript-outline:before {
  content: "\f4e4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-linkedin:before,
.contentbox-wrapper .ion-social-linkedin:before,
#divFb .ion-social-linkedin:before {
  content: "\f239";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-linkedin-outline:before,
.contentbox-wrapper .ion-social-linkedin-outline:before,
#divFb .ion-social-linkedin-outline:before {
  content: "\f238";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-markdown:before,
.contentbox-wrapper .ion-social-markdown:before,
#divFb .ion-social-markdown:before {
  content: "\f4e6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-nodejs:before,
.contentbox-wrapper .ion-social-nodejs:before,
#divFb .ion-social-nodejs:before {
  content: "\f4e7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-octocat:before,
.contentbox-wrapper .ion-social-octocat:before,
#divFb .ion-social-octocat:before {
  content: "\f4e8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-pinterest:before,
.contentbox-wrapper .ion-social-pinterest:before,
#divFb .ion-social-pinterest:before {
  content: "\f2b1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-pinterest-outline:before,
.contentbox-wrapper .ion-social-pinterest-outline:before,
#divFb .ion-social-pinterest-outline:before {
  content: "\f2b0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-python:before,
.contentbox-wrapper .ion-social-python:before,
#divFb .ion-social-python:before {
  content: "\f4e9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-reddit:before,
.contentbox-wrapper .ion-social-reddit:before,
#divFb .ion-social-reddit:before {
  content: "\f23b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-reddit-outline:before,
.contentbox-wrapper .ion-social-reddit-outline:before,
#divFb .ion-social-reddit-outline:before {
  content: "\f23a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-rss:before,
.contentbox-wrapper .ion-social-rss:before,
#divFb .ion-social-rss:before {
  content: "\f23d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-rss-outline:before,
.contentbox-wrapper .ion-social-rss-outline:before,
#divFb .ion-social-rss-outline:before {
  content: "\f23c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-sass:before,
.contentbox-wrapper .ion-social-sass:before,
#divFb .ion-social-sass:before {
  content: "\f4ea";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-skype:before,
.contentbox-wrapper .ion-social-skype:before,
#divFb .ion-social-skype:before {
  content: "\f23f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-skype-outline:before,
.contentbox-wrapper .ion-social-skype-outline:before,
#divFb .ion-social-skype-outline:before {
  content: "\f23e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-snapchat:before,
.contentbox-wrapper .ion-social-snapchat:before,
#divFb .ion-social-snapchat:before {
  content: "\f4ec";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-snapchat-outline:before,
.contentbox-wrapper .ion-social-snapchat-outline:before,
#divFb .ion-social-snapchat-outline:before {
  content: "\f4eb";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-tumblr:before,
.contentbox-wrapper .ion-social-tumblr:before,
#divFb .ion-social-tumblr:before {
  content: "\f241";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-tumblr-outline:before,
.contentbox-wrapper .ion-social-tumblr-outline:before,
#divFb .ion-social-tumblr-outline:before {
  content: "\f240";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-tux:before,
.contentbox-wrapper .ion-social-tux:before,
#divFb .ion-social-tux:before {
  content: "\f2c5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitch:before,
.contentbox-wrapper .ion-social-twitch:before,
#divFb .ion-social-twitch:before {
  content: "\f4ee";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitch-outline:before,
.contentbox-wrapper .ion-social-twitch-outline:before,
#divFb .ion-social-twitch-outline:before {
  content: "\f4ed";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitter:before,
.contentbox-wrapper .ion-social-twitter:before,
#divFb .ion-social-twitter:before {
  content: "\f243";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-twitter-outline:before,
.contentbox-wrapper .ion-social-twitter-outline:before,
#divFb .ion-social-twitter-outline:before {
  content: "\f242";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-usd:before,
.contentbox-wrapper .ion-social-usd:before,
#divFb .ion-social-usd:before {
  content: "\f353";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-usd-outline:before,
.contentbox-wrapper .ion-social-usd-outline:before,
#divFb .ion-social-usd-outline:before {
  content: "\f352";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-vimeo:before,
.contentbox-wrapper .ion-social-vimeo:before,
#divFb .ion-social-vimeo:before {
  content: "\f245";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-vimeo-outline:before,
.contentbox-wrapper .ion-social-vimeo-outline:before,
#divFb .ion-social-vimeo-outline:before {
  content: "\f244";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-whatsapp:before,
.contentbox-wrapper .ion-social-whatsapp:before,
#divFb .ion-social-whatsapp:before {
  content: "\f4f0";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-whatsapp-outline:before,
.contentbox-wrapper .ion-social-whatsapp-outline:before,
#divFb .ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-windows:before,
.contentbox-wrapper .ion-social-windows:before,
#divFb .ion-social-windows:before {
  content: "\f247";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-windows-outline:before,
.contentbox-wrapper .ion-social-windows-outline:before,
#divFb .ion-social-windows-outline:before {
  content: "\f246";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-wordpress:before,
.contentbox-wrapper .ion-social-wordpress:before,
#divFb .ion-social-wordpress:before {
  content: "\f249";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-wordpress-outline:before,
.contentbox-wrapper .ion-social-wordpress-outline:before,
#divFb .ion-social-wordpress-outline:before {
  content: "\f248";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yahoo:before,
.contentbox-wrapper .ion-social-yahoo:before,
#divFb .ion-social-yahoo:before {
  content: "\f24b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yahoo-outline:before,
.contentbox-wrapper .ion-social-yahoo-outline:before,
#divFb .ion-social-yahoo-outline:before {
  content: "\f24a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yen:before,
.contentbox-wrapper .ion-social-yen:before,
#divFb .ion-social-yen:before {
  content: "\f4f2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-yen-outline:before,
.contentbox-wrapper .ion-social-yen-outline:before,
#divFb .ion-social-yen-outline:before {
  content: "\f4f1";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-youtube:before,
.contentbox-wrapper .ion-social-youtube:before,
#divFb .ion-social-youtube:before {
  content: "\f24d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-social-youtube-outline:before,
.contentbox-wrapper .ion-social-youtube-outline:before,
#divFb .ion-social-youtube-outline:before {
  content: "\f24c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-soup-can:before,
.contentbox-wrapper .ion-soup-can:before,
#divFb .ion-soup-can:before {
  content: "\f4f4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-soup-can-outline:before,
.contentbox-wrapper .ion-soup-can-outline:before,
#divFb .ion-soup-can-outline:before {
  content: "\f4f3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-speakerphone:before,
.contentbox-wrapper .ion-speakerphone:before,
#divFb .ion-speakerphone:before {
  content: "\f2b2";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-speedometer:before,
.contentbox-wrapper .ion-speedometer:before,
#divFb .ion-speedometer:before {
  content: "\f2b3";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-spoon:before,
.contentbox-wrapper .ion-spoon:before,
#divFb .ion-spoon:before {
  content: "\f2b4";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-star:before,
.contentbox-wrapper .ion-star:before,
#divFb .ion-star:before {
  content: "\f24e";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-stats-bars:before,
.contentbox-wrapper .ion-stats-bars:before,
#divFb .ion-stats-bars:before {
  content: "\f2b5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-steam:before,
.contentbox-wrapper .ion-steam:before,
#divFb .ion-steam:before {
  content: "\f30b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-stop:before,
.contentbox-wrapper .ion-stop:before,
#divFb .ion-stop:before {
  content: "\f24f";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-thermometer:before,
.contentbox-wrapper .ion-thermometer:before,
#divFb .ion-thermometer:before {
  content: "\f2b6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-thumbsdown:before,
.contentbox-wrapper .ion-thumbsdown:before,
#divFb .ion-thumbsdown:before {
  content: "\f250";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-thumbsup:before,
.contentbox-wrapper .ion-thumbsup:before,
#divFb .ion-thumbsup:before {
  content: "\f251";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-toggle:before,
.contentbox-wrapper .ion-toggle:before,
#divFb .ion-toggle:before {
  content: "\f355";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-toggle-filled:before,
.contentbox-wrapper .ion-toggle-filled:before,
#divFb .ion-toggle-filled:before {
  content: "\f354";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-transgender:before,
.contentbox-wrapper .ion-transgender:before,
#divFb .ion-transgender:before {
  content: "\f4f5";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-trash-a:before,
.contentbox-wrapper .ion-trash-a:before,
#divFb .ion-trash-a:before {
  content: "\f252";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-trash-b:before,
.contentbox-wrapper .ion-trash-b:before,
#divFb .ion-trash-b:before {
  content: "\f253";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-trophy:before,
.contentbox-wrapper .ion-trophy:before,
#divFb .ion-trophy:before {
  content: "\f356";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-tshirt:before,
.contentbox-wrapper .ion-tshirt:before,
#divFb .ion-tshirt:before {
  content: "\f4f7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-tshirt-outline:before,
.contentbox-wrapper .ion-tshirt-outline:before,
#divFb .ion-tshirt-outline:before {
  content: "\f4f6";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-umbrella:before,
.contentbox-wrapper .ion-umbrella:before,
#divFb .ion-umbrella:before {
  content: "\f2b7";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-university:before,
.contentbox-wrapper .ion-university:before,
#divFb .ion-university:before {
  content: "\f357";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-unlocked:before,
.contentbox-wrapper .ion-unlocked:before,
#divFb .ion-unlocked:before {
  content: "\f254";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-upload:before,
.contentbox-wrapper .ion-upload:before,
#divFb .ion-upload:before {
  content: "\f255";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-usb:before,
.contentbox-wrapper .ion-usb:before,
#divFb .ion-usb:before {
  content: "\f2b8";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-videocamera:before,
.contentbox-wrapper .ion-videocamera:before,
#divFb .ion-videocamera:before {
  content: "\f256";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-high:before,
.contentbox-wrapper .ion-volume-high:before,
#divFb .ion-volume-high:before {
  content: "\f257";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-low:before,
.contentbox-wrapper .ion-volume-low:before,
#divFb .ion-volume-low:before {
  content: "\f258";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-medium:before,
.contentbox-wrapper .ion-volume-medium:before,
#divFb .ion-volume-medium:before {
  content: "\f259";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-volume-mute:before,
.contentbox-wrapper .ion-volume-mute:before,
#divFb .ion-volume-mute:before {
  content: "\f25a";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wand:before,
.contentbox-wrapper .ion-wand:before,
#divFb .ion-wand:before {
  content: "\f358";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-waterdrop:before,
.contentbox-wrapper .ion-waterdrop:before,
#divFb .ion-waterdrop:before {
  content: "\f25b";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wifi:before,
.contentbox-wrapper .ion-wifi:before,
#divFb .ion-wifi:before {
  content: "\f25c";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wineglass:before,
.contentbox-wrapper .ion-wineglass:before,
#divFb .ion-wineglass:before {
  content: "\f2b9";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-woman:before,
.contentbox-wrapper .ion-woman:before,
#divFb .ion-woman:before {
  content: "\f25d";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-wrench:before,
.contentbox-wrapper .ion-wrench:before,
#divFb .ion-wrench:before {
  content: "\f2ba";
}

/* line 11, app/assets/stylesheets/vendor/contentBuilder/ionicons.min.scss */
.contentbuilder-wrapper .ion-xbox:before,
.contentbox-wrapper .ion-xbox:before,
#divFb .ion-xbox:before {
  content: "\f30c";
}

/* line 22, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .column:nth-child(2),
.contentbox-wrapper .column:nth-child(2),
#divFb .column:nth-child(2) {
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .snippets,
.contentbox-wrapper .snippets,
#divFb .snippets {
  z-index: 1000000000;
}

/* line 28, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .is-pop,
.contentbuilder-wrapper .is-tool,
.contentbox-wrapper .is-pop,
.contentbox-wrapper .is-tool,
#divFb .is-pop,
#divFb .is-tool {
  z-index: 10000000;
}

/* line 32, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .is-pop button,
.contentbuilder-wrapper .is-tool button,
.contentbuilder-wrapper .is-modal button,
.contentbox-wrapper .is-pop button,
.contentbox-wrapper .is-tool button,
.contentbox-wrapper .is-modal button,
#divFb .is-pop button,
#divFb .is-tool button,
#divFb .is-modal button {
  background-color: transparent;
  padding: 0;
  transition: none !important;
}

/* line 39, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper #divRteTool,
.contentbox-wrapper #divRteTool,
#divFb #divRteTool {
  z-index: 1000000000 !important;
}

/* line 42, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .is-tool .icon-remove:before,
.contentbox-wrapper .is-tool .icon-remove:before,
#divFb .is-tool .icon-remove:before {
  display: none;
}

/* line 45, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .is-modal,
.contentbox-wrapper .is-modal,
#divFb .is-modal {
  z-index: 1000000000 !important;
}

/* line 48, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .is-modal.grideditor,
.contentbox-wrapper .is-modal.grideditor,
#divFb .is-modal.grideditor {
  box-sizing: content-box;
}

/* line 51, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .input-url,
.contentbox-wrapper .input-url,
#divFb .input-url {
  width: 100% !important;
}

/* line 54, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .input-newwindow,
.contentbox-wrapper .input-newwindow,
#divFb .input-newwindow {
  margin-bottom: 0 !important;
}

/* line 57, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .input-ok.classic:hover,
.contentbox-wrapper .input-ok.classic:hover,
#divFb .input-ok.classic:hover {
  top: auto;
}

/* line 60, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .row-add-initial:hover,
.contentbox-wrapper .row-add-initial:hover,
#divFb .row-add-initial:hover {
  color: gray;
}

/* line 65, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .slick-prev, .contentbuilder-wrapper .slick-prev:hover,
.contentbuilder-wrapper .slick-next,
.contentbuilder-wrapper .slick-next:hover,
.contentbox-wrapper .slick-prev,
.contentbox-wrapper .slick-prev:hover,
.contentbox-wrapper .slick-next,
.contentbox-wrapper .slick-next:hover,
#divFb .slick-prev,
#divFb .slick-prev:hover,
#divFb .slick-next,
#divFb .slick-next:hover {
  box-shadow: none;
  top: 50%;
}

/* line 70, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .slick-prev:before,
.contentbuilder-wrapper .slick-next:before,
.contentbox-wrapper .slick-prev:before,
.contentbox-wrapper .slick-next:before,
#divFb .slick-prev:before,
#divFb .slick-next:before {
  content: none;
}

/* line 73, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .slick-dots li button,
.contentbox-wrapper .slick-dots li button,
#divFb .slick-dots li button {
  box-shadow: none;
}

/* line 76, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .slick-dots li button:before,
.contentbox-wrapper .slick-dots li button:before,
#divFb .slick-dots li button:before {
  content: none;
}

/* line 79, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-wrapper .is-card-content-centered p,
.contentbox-wrapper .is-card-content-centered p,
#divFb .is-card-content-centered p {
  line-height: 1;
  text-align: center;
}

/* line 83, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.footer-area-inner .contentbuilder-wrapper p {
  font-family: inherit;
  font-size: 1.07rem;
  letter-spacing: 1px;
}

/* line 88, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-add {
  border: none;
  display: block;
  left: auto;
  position: fixed;
  right: 30px;
  top: 330px;
  width: 70px;
}

/* line 97, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.contentbuilder-add .classic {
  height: 50px;
}

/* line 100, app/assets/stylesheets/vendor/contentBuilder/_import.sass */
.content-area .contentbuilder-wrapper .is-btn {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divboxtool {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 60px;
  line-height: 30px;
  outline: none;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  overflow: hidden;
}

/* line 3, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section:hover .is-section-tool {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

/* line 4, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-box {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

/* line 5, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-module {
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/images/module.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 6, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-placeholder {
  width: 100%;
  height: 200px;
  position: relative;
  top: 0;
  left: 0;
  background-image: url(https://d1zmtm01ypbbyk.cloudfront.net/images/placeholder.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 8, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-tool {
  z-index: 1;
  opacity: 0;
  position: absolute !important;
  top: 0px;
  left: 0px;
  margin: 0px;
  margin-left: 70px;
  width: 100%;
  height: 40px;
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-tool > div {
  width: 40px;
  height: 40px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0px;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  float: left;
}

/* line 10, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-edit {
  cursor: pointer;
  background: #00acd6;
  color: #fff;
}

/* line 11, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-remove {
  cursor: pointer;
  background: #f7632e;
  color: #fff;
}

/* line 12, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-edit *, .is-section-remove * {
  color: #fff !important;
}

/* line 14, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-dummy {
  height: 0px;
  min-height: 0px !important;
}

/* Old Section Templates */
/* line 17, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-list {
  background: rgba(255, 255, 255, 0.96);
}

/* line 18, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-list div {
  cursor: pointer;
  margin: 0 15px 19px;
  padding: 0;
  display: inline-block;
}

/* line 19, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-list div img {
  opacity: 0.9;
  border: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 250px;
  margin: 0;
  box-sizing: border-box;
  display: block;
  -webkit-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.2);
}

/* line 20, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-list div:hover img {
  opacity: 1;
}

/* line 21, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-section-list {
  height: auto;
  max-height: 703px;
  margin: 0;
  padding: 27px 0 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

@media all and (max-width: 960px) {
  /* line 23, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  .is-section-list {
    max-height: 533px;
  }
}

/* New Sidebar Option */
/*.sidebar-active {margin-left:50px;}*/
/* line 28, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.sidebar-active {
  padding-left: 50px;
  box-sizing: border-box;
}

/* line 29, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.sidebar-active .is-section-tool {
  width: 40px !important;
  height: 80px;
  left: auto !important;
  right: 0px !important;
  top: 150px !important;
  margin-left: 0 !important;
}

/* line 30, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.sidebar-active .is-section-tool .is-section-edit {
  width: 40px;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
}

/* line 31, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.sidebar-active .is-section-tool .is-section-remove {
  width: 40px;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
}

/* line 32, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.sidebar-active #rte-toolbar {
  margin: 0 0 0 50px;
}

/* line 34, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar {
  z-index: 10003;
  position: fixed;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: #f9f9f9;
  color: rgba(0, 0, 0, 0.8);
  border-right: rgba(0, 0, 0, 0.05) 1px solid;
  box-shadow: 0 0 15px rgba(143, 143, 143, 0.06);
}

/* line 35, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar div.is-sidebar-button {
  width: 100%;
  display: table;
  float: left;
  height: 50px;
  background: none;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 50px;
  position: relative;
}

/* line 36, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar div.is-sidebar-button i {
  display: table-cell;
  vertical-align: middle;
}

/* line 37, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar div.is-sidebar-button:hover {
  background: #f9f9f9;
}

/* line 38, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar div.is-sidebar-button.active {
  background: #f9f9f9;
}

/* line 39, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content {
  z-index: 10002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
}

/* line 46, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 49, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content > div {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* line 51, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content textarea:focus {
  outline: none;
}

/* line 52, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content select:focus {
  outline: none;
}

/* line 54, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets {
  max-width: 316px;
}

/* line 55, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarTypography {
  max-width: 600px;
}

/* line 57, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets > div:first-child {
  width: 100%;
  height: 50px;
  position: absolute;
  background: #f3f3f3;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

/* line 58, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets > div:first-child > #divSnippetCat {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

/* line 59, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets > div:first-child > #divSnippetCatOptions {
  top: auto;
  width: 262px;
}

/* line 61, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets .is-snippet-list {
  padding: 25px 12px 0 75px;
  border-top: 50px transparent solid;
}

/* line 62, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets .is-snippet-list div {
  background: #000;
  margin: 0 12px 12px 0;
}

/* line 63, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets .is-snippet-list div img {
  outline: #ddd 1px solid;
  box-shadow: none;
  opacity: 1;
}

/* line 64, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSnippets .is-snippet-list div:hover img {
  opacity: 0.95;
}

/* line 66, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSections > div {
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

/* line 67, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSource > div {
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

/* line 68, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarTypography > div {
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

/* line 70, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSections {
  width: 100%;
}

@media all and (min-width: 640px) {
  /* line 72, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  #divSidebarSections {
    max-width: 550px;
  }
}

@media all and (min-width: 1024px) {
  /* line 75, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  #divSidebarSections {
    max-width: 1005px;
  }
}

@media all and (min-width: 1440px) {
  /* line 78, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  #divSidebarSections {
    max-width: 1450px;
  }
}

/* line 81, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSource {
  width: 100%;
}

@media all and (min-width: 640px) {
  /* line 83, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  #divSidebarSource {
    max-width: 550px;
  }
}

@media all and (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  #divSidebarSource {
    max-width: 1005px;
  }
}

@media all and (min-width: 1440px) {
  /* line 89, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  #divSidebarSource {
    max-width: 1450px;
  }
}

/* line 92, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.svg-icon {
  width: 16px;
  height: 16px;
  fill: rgba(0, 0, 0, 0.8);
}

/* line 98, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content button {
  margin: 0;
  padding: 19px;
  border: none;
  line-height: 1.7;
  font-family: sans-serif;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.6);
}

/* line 115, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content button.primary {
  background: #3f3f3f;
  color: rgba(255, 255, 255, 0.6);
}

/* line 119, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content button.primary:hover {
  background: #494949;
  color: rgba(255, 255, 255, 0.83);
}

/* line 123, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content button.secondary {
  background: #505050;
  color: rgba(255, 255, 255, 0.73);
}

/* line 127, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-sidebar-content button.secondary:hover {
  background: #5a5a5a;
  color: rgba(255, 255, 255, 0.9);
}

/* line 132, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#btnViewHtmlOk2 {
  font-size: 13px !important;
  padding: 0;
  text-align: center;
  line-height: 35px;
  width: 120px;
  height: 35px;
  background: white;
  color: rgba(0, 0, 0, 0.83);
  border-radius: 0px;
  border: #ccc 1px solid;
}

/* line 144, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#btnViewHtmlCancel2 {
  font-size: 12px !important;
  padding: 0;
  text-align: center;
  line-height: 35px;
  width: 120px;
  background: rgba(0, 0, 0, 0);
  color: #414141;
}

/* line 154, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#inpViewHtml2 {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 30px;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: courier;
  font-size: 17px;
  line-height: 2;
}

/* line 166, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
button:focus {
  outline: none;
}

/* Old */
/* line 169, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSource .CodeMirror {
  height: 100% !important;
}

/* line 170, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divSidebarSource .CodeMirror-sizer {
  padding-top: 12px;
}

/* line 172, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#md-editcustomcode #txtBoxCustomCode {
  height: 450px !important;
}

/* line 173, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#md-editcustomcode .CodeMirror {
  height: 450px !important;
}

/* First Loading */
/* line 176, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-wrapper {
  opacity: 0.01;
}

/* setting display=none makes initial script may not work properly */
/* line 177, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 184, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.pace-inactive {
  display: none;
}

/* line 187, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* New */
/* line 198, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
#divCb {
  font-family: sans-serif;
  font-size: 100%;
  font-weight: normal;
}

/* line 204, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-builder {
  min-height: 50px;
}

/* Enlarge droppable area */
/* line 206, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.box-active {
  animation-name: box-active-anim;
  animation-duration: 1s;
  /*animation-fill-mode: forwards;*/
}

@keyframes box-active-anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

/* line 217, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor button {
  float: left;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

/* line 223, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor button.clear {
  width: 225px;
  height: 45px;
}

/* line 227, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor .more input.input-text {
  width: 270px;
  height: 45px;
}

/* line 231, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor button.input-more {
  width: 45px;
  height: 45px;
}

/* line 232, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor .more input.input-text {
  width: 270px;
  height: 45px;
}

/* line 233, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor .more button.input-ok {
  width: 45px;
  height: 45px;
}

/* line 234, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor .more {
  overflow: hidden;
  width: 100%;
  height: 0px;
}

/* line 235, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor .more.active {
  animation-name: color-slide-out;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes color-slide-out {
  from {
    height: 0;
  }
  to {
    height: 54px;
  }
}

/* line 240, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-modal.customcolor .more.deactive {
  animation-name: color-slide-in;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

@keyframes color-slide-in {
  from {
    height: 54px;
  }
  to {
    height: 0;
  }
}

/*body{transition: background-color ease 1s;}*/
/* line 246, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
body.modal-active {
  background-color: rgba(123, 123, 123, 0.2);
}

/* line 248, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-customgrad-remove {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: rgba(95, 94, 94, 0.26);
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

/* line 262, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
.is-customgrad-item.active .is-customgrad-remove {
  display: block;
}

@media all and (max-width: 1025px) {
  /* line 265, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  body.full-edit .is-sidebar {
    display: none !important;
  }
  /* line 266, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  body.full-edit.sidebar-active {
    padding-left: 0 !important;
  }
}

@media all and (max-width: 680px) {
  /* line 269, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  .is-sidebar {
    display: none !important;
  }
  /* line 270, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  body {
    padding-left: 0 !important;
  }
  /* line 271, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
  #divboxtool, .is-section-tool {
    display: none !important;
  }
}

/* line 273, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
body.full-edit .is-builder > div > div:not(.mobile-edit) {
  display: none !important;
}

/* line 274, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
body.full-edit #divboxtool, body.full-edit .is-section-tool {
  display: none !important;
}

/* line 275, app/assets/stylesheets/vendor/contentBox/contentbox.scss */
body.full-edit .mobile-edit * {
  color: #111 !important;
}

/* line 1, app/assets/stylesheets/vendor/contentBox/box.scss */
html {
  height: 100%;
}

/* line 2, app/assets/stylesheets/vendor/contentBox/box.scss */
body {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto !important;
}

/* Container for All Sections */
/* line 5, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* Sections */
/* line 14, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div {
  display: table;
  width: 100%;
  height: auto;
  /* default */
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  /*z-index:1;*/
  overflow-x: hidden;
}

/* Boxes */
/* line 34, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-boxes {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 200px;
  float: left;
}

/* line 36, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-0 {
  display: table-cell;
  width: 0%;
  height: 100%;
  position: relative;
}

/* line 37, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-1 {
  display: table-cell;
  width: 8.333333%;
  height: 100%;
  position: relative;
}

/* line 38, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-2 {
  display: table-cell;
  width: 16.666667%;
  height: 100%;
  position: relative;
}

/* line 39, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-3 {
  display: table-cell;
  width: 25%;
  height: 100%;
  position: relative;
}

/* line 40, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-4 {
  display: table-cell;
  width: 33.333333%;
  height: 100%;
  position: relative;
}

/* line 41, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-5 {
  display: table-cell;
  width: 41.666667%;
  height: 100%;
  position: relative;
}

/* line 42, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-6 {
  display: table-cell;
  width: 50%;
  height: 100%;
  position: relative;
}

/* line 43, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-7 {
  display: table-cell;
  width: 58.333333%;
  height: 100%;
  position: relative;
}

/* line 44, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-8 {
  display: table-cell;
  width: 66.666667%;
  height: 100%;
  position: relative;
}

/* line 45, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-9 {
  display: table-cell;
  width: 75%;
  height: 100%;
  position: relative;
}

/* line 46, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-10 {
  display: table-cell;
  width: 83.333333%;
  height: 100%;
  position: relative;
}

/* line 47, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-11 {
  display: table-cell;
  width: 91.666667%;
  height: 100%;
  position: relative;
}

/* line 48, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-12 {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 50, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-centered {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

/* line 53, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-stretch > div:not(.is-arrow-down) {
  /* Unlike .is-overlay (absolute positioned), this section is relative positioned. With this, flowing content is safe, and stretched content can be made absolute with class .flexi-position */
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
}

/* 
.flexi-position is set relative by default, but will set absolute (stretched) if placed within section .is-stretch 
*/
/* line 59, app/assets/stylesheets/vendor/contentBox/box.scss */
.flexi-position {
  position: relative;
}

/* line 60, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-stretch .flexi-position {
  position: absolute;
}

/* line 62, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-section.is-stretch {
  min-height: 300px;
}

/* New */
@media all and (max-width: 960px) {
  /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
  /* line 67, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-section:not(.is-box) {
    height: auto !important;
  }
  /* .is-boxes { height: auto !important; } */
  /* line 70, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-boxes {
    height: 100% !important;
  }
  /* new */
  /* line 72, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-img {
    height: 300px !important;
  }
  /* line 73, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-img .is-boxes {
    height: 100% !important;
  }
  /* line 75, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-1 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 76, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-2 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 77, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-3 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 78, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-4 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 79, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-5 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 80, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-6 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 81, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-7 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 82, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-8 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 83, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-9 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 84, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-10 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 85, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-11 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* line 86, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-12 {
    display: table;
    width: 100%;
    height: auto;
  }
  /* .is-box-centered {display:block;} */
  /* line 89, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box-centered {
    display: table-cell;
  }
  /* new */
}

/* line 92, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media all and (max-width: 960px) {
  /* line 102, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-container {
    padding: 15px;
  }
}

@media all and (max-width: 480px) {
  /* line 105, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-container {
    padding: 15px;
  }
}

@media (max-width: 960px) {
  /* line 109, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-box {
    min-height: 300px;
  }
}

/* Boxed Layout */
/* line 115, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-boxed-layout .is-container {
  padding: 50px;
  background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
  /* line 117, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
  /* 60px */
}

@media all and (max-width: 1024px) {
  /* line 120, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }
  /* line 122, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-boxed-layout .is-overlay {
    display: none !important;
  }
  /* line 123, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-boxed-layout {
    background: #fff !important;
  }
}

/* Default Layout */
/* Middle */
/* line 129, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media all and (max-width: 1280px) {
  /* line 131, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* Top 
.is-wrapper > div:first-child .is-box:first-child .is-container { margin-top:120px; } 
@media all and (max-width: 1280px) {
    .is-wrapper > div:first-child .is-box:first-child .is-container { margin-top:80px; }
}  */
/*
@media all and (max-width: 1024px) {
    .is-wrapper .is-box  .is-container {
        padding:40px;
    }
    .is-wrapper > div:first-child .is-box:first-child .is-container { padding-top:80px !important; } 
}    */
/* Scroll Down Icon */
/* line 149, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-arrow-down {
  display: table;
  position: absolute;
  bottom: 65px;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  z-index: 1;
}

@media all and (max-width: 1025px) {
  /* line 151, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-arrow-down {
    display: none !important;
  }
}

/* line 153, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-arrow-down > a {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 500px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

/* line 159, app/assets/stylesheets/vendor/contentBox/box.scss */
.bounce {
  -moz-animation: bounce 5s forwards;
  -webkit-animation: bounce 5s forwards;
  animation: bounce 5s forwards;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* line 179, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-arrow-down.light a {
  background: rgba(255, 255, 255, 0.18);
  color: #111;
}

/* Overlay */
/* line 184, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
/* line 190, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-overlay .is-overlay-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

/* line 196, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
  animation: is-scale 25s ease forwards;
  -ms-animation: is-scale 25s ease forwards;
  -webkit-animation: is-scale 25s ease forwards;
  -o-animation: is-scale 25s ease forwards;
  -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

/* line 219, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-overlay .is-overlay-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.05;
}

/* line 223, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-overlay .is-overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: inherit;
  /* dec 2017 */
}

/* line 228, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-overlay .is-overlay-content.content-selectable {
  z-index: 1;
}

/* dec 2017 */
/* line 229, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container {
  z-index: 1;
}

/* dec 2017 */
/* Section & Content Styles */
/* Background Color */
/* line 234, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-bg-grey, .is-wrapper > div.is-bg-grey {
  background-color: #eeeff0;
}

/* line 235, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-bg-dark, .is-wrapper > div.is-bg-dark {
  background-color: #111;
}

/* line 236, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-bg-light, .is-wrapper > div.is-bg-light {
  background-color: #fff;
}

/* Text Color */
/* line 240, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-light-text, .is-light-text h1, .is-light-text h2, .is-light-text h3, .is-light-text, h4, .is-light-text h5, .is-light-text h6, .is-light-text p, .is-light-text li {
  color: #fff;
}

/*
.is-light-text .is-arrow-down a {
    background: rgba(255, 255, 255, 0.18);
}
*/
/* line 250, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text, h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
  color: #111;
}

/*
.is-dark-text .is-arrow-down a {
    background: rgba(0, 0, 0, 0.18);
}
*/
/* line 260, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-dark-text .is-light-text * {
  color: #fff;
}

/* line 261, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-light-text .is-dark-text * {
  color: #000;
}

/* Vertical Alignment */
/* line 264, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-top {
  vertical-align: top;
}

/* line 267, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-bottom {
  vertical-align: bottom;
}

/* Horizontal Alignment */
/* line 272, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-content-left {
  margin-left: 100px;
}

/* line 275, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-content-right {
  margin-right: 100px;
}

@media all and (max-width: 1200px) {
  /* line 280, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-container.is-content-left {
    margin-left: 60px;
  }
  /* line 283, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-container.is-content-right {
    margin-right: 60px;
  }
}

@media all and (max-width: 960px) {
  /* line 289, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-container.is-content-left {
    margin-left: auto;
  }
  /* line 292, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-container.is-content-right {
    margin-right: auto;
  }
}

/*
@media all and (max-width: 960px) {          
    .is-container.is-content-left {
        margin-left:30px;
        margin-right:30px;
    }
    .is-container.is-content-right {
        margin-right:30px;
        margin-right:30px;
    }
}
*/
/* line 308, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-5 .is-content-left, .is-box-4 .is-content-left, .is-box-3 .is-content-left, .is-box-2 .is-content-left, .is-box-1 .is-content-left {
  margin-left: auto;
}

/* line 311, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-box-5 .is-content-right, .is-box-4 .is-content-right, .is-box-3 .is-content-right, .is-box-2 .is-content-right, .is-box-1 .is-content-right {
  margin-right: auto;
}

/* Edge Spacing */
/* line 316, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
  margin-top: -200px;
}

/* line 317, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
  margin-bottom: -200px;
}

/* line 319, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
  margin-top: -160px;
}

/* line 320, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
  margin-bottom: -160px;
}

/* line 322, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
  margin-top: -120px;
}

/* line 323, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
  margin-bottom: -120px;
}

/* line 325, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
  margin-top: -80px;
}

/* line 326, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
  margin-bottom: -80px;
}

/* line 328, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
  margin-top: -40px;
}

/* line 329, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
  margin-bottom: -40px;
}

/* line 331, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y-0 .is-container {
  margin-top: 0;
}

/* line 332, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container {
  margin-bottom: 0;
}

/* line 334, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
  margin-top: 40px;
}

/* line 335, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
  margin-bottom: 40px;
}

/* line 337, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
  margin-top: 80px;
}

/* line 338, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
  margin-bottom: 80px;
}

/* line 340, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
  margin-top: 120px;
}

/* line 341, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
  margin-bottom: 120px;
}

/* line 343, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
  margin-top: 160px;
}

/* line 344, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
  margin-bottom: 160px;
}

/* line 346, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
  margin-top: 200px;
}

/* line 347, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
  margin-bottom: 200px;
}

@media all and (max-width: 960px) {
  /* line 350, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
    margin-top: -200px;
  }
  /* line 351, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
    margin-bottom: -200px;
  }
  /* line 353, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
    margin-top: -160px;
  }
  /* line 354, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
    margin-bottom: -160px;
  }
  /* line 356, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
    margin-top: -120px;
  }
  /* line 357, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
    margin-bottom: -120px;
  }
  /* line 359, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
    margin-top: -80px;
  }
  /* line 360, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
    margin-bottom: -80px;
  }
  /* line 362, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
    margin-top: -20px;
  }
  /* line 363, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
    margin-bottom: -40px;
  }
  /* line 365, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
    margin-top: 40px;
  }
  /* old: 0px */
  /* line 366, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
    margin-bottom: 40px;
  }
  /* line 368, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
    margin-top: 40px;
  }
  /* line 369, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
    margin-bottom: 40px;
  }
  /* line 371, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
    margin-top: 40px;
  }
  /* line 372, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
    margin-bottom: 40px;
  }
  /* line 374, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
    margin-top: 40px;
  }
  /* line 375, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
    margin-bottom: 40px;
  }
  /* line 377, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
    margin-top: 40px;
  }
  /* line 378, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
    margin-bottom: 40px;
  }
  /* old: 0px */
}

/* line 381, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-left.edge-x-0 {
  margin-left: 0;
}

/* line 382, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-right.edge-x-0 {
  margin-right: 0;
}

/* line 384, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-left.edge-x-1 {
  margin-left: 40px;
}

/* line 385, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-right.edge-x-1 {
  margin-right: 40px;
}

/* line 387, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-left.edge-x-2 {
  margin-left: 80px;
}

/* line 388, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-right.edge-x-2 {
  margin-right: 80px;
}

/* line 390, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-left.edge-x-3 {
  margin-left: 120px;
}

/* line 391, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-right.edge-x-3 {
  margin-right: 120px;
}

/* line 393, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-left.edge-x-4 {
  margin-left: 160px;
}

/* line 394, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-right.edge-x-4 {
  margin-right: 160px;
}

/* line 396, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-left.edge-x-5 {
  margin-left: 200px;
}

/* line 397, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-right.edge-x-5 {
  margin-right: 200px;
}

@media all and (max-width: 960px) {
  /* line 400, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-left.edge-x-1 {
    margin-left: auto;
  }
  /* line 401, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-right.edge-x-1 {
    margin-right: auto;
  }
  /* line 403, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-left.edge-x-2 {
    margin-left: auto;
  }
  /* line 404, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-right.edge-x-2 {
    margin-right: auto;
  }
  /* line 406, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-left.edge-x-3 {
    margin-left: auto;
  }
  /* line 407, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-right.edge-x-3 {
    margin-right: auto;
  }
  /* line 409, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-left.edge-x-4 {
    margin-left: auto;
  }
  /* line 410, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-right.edge-x-4 {
    margin-right: auto;
  }
  /* line 412, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-left.edge-x-5 {
    margin-left: auto;
  }
  /* line 413, app/assets/stylesheets/vendor/contentBox/box.scss */
  .is-content-right.edge-x-5 {
    margin-right: auto;
  }
}

/* Text Alignment */
/* line 417, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-align-right {
  text-align: right;
}

/* line 420, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-align-center {
  text-align: center;
}

/* line 423, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-align-left {
  text-align: left;
}

/* line 426, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-align-justify {
  text-align: justify;
}

/* Text Opacity */
/* line 431, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-20, .is-opacity-20 .is-container {
  opacity: 0.2;
}

/* line 434, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-25, .is-opacity-25 .is-container {
  opacity: 0.25;
}

/* line 437, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-30, .is-opacity-30 .is-container {
  opacity: 0.3;
}

/* line 440, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-35, .is-opacity-35 .is-container {
  opacity: 0.35;
}

/* line 443, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-40, .is-opacity-40 .is-container {
  opacity: 0.4;
}

/* line 446, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-45, .is-opacity-45 .is-container {
  opacity: 0.45;
}

/* line 449, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-50, .is-opacity-50 .is-container {
  opacity: 0.5;
}

/* line 452, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-55 .is-container {
  opacity: 0.55;
}

/* line 455, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-60, .is-opacity-60 .is-container {
  opacity: 0.6;
}

/* line 458, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-65, .is-opacity-65 .is-container {
  opacity: 0.65;
}

/* line 461, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-70, .is-opacity-70 .is-container {
  opacity: 0.7;
}

/* line 464, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-75, .is-opacity-75 .is-container {
  opacity: 0.75;
}

/* line 467, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-80, .is-opacity-80 .is-container {
  opacity: 0.8;
}

/* line 470, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-85, .is-opacity-85 .is-container {
  opacity: 0.85;
}

/* line 473, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-90, .is-opacity-90 .is-container {
  opacity: 0.9;
}

/* line 476, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-opacity-95, .is-opacity-95 .is-container {
  opacity: 0.95;
}

/* Content Size */
/* line 482, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-380 {
  max-width: 380px !important;
}

/* line 485, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-500 {
  max-width: 500px !important;
}

/* line 488, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-640 {
  max-width: 640px !important;
}

/* line 491, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-800 {
  max-width: 800px !important;
}

/* line 494, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-970 {
  max-width: 970px !important;
}

/* line 497, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-980 {
  max-width: 980px !important;
}

/* line 500, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-1050 {
  max-width: 1050px !important;
}

/* line 503, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-1100 {
  max-width: 1100px !important;
}

/* line 506, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-content-1200 {
  max-width: 1200px !important;
}

/* Section Height */
/* line 512, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-20 {
  height: 20%;
}

/* line 515, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-30 {
  height: 30%;
}

/* line 518, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-40 {
  height: 40%;
}

/* line 521, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-50 {
  height: 50%;
}

/* line 524, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-60 {
  height: 60%;
}

/* line 527, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-75 {
  height: 75%;
}

/* line 530, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-100 {
  height: 100%;
}

/* line 533, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-wrapper > div.is-section-auto {
  /*height: auto;*/
  height: 10%;
}

/* Stretched container (not used yet) */
/* line 540, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-stretch-w {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* line 541, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-stretch-h {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 542, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-stretch-w > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 543, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-stretch-w > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 544, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-stretch-h > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 545, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-container.is-fullheight {
  height: 100%;
}

/* Others */
/* line 549, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-shadow-1 {
  /* for section */
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}

/* line 555, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-lightbox img {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* line 562, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-lightbox img:hover {
  opacity: 0.8;
}

/* line 564, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-hidden {
  display: none !important;
}

/* slider */
/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-list:focus {
  outline: 0;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-track {
  top: 0;
  left: 0;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-track:after {
  clear: both;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
[dir=rtl] .slick-slide {
  float: right;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-slide img {
  display: block;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 567, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-list, .slick-track {
  height: 100% !important;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  margin-top: -10px\9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-next:hover:before, .slick-prev:hover:before {
  opacity: 1;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-next:before, .slick-prev:before {
  font-size: 50px;
  line-height: 1;
  opacity: .8;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-prev {
  left: 30px;
  z-index: 11;
  opacity: .7;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2730px%27%20height%3D%2730px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%2745.63%2C75.8%200.375%2C38.087%2045.63%2C0.375%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slider-on-content .slick-prev {
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2722px%27%20height%3D%2722px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%2745.63%2C75.8%200.375%2C38.087%2045.63%2C0.375%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-prev:hover {
  opacity: 1;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-next {
  right: 30px;
  z-index: 11;
  opacity: .7;
  width: 30px;
  height: 30px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2730px%27%20height%3D%2730px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%270.375%2C0.375%2045.63%2C38.087%200.375%2C75.8%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slider-on-content .slick-next {
  width: 22px;
  height: 22px;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20xmlns%3Axlink%3D%27http%3A//www.w3.org/1999/xlink%27%20width%3D%2722px%27%20height%3D%2722px%27%20viewBox%3D%270%200%2050%2080%27%20xml%3Aspace%3D%27preserve%27%3E%3Cpolyline%20fill%3D%27none%27%20stroke%3D%27%23FFFFFF%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20points%3D%270.375%2C0.375%2045.63%2C38.087%200.375%2C75.8%20%27%3E%3C/polyline%3E%3C/svg%3E) !important;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-next:hover {
  opacity: 1;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-slider {
  height: 100%;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-dots {
  z-index: 10;
  position: absolute;
  bottom: 25px;
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-dots li, .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  border-radius: 500px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-dots li.slick-active, .slick-dots li:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-dots.dark li {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 568, app/assets/stylesheets/vendor/contentBox/box.scss */
.slick-dots.dark li.slick-active, .slick-dots.dark li:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 570, app/assets/stylesheets/vendor/contentBox/box.scss */
.slider-image {
  background-size: cover;
  background-position: 50% 60%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: table !important;
  outline: none;
}

/* line 571, app/assets/stylesheets/vendor/contentBox/box.scss */
.slider-content {
  display: table-cell;
  box-sizing: border-box;
  padding: 50px 70px 50px;
  text-decoration: none;
  opacity: 0.85;
}

/* line 572, app/assets/stylesheets/vendor/contentBox/box.scss */
.slider-on-box .slider-content {
  padding: 65px 80px 70px;
}

/* line 573, app/assets/stylesheets/vendor/contentBox/box.scss */
.slider-on-box .slick-dots {
  bottom: 35px;
}

/* video */
/* line 576, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 589, app/assets/stylesheets/vendor/contentBox/box.scss */
.is-overlay-video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.25;
}

/* AOS (Animate on scroll) | Copyright (c) 2015 Michał Sajnóg | The MIT License (MIT) */
/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] .aos-animate[data-aos] {
  transition-delay: 50ms;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] .aos-animate[data-aos] {
  transition-delay: .1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] .aos-animate[data-aos] {
  transition-delay: .15s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] .aos-animate[data-aos] {
  transition-delay: .2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] .aos-animate[data-aos] {
  transition-delay: .25s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] .aos-animate[data-aos] {
  transition-delay: .3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] .aos-animate[data-aos] {
  transition-delay: .35s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] .aos-animate[data-aos] {
  transition-delay: .4s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] .aos-animate[data-aos] {
  transition-delay: .45s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] .aos-animate[data-aos] {
  transition-delay: .5s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] .aos-animate[data-aos] {
  transition-delay: .55s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] .aos-animate[data-aos] {
  transition-delay: .6s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] .aos-animate[data-aos] {
  transition-delay: .65s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] .aos-animate[data-aos] {
  transition-delay: .7s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] .aos-animate[data-aos] {
  transition-delay: .75s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] .aos-animate[data-aos] {
  transition-delay: .8s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] .aos-animate[data-aos] {
  transition-delay: .85s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] .aos-animate[data-aos] {
  transition-delay: .9s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] .aos-animate[data-aos] {
  transition-delay: .95s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] .aos-animate[data-aos] {
  transition-delay: 1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] .aos-animate[data-aos] {
  transition-delay: 1.05s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] .aos-animate[data-aos] {
  transition-delay: 1.1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] .aos-animate[data-aos] {
  transition-delay: 1.15s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] .aos-animate[data-aos] {
  transition-delay: 1.2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] .aos-animate[data-aos] {
  transition-delay: 1.25s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] .aos-animate[data-aos] {
  transition-delay: 1.3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] .aos-animate[data-aos] {
  transition-delay: 1.35s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] .aos-animate[data-aos] {
  transition-delay: 1.4s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] .aos-animate[data-aos] {
  transition-delay: 1.45s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] .aos-animate[data-aos] {
  transition-delay: 1.5s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] .aos-animate[data-aos] {
  transition-delay: 1.55s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] .aos-animate[data-aos] {
  transition-delay: 1.6s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] .aos-animate[data-aos] {
  transition-delay: 1.65s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] .aos-animate[data-aos] {
  transition-delay: 1.7s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] .aos-animate[data-aos] {
  transition-delay: 1.75s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] .aos-animate[data-aos] {
  transition-delay: 1.8s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] .aos-animate[data-aos] {
  transition-delay: 1.85s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] .aos-animate[data-aos] {
  transition-delay: 1.9s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] .aos-animate[data-aos] {
  transition-delay: 1.95s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] .aos-animate[data-aos] {
  transition-delay: 2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] .aos-animate[data-aos] {
  transition-delay: 2.05s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] .aos-animate[data-aos] {
  transition-delay: 2.1s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] .aos-animate[data-aos] {
  transition-delay: 2.15s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] .aos-animate[data-aos] {
  transition-delay: 2.2s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] .aos-animate[data-aos] {
  transition-delay: 2.25s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] .aos-animate[data-aos] {
  transition-delay: 2.3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] .aos-animate[data-aos] {
  transition-delay: 2.35s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] .aos-animate[data-aos] {
  transition-delay: 2.4s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] .aos-animate[data-aos] {
  transition-delay: 2.45s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] .aos-animate[data-aos] {
  transition-delay: 2.5s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] .aos-animate[data-aos] {
  transition-delay: 2.55s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] .aos-animate[data-aos] {
  transition-delay: 2.6s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] .aos-animate[data-aos] {
  transition-delay: 2.65s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] .aos-animate[data-aos] {
  transition-delay: 2.7s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] .aos-animate[data-aos] {
  transition-delay: 2.75s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] .aos-animate[data-aos] {
  transition-delay: 2.8s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] .aos-animate[data-aos] {
  transition-delay: 2.85s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] .aos-animate[data-aos] {
  transition-delay: 2.9s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] .aos-animate[data-aos] {
  transition-delay: 2.95s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] .aos-animate[data-aos] {
  transition-delay: 3s;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos] {
  pointer-events: none;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
.aos-animate[data-aos] {
  pointer-events: auto;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) .aos-animate[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) .aos-animate[data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden;
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) .aos-animate[data-aos^=slide][data-aos^=slide] {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) .aos-animate[data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) .aos-animate[data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) .aos-animate[data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  /* line 595, app/assets/stylesheets/vendor/contentBox/box.scss */
  html:not(.no-js) .aos-animate[data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}

/* line 4, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-section-20 {
  height: 20vh !important;
}

/* line 7, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-section-30 {
  height: 30vh !important;
}

/* line 10, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-section-40 {
  height: 40vh !important;
}

/* line 13, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-section-50 {
  height: 50vh !important;
}

/* line 16, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-section-60 {
  height: 60vh !important;
}

/* line 19, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-section-75 {
  height: 75vh !important;
}

/* line 22, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-section-100 {
  height: 100vh !important;
}

/* line 25, app/assets/stylesheets/vendor/contentBox/_import.sass */
.is-container.container {
  height: auto;
}
/* line 1, app/assets/stylesheets/line_item.scss */
.gooten-line-item__photo-wrap-layers {
  position: relative;
}

/* line 4, app/assets/stylesheets/line_item.scss */
.gooten-line-item__photo-wrap-layers img {
  position: unset;
  top: unset;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: unset;
}

/* line 13, app/assets/stylesheets/line_item.scss */
.gooten-line-item__photo-wrap-layers img.canvas:not(.lazyloaded) {
  background: url(https://d1zmtm01ypbbyk.cloudfront.net/assets/spinner.svg) 50% 50% no-repeat;
  background-size: 75%;
  opacity: 1;
}

/* line 19, app/assets/stylesheets/line_item.scss */
.gooten-line-item__photo-wrap-layers img:not(:first-child) {
  position: absolute;
  transform: translate(-100%, 0%);
}
/* line 1, app/assets/stylesheets/stripe-card/stripe-card.scss */
.StripeElement {
  display: flex !important;
  align-items: center;
  height: var(--field-height, 38px);
  border: 1px solid #ccc;
  padding: 0 12px;
}

/* line 8, app/assets/stylesheets/stripe-card/stripe-card.scss */
.StripeElement > * {
  width: 100%;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any of the CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * application_billboards compiled file, but it's generally better to create a new file per style scope.
 *





































 */
