﻿@charset "UTF-8";

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/subset-JosefinSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/subset-JosefinSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('../fonts/subset-JosefinSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #000;
	line-height: 1.25;
	background: #FBF7F2;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	font-weight: normal;
	overflow: clip;
}

/* Section */

.section {
	max-width: 1360px;
	margin: 0 auto;
}

/* Header */

#header {
	position: relative;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 1;
}

#header .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 230px;
}

#header .logo {
	width: 220px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center 30%;
	   object-position: center 30%;
	z-index: -1;
}

#header .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

#header .right .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 20px;
	width: 100%;
	justify-content: end;
}

#header .right .options .downloadBtn {
	margin: 0 0 0 35px;
}

#header .right .options .searchBox {
	position: relative;
}

#header .right .options .searchBox .query {
	line-height: 1.2;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin: 0 ;
	background: #954BD0;
	width: 12.57142857142857em;
	height: 2.142857142857143em;
	padding: 0 2.619047619047619em 0 1.285714285714286em;
	color: #fff;
	border: 2px solid #F7CB50;
	border-radius: 2.380952380952381em;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;	
}

#header .right .options .searchBox .searchBtn {
	position: absolute;
	right: 1.285714285714286em;
	top: 0;
	margin: 0;
	padding: 0;
	font-size: 21px;
	width: 1em;
	height: 100%;
	outline: none;
	cursor: pointer;
	border: 0;
	background: url(../images/search-ico.svg) no-repeat 0 center;
	background-size: 100%;
	text-indent: -9999em;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#header #navigation ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header #navigation ul li {
	margin: 0 0 20px 37px;
	padding: 0;
	list-style: none;
}

#header #navigation ul li a {
	display: inline-block;
	color: #000;
	background: #F7CB50;
	font-size: 22px;
	font-weight: normal;
	border-radius: 2.272727272727273em;
	line-height: 2.818181818181818em;
	padding: 0 2.272727272727273em;
	-webkit-box-shadow: 0.2272727272727273em 0.2272727272727273em 0 0 #934CD0;
	        box-shadow: 0.2272727272727273em 0.2272727272727273em 0 0 #934CD0;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, -webkit-transform 0.3s;
	-o-transition: background-color 0.3s, transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
	transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

#header #navigation ul li a:hover {
	background-color: #FFC82A;	
	-webkit-transform: scale(1.03);	
	    -ms-transform: scale(1.03);	
	        transform: scale(1.03);
}

/* Content */

#content .section {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Banner */

.banner {
	display: block;
	width: 100%;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 70px;
}

.banner img {
	display: block;
	width: 100%;
}

/* Two Cols */

.twoCols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -20px 60px;
	font-size: 21px;
}

.twoCols .col {
	width: 50%;
	padding: 0 20px;
}

.twoCols .col:nth-of-type(2) {
	margin-left: auto;
}

/* Sidebar Col */

.sidebarCol	{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebarCol .sidebar {
	width: 323px;
	padding-right: 30px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.sidebarCol:after {
	content: "";
	position: absolute;
	left: 323px;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background: #000;
}

.sidebarCol .col {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 30px;
}

.sidebarCol .sidebar {
	position: sticky;
	left: 0;
	top: 0;
	padding-top: 25px;
}

.sidebarCol .sidebar .navi {
	margin: 0;
	padding: 0;
}

.sidebarCol .sidebar .navi li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 21px;
	line-height: 1.047;
	border-bottom: 1px solid #000;
}

.sidebarCol .sidebar .navi li:last-child {
	border-bottom: none;
}

.sidebarCol .sidebar .navi li a {
	display: block;
	font-weight: normal;
	color: #000;
	padding: 10px 0;
}

.sidebarCol .sidebar .downloadBox {
	padding: 30px;
	font-size: 16px;
	margin-top: 35px;
}

.sidebarCol .sidebar .downloadBox .downloadBtn {
	margin: 0;
	font-size: 18px;
	width: 100%;
}

.sidebarCol .col h3 {
	margin-bottom: 40px;
}

.sidebarCol .col .banner {
	margin-bottom: 36px;
}

/* Services */

.gallery {
	margin: 0 -1.428571428571429% 30px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.gallery li {
	margin: 0 0 2.857142857142857%;
	padding: 0 1.428571428571429%;
	list-style: none;
	width: 25%;
}

.gallery li a {
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.gallery li img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1.5s;
	transition: -webkit-transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
}

.gallery li a:hover img {
	-webkit-transform: scale(1.07);
	    -ms-transform: scale(1.07);
	        transform: scale(1.07);
}

.gallery li h4 {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 17px;
	text-align: center;
	color: #000;
	min-height: 82px;
	line-height: 1;
}

/* News Listing */

.threeCols {
	margin: 0 -40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.threeCols .col {
	margin: 0 0 50px;
	padding: 0 40px;
	width: 33.33333333333333%;
}

.threeCols .col a {
	color: #000;
	font-weight: normal;
}

.threeCols .col .linkBtn:hover {
	color: #fff;
}

.threeCols .col .image {
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 25px;
}

.threeCols .col .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}

.threeCols .col a:hover .image img {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
}

.threeCols .col h4 {
	margin: 0 0 14px;
}

.threeCols .col .linkBtn {
	margin: 23px 0 0 auto;
}

.threeCols .col a:hover .linkBtn {
	background-color: #a75ce3;
	color: #fff;
}

.linkBtn.readOlder {
	margin: 0 0 60px auto;
}

/* Info Box */

.infoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 40px;
}

.infoBox .text {
	position: relative;
	width: 606px;
	padding: 80px 50px;
	z-index: 1;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	        box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}

.infoBox .text:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.13);
	z-index: -1;
}

