/*
Theme Name: Azure Basic Child
Author: C. A. Brown
Description: Child Theme for Azure Basic.   
Template: azure-basic
*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { 
	height: 100%; 
    font-family: 'Gothic A1', sans-serif;
	background: #fff; 
	color: #313540;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { 
	text-decoration: none; 
	color: #032A6E;
}

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	width: 70%;
	float: left;
	overflow: hidden;
}
#content { 
	width: 100%; 
}

#sidebar { 
	overflow: hidden;
    float: right;
    width: 30%; 
}
.wide #primary {
	width: 100%;
	float: none;
	overflow: hidden;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.singlewidth #sidebar {
	display: none;
}
.singlewidth #primary ul {
	list-style-type: disc;
}
.blogwidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.blogwidth #sidebar {
	display: none;
}

/*    Framework Styles        */
/*---------------------------*/




#main {
	padding: 50px 0;
}
.page-id-399 #main, .page-id-403 #main {
	padding: 0;
}
.page-id-8 #main {
	padding-bottom: 0;
}


.entry-header { margin: 0 0 25px 0; }


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 36px; 
	color: #2A3783;
	font-weight: bold;
	font-family: 'Teko', sans-serif;
}
h1 span {
	font-size: 30px;
	font-weight: 600
}
h2 { 
	font-size: 36px; 
	color: #2A3783;
	font-weight: 700;
	font-family: 'Teko', sans-serif;
}
h3 {
	color: #C02033;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Teko', sans-serif;
}
#container-full { 
	width: 100%; 
}
#top-header { 
	background: #fff; 
	box-shadow: 0 -14px 10px 10px #000;
	position: relative;
}
#top-header-section {
	max-width: 1400px; 
	width: 100%; 
	margin: 0 auto 26px;
}
.homebanner {
	width: 100%;
	position: relative;
}	
.homebanner img {
	width: 100%;
	display: block;
} 
.hometextbg {
	position: absolute;
	max-width: 1230px;
	width: 100%;
	top: 190px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 800;
	padding: 0 15px;
}
.hometext {
  max-width: 600px;
  width: 100%;
  color: #fff;
  font-size: 38px;
  font-family: 'Teko', sans-serif;
  text-shadow: 2px 2px 6px #000;
  text-transform: uppercase;
}
.hometext h1 {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	text-transform: none;
	margin-bottom: 0;
}
.hometext span {
	color: #fff;
	color: #c93647;
}
.hometext img {
  max-width: 400px;
  width: 100%;
  height: 26px;
  margin-bottom: 20px;
}
.innerbanner {
	width: 100%;
	background: rgb(43,52,128);
	background: radial-gradient(circle, rgba(43,52,128,1) 42%, rgba(21,27,69,1) 100%); 
	padding: 20px 0 2px;
}	
.innerbanner img {
	width: 100%;
	display: block;
} 
.innerbanner h2 {
	color: #fff;
	text-align: center;
	padding-top: 55px;
}
.topright {
	width: 70%;
	float: right;
}
.bannerbtmbg {
	background: rgb(43,52,128);
	background: radial-gradient(circle, rgba(43,52,128,1) 42%, rgba(21,27,69,1) 100%); 
	padding: 20px 0 5px;
}
.bannerbtm {
	max-width: 1400px;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
}
.bannerbtm h2 {
  color: #C02033;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
	text-shadow: 1px 1px #0d1c21;
}
.bannerbtm a {
	color: #fff;
}
.bannerbtm h2 a {
	color: #C02033 !important;
}
.bannerbtm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	
}
.bannerbtm li {
	display: inline-block;
	width: 350px;
	margin: 15px 25px;
	font-size: 12px;
	color: #fff;
}
.bannerbtm .fas, .bannerbtm .fa-solid {
  	font-weight: 900;
	font-size: 40px;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.bannerbtm .fas a, .bannerbtm .fa-solid a {
	color: #fff;
}
.bannerbtmleft {
	width: 80px;
	float: left;
}
.bannerbtmright {
	width: 245px;
	float: right;
}
.red {
	color: #d22628;
} 
.topbarbg {
	background-color: #000;
	padding: 4px 0;
}
.topbar {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.topbarleft {
	float: left;
	width: 50%;
}
.topbarright {
	float: right;
	width: 50%;
}

/* Top Navigation */

#access { 
	padding: 10px 0 15px; 
    z-index: 800; 
	width: 100%;
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #03296E; 
	padding: 4px 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
}
#access a:hover { 
	color: #d22628; 
}
#access li.menu-item-40 a, #access li.menu-item-41 a {
	padding: 4px 10px;
}
#access li.menu-item-45 a, #access li.menu-item-359 a {
	background-color: #d22628;
	color: #fff;
}
#access li.menu-item-45 a:hover, #access li.menu-item-359 a:hover  {
	background-color: 0d1d4d;
}
#access ul li:hover ul  {
	background-color: rgb(0, 0, 0, .08);
	padding: 5px;
 }
