/*
Theme Name: Right on Crime
Description: Wordpress Theme Designed for Right on Crime.
Author: Drogin Group
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	height: 100%;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
}
ol {
	margin: 0 0 10px 1.5em
}
ul {
	margin: 0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
}
body, input, textarea {
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em;
	color: #000000;
}
a {
	color: #DC332C;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color: #000;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto
}
iframe {
	max-width: 100%;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 0.45em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.12em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .75em;
}
p {
	margin-bottom: 1.655em;
}
ul {
	margin-bottom: 1.655em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display: inline;
	line-height: inherit;
	font-weight: 400;
}
blockquote p:before, blockquote p:after {
	display: inline-block;
	font-family: FontAwesome;
	opacity: 0.5;
	font-size: 13px;
}
blockquote p:before {
	content: '\f10d';
	margin-right: 5px;
	vertical-align: 11px;
}
blockquote p:after {
	content: '\f10e';
	margin-left: 5px;
	vertical-align: 7px;
}
blockquote cite {
	color: #005eb6;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #FFFFFF;
	border: none;
	padding: 13px 15px;
	font-weight: normal;
	font-size: 0.889em;
	line-height: 1.065em;
	color: #000000;
}
input[type="submit"], button, .button {
	background: #DC332C;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	font-size: 1.056em;
	line-height: 1em;
	color: #FFFFFF;
	display: inline-block;
	max-width: 100%;
	padding: 14px 22px 10px;
	text-align: center;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	width: auto;
	cursor: pointer;
	border: none;
}
.button.big {
	font-family: "proxima-nova", sans-serif;
	font-weight: 600;
	font-size: 1.112em;
	line-height: 1.60em;
	padding: 12px 18px 8px;
}
.button.bigger {
	padding: 20px 28px 16px;
	font-size: 1.2778em;
	line-height: 1em;
	color: #FFFFFF;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background: #222;
	color: #fff
}
.button.black {
	background: #000;
	color: #fff
}
.button.black:hover {
	background: #DC332C;
	color: #fff
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent: -9999px;
	display: none
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	margin: 0 -10px;
	position: relative;
}
.row:after, .row:before {
	content: " ";
	display: table;
	clear: both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.grid12 {
	width: 100%
}
.grid11 {
	width: 91.66666667%
}
.grid10 {
	width: 83.33333333%
}
.grid9 {
	width: 75%
}
.grid8 {
	width: 66.66666667%
}
.grid7 {
	width: 58.33333333%
}
.grid6 {
	width: 50%
}
.grid5 {
	width: 41.66666667%
}
.grid4 {
	width: 33.33333333%
}
.grid3 {
	width: 25%
}
.grid2 {
	width: 16.66666667%
}
.grid1 {
	width: 8.33333333%
}
.row > .grid3:nth-child(4n+1) {
	clear: both
}
.row > .grid6:nth-child(2n+1) {
	clear: both
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.txtCenter {
	text-align: center
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex.reverse {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.space10 {
	clear: both;
	height: 10px
}
.space20 {
	clear: both;
	height: 20px
}
.space30 {
	clear: both;
	height: 30px
}
.space40 {
	clear: both;
	height: 40px
}
.space50 {
	clear: both;
	height: 50px
}
#searchsubmit {
	font-family: "Font Awesome 5 Free"
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.container {
	float: left;
	width: 67.74%;
	padding-right: 50px;
}
.sidebar {
	float: right;
	width: 32.26%;
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#header {
	position: relative;
	padding: 7px 0;
	background: #333333;
}
#header .wrapper {
	width: 100%;
	padding-left: 8px;
	align-items: center;
	padding-right: 28px;
}
#headerLeft {
	align-items: center;
}
#headerRight {
	width: 30%;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
}
#logo {
	width: 240px;
}
#logo img {
	display: block
}

#headerSocial {
	font-size: 1.389em;
	line-height: 1em;
	padding-left: 34px;
}
#headerSocial > a {
	display: inline-block;
	margin-right: 0.3em;
	color: #fff;
}
#headerSocial > a:hover {
	color: #DC332C;
}
#navigation {
	padding-left: 27px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1em;
	position: relative;
}
#navigation a {
	color: #fff;
}
#navigation a:hover {
	color: #DC332C;
}
#navigation ul.desktopMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation ul.desktopMenu > li {
	float: left;
	margin-right: 1em;
	position: relative
}

#navigation ul.desktopMenu > li > a {
	display: block
}
#navigation ul.desktopMenu > li:hover > a{
	color: #DC332C;	
}
#navigation ul.desktopMenu > li > ul {
	position: absolute;
	width: 180px;
	z-index: 99;
	background: #333333;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	border-left: solid 1px rgba(255, 255, 255, 0.1);
	border-right: solid 1px rgba(255, 255, 255, 0.1);
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
	font-weight: 500;
	display: none;
}
#navigation ul.desktopMenu > li > ul > li {
	border-bottom: solid 1px rgba(255,255,255,0.1)
}
#navigation ul.desktopMenu > li > ul > li > a {
	display: block;
	padding: 6px 12px;
}
#navigation #toggle-menu {
	display: none
}
#navigation #toggle-menu i {
	color: #DC332C;
}
#headerDonate {
	padding-left: 14px;
}
body.activeHeaderNav {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}
#headerNav {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88));
	padding-top: 47px;
	width: 100%;
	position: absolute;
	z-index: 99;
	color: #fff;
	height: 100%;
	display: none;
}
#headerNav a {
	color: #fff
}
#headerNav a:hover {
	color: #DC332C;
}
#headerNav .footerDesc {
	color: #fff
}
#headerNav .footerDesc a {
	color: #fff
}
#headerNav .footerDesc a:hover {
	color: #DC332C;
}
#headerNav .copyrightNav a {
	color: #DC332C;
}
#headerNav .copyrightNav a:hover {
	color: #fff
}
#headerNav .copyright, #headerNav .footerAddress {
	color: #fff
}
#headerSearch {
	align-items: center;
	width: 400px;
	justify-content: flex-end;
	padding-left: 30px;
	max-width: 70%;
}
#headerSearchForm {
	width: 344px;
}
#headerSearch input[type="text"] {
	width: 50%; flex-grow:1
}
#headerSearch input[type="submit"] {
	padding: 12px 15px;
	width: 47px;
}
#headerSearchLabel {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 0.834em;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 13px;
}
/*------------------------------------------------*/
/*--------------------[BLOG/NEWS]-----------------*/
/*------------------------------------------------*/
#main.singleMain {
	padding-top: 49px;
	position: relative;
	padding-bottom: 33px;
}
.postCategories {
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 0.778em;
	line-height: 1em;
	text-transform: uppercase;
	color: #393939;
	padding-bottom: 1.5em;
}
.postCategories a {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	margin: 0 1.25em;
	color: #393939;
}
.postCategories a:hover {
	color: #DC332C;
}
.postTitle {
	font-size: 2.223em;
	line-height: 1.2em;
	color: #333;
	padding-bottom: 0.13em;
}
.postDate {
	font-size: 1.223em;
	line-height: 1.6em;
	color: #666666;
	padding-bottom: 12px;
}
#singleShare {
	font-weight: bold;
	font-size: 0.667em;
	line-height: 1em;
	text-transform: uppercase;
	padding-bottom: 1.95em;
}
#singleShare ul {
	margin: 0;
	padding: 0;
	list-style: none
}
#singleShare ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em
}
#singleShare ul > li:last-child {
	margin-right: 0
}
#singleShare a {
	display: block;
	background: #919191;
	padding: 7px 19px;
	color: #FFFFFF;
}
#singleShare a i {
	margin-right: 2px
}
#singleShare a.twShare {
	background: #1DA1F2
}
#singleShare a.fbShare {
	background: #1877F2
}
#singleShare > ul > li > a:hover {
	background: #222;
}
.featuredImg {
	width: 789px;
	max-width: 100%;
	margin-bottom: 1em;
}
.featuredImg img {
	display: block
}
.featuredCaption {
	font-size: 0.723em;
	line-height: 1.6em;
	color: #000000;
	padding: 9px 15px;
	background: #F3F3F3;
}
.singleMain .entry {
	line-height: 1.6em;
}
#nextEntry {
	padding: 36px 0 48px;
	position: relative;
	background: #333333;
}
.nextLabel {
	font-size: 1.889em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 0.51em;
}
.nextEntryBx {
	background: #fff;
}
.nextEntryTxtBx {
	flex-grow: 1;
	width: 50%;
}
.nextEntryTxtBxIn {
	padding: 31px 26px 27px;
	position: relative;
}
.prevImg {
	width: 36.3%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.nextEntryTitle {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.556em;
	line-height: 1.2em;
}
.nextEntryTitle a {
	color: #333333;
}
.nextEntryTitle a:hover {
	color: #DC332C;
}
.nextEntryMeta {
	font-size: 1em;
	line-height: 1.60em;
	color: #666666;
	text-transform: capitalize;
	padding-bottom: 0.5em;
}
.nextEntrySummary {
	line-height: 1.60em;
	width: 700px;
	max-width: 100%;
	padding-bottom: 1.45em;
}
.readMoreLink {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.112em;
	line-height: 1em;
	text-transform: uppercase
}
.readMoreLink a {
	text-decoration-line: underline;
}
.nextEntryCats {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 0.778em;
	line-height: 1.027em;
	text-transform: uppercase;
	color: #393939;
	padding: 14px 25px 11px;
	background: #D7D7D7;
}
.nextEntryCats a {
	color: #393939;
	display: inline-block;
	vertical-align: middle
}
.nextEntryCats a:hover {
	color: #DC332C;
}
.nextEntryCats span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.3em;
}
.authorBx {
	padding: 20px 24px 30px;
	position: relative;
	background: #F3F3F3;
}
.authorLabel {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.056em;
	line-height: 1.6em;
	text-transform: uppercase;
	color: #666666;
	padding-bottom: 0.55em;
}
.authorBxTop {
	align-items: center;
}
.author-avatar {
	width: 80px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	overflow: hidden;
}
.author-avatar img {
	display: block
}
.authorBxTopTxt {
	flex-grow: 1;
	width: 50%;
}
.author-avatar-space {
	width: 24px;
}
.authorBxName {
	font-size: 1.334em;
	line-height: 1.60em;
	color: #666666;
	padding-bottom: 0.15em;
}
.authorBxDesig {
	font-size: 0.778em;
	line-height: 1em;
	color: #393939;
	padding-bottom: 1em;
}
.authorBxTwitter {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 0.778em;
	line-height: 1em;
	text-transform: uppercase;
	color: #393939;
}
.authorBxTwitter a {
	color: #393939;
}
.authorBxTwitter a:hover {
	color: #DC332C;
}
.authorBxDesc {
	font-weight: normal;
	font-size: 0.889em;
	line-height: 1.62em;
	color: #000000;
	padding-top: 44px;
}
.authorBxDesc em {
	font-style: normal
}
.authorEntriesLink {
	margin-top: 19px;
}
.authorEntriesLink a {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.056em;
	line-height: 1.60em;
	text-transform: uppercase;
	color: #666666;
	padding: 18px 24px 14px;
	background: #F3F3F3;
}
.authorEntriesLink a:hover {
	color: #DC332C;
}
.authorPostIn {
	padding: 32px 28px;
}
.authorPost .readMoreLink {
	padding-top: 8px;
}
/*------------------------------------------------*/
/*----------------[PUBLICATIONS BY]---------------*/
/*------------------------------------------------*/
#main.pubByMain {
	padding: 63px 0;
}
#main.pubByMain .pageGrid {
	width: 950px;
	max-width: 100%;
}
.publicationTitle {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 2.556em;
	line-height: 1em;
	color: #333333;
	padding-bottom: 0.8em;
}
#publishedByTerms {
}
#publishedByTerms > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
	font-size: 1.334em;
	line-height: 1.75em;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
