/*******************************
 * LAYOUT SITE ONLY - REMOVE
 *******************************/
#shell,
.content {
	overflow: visible;
}

#shell::after,
.content::after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }


#content #text-wrap > .inner-wrap > #shell > #shell-wrap {
    width: 100%;
    padding: 0;
}

.content {
    padding: 6em 4em;
    box-sizing: border-box;
    width: 100%; 
}

.alertpopup-wrap,
.alertbar-wrap {
	font-family:proxima-nova-1,proxima-nova-2,sans-serif;
}

.alertpopup-wrap {
	display: none;
}

.alertbar-wrap.alertB2 {
	margin-bottom: 2rem;
}


/*
Separated out each alert out so it would be easier to copy/paste...
used .alertP1, etc. classes for layout site
*/
 
 
/*******************************
 * ALERT POPUP 1
 *******************************/
 
.alertpopup-wrap.alertP1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9899;/*maybe too high???depends on the site so set it high*/
	transition: .2s;
}

.alertP1 .alertpopup {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 4rem auto 0 auto;
	text-align: center;
	transition: .2s;
}

@media only screen and (min-width: 960px) {
	.alertP1 .alertpopup {
		margin-top: 12rem;
	}
}

.alertP1 .alertpopup-inner {
	padding: 2rem;
}

.alertP1 .alertpopup-inner p:last-of-type {
	margin-bottom: 0;
}

.alertP1 .alertpopup-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin-top: -3rem;
	border: 2px solid;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	transition: .3s;
}

@media only screen and (min-width: 960px) {
	.alertP1 .alertpopup-toggle {
		width: 40px;
		height: 40px;
		margin-top: -8rem;
	}
}

.alertP1 .alertpopup-toggle i {
	display: block;
	position: relative;
	font-size: 16px;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

@media only screen and (min-width: 960px) {
	.alertP1 .alertpopup-toggle i {
		font-size: 24px;
	}
}

.alertP1 .button-alert {
	display: inline-block;
	padding: .65rem 1.25rem;
	font-weight: 700;
	transition: .3s;
}

/*overrides*/
.alertpopup-wrap.alertP1 {
	background-color: rgba(255,255,255, .97);
}

.alertP1 .alertpopup-toggle {
	border-color: #efa837;
	color: #efa837;
}

.alertP1 .alertpopup-toggle:hover {
	color: #efa837;
	opacity: .7;
}

.alertP1 .button-alert {
	color: #ffffff;
	background-color: #efa837;
}

.alertP1 .button-alert:hover {
	color: #efa837;
	background-color: #ffffff;
}

/*******************************
 * ALERT POPUP 2
 *******************************/
 
.alertpopup-wrap.alertP2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9899;/*maybe too high???depends on the site so set it high*/
	transition: .2s;
}

.alertP2 .alertpopup {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 4rem auto 0 auto;
	text-align: center;
	transition: .2s;
}

@media only screen and (min-width: 960px) {
	.alertP2 .alertpopup {
		margin-top: 12rem;
	}
}

.alertP2 .alertpopup-inner {
	padding: 3rem 2rem;
	border: 10px solid;
}

.alertP2 .alertpopup-inner p:last-of-type {
	margin-bottom: 0;
}

.alertP2 .alertpopup-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	margin-top: 1rem;
	margin-right: 1rem;
	border: 2px solid;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	transition: .3s;
}

.alertP2 .alertpopup-toggle i {
	display: block;
	position: relative;
	font-size: 14px;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.alertP2 .button-alert {
	display: inline-block;
	padding: .65rem 1.25rem;
	font-weight: 700;
	transition: .3s;
}

/*overrides*/
.alertpopup-wrap.alertP2 {
	background-color: rgba(255,255,255, .97);
}

.alertP2 .alertpopup-inner {
	border-color: #efa837;
	background-color: #ffffff;
}

.alertP2 .alertpopup-toggle {
	border-color: #efa837;
	color: #efa837;
}

.alertP2 .alertpopup-toggle:hover {
	color: #efa837;
	opacity: .7;
}

.alertP2 .button-alert {
	color: #ffffff;
	background-color: #efa837;
}

.alertP2 .button-alert:hover {
	color: #efa837;
	background-color: #ffffff;
}

/*******************************
 * ALERT POPUP 3
 *******************************/
 
.alertpopup-wrap.alertP3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9899;/*maybe too high???depends on the site so set it high*/
	transition: .2s;
}

.alertP3 .alertpopup {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 4rem auto 0 auto;
	text-align: center;
	transition: .2s;
}

