﻿@charset "UTF-8";
/* CSS Document */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-style: normal;
    margin: 0;
    padding: 0;
}


/*--------------Content-----------------*/
.mimtop {
	width: 100%;
	padding: 75px 0;
}
.logoimg {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
h1 {
	color: #01467F;
	font-family: 'Allan', cursive;	
	font-size: 2.5rem;
	line-height: 1.3em;
	display: block;
	width: 90%;
	margin: 50px auto;
	text-align: center;
}
.mimtop p {
	color: #01467F;
	font-family: 'Allan', cursive;	
	font-size: 1.5rem;
	line-height: 1.3em;
	display: block;
	width: 90%;
	margin: 75px auto 0;
	text-align: center;
}

.mimtextareaouter {
	width: 100%;
	padding: 75px 0;
	background-color: #01467F; 
}
.mimtextarea {
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
.mimtextarea p {
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75em;
}
.mimactionouter {
	width: 100%;
	padding: 50px 0 100px;;
}
.mimaction {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
.mimaction p {
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.75em;
}
.mimaction a:link,
.mimaction a:visited {
	display: block;
	color: #000;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.75em;
	text-decoration: none;	
}
.mimaction a.maillink {
	color:#56ACF4;
	text-decoration: underline;
}
.othersideouter {
	width: 100%;
	padding: 75px 0;
	background-color: #56ACF4;
}
.otherside {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.otherside h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5em;
	color: #fff;
}
.leg-heroouter {
	width: 100%;
	padding: 250px 0 175px;
	background-color: #666;
	background-image: url(../images/legal-conference.jpg);
	background-position: center top;
	background-size: cover;
	position: relative;
}
.leg-heroouter::after {
	content:"";
	clear:both;
	width: 100%;
	height: 8.5vw;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;

	background-image: url("../images/bottomarroww.svg");
	background-size: 101% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.leg-hero {
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
}

.leg-hero h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
	font-style: italic;
	color: #fff;
	text-align: center;	
}
.leg-hero p {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
	font-style: italic;
	color: #fff;
	text-align: center;		
}
.featuresarea {
	width: 90%;
	margin: 30px auto 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}





.actionbuttonarea {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0 75px;
	text-align: center;
}
.ca-btn-primary {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 15px 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.75rem;	
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-radius: 35px;
	background-color: #FFD244;
}
a.ca-btn-primary:hover,
a.ca-btn-primary:active,
a.ca-btn-primary:focus {
	color: #fff;
	background-color: #c65d28;
}

/*--------------Content-----------------*/
/*------------- Footer-----------------*/
footer {
	width: 100%;
	padding: 50px 0 75px;
	background-color: #032E52;
}
.footerlogga {
	width: 90%;
	max-width: 250px;
	margin: 0 auto 50px;	
}
.footerarea {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
.footermenu {
	width: 100%;
	padding: 20px 0;
}
.footerarea a:link,
.footerarea a:visited {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
.footerarea p {
	color: #fff;
	text-align: center;
}
.footermenu a {
	padding-right: 20px;
}
.footermenu a:last-child {
	padding-right: 0;
}
/*------------- Footer-----------------*/

/**
 *  - >= 710px
 */

@media screen and (min-width: 44.375em) {

	.feature {
		width: 30%;
	}
}