* { margin: 0; padding: 0; }
a { text-decoration: none; }
h1, h2, h3, h4, h5, h6, h7 { margin: 0; padding: 0; line-height: 130%; padding-bottom: 5px; }
.text-left { text-align: left; }
.text-left * { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.no-padding { padding: 0; }
.padding-right-0 { padding-right:0;}
.padding-left-0 { padding-left:0;}
.padding-top-0 { padding-top:0;}
.padding-bottom-0 { padding-bottom:0;}
.margin-right-0 { margin-right:0;}
.margin-left-0 { margin-left:0;}
.margin-top-0 { margin-top:0;}
.margin-bottom-0 { margin-bottom:0;}
.full-image img { width: 100%; height: auto; }
.move-to-top { position: fixed; width: 50px; height: 50px; right: 0; bottom: 0; background-image: url(../temp-images/up-arrow.png); background-position: center center; background-repeat: no-repeat; background-color: #c80202; z-index: 2000; display: none; }
.move-to-top:hover { background-color: #000; }
.zoom-on-hover img { transform-origin: center center; -webkit-transform-origin: center center; transform: scale(1, 1); -webkit-transform: scale(1, 1); transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; }
.zoom-on-hover:hover img { transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); }
.img-border img { border: solid 1px #291f74; box-sizing: border-box; -webkit-box-sizing: border-box; }
ul { margin: 0; padding: 0; list-style: none; }
ul li { background: url(../temp-images/list-bullet.png) left 10px no-repeat; padding-left: 30px; }
iframe { width: 100%; aspect-ratio: 1.7; }
/* vertical center */
.ele-child-vertical-centre .ele-vertical-centre { display:table-cell; vertical-align:middle;}

.ele-small-height .ele-template { overflow:auto;}

@media screen and (max-width:1000px) {
table { width:100% !important;}
table tr:nth-child(2n) { background-color:#e9e9e9;}
}
@media screen and (max-width:720px) {
iframe { aspect-ratio: 1.5; }
}