
/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;}


/* FRAMEWORK */

*{box-sizing: border-box;}
html, body{font-family: 'Julius Sans One', sans-serif; font-size: 16px; -webkit-text-size-adjust: none} 
html {scroll-behavior: smooth;}
body {overflow-x: hidden; line-height: 1.6;}
::-moz-selection{background: #a72131; color: #fff; text-shadow: none} ::selection{background: #a72131; color: #fff; text-shadow: none;}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  /*margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
select,
button,
[type="button"],
[type="reset"],
[type="submit"],
[type="date"] {
  -webkit-appearance: button;
}

.content-width {margin: 0 auto; width: 98%; max-width: 1400px;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 25px 0 0;} .column12{width: 100%; padding: 0; box-sizing: border-box;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%; box-sizing: border-box;} .column7{width: 58.3333%; position: relative; box-sizing: border-box;} .column6{width: 50%; box-sizing: border-box;} .column5{width: 41.6666%; box-sizing: border-box;} .column4{width: 33.3333%; box-sizing: border-box;} .column3{width: 25%; box-sizing: border-box;} .column2{width: 16.6666%; box-sizing: border-box;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} 

a {text-decoration: none; color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}


/* HEADER */

.header {background: #F3F3F3; padding: 15px; text-align: center; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
a#main-logo img {width: 100%; height: auto; max-width: 555px; display: block; margin: 0 auto;}


/* FOOTER */

.footer {padding: 15px;}
.footer h4 {margin: 10px 0; font-weight: 500;}
.footer ul li a:hover {color: #9a9a9a;}
.footer button {background: #f3f3f3!important; color: #000!important; cursor: pointer;}
.footer button:hover {opacity: .8;}
img#ieda-logo {display: block; width: 100%; max-width: 111px; margin-top: 10px;}
.footer p {width: 100%; padding: 10px 0; margin: 0; display: inline-block;}


/* MEDIA QUERIES (RESPONSIVE) */

@media screen and (max-width: 1000px) {			
	/*.column1, .column2, .column3, .column4, .column5, .column6, .column7, .column8, .column9, .column10, .column11, .column12 {margin: 0 auto; width: 100%; float: none; padding: 0;}*/
	
	.footer .column3 {float: left; width: 50%; margin: 0 auto;}	
}

@media screen and (max-width: 767px) {	
	.footer .column3 {float: none; width: 100%;}
}