.infoBox .text video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	z-index: -1;
}

.infoBox .text * {
	color: #fff;
}

.infoBox .text .downloadBtn {
	margin: 40px 0 0;
}

.infoBox .image {
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.infoBox .image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

/* Download Box */

.downloadBox {
	position: relative;
	margin-top: 55px;
	padding: 60px 50px;
	border-radius: 30px;
	font-size: 21px;
	overflow: hidden;
	z-index: 1;
}

.downloadBox:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.13);
	z-index: -1;
}

.downloadBox .downloadBtn {
	margin: 45px 0 0 auto;
}

.downloadBox video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	z-index: -1;
}

.downloadBox * {
	color: #fff;
}

/* Search Bar */

#searchBar {
	background: #934CD0;
	border-bottom: 12px solid #f7cb50;
	text-align: center;
}

#searchBar * {
	color: #fff;
}

#searchBar h2 {
	margin-bottom: 30px;
}

#searchBar .section {
	padding-top: 70px;
	padding-bottom: 70px;
}

#searchBar .searchBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 690px;
	margin: 30px auto 0;
}

#searchBar .searchBox .query {
	display: block;
	margin: 0;
	padding: 0 30px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 21px;
	background: none;
	border-radius: 40px;
	border: 2px solid #F7CB50;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#searchBar .searchBox .submitBtn {
	margin: 0 0 0 16px;
	background-color: #F7CB50;
	color: #000;
	border-color: #F7CB50;
	min-width: 5.904761904761905em;
}

#searchBar .searchBox .submitBtn:hover {
	background-color: #FFC82A;
}

/* Search Items */

.searchItems {
	margin: 0;
	padding: 0;
}

.searchItems li {
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #000;
}

.searchItems li:last-child {
	border-bottom: none;
}

.searchItems li a {
	display: block;
	color: #000;
	font-weight: normal;
	padding-bottom: 12px;
}

.searchItems li h4 {
	margin: 0 0 10px;
}

/* Intro Text */

.introText {
	text-align: center;
	font-size: 21px;
	margin-bottom: 75px;
}

/* Purple Area */

.purpleArea {
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom: 80px;
	z-index: 1;
}

.purpleArea>:last-child {
	margin-bottom: 0;
}

.purpleArea:before {
	content: "";
	position: absolute;
	left: -9999em;
	right: -9999em;
	top: 0;
	bottom: 0;
	z-index: -1;
	background: #934CD0;
}

.purpleArea * {
	color: #fff;
}

.purpleArea .twoCols {
	margin-bottom: 0;
}

.purpleArea .twoCols a {
	color: #FFC82A;
}

.purpleArea .imageText {
	margin-top: 0;
	margin-bottom: 0;
}

/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 37px;
	margin: 40px 0 90px;
}

.imageText .image {
	width: 605px;
}

.imageText .image img {
	display: block;
	width: 100%;
	border-radius: 30px;
}