.topnav { 
	padding: 10px 0 15px; 
    z-index: 800; 
	width: 100%;
}
.topnav ul {
	text-align: right;
	padding: 0;
	margin: 0;
}	
.topnav li {
	display: inline-block;
}	  
.topnav a { 
	color: #03296E; 
	padding: 4px 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	font-family: 'Teko', sans-serif;
	font-size: 20px;
}
.topnav a:hover { 
	color: #d22628; 
}
.topnav li.menu-item-393 a, .topnav li.menu-item-394 a {
	background-color: #d22628;
	color: #fff;
	text-align: center;
	width: 140px;
}
.topnav li.menu-item-393 a:hover, .topnav li.menu-item-394 a:hover  {
	background-color: 0d1d4d;
}
.topnav ul li:hover ul  {
	background-color: rgb(0, 0, 0, .08);
	padding: 5px;
 }

/* Header Title Section */

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 14px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 12px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #6da0d3; }


/* Main Content Section */


.featured-thumb { margin-bottom: 10px; }
 
article { 
 	padding: 0;
}
		  
.entry-content { padding-top: 5px; }

.entry-title {
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 30px;
  font-family: 'Gothic A1', sans-serif;
}

.entry-meta { font-size: 10px; 
	          color: #8E8C84; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 10px; }

/* Sidebar Section */

#sidebar { color: #545350; 
           padding-right: 25px; 
		   padding-left: 10px; }

#sidebar-widget-title { color: #545350; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 9pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #545350; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #6fa2d6; }

.comment-author a:hover { color: #28598A; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #7E7E7E;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #7E7E7E;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #7E7E7E;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #7E7E7E;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { 
	background: #1d2944; 
	padding: 0; 
	clear: both;
    width: 100%; 
	background: rgb(43,52,128);
	background: radial-gradient(circle, rgba(43,52,128,1) 42%, rgba(21,27,69,1) 100%);
}
.columns {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px 30px;
  overflow: hidden;
}
.column1 { 
    width: 33%; 
	float: left;
}
.column1 img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
.column2 { 
    width: 33%; 
	float: left;
	font-family: 'Teko', sans-serif;
	padding-top: 20px;
}
.column2 ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.column2 li {
	padding-bottom: 2px;
}
.column2 a {
	color: #fff;
	font-size: 26px;
}
.column3 { 
    width: 33%; 
	float: left;
}
.column3 a {
	color: #fff;
}
.column3 ul {
	margin: 0;
	padding: 0;
	text-align:center;
}
.column3 li {
	display: inline-block;
}
.mneu-donate-container li {
	display: block !important;
}
.menu-donate-container a {
  color: #fff;
  background-color: #D22628;
  font-size: 24px;
  text-transform: uppercase;
  padding: 8px 50px;
  font-family: 'Teko', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  margin: 15px auto;
  width: 200px;
}
.menu-donate-container a:hover {
	background-color: #fff;
	color: #D22628;
}
.menu-footer-social-container li a {
	padding: 0 10px;
	font-size: 32px;
}

.column.last { margin: 0; }

#footer-content { 
	padding-top: 25px; 
}

#footer-content .column h4 { color: #000;
                             font-size: 10.5pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 9pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #28598A; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { 
	padding: 10px 0; 
	background-color: #151B46;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#site-credits ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
#site-credits li {
	width: 350px;
	display: inline-block;
	padding: 0 10px;
}
#site-credits a {
	color: #fff;
}

#theme-credit { padding: 0 0 5px 0; }


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	position: absolute;
	top: 15px;
	z-index: 700;
}
.logo img {
	max-width: 340px;
	width: 100%;
	height: auto;
}
.logo button {
  display: block;
  margin: 0 auto;
  padding: 18px 20px 6px;
  border-radius: 5px;
}
.logo button img {
  width: 50px !important;
  height: 50px !important;
  float: right;
  margin-top: -10px;
  margin-left: 12px;
}
.logo button a {
  padding-top: 0px;
  font-size: 20px;
  display: block;
}


