body > .image-container {
	background-image: url('/assets/img/paper.jpg') !important;
}
.text-divider {
	text-align: center;
	height: 2px;
	background-color: #ff595a;
	margin: 2em 0;
}
.text-divider > span {
	display: inline-block;
	padding: 0 10px;
	background-color: #ff595a;
	color: #fff;
	width: auto;
	font-size: 1.25em;
	line-height: 1.4em;
	position: relative;
	top: -0.625em;
}
.color-primary {
	color: #ff595a;
}
#arpa-easymail-loader {
	font-size: 60px;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 300px;
	margin: 120px 0;
	color: #ccc;
	left: 0;
}
.arpa-easymail-invisible {
	visibility: hidden;
}
.arpa-easymail-haslogin {
	display: none;
}
#arpa-easymail-letter-prompts > div > h3 {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}
#arpa-easymail-letter-prompts > p {
	margin-bottom: 15px;
}
#arpa-easymail-letter-prompts > div {
	border: 1px solid #ccc;
	border-radius: 4px;
}
#arpa-easymail-letter-prompts > div > ol {
	margin: 0;
	height: 450px;
	overflow: auto;
	list-style: none;
	padding: 15px;
}

#arpa-easymail-letter-progress-text i{
	display: none; /* SEE MEDIA QUERY */
	font-size: 25px;
	color:gray;
	margin-right: 15px;
	transform: translateY(2px);
}

@media only screen and (max-width:500px) {

	#arpa-easymail-letter-progress-text i{
		display: inline-block;
	}

	#arpa-easymail-letter-prompts > div > ol {

		height: 250px;

	}
	#arpa-easymail-letter-prompts{
		position:fixed;
		bottom:0px;
		left:0px;
		right:0px;
		background:white;
		z-index:999999999;
		padding:0px;
	}

}

#arpa-easymail-letter-prompts > div > ol li:first-child {
	font-size: 1.1em;
	line-height: 1.5em;
}
#arpa-easymail-letter-prompts > div > ol li:not(.arpa-easymail-active) {
	width: 0;
	height: 0;
	overflow: hidden;
}
#arpa-easymail-letter-prompts > div > ol > li > div {
	font-weight: normal;
}
#arpa-easymail-letter-prompts .arpa-easymail-prompt-desc {
	background-color: #ff595a;
	color: #fff;
	margin: -15px;
	margin-bottom: 15px;
	padding: 12px 15px;
}
#arpa-easymail-letter-prompts .arpa-easymail-prompt-desc > h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
#arpa-easymail-letter-prompts .arpa-easymail-prompt-desc > h4:not(:last-child) {
	margin-bottom: 5px;
}
#arpa-easymail-letter-prompts .arpa-easymail-prompt-desc a {
	color: #fff;
	text-decoration: underline;
}
#arpa-easymail-letter-prompts .arpa-easymail-active > h5 {
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
#arpa-easymail-letter-prompts .arpa-easymail-active > small {
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.pagination li.disabled {
	display: inline;
}
#arpa-easymail-letter-prompts nav:not(.pull-right) {
	text-align: center;
}
#arpa-easymail-letter-prompts nav ul {
	margin-top: 0;
}
#arpa-easymail-letter-body {
	margin-top: 20px;
}
#arpa-easymail-letter-body-field {
	height: 300px;
}
#arpa-easymail-letter-body .mce-edit-area label {
	font-size: 1.5em;
}
#arpa-easymail-letter-header > div > div {
	width: 100%;
	padding-top:15px;
	margin-bottom: 10px;
}
#arpa-easymail-letter-header > div > div > * {
	display: block;
}
#arpa-easymail-letter-header label {
	width: 100px;
}
#arpa-easymail-to {
	position: relative;
}
#arpa-easymail-to button {
	position: absolute;
	top: 5px;
	right: 10px;
}
#arpa-easymail-to > div, #arpa-easymail-cc > div {
	/* Based on Twitter Bootstrap input field styling */
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}
#arpa-easymail-to > div {
	padding-left: 85px;
	background-size: 70px;
	background-position: left 20%;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 70px;
}
#arpa-easymail-to > div:hover{
	opacity:0.8;
	color:#bc0202;
}#arpa-easymail-to > div:hover .fa-close{
	display:inline-block;
}
#arpa-easymail-to > div .fa-close{
	display:none;
	color:currentColor;
	opacity:0.75;
}
#arpa-easymail-to h4 {
	font-size: 1.5em;
	font-weight: 400;
	clear: none;
	margin: 0;
}
#arpa-easymail-to small {
	font-size: 1em;
}
#arpa-easymail-subject input {
	width: 100%;
	font-size: 1.5em;
}