@media only screen and (min-width: 960px) {
	.alertP3 .alertpopup {
		margin-top: 6rem;
	}
}

.alertP3 .alertpopup-image {
	display: block;
	width: 100%;
	height: auto;
}

.alertP3 .alertpopup-inner {
	padding: 2rem;
}

.alertP3 .alertpopup-inner p:last-of-type {
	margin-bottom: 0;
}

.alertP3 .alertpopup-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
	margin-top: -.75rem;
	margin-right: -.75rem;
	border: 2px solid;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	transition: .3s;
}

.alertP3 .alertpopup-toggle i {
	display: block;
	position: relative;
	font-size: 18px;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.alertP3 .button-alert {
	display: inline-block;
	padding: .65rem 1.25rem;
	font-weight: 700;
	transition: .3s;
}

/*overrides*/
.alertpopup-wrap.alertP3 {
	background-color: rgba(0,0,0, .9);
}

.alertP3 .alertpopup-inner {
	background-color: #ffffff;
}

.alertP3 .alertpopup-toggle {
	border-color: #efa837;
	color: #efa837;
	background-color: #ffffff;
}

.alertP3 .alertpopup-toggle:hover {
	color: #efa837;
	opacity: .7;
}

.alertP3 .button-alert {
	color: #ffffff;
	background-color: #efa837;
}

.alertP3 .button-alert:hover {
	color: #efa837;
	background-color: #ffffff;
}

/*******************************
 * ALERT BAR 1
 *******************************/
 
.alertbar-wrap.alertB1 {
	position: absolute;/*used aboslute for layouts site, but should be fixed....can play with top, right, etc.*/
	right: 0;
	text-align: right;
	z-index: 989;/*may need to play with this or its container z-index depending on the site*/
	border-top: 10px solid;
}

.alertB1 .alertbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;/*match margin on button*/
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-in-out 0;
}

@media only screen and (min-width: 960px) {
	.alertB1 .alertbar {
		width: 280px;/*match margin on button*/
	}
}

.alertB1.active .alertbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease-in-out .3s;
}
	
.alertB1 .alertbar-inner {
	padding: 1.5rem;
}

.alertB1 .alertbar-inner p:last-of-type {
	margin-bottom: 0;
}

.alertB1 .alertbar-toggle {
	position: relative;
	right: auto;
	display: inline-block;
	text-align: center;
	min-width: 60px;
	max-width: 60px;
	padding: 1.25rem .125rem;
	font-weight: 700;
	font-size: 16px;
	transition: .3s;
}

@media only screen and (min-width: 960px) {
.alertB1 .alertbar-toggle {
	min-width: 80px;
	max-width: 80px;
}
}

.alertB1.active .alertbar-toggle {
	margin-right: 240px;/*match width on alertbar*/
}
	
@media only screen and (min-width: 960px) {
	.alertB1.active .alertbar-toggle {
		margin-right: 280px;/*match width on alertbar*/
	}
}

.alertB1 .alertbar-toggle i {
	display: block;
	margin-bottom: .5rem;
}

.alertB1 .alertbar-toggle span {
	display: block;
}

.alertB1 .button-alert {
	display: inline-block;
	padding: .65rem 1.25rem;
	font-weight: 700;
	transition: .3s;
}

/*overrides*/
.alertbar-wrap.alertB1 {
	border-top-color: #efa837;
}

.alertB1 .alertbar-inner {
	color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
	background-color: #404757;
}

