.a4m_file-delete {
    min-width: 12px;
    margin-right: 3px;
	visibility: hidden;
}
.a4m_file-delete.a4m_file-selected {
	visibility: visible;
}
.a4m_file-delete ~ .a4m_file-delete::before {
    content: "\a";
	white-space: pre;
}
.a4m_file-delete::after {
/*  This does not display in default Windows 7 or Android 4.4 Chrome 59 */
/*    content: "\1F167"; */
	content: "\2297";
	font-size: 16px;
	cursor: pointer;
}
.a4m_file-delete:hover::after {
	color: #000;
}
#form1 {
	max-width: 1280px;
	margin: auto;
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
	hyphens: auto;
}
form.a4m fieldset.sections input[type=file] {
    width: 96%; /* old browsers */
	width: calc(100% - 20px); /* 20 px equals (min-width + margin) for .a4m_file-delete */
	background: #fff;
	margin-bottom: 5px;
}
.add-file-notice {
	display: none;
	font-size: 80%;
	font-style: italic;
}
.a4m_file-delete.a4m-file-selected ~ .add-file-notice {
	display: block;
}

.two-col {
	width: 49%;
	float: left;
}
fieldset {
	border: 0;
	margin-bottom: 7px;
}
fieldset legend {
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	max-width: 100%;
}
#form1.two-col {
	background: #cbcdd3;
	padding: 15px;
	text-align: left;
	width: calc(49% - 15px);
	margin-left: 15px;
	color: #444;
}
#form1 .text-sm {
	font-size: 10px;
	line-height: 1.2em;
	hyphens: none;
}
#form1 .container-file-upload {
	border: solid 1px #fff; 
	padding: 5px 5px 0 5px;
}
#form1 .submit-button {
    font-size: 15px;
    font-weight: normal;
    padding: 8px 12px;
    color: #2b2b2b;
    background: #fdb813;
    border: solid 2px #fff;
    border-radius: 5px;
}
#form1 .submit-button:hover {
    background: #422f03;
    color: #fff;
    cursor: pointer;
}
#form1 h2 {
	margin: 0 0 15px;
}
a.a4m-up_cancel {
	color: #444;
}
a.a4m-up_cancel:hover {
	color: #000;
}




@media screen and (max-width: 767px) {
	#form1.two-col,
	.two-col {
        -webkit-column-count: initial; /* Chrome, Safari, Opera */
        -moz-column-count: initial; /* Firefox */
        column-count: initial;
		width: 100%;
		margin-left: 0;
	}
}