.imageText .images {
	width: 638px;
	margin-left: auto;
}

.imageText .images img {
	display: block;
	width: 62.69592476489028%;
	border-radius: 30px;
	margin-bottom: 45px;
}

.imageText .images img:last-of-type {
	margin-bottom: 0;
}

.imageText .images img:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
}

.imageText .images img:nth-child(3) {
	margin-left: auto;
}

.imageText .text {
	margin-left: auto;
	width: 515px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin-right: 50px;
}

.imageText .text>:last-child {
	margin-bottom: 0;
}

.imageText.alt .text {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
	width: 574px;
}

.imageText.alt .image {
	margin-left: auto;
	margin-right: 0;
}


/* Read More */

.readmore {
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
	color: #934CD0;
}

/* View More */

.linkBtn.viewmore {
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0;
}

/* Footer */

#footer {
	background: #954BD0;
	color: #fff;
	border-bottom: 12px solid #f7cb50;
	font-size: 12px;
}

#footer .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 48px;
	padding-bottom: 5px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#footer .left .lgbtiLogo {
	width: 96px;
	margin-top: 7px;
}

#footer .left .lgbtiLogo img {
	display: block;
	width: 100%;
}

#footer .left .legalAid {
	max-width: 275px;
	margin-left: 24px;
}

#footer .left .legalAid .logo {
	display: block;
	width: 243px;
	margin-bottom: 13px;
}

#footer .left .legalAid .logo img {
	display: block;
	width: 100%;
}

#footer .left .legalAid>:last-child {
	margin-bottom: 0;
}

#footer .middle {
	margin-left: auto;
	max-width: 330px;
}

#footer .middle>:last-child {
	margin-bottom: 0;
}

#footer .right .logo {
	display: block;
	width: 154px;
	margin-top: 5px;
	margin-left: 147px;
}

#footer .bottom {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	margin-top: 26px;
}

#footer .bottom .websiteBy {
	text-align: right;
	margin: 0;
}

#footer .bottom .websiteBy a {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/cloud-ico.svg) no-repeat 0 2px;
}

/* Hamburger */