#publishedByTerms ul > li {
}
#publishedByTerms ul > li > a {
	color: #333333;
}
#publishedByTerms ul > li > a:hover {
	color: #DC332C;
	text-decoration-line: underline;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
	position: relative
}
ul.gform_fields {
	margin: 0 -6px;
	position: relative;
	padding: 0;
	list-style: none;
}
ul.gform_fields:after, ul.gform_fields:before {
	content: " ";
	display: table;
	clear: both;
}
ul.gform_fields > li.gfield {
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	width: 50%;
	padding-bottom: 12px;
	position: relative
}
ul.gform_fields > li.gfield.onethird {
	width: 33.33%
}
ul.gform_fields > li.gfield.fullwidth {
	width: 100%
}
ul.gform_fields > li.gfield input[type="text"] {
	width: 100%
}
ul.gform_fields > li.gfield textarea {
	width: 100%;
	height: 120px;
}
.gform_footer img {
	position: absolute
}
.validation_error {
	display: none;
}
.gfield_description.validation_message {
	color: #ff0000;
	font-size: 0.7em;
	line-height: 1em;
	position: absolute;
}
.gfield_label {
	color: #7e7e7e;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding-bottom: 8px;
}
.errorMessages {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gplaceholder .gfield_label {
	display: none
}
/*------------------------------------------------*/
/*------------------[STANDARD PAGE]---------------*/
/*------------------------------------------------*/
#main.pageMain {
	padding: 64px 0 34px;
	position: relative;
}
#main.statement-of-principles {
	background-image: url(images/bg_statement.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}
