/* cmsms stylesheet: styles modified: 12/13/18 10:34:05 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ------ End Reset ------ */

/* ----------------------- */
/* --- Main Structure ---- */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	margin: 0 auto;
	max-width: 1170px;
	width: 90%;
}

.wrapper::after {
  content: "";
  clear: both;
  display: table;
}

.bar {
	background: #380958;
	height: 35px;
	width: 100%;
}

.thin {
	height: 5px;
}

strong {
	font-weight: bold;
}

a {
	color: #ff0000;
	text-decoration: none;
	transition: color 0.4s ease 0.05s}

a:hover {
	color: #380958;
}

a.btn, button.btn {
	background-color: #380958;
	background: linear-gradient(to right, #380958, #ff0000);
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	z-index: 100;
}

a.btn::before, button.btn::before {
	background: linear-gradient(to right, #ff0000, #380958);
	border-radius: 10px;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 0.3s ease 0s;
	width: 100%;
	z-index: -100;
}

a.btn:hover, button.btn:hover {
	background-color: #ff0000;
	cursor: pointer;
}

a.btn:hover::before, button.btn:hover::before {
	opacity: 1;
}

/* ----------------------- */
/* ---- Header Styles ---- */

#logo {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 300px;
	padding: 15px 0;
	width: 100%;
}

#contactdetails p {
	color: #ff0000;
	font-size: 1.1rem;
	margin: 0 0 5px 0;
	text-align: center;
}

#contactdetails p a.btn {
	margin: 0 auto;
	max-width: 300px;
	padding: 5px 0;
	width: 100%;
}


@media (min-width:768px) {

	#logo {
		float: left;
	}

	#contactdetails {
		float: right;
		padding: 20px 0 0 0;
	}

	#contactdetails p {
		font-size: 1.15rem;
		margin: 0 0 10px 0;
		text-align: right;
	}

	#contactdetails p a.btn {
		margin-top: 15px;
	}

}

/* ----------------------- */
/* -- Navigation Styles -- */

#menu ul {
	clear: both;
	text-align: center;
}

#menu ul li a {
	color: #380958;
	display: inline-block;
	font-weight: 600;
	padding: 15px 10px;
}

#menu ul li a:hover {
	color: #ff0000 ;
}


@media (min-width:768px) {

	#menu ul {
		text-align: left;
	}

	#menu ul li {
		display: inline-block;
	}

}

/* ----------------------- */
/* --- Content Styles ---- */

h1 {
	margin: 15px 0 15px 0;
	padding: 0;
	background: none;
	color: #ff0000;
	font-size: 2.2rem;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

h2 {
	color: #380958;
	font-size: 1.45rem;
	font-weight: 600;
	margin: 20px 0 10px;
}

p {
	color: #6d6e71;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0 0 10px 0;
}


#content img {
	display: block;
	height: auto;
	max-width: 225px;
	width: 100%;
}

#content ul {
	margin-bottom: 35px;
}

#content ul li {
	margin-left: 15px;
}

#content ul li a {
	color: #380958;
	font-size: 1.15rem;
	line-height: 1.3;
}

#content ul li a:hover {
	color: #ff0000
}

#loginform {
	margin-bottom: 50px;
}

legend {
	color: #380958;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 20px 0 5px;
}

form .row {
	font-size: 0;
}

form .row p {
	font-size: 1.05rem;
	margin: 8px 0 2px 0;
}

form .row p.text-right {
	display: inline-block;
	width:100px;
}

form .row p.text-right + p {
	display: inline-block;
	margin-right: 0;
	max-width: 200px;
	width: 60%;
}

form .row p.text-right + p input {
	width: 100%;
}

form .row p button {
	font-size: 1.1rem;
	padding: 6px 20px;
}

@media (min-width:768px) {
	#content {
		min-height: 42vh;
	}
}

/* ----------------------- */
/* ---- Footer Styles ---- */

#footer {
	background: linear-gradient(to right, #380958, #ff0000);
	margin-top: 35px;
	padding: 35px 0;
}

#footer p {
	color: #fff;
	font-size: 1.1rem;
	margin: 0 0 3px 0;
}

#footer p span {
	white-space: nowrap;
}