.hamburger {
	display: none;
	position: relative;
	top: 0;
	overflow: visible;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-navbar>* {
	min-height: 40px;
	background: #2E2E2E;
}

.mm-navbar__title>span {
	color: #fff;
	padding-left: 10px;
}

.mm-panel {
	background: #954BD0 url(../images/gradient-bg.png) no-repeat;
	background-size: 100% 100%;
}

/* Miscelleneous */

p {
	margin: 0 0 18px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0 0 15px;
}

h2 {
	font-size: 32px;
	margin-bottom: 50px;
	text-align: center;
}

h3 {
	font-size: 32px;
	margin-bottom: 21px;
}

h4 {
	font-size: 24px;
	margin-bottom: 27px;
}

h5 {
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 1.142;
}

h6 {
	font-size: 16px;
	margin-bottom: 0;
}

a {
	outline: none;
	color: #954BD0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #954BD0;
}

img {
	border: 0;
	max-width: 100%;

}

ul {
	margin: 0 0 25px;
	padding-left: 25px;
}

hr {
	padding: 0;
	max-width: 290px;
	height: 1px;
	background: #000;
	border: 0;
	margin: 60px auto;
}

.linkBtn {
	position: relative;
	display: table;
	color: #fff;
	/* line-height: 1.2; */
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	margin: 1.523809523809524em 0;
	background: #954BD0;
	min-width: 7.619047619047619em;
	padding: 0.3771428571428571em 1.428571428571429em;
	border: 2px solid #954BD0;
	border-radius: 2.380952380952381em;
	cursor: pointer;
	text-align: center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn.linkBtnOutline {
	border-color: #F7CB50;
}

.linkBtn.linkBtnHollow {
	background-color: transparent;
	color: #000;
}

.linkBtn.linkBtnOrange {
	background-color: #FFC82A;
	border-color: #FFC82A;
	color: #000;
}

.linkBtn.linkBtnOrange:hover {
	background-color: #ffd95d;
	color: #000;
}

.linkBtn.downloadBtn {
	padding-left: 2.952380952380952em;
	padding-right: 1.761904761904762em;
}

.linkBtn.downloadBtn:after {
	content: "";
	position: absolute;
	left: 1.19047619047619em;
	top: 0.380952380952381em;
	width: 1em;
	height: 1em;
	background: url(../images/download-ico.svg) no-repeat;
	background-size: 100%;
	z-index: 1;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.linkBtn.downloadBtnOrange:after {
	-webkit-filter: none;
	        filter: none;
}

.linkBtn:hover {
	background-color: #a75ce3;
	color: #fff;
}


.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}


form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

strong {
	font-weight: 700;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

@media only screen and (max-width : 1450px) {
	.section {
		max-width: 1200px;
	}	

	.threeCols {
		margin-left: -30px;
		margin-right: -30px;
	}

	.threeCols .col {
		padding-left: 30px;
		padding-right: 30px;
	}

	.imageText {
		padding-left: 0;
		padding-right: 0;
	}

	.imageText .image {
		width: 580px;
	}

	.downloadBox {
		padding: 50px 40px;
	}
}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section {
		max-width: 970px;
	}	

	#header #navigation ul li {
		margin-left: 25px;
	}

	#header .right .options .downloadBtn {
		margin-left: 20px;
	}

	.infoBox .text {
		width: 530px;
		padding: 70px 35px;
	}

	.sidebarCol .col h3 {
		margin-bottom: 30px;
	}

	.threeCols {
		margin-left: -20px;
		margin-right: -20px;
	}

	.threeCols .col {
		padding-left: 20px;
		padding-right: 20px;
	}

	.downloadBox {
		margin-top: 30px;
		padding: 30px;
	}

	.imageText .image {
		width: 440px;
	}

	.imageText .text,
	.imageText.alt .text {
		margin-right: 0;
		width: 490px;
	}
	
	.imageText .images {
		width: 445px;
	}

	.imageText .images img {
		margin-bottom: 20px;
	}
	
	#footer .right .logo {
		margin-left: 56px;
	}
	
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}

	#header .section {
		min-height: 175px;
	}

	#header .logo {
		width: 175px;
	}

	#header #navigation ul li {
		margin-left: 17px;
	}

	#header #navigation ul li a {
		font-size: 16px;
	}

	#header .right {
		padding-bottom: 7px;
	}

	#header .right .options .searchBox .query,
	#header .right .options .searchBox .searchBtn {
		font-size: 18px;
	}

	#header .right .options .downloadBtn {
		margin-left: 17px;
	}

	.introText {
		font-size: 18px;
		margin-bottom: 60px;
	}

	.purpleArea {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
	
	.sidebarCol:after {
		left: 230px;
	}

	.sidebarCol .sidebar {
		width: 230px;
		padding-top: 10px;
		padding-right: 20px;
	}

	.sidebarCol .sidebar .navi li {
		font-size: 18px;
	}

	.sidebarCol .col {
		margin-left: 20px;
	}

	.sidebarCol .sidebar .downloadBox {
		padding: 20px 20px;
		margin-top: 25px;
	}

	.sidebarCol .sidebar .downloadBox .downloadBtn {
		font-size: 13.2px;
	}

	#searchBar .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	#searchBar .searchBox .query {
		font-size: 18px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.imageText {
		margin-top: 30px;
		margin-bottom: 60px;
	}

	.imageText .image {
		width: 343px;
	}

	.imageText .text {
		width: 346px;
	}

	.imageText .images {
		width: 340px;
	}

	.imageText .images img {
		margin-bottom: 35px;
	}

	.downloadBox {
		font-size: 18px;
	}

	.downloadBox .downloadBtn {
		margin-top: 30px;
	}

	.linkBtn {
		font-size: 18px;
	}

	.linkBtn.viewmore {
		margin-top: 25px;
	}

	.twoCols {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.banner {
		margin-bottom: 50px;
	}

	.gallery li {
		width: 33.33333333333333%;
	}

	.gallery li h4 {
		min-height: 78px;
	}

	.infoBox {
		margin-bottom: 20px;
	}
	
	.infoBox .text {
		width: 415px;
		padding: 50px 30px;
	}

	.infoBox .text .downloadBtn {
		margin-top: 30px;
	}

	.twoCols {
		margin-bottom: 30px;
	}
	
	.threeCols {
		margin-left: -15px;
		margin-right: -15px;
	}

	.threeCols .col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.threeCols .col .linkBtn {
		margin-left: 0;
	}

	.imageText .text, .imageText.alt .text {
		width: 346px;
	}

	#footer .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	#footer .left {
		display: block;
		max-width: 100%;
		margin: 0 auto 30px;
	}

	#footer .left .lgbtiLogo {
		display: block;
		width: 130px;
		margin: 0 auto 20px;
	}

	#footer .left .legalAid {
		margin-left: 0;
		text-align: center;
		max-width: 100%;
	}

	#footer .left .legalAid .logo {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}
	
	#footer .middle {
		text-align: center;
		margin: 0 auto 30px;
	}

	#footer .right .logo {
		margin: 0 auto;
	}

	#footer .bottom .websiteBy {
		text-align: center;
	}

	#footer .middle {
		max-width: 500px;
	}

	hr {
		margin-top: 45px;
		margin-bottom: 45px;
	}

	h2, h3 {
		font-size: 27px;
		margin-bottom: 30px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 18px;
	}
	

}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.hamburger {
		display: block;
		position: absolute;
		right: 9px;
		top: 10px;
	}
	
	#mainWrapper {
		overflow: hidden;
	}

	#header {
		border-top: 6px solid #f7cb50;
	}

	#header .logo {
		display: block;
		margin: 0 auto;
		width: 220px;
		position: relative;
		left: 10px;
	}

	#header .section {
		display: block;
		padding-top: 30px;
		padding-bottom: 20px;
		min-height: 1px;
	}

	#header #navigation {
		display: none;
	}

	#header .right {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	
	#header .right .options {
		display: block;
		margin-bottom: 0;
	}

	#header .right .options .downloadBtn {
		margin-left: 0;
		margin-top: 10px;
	}

	.banner {
		border-radius: 20px;
		margin-bottom: 35px;
	}

	.introText {
		margin-bottom: 40px;
	}

	.purpleArea {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.twoCols {
		display: block;
		text-align: center;
	}

	.twoCols .col {
		width: auto;
	}

	#content .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.gallery li {
		width: 50%;
	}

	.gallery li a {
		border-radius: 20px;
	}

	.gallery li h4 {
		min-height: 1px;
	}

	.infoBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		border-radius: 20px;
		margin-bottom: 0;
	}

	.infoBox .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 100%;
		padding-top: 56.36604774535809%;
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
	}

	.infoBox .text {
		position: relative;
		width: auto;
		padding: 30px 15px;
		text-align: center;
	}

	.downloadBox {
		padding: 30px 15px;
		text-align: center;
	}

	.purpleArea {
		padding-top: 40px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	#searchBar .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#searchBar .searchBox {
		display: block;
		max-width: 300px;
	}

	#searchBar .searchBox .query {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
		height: 39.16px;
	}

	.sidebarCol {
		display: block;
	}
	
	.sidebarCol:after {
		display: none;
	}

	.sidebarCol .sidebar {
		width: auto;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.sidebarCol .sidebar .downloadBox .downloadBtn {
		font-size: 16px;
		width: auto;
	}

	.sidebarCol .col {
		margin-left: 0;
	}

	.sidebarCol .col .banner {
		margin-bottom: 28px;
	}
	
	.banner {
		margin-bottom: 20px;
	}

	.imageText {
		display: block;
		margin-top: 0;
	}

	.imageText .image,
	.imageText.alt .image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 35px;
	}

	.imageText .image img {
		border-radius: 20px;
	}

	.imageText .text,
	.imageText .text, .imageText.alt .text {
		margin-left: 0;
		text-align: center;
		width: auto;
	}

	.imageText .images {
		max-width: 400px;
		width: 100%;
		margin: 0 auto 30px;
	}

	.imageText .images img {
		border-radius: 20px;
		margin-bottom: 15px;
	}

	.threeCols .col {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.threeCols .col .image {
		max-width: 400px;
		border-radius: 20px;
		margin-left: auto;
		margin-right: auto;
	} 
	
	.linkBtn {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.linkBtn.readOlder {
		margin-bottom: 40px;
	}

	.linkBtn.viewmore {
		margin-top: 0;
	}

	h2,h3 {
		font-size: 24px;
		margin-bottom: 28px;
	}

	h4 {
		font-size: 21px;
	}
	
}

@media only screen and (max-width : 479px) {
	.gallery li {
		width: 100%;
		margin-bottom: 20px;
	}
}