.home1 {
  max-width: 1200px;
  width: 100%;
  margin: 70px auto 50px;
  padding: 0 15px;
	overflow: hidden;
}
.home1left {
	float: left;
	width: 48%;
}
.home1right {
  float: right;
  width: 51%;
}
.home1left img {
  max-width: 375px;
  width: 100%;
  height: auto;
  display: block;
	margin: 0 auto;
}
.home1 h1{
	color: #0a163b;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.home1 h1 span {
	font-size: 26px;
	text-transform: none;
	color: #CA2135;
	line-height: 30px;
	display: block;
}
.home2bg {
	background-color: #E4E8F0;
	padding: 60px 0 40px;
	margin: 0;
	overflow: hidden;
}
.home2 {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 0 15px;
}
.home2 h2 {
	text-align: center;
}
.home3 {
	width: 100%;
	margin: 100px auto 70px;
	padding: 0 15px;
}
.home3 h2 {
	font-size: 48px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	color: #d22628;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  	width: 100%;
	border: solid 1px #dbdbdb;
	font-family: 'Gothic A1', sans-serif;
}
#input_1_5 {
	height: 70px;
	border: solid 1px #dbdbdb;
	font-family: 'Gothic A1', sans-serif;
}
#gform_submit_button_1, #gform_submit_button_2 {
	background-color: #d22628;
	border: none;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	font-family: 'Teko', sans-serif;
	letter-spacing: 1px;
}
.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #0A163B !important;
}
.gform_wrapper.gravity-theme .gfield_label {
  color: #0A163B !important;
}
button {
	background-color: #D22628;
	border: none;
	border-radius: 2px;
	padding: 15px 35px;
	display: block;
	margin: 30px 0 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Teko', sans-serif;
}
button a {
	color: #fff;
}

