@media screen and (max-width: 480px) {

	/*Set styles for smaller size, such as some phones. See: https://www.sitepoint.com/css3-transform-background-image/*/


}

body {
	font-size: 100%;
	font-family: "Open Sans", sans-serif;
	background-color: white;
}

label > input{ /* HIDE RADIO */
	visibility: hidden; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
	cursor:pointer;
	border:3px solid transparent;
}

label > input + div{ /* IMAGE STYLES */
	cursor:pointer;
	border:3px solid transparent;
}
label > input:checked + div{  /*(RADIO CHECKED) IMAGE STYLES */
	border:3px solid #f99701;
}

label > input:checked + .card{ /* (RADIO CHECKED) IMAGE STYLES */
	border:3px solid #f99701;
}

h1 {
	font-family: "ff-enzo-web";
	font-size: 28px;
	color: #fafafb;
}

h2 {
	font-family: "ff-enzo-web";
	font-size: 28px;
	color: #fafafb;
}

h3 {
	color: #f39b43;
	font-weight: bold;
	padding: 4px;
}

h4 {
	font-family: "ff-enzo-web";
	font-size: 20px;
	color: #fafafb;
}

strong  {
	font-weight: bold;
	color: #fafafb;
}

.preference-header {
	text-transform: uppercase;
}

.options-header {
	background-color: #f7f7f7;
	background-height: 30px;
	background-width: 100%;
	text-transform: uppercase;
	text-align: center;
}

.btn-preferences {
	max-width: 350px;
	min-width: 300px;
	height: 60px;
	font-size: 20px;
}

.p-md {
	padding:15px;
}

.mg-md {
	margin: 15px;
}


.nav-item a.is-tab.is-active, a.nav-item.is-tab.is-active {
	border-bottom: 3px solid #00355f;
	font-weight: bold;
}

.nav-item a.is-tab:hover, a.nav-item.is-tab:hover {
	border-bottom-color: #00355f;
}

.section{
	background-color: transparent;
}

.notification{
	background-color: transparent;
	border: 2px solid #2c5c82;
}

.box {
	background-color: rgba(0,53,95, 0.9);
	box-shadow: none;
	border: none;
	padding: 0.5rem;
}

#box-cta {
	background-color: rgba(0,53,95, 0.9);
}

.card-image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	padding-top: 30px;
}

.content h2 {
	font-size: 20px;
	color: #fafafb;
	font-weight: bold;
	margin-bottom: 5px;
}

.dark-box h1,p{
	color: #fafafb;
}

.dark-box input{
	margin-bottom: 3px;
	margin-top: 3px;
}

.box.quote {
	height: 370px;
}

.button.aiq {
	background-color: #f39b43;
	width: 100%;
	color: white;
}

.button.is-fullwidth {
	color: white;
}

.button.create-account {
	background-color: #f99701;
	color: #ffffff;
	border-radius: 7px;
}

.button.create-account:hover {
	background-color: #f97001;
	color: #ffffff;
	/*font-weight: bold;*/
}

.button.log-in {
	background-color: #00355f;
	color: #ffffff;
	border-radius: 7px;
}

.button.log-in:hover {
	background-color: #0055aa;
	color: #ffffff;
	/*font-weight: bold;*/
}

p.sm.aiq {
	color: #fafafb;
	font-size: 14px;
}

.hero {
	background-image: url('../images/header-center.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	justify-content: flex-start;
	/*font-family: "ff-enzo-web";*/
}

.hero .nav {
	/*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;*/
	box-shadow: none;
}

.footer {
	font-family: "ff-enzo-web";
}

.footer.h1 {
	font-weight: bold;
}

.card {
	height: 100%;
	background-color: transparent;
	border: 2px solid #2c5c82;
}

.card-content {
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 10px;
}

.card-header-title {
	padding: 2px;
}

.card-content p {
	font-family: "ff-enzo-web";
	color: #a1adb7;
	font-size: 14px;
}

.industries-served-header {
	font-family: "ff-enzo-web";
	font-size: 26px;
	color: #f39b43;
	padding-bottom: 10px;
}

.industries-served-content {
	font-family: "ff-enzo-web";
	font-size: 20px;
	color: #303e47;
}

.industries-served-content {
	font-family: "ff-enzo-web";
	font-weight: normal;
	font-size: 20px;
	color: #303e47;
	padding-right: 6px;
	padding-left: 6px;
}

.industries-served-content:nth-of-type(even) {
	font-weight: bold;
}

.sample-header {
	font-family: "ff-enzo-web";
	font-weight: bold;
	font-size: 36px;
	color: #f39b43;
	padding-bottom: 10px;
}

/*Dropzone*/
.dropzone .dz-preview .dz-image {
	width: 95px;
	height: 95px;
}


.panel {
	background-color: transparent;
	border: 2px solid #2c5c82;
}

.panel-block {
	background-color: whitesmoke;
	font-size: 1.3rem;
}

.min-h-300{
	min-height: 300px;
	height: 100%;
}

.panel-labels {
	min-width: 175px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3rem;
}

.is-flex-all{
	
	display: flex;
	align-items: center;
	justify-content: space-around;

}

.panel-heading {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: left;
	height: 75px;
}

#samples {
	background: #A5CDDA; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #153858, #2782AF); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #153858, #2782AF); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #153858, #2782AF); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #153858, #2782AF); /* Standard syntax */
	padding-bottom: 50px;
}

#samples h1 {
	color: #f39b43; 
	font-weight: 600;
}

#samples .subtitle strong {
	color: white;
	font-weight: bold;
}

#samples .subtitle {
	color: white;
}

#samples .subtitle .is-5 {
	font-size: 1.2rem;
}