.arpa-easymail-snippets > div{
	animation: snippetAnimate 10s linear;
}

.arpa-easymail-snippets > div {
	background-color:rgb(220,220,220);
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.arpa-easymail-snippets > div:hover {
	background-color: #fafafa;
}
.arpa-easymail-snippets > div > *:last-child {
	margin-bottom: 0;
}

@keyframes snippetAnimate{
	0%{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	10%{
		box-shadow: 0 0 20px 0 rgba(251, 177, 23, 0.8)
	}
	20%{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	30%{
		box-shadow: 0 0 20px 0 rgba(251, 177, 23, 0.8)
	}
	40%{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	50%{
		box-shadow: 0 0 20px 0 rgba(251, 177, 23, 0.8)	
	}
	60%{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	70%{
		box-shadow: 0 0 20px 0 rgba(251, 177, 23, 0.8)
	}
	80%{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	90%{
		box-shadow: 0 0 20px 0 rgba(251, 177, 23, 0.8)
	}
	100%{
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}
	
}

#arpa-easymail-topics-list {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	max-width: 600px;
}
#arpa-easymail-topics-list li {
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding: 8px 10px;
}
#arpa-easymail-topics-list li a {
	text-decoration: underline;
}
#arpa-easymail-topics-list li:first-child {
	border-top: 1px solid #ccc;
}
#arpa-easymail-topics-list li:hover {
	background-color: #fafafa;
}
#arpa-easymail-topics-list h4 {
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: 400;
}
#arpa-easymail-topics-list p {
	margin-bottom: 0;
}
#arpa-easymail-topics-list .arpa-easymail-topic-selected,
#arpa-easymail-topics-list .arpa-easymail-topic-selected:hover {
	background-color: #ff595a;
}
#arpa-easymail-topics-list .arpa-easymail-topic-selected * {
	color: #fff;
}
#arpa-easymail-preview {
	border: 1px solid #ccc;
	max-width: 800px;
	margin: 0 auto;
}
#arpa-easymail-preview-header, #arpa-easymail-preview-body {
	padding: 18px 20px;
}
#arpa-easymail-preview-header {
	background-color: #f6f6f6;
}
#arpa-easymail-preview-header label {
	color: #222;
}
#arpa-easymail-preview-header div:last-child label {
	margin-bottom: 0;
}
#arpa-easymail-preview-body *:first-child {
	margin-top: 0;
}
#arpa-easymail-preview-body *:last-child {
	margin-bottom: 0;
}

h4.modal-title {
	clear: none;
}
#arpa-ltte-news-dialog .input-group {
	margin-top: -12px;
}
#arpa-ltte-news-dialog .form-control {
	margin-top: 20px;
}
.arpa-ltte-news-dialog-results {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.arpa-ltte-news-dialog-results li {
	margin-bottom: 5px;
}
.arpa-ltte-news-dialog-results a {
	display: table;
	width: 100%;
	color: inherit;
}
.arpa-ltte-news-dialog-results a:hover {
	background-color: #fafafa;
}
.arpa-ltte-news-dialog-results span {
	display: table-cell;
	border: 1px solid #ccc;
	padding-left: 60px;
	padding-right: 10px;
	height: 50px;
	background-size: 50px;
	background-position: left 20%;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 1.3em;
}
.arpa-ltte-news-dialog-results strong {
	font-weight: 400;
	display: block;
}
.arpa-ltte-news-dialog-results small {
	display: block;
}
#arpa-ltte-news-dialog .arpa-easymail-dialog-loader,
#arpa-ltte-news-dialog .arpa-easymail-no-results {
	text-transform: uppercase;
	text-align: center;
	color: #aaa;
	font-weight: 400;
}
#arpa-ltte-news-dialog .arpa-easymail-dialog-loader {
	display: none;
}
#arpa-ltte-news-dialog .arpa-easymail-dialog-loader .fa {
	margin-right: 4px;
}