.alertB1 .alertbar-inner h2,
.alertB1 .alertbar-inner h3,
.alertB1 .alertbar-inner h4,
.alertB1 .alertbar-inner h5,
.alertB1 .alertbar-inner h6,
.alertB1 .alertbar-inner p {
	color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.alertB1 .alertbar-toggle {
	color: #efa837;
	background-color: #404757;
}

.alertB1 .alertbar-toggle:hover {
	color: #404757;
	background-color: #efa837;
}

.alertB1 .button-alert {
	color: #ffffff;
	background-color: #efa837;
}

.alertB1 .button-alert:hover {
	color: #efa837;
	background-color: #ffffff;
}

/*******************************
 * ALERT BAR 2
 *******************************/
 
.alertbar-wrap.alertB2 {
	position: relative;
	text-align: right;
	z-index: 979;/*may need to play with this or its container z-index depending on the site*/
}

.alertB2 .alertbar {
	position: absolute;
	right: 0;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

@media only screen and (min-width: 960px) {
	.alertB2 .alertbar {
		width: 280px;
	}
}

.alertB2.active .alertbar {
	opacity: 1;
	visibility: visible;
}

.alertB2 .alertbar-inner {
	padding: 1.5rem;
	border-top: 10px solid;
}

.alertB2 .alertbar-inner p:last-of-type {
	margin-bottom: 0;
}

.alertB2 .alertbar-toggle {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: .5rem 1rem;
	font-weight: 700;
	font-size: 16px;
	transition: .3s;
}

.alertB2 .alertbar-toggle i {
	display: inline-block;
	margin-right: .5rem;
	vertical-align: -.07rem;
}

.alertB2 .alertbar-toggle span {
	display: inline-block;
}

.alertB2 .button-alert {
	display: inline-block;
	padding: .65rem 1.25rem;
	font-weight: 700;
	transition: .3s;
}

/*overrides*/
.alertbar-wrap.alertB2 {
	background-color: #5b7e95;
}

.alertB2 .alertbar-inner {
	background-color: #404757;
	border-top-color: #efa837;
	color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.alertB2 .alertbar-inner h2,
.alertB2 .alertbar-inner h3,
.alertB2 .alertbar-inner h4,
.alertB2 .alertbar-inner h5,
.alertB2 .alertbar-inner h6,
.alertB2 .alertbar-inner p {
	color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.alertB2 .alertbar-toggle {
	color: #ffffff;
	background-color: #efa837;
}

.alertB2 .alertbar-toggle:hover {
	background-color: #404757;
}

.alertB2 .button-alert {
	color: #ffffff;
	background-color: #efa837;
}

.alertB2 .button-alert:hover {
	color: #efa837;
	background-color: #ffffff;
}


/*******************************
 * ALERT BAR 2
 *******************************/
 
.alertbar-wrap.alertB3 {
	position: relative;
	text-align: center;
	font-size: 16px;
	padding: 1rem 5%;
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-desc,
.alertB3 .alertbar-link {
	margin: .5rem 0;   
}
.alertB3 .alertbar-desc{
     line-height: 1.2em;
}

@media only screen and (min-width: 960px) {
	.alertB3 .alertbar-title,
	.alertB3 .alertbar-desc,
	.alertB3 .alertbar-link {
		display: inline-block;
		vertical-align: middle;
		margin: 0 .5rem;
	}
}

.alertB3 .alertbar-title,
.alertB3 .alertbar-link {
	font-weight: 700;
}

.alertB3 .alertbar-title i {
	display: inline-block;
	margin-right: .5rem;
}

.alertB3 .alertbar-title span {
	display: inline-block;
}

.alertB3 .alertbar-link a {
	transition: .3s;
}

/*overrides*/
.alertbar-wrap.alertB3 {
	background-color: #684287;
}

.alertB3 .alertbar-title {
	color: #0eb48d;
}

.alertB3 .alertbar-desc {
	color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.alertB3 .alertbar-link a,
.alertbar-link{
	color: #0eb48d;
}

.alertB3 a:hover .alertbar-link,
.alertB3 a:hover .alerticon-notification2,
.alertB3 a:hover .alertbar-title span {
	color: #ffffff;
}


/*******************************
 * STICKY ALERT 1
 *******************************/
.alertbar-wrap.stickyAlert1 {
	position: fixed;/*used aboslute for layouts site, but should be fixed....can play with top, right, etc.*/
	right: 2em;
	text-align: left;
	z-index: 989;/*may need to play with this or its container z-index depending on the site*/
	position: fixed;
    bottom: 2em;
}

.stickyAlert1 .alertbar {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;/*match margin on button*/
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease-in-out 0;
	transform: translateX(0px);
}

.stickyAlert1.active .alertbar {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-in-out .3s;
}
	
.stickyAlert1 .alertbar-inner {
	padding: 20px;
}

.stickyAlert1 .alertbar-inner p {
	margin-bottom: 0.5em;
}

.stickyAlert1 .alertbar-inner p:last-of-type {
	margin-bottom: 0;
}

.stickyAlert1 .alertbar-toggle {
	position: relative;
	right: auto;
	display: inline-block;
	text-align: center;
	padding: 1.25rem .125rem;
	font-weight: 700;
	font-size: 16px;
	transition: .3s;
	border-radius: 50%;
	width: 80px;
	height: 80px;
    box-sizing: border-box;
}

.stickyAlert1.active .alertbar {

}



.stickyAlert1 .alertbar-toggle i {
	display: block;
	margin-bottom: .5rem;
	margin-top: 5px;
}

.stickyAlert1 .alertbar-toggle span {
	display: block;
	font-weight: 200;
    text-transform: uppercase;
    font-size: 11px;
}

.stickyAlert1 .button-alert {
    display: inline-block;
    padding: .45rem 1rem;
    font-weight: 400;
    transition: .3s;
    border-radius: 50px;
}

.stickyAlert1.active .alertbar-toggle {
	margin-right: 10px;/*match width on alertbar*/
}

.stickyAlert1.active .alertbar-toggle {
	width: 40px;
	height: 40px;
	margin-right: 25px;
    margin-bottom: 20px;
}

.stickyAlert1.active .alertbar-toggle span {
	display: none;
}

.stickyAlert1.active .alertbar-toggle i {
	margin: 0;
	margin-top: -16px;
    font-size: 2em;
}

.stickyAlert1.active .alertbar-toggle i:before {
	content: "\ed6e";

}
	
.stickyAlert1.active .alertbar-toggle {
	margin-right: 25px;
}
.stickyAlert1.active .alertbar {
	transform: translateX(-50px);
}

@media only screen and (max-width: 375px) {
    .stickyAlert1.active .alertbar {
    	transform: translateX(-25px);
    }	
    .stickyAlert1.active .alertbar-toggle {
    	margin-right: 0;
    }
    .stickyAlert1 .alertbar {
    	width: 250px;
    }
}

/*overrides*/
.stickyAlert1 .alertbar-inner {
	background-color: #ffffff;
	border : 1px solid #dadada;
	-webkit-box-shadow: -1px -1px 8px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px -1px 8px -3px rgba(0,0,0,0.5);
    box-shadow: -1px -1px 8px -3px rgba(0,0,0,0.5);
}

.stickyAlert1 .alertbar-inner h2,
.stickyAlert1 .alertbar-inner h3,
.stickyAlert1 .alertbar-inner h4,
.stickyAlert1 .alertbar-inner h5,
.stickyAlert1 .alertbar-inner h6,
.stickyAlert1 .alertbar-inner p {
	color: #000000 !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.stickyAlert1 .alertbar-toggle {
	color: #ffffff;
	background-color: #ddac12;
}

.stickyAlert1.active .alertbar-toggle,
.stickyAlert1 .alertbar-toggle:hover {
	color: #ffffff;
	background-color: #e04c1e;
}

.stickyAlert1 .button-alert {
	color: #ffffff;
	background-color: #ddac12;
}

.stickyAlert1 .button-alert:hover {
	color: #ffffff;
	background-color: #e04c1e;
}


/*******************************
 * STICKY ALERT 2
 *******************************/
 
.alertbar-wrap.stickyAlert2 {
	position: fixed;
	text-align: center;
	font-size: 16px;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 9999;
	box-sizing: border-box;
	padding : 1.5em 5%;
	display: none;
}

.alertbar-wrap.stickyAlert2:after {
	content : '';
	display: block;
	clear: both;
}

.stickyAlert2 .alertbar-title {
	margin: 0;
	margin-bottom: 0.5rem;
}
.stickyAlert2 .alertbar-desc,
.stickyAlert2 .alertbar-link {
	margin: 1rem 0;
}

.stickyAlert2 .alertbar-link {
	margin-bottom: 0;
}

.stickyAlert2 .alertbar-desc {
	font-weight: 700;
}

.stickyAlert2 .alertbar-title img{
    max-height: 90px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.stickyAlert2 .alertbar-link a.button-alert {
	padding: .45rem 1rem;
    font-weight: 400;
    transition: .3s;
    border-radius: 50px;
}


@media only screen and (min-width: 960px) {
	.alertbar-wrap.stickyAlert2 {
		height: 120px;
		line-height: 120px;
		padding : 0%;
	}
	.stickyAlert2 .alertbar-title,
	.stickyAlert2 .alertbar-desc,
	.stickyAlert2 .alertbar-link {
		display: inline-block;
		vertical-align: middle;
		margin: 0 .5rem;
	}
}

.stickyAlert2 .alertbar-title,
.stickyAlert2 .alertbar-link {
	font-weight: 700;
}

.stickyAlert2 .alertbar-title i {
	display: inline-block;
	margin-right: .5rem;
}

.stickyAlert2 .alertbar-title span {
	display: inline-block;
}

.stickyAlert2 .alertbar-link a {
	transition: .3s;
}

.stickyAlert2 .alert-close{
	position: absolute;
	right: 10px;
	top: 0;
	display: inline;
	vertical-align: top;
	min-height: 0;
	vertical-align: baseline;
}

.stickyAlert2 .alert-close i {
	position: absolute;
	display: inline;
	right: 0px;
	top: 10px;
	font-size: 1.25em;
}

/*overrides*/
.alertbar-wrap.stickyAlert2 {
	background-color: #ddac12;
}

.stickyAlert2 .alertbar-title {
	color: #ffffff;
}

.stickyAlert2 .alertbar-desc {
	color: #ffffff !important;/*may not need important, but used for layout site..try and use your site defaults*/
}

.stickyAlert2 .alert-close i,
.stickyAlert2 .alertbar-link a {
	color: #ffffff;
}

.stickyAlert2 .alert-close i:hover,
.stickyAlert2 .alertbar-link a:hover {
	color: #e04c1e;
}

.stickyAlert2 .alertbar-link a.button-alert {
	color: #ddac12;
	background-color: #ffffff;
}

.stickyAlert2 .alertbar-link a.button-alert:hover {
	color: #e04c1e;
	background-color: #ffffff;
}


 /*******************************
 * SVG ICONS
 	- may need to change url for location...or better yet update to match the site
 *********************************************************************************/
 
 @font-face {
  font-family: 'alerticonfont';
  src:
    url('icons/fonts/alerticonfont.ttf?8ikuau') format('truetype'),
    url('icons/fonts/alerticonfont.woff?8ikuau') format('woff'),
    url('icons/fonts/alerticonfont.svg?8ikuau#alerticonfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="alerticon-"], [class*=" alerticon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'alerticonfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alerticon-bell:before {
  content: "\ea57";
}
.alerticon-bell2:before {
  content: "\ea58";
}
.alerticon-bell3:before {
  content: "\ea59";
}
.alerticon-bubble-notification:before {
  content: "\eaca";
}
.alerticon-bubble-notification2:before {
  content: "\eaee";
}
.alerticon-shield-notice:before {
  content: "\ec33";
}
.alerticon-cloud:before {
  content: "\ec75";
}
.alerticon-cloud-download:before {
  content: "\ec76";
}
.alerticon-cloud-upload:before {
  content: "\ec77";
}
.alerticon-cloud-check:before {
  content: "\ec78";
}
.alerticon-cloud2:before {
  content: "\ec79";
}
.alerticon-cloud-download2:before {
  content: "\ec7a";
}
.alerticon-cloud-upload2:before {
  content: "\ec7b";
}
.alerticon-cloud-check2:before {
  content: "\ec7c";
}
.alerticon-snowflake:before {
  content: "\ecbd";
}
.alerticon-temperature:before {
  content: "\ecbe";
}
.alerticon-temperature2:before {
  content: "\ecbf";
}
.alerticon-weather-lightning:before {
  content: "\ecc0";
}
.alerticon-weather-lightning2:before {
  content: "\ecc1";
}
.alerticon-weather-rain:before {
  content: "\ecc2";
}
.alerticon-weather-rain2:before {
  content: "\ecc3";
}
.alerticon-weather-snow:before {
  content: "\ecc4";
}
.alerticon-weather-snow2:before {
  content: "\ecc5";
}
.alerticon-weather-cloud-wind:before {
  content: "\ecc6";
}
.alerticon-weather-cloud-wind2:before {
  content: "\ecc7";
}
.alerticon-weather-cloud-sun:before {
  content: "\ecc8";
}
.alerticon-weather-cloud-sun2:before {
  content: "\ecc9";
}
.alerticon-weather-cloudy:before {
  content: "\ecca";
}
.alerticon-weather-cloudy2:before {
  content: "\eccb";
}
.alerticon-weather-sun-wind:before {
  content: "\eccc";
}
.alerticon-weather-sun-wind2:before {
  content: "\eccd";
}
.alerticon-sun:before {
  content: "\ecce";
}
.alerticon-sun2:before {
  content: "\eccf";
}
.alerticon-weather-windy:before {
  content: "\ecd3";
}
.alerticon-umbrella:before {
  content: "\ecd5";
}
.alerticon-warning:before {
  content: "\ed4f";
}
.alerticon-warning2:before {
  content: "\ed50";
}
.alerticon-notification:before {
  content: "\ed51";
}
.alerticon-notification2:before {
  content: "\ed52";
}
.alerticon-cancel-circle:before {
  content: "\ed65";
}
.alerticon-spam:before {
  content: "\ed6b";
}
.alerticon-cross:before {
  content: "\ed6c";
}
.alerticon-cross3:before {
  content: "\ed6e";
}
.alerticon-soundcloud:before {
  content: "\ef22";
}
.alerticon-soundcloud2:before {
  content: "\ef23";
}
