/* styles.main.css Copyright Human Rights and Equity Office 2019. GregNacu */

/*#MARK-------[ Main Template ]------- */

body {
	margin:0px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;	

	font-weight: normal;
	font-style: normal;

	background-color:white;
	text-rendering: optimizelegibility;
	
	color: #333;
}

body > div {
	padding:0px 20px;
}

.mobileonly {
	display:none !important;
}

img.center {
	display: block;
  margin-left: auto;
  margin-right: auto;
}

img.floatLeft {
	display: block;
	float: left;
	
	margin-right: 20px;
	margin-bottom: 5px;
}

p.center {
	text-align:center;
}

a[href] {
	text-decoration: none;
	color: #2ba6cb;
}

a[href]:hover, a[href]:focus {
	color: #004054;
}

input[type=text],
input[type=password],
input[type=email],
input[type=phone],
textarea {
	border: 1px solid #ddd;
	border-radius:3px;
	
	outline: none;
	box-shadow:none;
	
	padding:10px;
	font-size:12px;
	
	margin:10px 0px;
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=phone]:focus,
textarea:focus {
	border-color: #2ba6cb;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

select {
	background: transparent;
	padding: 5px;
	font-size: 16px;
	line-height: 1;

	font-size:12px;
	line-height:20px;
	padding:0px 10px;	
	
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;

	overflow: hidden;
	background: url("select-arrows.png") no-repeat right #fff;
	border: 1px solid #ddd;
	border-radius:3px;
	outline:none;
}

select::-ms-expand {
	display: none;
}

select:focus {
	border: 1px solid #ccc;
	outline:none;
}

.hidden {
	display: none;
}

body .button {
	display: inline-block;

	border-style: solid;
	border-width: 1px;

	cursor: pointer;

	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;

	position: relative;

	text-decoration: none;

	text-align: center;
	
	padding:10px 20px;

	background-color: #2ba6cb;
	border-color: #2284a1;
	color: white;

	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;

	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	-ms-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out; 
}

body .button.expand {
	padding-right: 0;
	padding-left: 0;
	width: 100%; 
}

body .button:hover, body .button:focus {
	background-color: #2284a1; 
	color: white !important;
}

body .button:active {
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

div.buttons {
	overflow:hidden;
	
	padding:20px 0px;
}

div.buttons div:first-child {
	float:left;
}	
div.buttons div:last-child {
	float:right;
}	

a.button.inactive {
	opacity:0.4;
}

.panel {
	border: 1px solid #d9d9d9;
	background: #f2f2f2; 
	
	margin-bottom: 1.25em;
	padding: 1.25em;
}

.panel > .panel {
	background-color: #fff;
}

.panel.radius {
	border-radius: 10px;
}

.panel.radius h5 {
	margin-bottom:0px;
	font-size:16px;
}

h1,h2,h3,h4,h5,h6 {
	color: inherit;

	margin:0px;
	margin-bottom:20px;

	font-style: normal;
	font-weight: 300;
}

hr {
	border:0px solid #e6e6e6;
	border-top-width:1px;
	margin-bottom:30px;
}

div.sidebar hr {
	margin-bottom:8px;
}

p {
	color: inherit;

	font-family: inherit;
	font-weight: normal;
	font-size: 1em;

	line-height: 1.6;

	margin-bottom: 1.25em;
	text-rendering: optimizeLegibility;
}

p.footnote {
	font-size:12px;
	font-style:italic;
}

ul {
	padding-left:20px;
	list-style-type: circle;
}

ul.no-bullet, ol.no-bullet {
	list-style: none;
	margin-left: 0px;
	
	color: inherit;
}

li:first-child {
	padding-top:20px;
}

li {
	color: inherit;

	line-height: 25px;
	padding-bottom:20px;
}

div.layout {
	max-width: 1024px;
	margin:0px auto;
}

div.navigation {
	background-color:black;
	color:white;
	
	overflow:hidden;
}

div.navigation h3 {
	line-height:50px;
	font-size:20px;
	
	font-weight:100;
	letter-spacing:1px;

	margin:0px;
	float:left;
}

div.navigation ul {
	float:right;
	margin:0px;
	padding: 0px;
	list-style-type: none;
	
}

div.navigation ul li {
	float:left;
	
	line-height:50px;
	padding:0px 20px;
	
	color:white;
	
	border:0px solid #222;
	border-left-width:1px;
	
	font-size:13px;
	font-weight:normal;
}

div.navigation a {
	text-decoration: none;
	color: white;
}

div.navigation a:hover, div.navigation a:focus {
	text-decoration: underline;
	color: white;
}


div.navigation ul li:last-child {
	border-right-width:1px;
}

div.header {
	background-color:white;
	overflow:hidden;
	
	padding:20px 20px;
}

div.header img {
	max-width: 100%;
}

div.header img.logo {
	display:none;
}

div.main {
	background-color: #ddd;
	
	overflow:hidden;
	
	padding:20px;
}

div.main div.sidebar {
	width:24%;
	margin-right:2%;
	
	padding:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	float:left;
	
	border-radius:4px;
	background-color:white;
}

div.main div.sidebar h4 {
	margin-bottom:0px;
}

div.main div.sidebar ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

div.main div.sidebar ul li {
	padding-bottom:20px;
}

div.main div.content {
	width:74%;

	padding:20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	overflow:hidden;
	float:right;

	border-radius:4px;
	background-color:white;
}

div.main div.content.full {
	width:100%;
}

div.footer {
	overflow:hidden;
	
	padding:20px;
	background-color: white;
	
	color: #55606B;
	font-size: 12px;
}

div.footer img {
	max-width:100%;
}

div.footer img.logo {
	max-width:100px;
	max-height:100px;
}

div.footer div.layout div:nth-child(odd) {
	float:right;
	width:220px;
	
	padding-right:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

div.footer div.layout div:nth-child(even) {
	float:right;
	width:120px;
	
	font-size:12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*#MARK-------[ Styles for Light Box ]------- */

.lightbox {
	position:fixed;
	top:0;
	left:0;

	width:100%;
	height:100%;

	z-index:100;
	opacity:0.0;
	pointer-events:none;

	background:rgba(255,255,255,0.5);
	
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	-ms-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

.lightbox.show {
	opacity:1.0;
	pointer-events:auto;
}

.lightbox > table {
	width:100%;
	height:100%;
	
	background-color: transparent;
}

.lightbox > table > tbody > tr > td {
	vertical-align:middle;
}

.lightbox > table > tbody > tr > td > div {
	max-width:500px;
	width:80%;
	
	padding:20px;

	box-shadow: 0px 3px 20px -4px #000;
	
	background-color:white;
	border:5px solid #dddddd;
	border-radius: 15px;
	
	margin:0px auto;
	
	-webkit-transform:scaleX(0.7) scaleY(0.7);
	-moz-transform:scaleX(0.7) scaleY(0.7);
	-ms-transform:scaleX(0.7) scaleY(0.7);
	transform:scaleX(0.7) scaleY(0.7);
	
	-webkit-transition:-webkit-transform 0.3s;
	-moz-transition:-moz-transform 0.3s;
	-ms-transition:-ms-transform 0.3s;
	transition:transform 0.3s;
}

.lightbox.show > table > tbody > tr > td > div { 
	-webkit-transform:scaleX(1) scaleY(1);
	-moz-transform:scaleX(1) scaleY(1);
	-ms-transform:scaleX(1) scaleY(1);
	transform:scaleX(1) scaleY(1);
}

.lightbox h3 {
	text-align: left;
	font-weight:bold;
}

/*#MARK-------[ Responsive Style Overrides ]------- */

@media screen and (min-width: 660px) and (max-width: 920px) {
	div.navigation {
		text-align:center;
	}
	
	div.navigation h3 {
		display:none;
	}	
	
	div.navigation ul {
		display:inline-block;
		float:none;
	}
	
	div.navigation ul li {
		border-left-width:0px;
		border-right-width:0px !important;
		line-height:40px;
	}	
}

@media screen and (max-width: 720px) {
	div.navigation {
		text-align:center;
	}
	
	div.navigation h3 {
		display:none;
	}	
	
	div.navigation ul {
		display:inline-block;
		float:none;
	}
	
	div.navigation ul li {
		border-left-width:0px;
		border-right-width:0px !important;
		line-height:40px;
	}	

	div.header img.banner {
		display:none;
	}
	
	div.header img.logo {
		display: inline-block;
	}

	div.main div.sidebar {
		width:100%;
		float:none;
		
		margin-bottom: 20px;
		
		overflow: hidden;
	}

	div.main div.sidebar hr,
	div.main div.sidebar h4 {
		display:none;
	}

	div.main div.sidebar ul {
		float:right;
		width:40%;

		clear:right;
	}

	div.main div.sidebar ul:first-child,
	div.main div.sidebar ul.top {
		float:left;
		width:50%;
		
		border:0px solid #ddd;
		border-right-width:1px;
	}

	div.main div.content {
		width: 100%;
		float:none;
	}	
	
	div.footer div.layout div {
		width:49% !important;
	}
	
	div.footer div.layout div:nth-child(1),
	div.footer div.layout div:nth-child(2) {
		margin-bottom:20px;
	}
}

@media screen and (max-width: 480px) {
	.desktoponly {
		display:none;
	}
	.mobileonly {
		display:block !important;
	}

	div.navigation ul {
		display:block;
		
		width:100%;
		float:none;
	}
	
	div.navigation ul li {
		float:none;
	
		border-left-width:0px;
		border-right-width:0px !important;
		line-height:40px;
		
		border-top-width:1px;
	}

	div.header img.logo {
		display:block;
		margin:0px auto;
	}
	
	div.header img.logo:last-child {
		display:none;
	}
}