#arpa-easymail-rep-dialog .input-group {
	margin-top: -12px;
}
#arpa-easymail-rep-dialog .form-control {
	margin-top: 20px;
}
#arpa-easymail-rep-dialog-results {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
#arpa-easymail-rep-dialog-results li {
	margin-bottom: 5px;
}
#arpa-easymail-rep-dialog-results a {
	display: table;
	width: 100%;
	color: inherit;
}
#arpa-easymail-rep-dialog-results a:hover {
	background-color: #fafafa;
}
#arpa-easymail-rep-dialog-results span {
	display: table-cell;
	border: 1px solid #ccc;
	padding-left: 60px;
	padding-right: 10px;
	height: 50px;
	background-size: 50px;
	background-position: left 20%;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 1.3em;
}
#arpa-easymail-rep-dialog-results strong {
	font-weight: 400;
	display: block;
}
#arpa-easymail-rep-dialog-results small {
	display: block;
}
#arpa-easymail-rep-dialog .arpa-easymail-dialog-loader,
#arpa-easymail-rep-dialog .arpa-easymail-no-results {
	text-transform: uppercase;
	text-align: center;
	color: #aaa;
	font-weight: 400;
}
#arpa-easymail-rep-dialog .arpa-easymail-dialog-loader {
	display: none;
}
#arpa-easymail-rep-dialog .arpa-easymail-dialog-loader .fa {
	margin-right: 4px;
}
.wizard-navigation ul {
	margin: 0;
}
#arpa-easymail-letter-prompts > div > h3 {
	margin: 0;
	color: #ff595a;
	font-size: 18px;
}
#arpa-easymail-letter-prompts > div > h3,
#arpa-easymail-letter-progress {
	display: table;
	width: 100%;
	background-color: #f0f0f0;
	padding: 15px;
	line-height: 22px;
}
#arpa-easymail-letter-progress-text {
	width: 1px;
	white-space: nowrap;
	font-weight: 400;
	padding-right: 10px;
}
#arpa-easymail-letter-progress > * {
	display: table-cell;
	vertical-align: middle;
}
#arpa-easymail-letter-progress .progress {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	height: 5px;
}
#arpa-easymail-letter-progress .progress-bar {
	background-color: #ff595a;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#arpa-easymail-letter-prompts-nav {
	background-color: #f0f0f0;
}
#arpa-easymail-letter-prompts-nav button {
	margin: 15px;
}
.wizard-title {
	text-align:left;
	line-height: 50px;
	font-size: 30px;
	font-weight: 100;
	vertical-align: baseline;
	color: #4d4d4f;
}
.wizard-title img {
	height: 80px;
	margin-right: 5px;
	margin-top: -5px;
}

@media only screen and (max-width:1000px){
	.wizard-title img{
		height: 50px !important;
	}	
}
@media only screen and (max-width:420px){
	.helpButton{
		display:none;
	}	
}
.wizard-card .wizard-header{
	padding: 15px 20px 20px !important;
}