#main.pageMain .container {
	padding-right: 25px;
}
.pageTitle {
	font-size: 2.445em;
	line-height: 1.20em;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 0.205em;
}
.pageTitle.big {
	font-size: 3em;
	padding-bottom: 0.12em;
}
.pageTitle span {
	color: #DC332C;
}
.pageTagline {
	margin-bottom: 1.4em;
	font-style: italic;
	font-weight: 300;
	font-size: 1.223em;
	line-height: 1.5em;
}
.pageTagline span {
	font-weight: 600;
	text-decoration: underline
}
.highlightTxt {
	margin-bottom: 1.4em;
	font-weight: bold;
	font-size: 1.223em;
	line-height: 1.5em;
}
.numbered-list {
	margin-left: 0;
	padding: 0;
	list-style: none;
	padding-top: 17px;
	counter-reset: list-counter;
}
.numbered-list > li {
	position: relative;
	padding-left: 44px;
	counter-increment: list-counter;
	padding-bottom: 2.23em;
}
.numbered-list > li::before {
	content: counter(list-counter)'.';
	position: absolute;
	left: 0;
	width: 27px;
	height: 27px;
	background: #DC332C;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.112em;
	line-height: 29px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	top: 6px;
	text-indent: 3px;
}
.signatoriesBx {
	background: #F3F3F3;
	margin-top: 13px;
	position: relative;
	padding: 33px 28px;
}
.signatoriesTitle {
	font-size: 1.834em;
	line-height: 1.20em;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 0.35em;
}
.signatoriesSection {
	padding-bottom: 1.75em;
}
.signatoriesBx > .signatoriesSection:last-child {
	padding-bottom: 0
}
ul.signatoriesList {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.056em;
	line-height: 1.50em;
	color: #000000;
}
ul.signatoriesList > li {
	padding-bottom: 0.66em;
}
.signatoriesCat {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #666666;
	padding-bottom: 0.75em;
}
/*------------------------------------------------*/
/*----------------------[ABOUT]-------------------*/
/*------------------------------------------------*/
#pageBanner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding-top: 94px;
	padding-bottom: 55px;
}
.pageGrid {
	width: 61%;
}
.section {
	position: relative;
	padding-top: 69px;
	padding-bottom: 60px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.sectionTitle {
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
	font-size: 1.667em;
	line-height: 1.50em;
	text-transform: uppercase;
	color: #DC332C;
	padding-bottom: 0.165em;
}
.sectionAccomplishments {
	background-color: #F3F3F3
}
.sectionAccomplishments::before {
	content: '';
	background-image: url(images/bg_accomplishments.jpg);
	width: 35%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
}
/*------------------------------------------------*/
/*------------------[MEET OUR TEAM]---------------*/
/*------------------------------------------------*/
.section.sectionMeetOurTeam {
	padding-top: 37px;
}
.meetTeamTitle {
	font-size: 2.056em;
	line-height: 1.20em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.row.teamRow {
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -11px;
}
.row.teamRow .grid4 {
	padding-top: 6px;
	padding-bottom: 15px;
	padding-left: 11px;
	padding-right: 11px;
}
.teamBx {
	text-align: center;
	padding: 22px 22px 42px;
	background: #fff;
}
.teamImg {
	width: 185px;
	height: 185px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-color: #C4C4C4;
	margin: 0 auto;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.teamTitle {
	padding-top: 1.1em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.556em;
	line-height: 1.20em;
	color: #333333;
}
.teamDesig {
	margin-top: 0.6em;
	height: 74px;
	font-size: 1em;
	line-height: 1.45em;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.teamSocial {
	font-size: 1.388em;
	line-height: 1.16em;
	padding-top: 0.8em;
}
.teamSocial > a {
	display: inline-block;
	margin: 0 0.15em;
	color: #666666;
}
.teamSocial > a:hover {
	color: #DC332C;
}
.teamBtn {
	padding-top: 1.45em;
	text-align: center;
}
.teamBio {
	display: none;
	width: 1017px;
	max-width: 100%
}
.teamBio.fancybox-content {
	padding: 0;
	background: #F3F3F3;
}
.teamBioBot {
	padding-top: 4%;
}
.teamBioContent {
	width: 787px;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 100%;
}
.teamBioBx {
	width: 38.65%;
}
.teamBioMeta {
	flex-grow: 1;
	padding: 0 30px;
}
.teamBioMeta .teamTitle {
	padding-top: 0
}
.teamBioMeta .teamDesig {
	height: auto;
	text-align: left;
}
.teamBioName {
	font-size: 2.445em;
	line-height: 0.958em;
	color: #9D1C35;
	font-weight: 700;
}
.teamBioDesig {
	font-size: 1.278em;
	line-height: 1.495em;
	color: #333333;
	font-weight: 300;
	font-style: italic;
	padding: 1em 0;
}
.fancybox-button.fancybox-close-small {
	width: 140px;
	top: 5px;
	font-weight: 400;
	font-size: 1.112em;
	color: #333333;
}
.fancybox-button.fancybox-close-small span {
	display: inline-block;
	vertical-align: middle
}
.fancybox-button.fancybox-close-small i {
	font-size: 1.5em;
	color: #9D1C35;
	vertical-align: middle;
	display: inline-block;
	margin-left: 0.2em;
}
.fancybox-button.fancybox-close-small:hover, .fancybox-button.fancybox-close-small:focus {
	color: #fff
}
.teamBioTop.flex {
	align-items: center;
	padding-top: 4%;
}
.teamBioTop .teamBioContent {
	align-items: center;
}
/*------------------------------------------------*/
/*----------------------[ISSUES]------------------*/
/*------------------------------------------------*/
#pageBanner.priority-issuesBanner {
	padding-top: 82px;
	padding-bottom: 79px;
}
.priority-issuesBanner .pageGrid {
	width: 65%;
}
.bannerTxt.big {
	font-size: 1.167em;
	line-height: 1.80em;
	color: #000000;
}
ul.issuesList {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.issuesList > li {
	display: inline-block;
	padding-right: 6px;
	padding-bottom: 10px;
}
ul.issuesList > li > a {
	display: block;
	font-weight: 600;
	font-size: 1.112em;
	line-height: 1.60em;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	background: #E6E6E6;
	padding: 10px 18px;
}
ul.issuesList > li > a:hover {
	background: #222;
	color: #fff
}
.issueSection.section {
	padding-bottom: 82px;
}
.issueSection .pageGrid {
	width: 63%;
}
.issueSectionHead {
	position: relative;
	padding-bottom: 1.25em;
	align-items: center;
}
.issueTitle {
	padding-bottom: 0;
	padding-top: 0.2em;
	font-size: 2.112em;
	line-height: 1.20em;
	text-transform: uppercase;
	color: #393939;
}
.viewAllBtn {
	padding-left: 40px;
}
.issueIntro {
	line-height: 1.6em;
	padding-bottom: 0.3em;
}
#issue-other-issues {
	background: #f3f3f3;
}
#exploreAllIssues {
	background: #fff;
	background: rgba(0,0,0,0.2)
}
#exploreAllIssues {
	background: #fff;
}
.issueDetailBanner .pageTitle {
	padding-bottom: 0.15em;
}
ul.bulletList {
	margin-left: 0;
	list-style: none;
	line-height: 1.50em;
	margin-bottom: 0.655em;
}
ul.bulletList > li {
	position: relative;
	padding-bottom: 0.82em;
	padding-left: 24px;
	padding-top: 0.35em;
}
ul.bulletList > li::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 2px;
	background: #DC332C;
	top: 0.82em;
}
#latestIssuePosts {
	position: relative
}
#latestIssuePostsBar {
	position: relative;
	padding: 9px 0 8px;
	background: #DC332C;
}
#latestIssuePostsBar .wrapper {
	align-items: center;
	justify-content: center;
}
#latestFromIssueTitle {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.20em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 18px;
	padding-top: 0.2em;
}
#latestIssuePostsRow {
	padding-top: 21px;
	padding-bottom: 21px;
	background: #333333;
}
#latestIssuePostsRow #pageNavigation {
	display: none
}
.row.blogPostsRow {
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}
.row.blogPostsRow .grid4 {
	padding-bottom: 20px; width:33%;
}
.postItemBx {
	position: relative;
	padding-bottom: 40px;
	background: #fff;
}
.postItemBx .nextEntryCats {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.postImg {
	width: 100%;
	position: relative;
}
.postImgIn {
	position: relative;
	width: 100%;
	padding-top: 48.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.postItemTxt {
	padding: 25px 27px 36px;
	position: relative;
}
.postItemTitle {
	font-size: 1.556em;
	line-height: 1.20em;
}
.postItemTitle a {
	color: #333333;
}
.postItemTitle a:hover {
	color: #DC332C;
}
.postSummary {
	line-height: 1.6em;
	padding-bottom: 1.05em;
}
/*------------------------------------------------*/
/*--------------------[CATEGORY]------------------*/
/*------------------------------------------------*/
#pageBanner.categoryBanner {
	padding-top: 71px;
	padding-bottom: 60px;
}
.categoryBanner .sectionTitle {
	padding-bottom: 0.28em;
}
#main.categoryMain {
	padding-top: 22px;
	padding-bottom: 2px;
	position: relative;
	background: #333333;
}
#pageNavigation {
	text-align: center;
	padding: 40px 0;
	background: #fff;
}
.nav-previous, .nav-next {
	float: left;
	width: 160px;
	min-height: 1px;
}
.nav-previous.button, .nav-next a.button {
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-next {
	float: right
}
.wp-pagenavi {
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.556em;
	line-height: 1.20em;
	padding-top: 11px;
}
.wp-pagenavi a, .wp-pagenavi span {
	width: 33px;
	display: inline-block;
	margin: 0 0.1em;
	color: #333333;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	color: #DC332C;
	background: #EAEAEA;
}
/*------------------------------------------------*/
/*---------------------[HOMEPAGE]-----------------*/
/*------------------------------------------------*/
#pageBanner.homeBanner {
	height: 614px;
	align-items: center;
	padding-top: 56px;
	padding-bottom: 40px;
}
.homeBanner .pageGrid {
	width: 55%;
}
.bannerBtn {
	padding-top: 1.7em;
}
.homePriorityIssues {
	padding-top: 61px;
	padding-bottom: 63px;
	background: #fff;
}
.homePriorityIssues .issueSectionHead {
	padding-bottom: 0.85em;
}
.homePriorityIssues .issueIntro {
	margin-bottom: 0.555em;
}
.homePriorityIssues .homeIssuesCTA a {
	text-decoration-line: underline;
}
.homeIssuesCTA {
	font-weight: bold;
	font-size: 1.223em;
	line-height: 1.90em;
}
.issuesListShortcode {
	position: relative
}
.issuesListShortcode ul.issuesList > li {
	padding-right: 6px;
	padding-bottom: 12px;
}
.issuesListShortcode ul.issuesList > li > a {
	padding: 7px 17px;
}
.section.homeStatement {
	padding-top: 57px;
	padding-bottom: 62px;
	background: #F3F3F3;
}
.homeStatement .issueSectionHead {
	padding-bottom: 0.75em
}
.homeStatement p.issueIntro {
	margin-bottom: 1.4em;
}
.homeStatementBx {
	width: 783px;
	max-width: 100%;
	border-right: none;
	padding-right: 0;
	margin: 0 auto;
	text-align: center;
}
.eventsHead.flex {
	padding-top: 1.35em;
	align-items: center;
	padding-bottom: 1.6em;
}
.eventsHeadTitle {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.556em;
	line-height: 1.20em;
	text-transform: uppercase;
	color: #7F7F7F;
	padding-bottom: 0;
	flex-grow: 1;
	padding-top: 5px;
	width: 50%;
}
ul.eventsList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.eventBx {
	padding: 10px 17px 19px;
	position: relative;
	margin-bottom: 1em;
	background: #fff;
}
.eventMeta {
	font-weight: 600;
	font-size: 1.056em;
	line-height: 1.60em;
	text-transform: uppercase;
	color: #5E5E5E;
	padding-bottom: 0.25em;
}
.eventTitle {
	font-family: "proxima-nova", sans-serif;
	font-weight: 700;
	font-size: 1.278em;
	line-height: 1em;
	color: #393939;
	padding-bottom: 0.7em;
}
.eventLink {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 0.945em;
	line-height: 1em;
}
.eventLink a {
	text-decoration-line: underline;
}
/*------------------------------------------------*/
/*------------------[CONNECT BAR]-----------------*/
/*------------------------------------------------*/
#connectBar {
	position: relative;
	border-top: solid 4px #fff;
	width: 100%;
	overflow: hidden;
	background: #333333;
}
#connectBar .wrapper {
	align-items: center;
}
.footerLeft {
	position: relative;
	width: 58.5%;
}
.footerRight {
	position: relative;
	width: 41.5%
}
.connectLabel {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.112em;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
}
.connectSocial {
	font-size: 1.389em;
	line-height: 1em;
	padding-left: 21px;
	display: inline-block;
	vertical-align: middle;
}
.connectSocial > a {
	display: inline-block;
	margin-right: 0.3em;
	color: #fff;
}
.connectSocial > a:hover {
	color: #DC332C;
}
#connectBar .footerRight {
	padding-top: 23px;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 0;
	position: relative;
	background: #DC332C;
}
#connectBar .footerRight:after {
	content: '';
	position: absolute;
	left: 100%;
	width: 200%;
	height: 100%;
	background: #DC332C;
	top: 0;
}
.connectFormBx {
	align-items: center;
}
.connectFormTitle {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 0.834em;
	line-height: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 18px;
}
.connectForm {
	width: 50%;
	flex-grow: 1;
}
.connectForm ul.gform_fields > li.gfield {
	padding-bottom: 0
}
.connectForm input[type="submit"] {
	background: #000
}
.connectForm input[type="submit"]:hover, .connectForm input[type="submit"]:focus {
	background: #333;
}
.connectForm .gfield_description.validation_message {
	color: #fff
}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
	position: relative;
	padding-top: 47px;
	padding-bottom: 80px;
	background: #fff;
}
.footerWrapper {
}
.footerLogo {
	padding-bottom: 2.25em;
}
.footerLogo img {
	display: block
}
.footerSocial {
	font-size: 1.389em;
	line-height: 1em;
	padding-bottom: 1.05em;
}
.footerSocial > a {
	display: inline-block;
	margin-right: 0.3em;
	color: #666666;
}
.footerSocial > a:hover {
	color: #DC332C;
}
#footer ul a {
	color: #4E4E4E;
}
#footer ul a:hover {
	color: #DC332C;
}
.siteNav {
	font-size: 1.112em;
	line-height: 1em;
	width: 50%;
}
.siteNav > ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.siteNav > ul > li {
	padding-bottom: 1em;
}
.siteNav > ul > li > a {
	font-weight: bold;
	display: inline-block
}
.siteNav > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.siteNav > ul > li > ul > li {
	padding-top: 0.5em;
	position: relative;
	padding-left: 0;
}
.siteNav > ul > li > ul > li > a {
	position: relative;
	display: inline-block
}
.siteNav > ul > li > ul > li > a:before {
	content: '';
}
.footerAddress {
	font-weight: 600;
	font-size: 1em;
	line-height: 1.434em;
	color: #555555;
	padding-bottom: 1.1em;
}
.footerDesc {
	font-weight: 400;
	font-size: 1em;
	line-height: 1.834em;
	color: #000000;
	padding-bottom: 1.05em;
}
.footerDesc a {
	font-weight: 700;
	text-decoration-line: underline;
}
.copyright {
	font-weight: normal;
	font-size: 0.778em;
	line-height: 1.834em;
	color: #000000;
	padding-bottom: 1.4em;
}
.copyrightNav {
	font-weight: 700;
	font-size: 0.778em;
	line-height: 0.934em;
}
.copyrightNav > ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.copyrightNav > ul > li {
	float: left;
	padding: 0 0.35em;
	border-right: solid #DC332C 1px;
}
.copyrightNav > ul > li:first-child {
	padding-left: 0
}
.copyrightNav > ul > li:last-child {
	border-right: none
}
#footer .copyrightNav > ul > li > a {
	text-decoration-line: underline;
	color: #DC332C;
}
#footer .copyrightNav > ul > li > a:hover {
	color: #000
}