.news ul {
	list-style-type: none !important;
}
.newsleft {
	float: left;
	width: 40%;
}
.newsright {
	width: 56%;
	float: right;
	padding: 35px 0 50px 0;
}
.newsleft img {
	width: 300px;
	height: 300px;
	object-fit: cover;
}
.newssingle {
	width: 100%;
}
.newssingleleft {
	width: 70%;
	float: left;
}
.newssingleright {
	width: 25%;
	float: right;
}
.newssingle img {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.newsrightsingle {
	width: 56%;
	float: right;
	padding: 35px 0 50px 0;
}
.newsrightsingle h2 {
  color: #032A6E;
  text-align: left;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'Gothic A1', sans-serif;
}
.newssingle ul {
	list-style-type: disc;
}
.newssingle h1 {
	text-align: left;
}
.readmore {
	display: block;
	font-style: italic;
	padding-top: 8px;
	text-transform: uppercase;
}
.newscat {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}
.newscat button {
	margin: 0;
	float: right;
	width: 175px;
	color: #fff;
}
.newscat select {
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  width: 165px;
  height: 54px;
  float: left;
  background-color: #D22628;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
	border-radius: 2px;
	font-family: 'Teko', sans-serif;
	font-size: 16px;
	margin: 0;
	text-align: center;
}
.newscat ul {
	list-style-type: none !important;
}
.newscat li {
	list-style-type: none !important;
}
hr {
	margin: 30px 50px;
}
.about {
	width: 100%;
}
.about h2 {
	margin-bottom: 2px;
}
.about img {
  max-width: 350px;
  width: 100%;
  height: auto;
  float: right;
  margin: 0 0 10px 15px;
  border: solid 14px #eee;
}
.rotateright {
	transform: rotate(3deg);
}
.rotateleft {
	transform: rotate(-3deg);
}
.greybg {
	background-color: #E4E8F0;
	padding: 50px 0;
}
.priorities1 {
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.priorities {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px;
}
.priorities h2 {
  text-align: center;
  letter-spacing: 2px;
  text-decoration: underline 4px;
  text-underline-offset: 10px;
  margin-bottom: 50px;
}
.priorities ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.priorities li {
  width: 550px;
  margin: 15px;
  padding: 0 50px;
}
.priorities li ul {
	display: block;
	justify-content: left;
	list-style-type: disc !important;
}
.priorities li li {
  width: auto;
  padding: 0 0 8px;
  font-weight: 700;
}
.endorsements {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.priorities li img {
	max-width: 400px;
	width: 100%;
	height: auto;
	margin: 40px 0 10px 15px;
  border: solid 14px #eee;
	display: block;
}
.greybg .priorities li img {
	border: solid 14px #bfc2cc !important;
}
.priorities strong {
	color: #2A3783;
	font-weight: 900;
}
.priorities h2 {
	text-align: center;
}
.priorities li h3 .fas, .priorities li h3 .fa-solid {
  font-weight: 900;
  color: #fff;
  background-color: #2A3783;
  padding: 14px 0 0;
  font-size: 30px;
  margin-right: 8px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
}
.priorities li h3 .fad, .priorities li h3 .fa-duotone {
  font-weight: 900;
  color: #fff;
  background-color: #2A3783;
  padding: 14px 0 0;
  font-size: 30px;
  margin-right: 8px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
}
.involved1 {
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.involved1 h2 {
	font-size: 32px;
}
.involved1 h2 span {
	font-size: 24px;
}
.involved img {
	max-width: 800px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}
.involved {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 15px;
}
.involved div {
	width: 500px;
	margin: 15px;
	padding: 15px;
}
.involved ul {
	list-style-type: disc;
}
.involved li {
	padding-bottom: 8px;
}
.involved2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.involved2 h3 {
	text-align: center;
}
.involved3bg {
	background-color: #E4E8F0;
	padding: 60px 0 40px;
	overflow: hidden;
}
.involved3 {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding: 0 15px;
}
.involved3 h2 {
	text-align: center;
}
.vote {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.vote img {
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.vote ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
.vote li {
	width: 400px;
	margin: 50px;
	padding: 0 15px;
	text-align: center;
}
.vote li img {
  max-height: 200px;
  height: 100%;
  width: auto;
}
.vote h2 {
	text-align: center;
}
.vote li button {
	width: 300px;
	display: block;
	margin: 0 auto;
}
.footertop {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.footertopleft {
	float: left;
	width: 58%;
}
.footertopright {
	float: right;
	width: 40%;
}
.footertopleft ul {
	column-count: 2;
	text-align: center;
	column-gap: 40px;
	list-style-type: disc !important;
}
.footertopleft li {
	text-align: left;
	padding-bottom: 5px;
}
.footertopright img {
	max-width: 500px;
	width: 100%;
}
.footertopleft h3 {
  color: #2A3783;
  font-size: 44px;
  font-weight: 500;
  font-family: 'Teko', sans-serif;
	line-height: 42px;
}
.footertopleft h3 span {
	font-size: 24px;
	display: block;
}

/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1050px) {
.logo img {
	max-width: 300px;
}
.homebanner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.homebanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hometext img {
  max-width: 400px;
  width: 100% !important;
  height: 26px !important;
  margin-bottom: 20px;
  transform: none !important;
  width: 100%;
  position: relative !important;
  left: 0 !important;
}
#wprmenu_bar {
  z-index: 200 !important;
}
}
@media only screen and (min-width:0px) and (max-width: 900px) {

}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.home1left {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}
.home1left h1 {
	font-size: 22px;
}
.home1right {
	width: 100%;
	float: none;
}
.about img {
	width: 100%;
  	float: none;
  	margin: 10px auto;
  	border: solid 14px #eee;
	display: block;
}
.newsleft {
	float: none;
	width: 100%;
}
.newsright {
	float: none;
	width: 100%;
}
.footertopleft {
	float: none;
	width: 100%;
}
.footertopright {
	float: none;
	width: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.column1, .column2, .column3 {
	width: 100%;
	float: none;
}
.column1 img {
	display: block;
	margin: 0 auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.logo img {
	max-width: 150px;
}
.bannerbtm h2 {
  font-size: 30px;
}
.home1 h2 {
  color: #0a163b;
  font-size: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 44px;
}
.alignleft, img.alignleft {
	margin: 0 auto;
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
		max-width: 100%;
	width: 100%;
}
.communityleft {
	float: none;
	width: 100%;
}
.communityright {
	width: 100%;
	float: none;
	padding: 35px 0 50px 0;
}
.bannerbtm li {
	display: inline-block;
	width: 350px;
}
.priorities li {
	padding: 0;
}
.priorities li h3 .fas, .priorities li h3 .fa-solid {
  display: block;
  margin: 0 auto 10px;
  padding-bottom: 15px;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.logo {
	position: relative;;
}
.logo img {
    max-width: 200px;
    display: block;
}
.hometext h1 {
  font-size: 40px;
}
.hometext img {
  max-width: 200px;
}
.hometext {
  font-size: 22px;
}
  .homebanner img {
    transform: translateX(-72%);
}
.topright {
	display: none;
}
.logo img {
	display: block;
	margin: 0 auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