#welcome h5 {
	margin: 0;
}
.arpa-easymail-dialog-no-close .close {
	display: none;
}
#arpa-easymail-cc li {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 50px;
	white-space: nowrap;
	padding-left: 55px;
	margin: 10px;
}
#arpa-easymail-cc ul {
	margin: -10px;
	line-height: 50px;
	padding: 0;
}
#arpa-easymail-to i, #arpa-easymail-cc i {
	text-align: center;
	background-color: #eee;
	color: #fff;
	vertical-align: middle;
}
#arpa-easymail-to i {
	float: left;
	display: block;
	font-size: 70px;
	width: 70px;
	margin: -5px 5px;
	margin-left: -85px;
}
#arpa-easymail-cc i {
	font-size: 50px;
	margin-left: -55px;
	margin-right: 5px;
	width: 50px;
}
#arpa-easymail-cc li:hover{
	opacity:0.8;
	color:#bc0202;
}
#arpa-easymail-cc li:hover{
	opacity:0.8;
	color:#bc0202;
}
#arpa-easymail-cc li .fa-close{
	display:none;
	color:currentColor;
	opacity:0.75;
}
#arpa-easymail-cc li:hover i{
	display:inline-block;
}
button .fa:first-child {
	margin-right: 0.4em;
}
.modal-content .modal-footer .btn {
	margin-bottom: 10px;
}

#arpa-easymail-send-success-dialog .modal-body {
	font-size: 1.1em;
	line-height: 1.5em;
}
#arpa-easymail-send-success-subscribe {
	margin-top: 2em;
	background-color: #f8f8f8;
}
#arpa-easymail-send-success-subscribe h5 {
	margin-top: 0;
}
.helpButton{
	float:right;
	font-size:15px;
	color:gray;
}
.helpButton:hover{
	color:#ff595a;
}
@media screen and (max-width: 450px){
	.wizard-footer .pull-right{
		width:100%;
	}
	.wizard-footer .pull-right .btn{
		width:100%;
	}
	.wizard-footer .pull-left{
		text-align: center; width:100%;
	}
}
.mobile-suggest{
	width: 100%;
    margin: auto;
    display: none;
    border-radius: 0;
}
@media screen and (max-width: 450px){
	.mobile-suggest{
		display:block;
	}
}
/*Arpa Loader */
#arpa-loader{
	border:none;
	border-radius:0;
    background-image:url('/assets/img/easyletterLogoV2.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100%;

    width: 100px;
    height: 100px;
    animation: arpa-load 0.75s linear infinite;
    margin: auto;
	margin-top:15%;
	margin-bottom:-15%;
}
.arpa-loader{
	border:none;
		border-radius:0;

    background-image:url('/assets/img/easyletterLogoV2.png');
	background-position:center center;
	background-size:100%;
	background-repeat:no-repeat;
    width: 100px;
    height: 100px;
    animation: arpa-load 0.75s linear infinite;
    margin: auto;
	margin-top:15%;
	margin-bottom:-15%;
}


@keyframes arpa-load {
    0% { transform:scale(0.9);opacity:0.5; filter: invert(0.1);}
    50% { transform:scale(1);opacity:1; filter: invert(0); }
    100% { transform:scale(0.9);opacity:0.5; filter: invert(0.1);}
}
body:not(.arpa-easymail-supports-login) #welcome h4 {
	margin-bottom: 0;
}
#subjFocus{
	color:#ff595a;
}
#subjFocus2{
	border-left:3px solid #ff595a;
}
#blacked-out{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:98;
	background-color:rgba(60,60,60,0.9);
}
#tutorialContain iframe{
  width: 750px;
  height: 440px;
  padding: 20px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation:tutorialContain;
  animation-duration: 5s;
}
@keyframes tutorialContain{
	0% {opacity:0;}
	100% {opacity:1;}
}
/*Override WP page lookup*/
#search-panel{
	display:none;
}


.btn-reccomended{
	animation: reccomendedAnimate 5s linear infinite;
}

@keyframes reccomendedAnimate{
	0%{
		font-size:14px;
	}
	
	50%{
		font-size:17px;	
	}

	100%{
		font-size:14px;
	}
	
}


.arpa-easymail-snippets > div.arpa-easymail-letter-tip{
	/*Override the CSS for snippets */
	border:none;
	box-shadow: none;
	border-left:2px solid gray;
	cursor: default;
	animation: none !important;
}


