/*
	Theme Name: Teachers Retirement System of Georgia
	Theme URI: http://www.trsga.com/
	Description: 
	Author: TRSGA
	Author URI: http://www.trsga.com/
	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;background-color:#fff;overflow-x:hidden;}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background: rgba(247, 203, 25, 0.43);color:#000;padding:2px 5px}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:0 dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	
}
/* Chrome fix */
body > div {
	font-size: 2.1rem;
}

body {
	background-color: #fff;   
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

a {
	color: #009246;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 1.9rem;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: rgba(247, 203, 25, 0.43);
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 auto;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
    color: #0a2463;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
	color: #009246;
    font-weight: 600;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: none;
}

/* ## Forms
--------------------------------------------- */

input, select, textarea {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 2px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 1px 1px 8px #888 inset;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}
:focus {
	outline: none;
	color: #0a2463;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {

}

td {

}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
	color: #0a2463;
    font-weight: 600;
    font-size: 1.8rem;
	/* float: left; */
	width: 15%;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1280px;
}
.home .site-inner .wrap {
    max-width: 1600px;
}

.site-inner {
	clear: both;
	padding-top: 10%;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}
.home .site-inner .front-page-2 .wrap {
    max-width: 100%;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	width: 80%;
}
.content-sidebar-sidebar .sidebar-primary {
	width: 30%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: left;
    width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
    width: 73%;
   
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
	padding: 0 2%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
    width: 25%;
    margin: 0 auto;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
	width: 20%;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 29%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.2rem;
   /* margin: 10px auto; */
    padding: 0 85px;
}
.breadcrumb a {
	color: #4994d2;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 80px;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: -15px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: auto;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 0;
	width: 100%;
}

.site-header .search-form {
    float: right;
/* margin: -15px 10% 0 0; */
   margin: -15px 5% 0 0;
    width: 30%;
    display: inline-flex;
    align-items: center;
}
/*
.page-id-9 .site-header .search-form {
	margin: 2px 23% 0 0;
    width: 32%;
}
*/
.post-password-form input[type="submit"] {
	margin-top: 10px;
}

.search-form input[type="search"] {
	width: 100%;
	float: left;

}

.search-form input[type="submit"], .widget_search input[type="submit"]:focus {
	position: relative;
    display: inline-block;
    padding: 2px;
    width: 90px;
    height: 28px;
    clip: auto;
    text-align: center;
    background: #0a2463;
}




/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
    font-size: 3rem;
    color: #009246;
   /* text-shadow: 1px 1px 3px rgba(0,0,0,0.3); */
    font-family: Roboto, Arial;
    font-weight: 400;
}

.page-id-723 .archive-description .entry-title {
	display: none;
}

.entry-title {
	font-size: 36px;
	font-size: 5rem;
}
.entry-title a, entry-title a:hover {
	color: #009246;
}
.page-id-723 .entry-title a {
	color: #009246;
	font-size: 3rem;
	text-align: left;
	margin: 0 auto;
}
.page-id-723 .entry-title h1 { 
display: none; 
}

.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0a2463;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4%;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 10px 24px 5px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 0;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
/*	padding-left: 20px;
	text-indent: -20px; */
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #009246;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #000;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #009246;
    position: fixed;
    z-index: 5;
    min-height: 113px;
    width: 100%;
    top: 0;
}

/*
.site-header {
	background-color: #009246;
	position: relative;
	z-index: 3;
	max-height: 120px;
}
*/
.site-header > .wrap {
	padding: 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 200px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 200px;
	padding: 1% 1% 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
    background-position: left !important;
    background-size: contain !important;
    float: left;
    min-height: 125px;
    width: 200px;
    position: absolute;
	top: 7%;
	left: 226px;
    /* top: 5%;
    left: 9%; */
}
/*
.page-id-9 .header-image .site-title > a {
	top: 7%;
    left: 11%;
}
*/
/*
.header-image .site-title > a {
background-position: left !important;
    background-size: contain !important;
    float: left;
    min-height: 135px;
    width: 30%;
    margin-top: 5px;
    margin-left: 3%;
    position: absolute;
    top: -35%;
    left: 14%;
    margin: 0 auto;
}
*/
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
   float: right; 
    text-align: right;
    border-radius: 7px;
    margin: -10px 6% 0 0;
    width: 79%;
}
/*
.page-id-9 .site-header .widget-area {
	margin: 17px 3% 0 0;
    width: 66%;
}
*/
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 3% 0 0;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #f5f5f5;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
.genesis-nav-menu a:hover {
	text-decoration: underline;
	
}
.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #009246;
	text-align: left;
	text-shadow: 1px 1px 5px #000;
	color: #fff;
}
.nav-primary a {
    color: #fff;
    letter-spacing: 1px;
    font-weight: 300;
}
.nav-primary a:focus {
	color: #fff;
}
.nav-primary .current-menu-item > a {
    color: #f5f5f5;
	background: rgba(162, 144, 96, 0.51);
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}
.trs-footer-wrap {
    width: 100%;
    background: #009246;
    text-align: center;
    margin: 0 auto;
	    position: relative;
    /* bottom: 0; */
    right: 0;
    left: 0;
}
.page-id-9 .trs-footer-wrap {
	margin: 0 auto;
}
.yellow-btn {
    width: 90%;
}
.social-media-icons {
    width: 100%;
    margin: 0 auto 1%;
	padding: 0 40px;
}
.social-media-icons a {
    color: #f5f5f5;
    padding: 0 1%;
    margin: 0 auto;
    text-align: center;
	opacity: .7;
	display: inline-flex;
	font-size: 2.5em;
}
.social-media-icons a:hover {
    opacity: .9;
}
/* .creds {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
*/
.footer-links-wrap {
    width: 79%;
    display: inline-flex;
    margin: 10px auto;
}
.footer-links-wrap a {
	text-transform: uppercase;
}
.footer-link-item {
	width: 20%;
	margin: 0 auto;
	margin-left: 0;
}
.footer-link-item a {
    font-size: 1.3rem;
    letter-spacing: .5px;
	font-weight: 600;
	word-break: break-word;
}
.footer-link-item:first-child:before {
    content: "";
}
.footer-link-item a:hover {
  /*  opacity: .8; */
	border-bottom: 1px dotted #ebc31e;
    padding-bottom: 7px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 80px 10px;
	width: 100%;
	max-width: 1100px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 0;
	margin-left: 0;
}

.entry-content ol > li {
	list-style-type: decimal;
	font-size: 1.8rem;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 0;
	font-size: 1.8rem;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	font-style: italic;
    font-size: 1.5rem;
	margin-top: -10px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	max-width: 940px;
	margin: 40px auto;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #0a2463;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 20px;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #009246;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
    background-color: transparent;
    padding: 2%;
    position: relative;
    z-index: 2;
}
.sidebar .widget a {
    font-weight: 600;
    line-height: 2;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: transparent;
    clear: both;
    font-size: 18px;
    font-size: 1.6rem;
    padding: 0;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	position: relative;
	font-family: 'Source Sans Pro', Arial;
	/* max-width: 1320px; */
	margin: 0 auto;
}
/*
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 426px;
}
.footer-widgets-1 {
	margin-right: 70px;
}
*/
.footer-widgets-1 {
	float: left;
}
/*
.footer-widgets-3 {
	float: right;
	text-align: right;
}
*/
.footer-widgets a {
	color: #fff;
}
.footer-widgets-1, .footer-widgets-3 {
	display: none;
}
.footer-link-item:before {
    content: "\007C";
	padding-right: 25%;
    margin-left: 0%;
    color: #f7cb19;
	font-weight: 600;
}
.footer-link-item:last-child {
    width: 26%;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background: #009246;
    color: #f5f5f5;
    font-size: 16px;
    font-size: 1.3rem;
    line-height: 1.2;
    padding: 0;
    text-align: center;
	margin-top: 3%;
	    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  
}

.site-footer p {
	margin-bottom: 0;
}
.before-footer {
   /* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); */
}
.footer-widgets-2 {
	width: 100%;
}
.page-id-9 .footer-links-wrap {
margin: 15px auto 6px;
}

/* CUSTOM CSS */
.page-id-723 .entry p {
    padding: 0 3px;
    width: 85%;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item a:active {
    font-weight: 600;
}
button#genesis-mobile-nav-header:after {
	content: 'Menu';
	font-weight:400;
}
.before-footer-nav li a {
	color: #000;
	padding: 10px;
	min-width: 130px;
	text-align: center;
}
.footer-link-item a {
    font-size: 1.2rem;
}
.active:after {
	display: none;
}
.page-id-9 .blue-h2 {
    display: none;
}

.slide-excerpt-border p {
    /* padding-right: 26%; */
	width: 80%;
}

.contact-us-sidebar .content-sidebar-wrap p {
	display: block;
}

.residency-text {
	padding: 2%;
}

.flex-direction-nav li a {
	top: 60% !important;
}

.page-id-9 .content-sidebar-wrap p {
	text-align: left;
}

.full-width-content .breadcrumb .res-maps a {
    display: none !important;
}
.breadcrumb span.res-maps {
    display: none;
}
.dn-header {
    text-align: left;
    background: #0a2463;
    color: #fff;
    padding: .5% 1%;
    margin-bottom: 2%;
    width: 100%;
    display: inline-flex;
/*	box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32); */
}

a.read-more {
    color: #0a2463;
    font-size: 1.6rem;
    font-weight: 600;
}

.content-sidebar-wrap .entry-title .entry-title-link {
    font-size: 2.1rem;
    color: #0a2463;
    font-weight: 600;
    line-height: 1.33;
}
.grecaptcha-badge {
    display: none;
}
.page-id-567  .grecaptcha-badge {
	display: block;
}
.register-now-btn {
	display: inline-block;
    font-family: 'Roboto', sans-serif, Arial;
    color: #333;
    /* background: #f7cb19; */
    background: #f7cb19;
    background-image: -webkit-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -moz-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -ms-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -o-linear-gradient(top, #f7cb19, #cfae29);
    background-image: linear-gradient(to bottom, #f7cb19, #cfae29);
    border: none;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    margin: 18px 0 0 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .5px;
    /* position: fixed; */
    z-index: 5000;
    border-radius: 0.25em;
    padding: 17px 24px;
    width: auto;
    transition: all 0.3s ease-in-out;
    top: 70%;
}

.event-header-item-title {
    width: 100%;
    font-size: 3.3rem;
    font-weight: 600;
    color: #d9edf7;
    /* text-transform: uppercase; */
    font-family: 'Source Sans Pro', Arial;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border-bottom: 1px dotted #ebc31e;
	letter-spacing: -0.2px;
}
.events-header-img {
	display: none;
}
.events-page-header-wrap {
    width: 100%;
    display: none;
    padding: 1%;
    position: relative;
    /* margin-top: 150px; */
    background: linear-gradient( #74c2c7, #93de78);
    margin: 0 auto;
    text-align: center;
	-webkit-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.7);
    -moz-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.7);
     box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.7);
}
.events-header-item {
    width: 25%;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
    padding: 1% 0;
	color: #fff;
	align-items: center;
	
}
.events-item-a {
float: left;
    border: 0px solid;
    border-radius: 150px;
    display: inline-block;
    padding: 0;
    width: 75px;
    height: 75px;
    line-height: 71px;
    font-size: 3rem;
    color: #ffffff !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
        background-color: transparent;
    border-radius: 50%;
    position: relative;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
    border: 3px solid;
}
.events-item-b a {
    color: #fff3a4;
    font-weight: 600;
    border-bottom: 1px solid;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.events-item-b {
       width: 70%;
    float: right;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    margin: 0 auto;
    background: rgba(10, 36, 99, 0.2784313725490196);
    padding: 10px;
    font-weight: 600;
    border-radius: 10px;
}
.events-header-item-title {
	display: none;
}

/*
.tribe-events-list .type-tribe_events {
	padding: 5%;
	border-radius: 15px;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
	max-width: 100%;
}
.events-archive .entry-content, .events-archive .entry-header {
	width: 100%;
}
.event-register-wrap {
    width: 100%;
    position: relative;
    text-align: center;
}
*/

button.register-btn {
    width: 10%;
    float: left;
    text-align: center;
    font-size: 1.4rem;
    position: fixed;
    left: 140px;
    top: 55%;
    background: #f5f5f5;
    color: #0a2463;
    border: 1px solid #0a2463;
	letter-spacing: .5px;
	font-family: Roboto, sans-serif;
    line-height: 1.3;
	box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.58);
}
.trs-mobile-header {
	display: none;
}
.safari-mac .swoosh-header {
	display: none;
}

.safari-mac .front-page-1 {
	margin-top: 5%;
}
.safari-mac .header-image .site-title > a {
top: -4%;	
	
}
.safari-mac .site-header {
border-bottom: 3px solid #9be564;
}
.safari-mac .login-btn {
	margin: 21px 0 0 0;
}
.site-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	top: 0;
}
div#search-4 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-left: 16%;
}
.page-id-9 .site-container {
	background: #009246;
}
.page-id-9 .site-footer {
	margin-top: 0;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    color: #fff !important;
}
.content-sidebar-wrap .breadcrumb {
	max-width: 1100px;
	margin-bottom: 0;
}
.page-id-9 .content-sidebar-wrap .entry {
	padding: 0;
}

.icon-item-wrap:first-child {
    margin-top: 0;
}
.slide-excerpt-border p {
    margin: 10px 0;
    text-align: left;
}
button.read-more {
	clear: both;
    position: relative;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    width: 20%;
	border: .5px solid #333;
	background: #0a2463;
}
button.read-more:hover {
	background-image: linear-gradient(to bottom, #0a2463, #143b9c);
}
.full-width-content h1.entry-title {
	text-align: left;
}
.leadership-team-item:first-child {
	padding-left: 0;
}
.slide-image {

}
/*
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
padding: 1% !important;
}
*/
.flex-direction-nav li .prev {
    left: .5% !important;
    border-bottom: none !important;
}
.flex-direction-nav li .next {
    right: .5% !important;
    border-bottom: 0 !important;
}
.flex-direction-nav li .next:hover {
	background-position: -52px 0 !important;
}
.prev:hover, .next:hover {
    background-color: transparent !important;
}

.flex-direction-nav li .prev:hover {
	    background-position: 0 0 !important;
}
.form-item a {
    color: #000;
}
/* CAPTCHA */

.capbox {
    background-color: #a9b7ab;
    display: inline-block;
    zoom: 1;
    padding: 8px 16px 8px 8px;
    border-radius: 5px;
    margin: 1% 0 1% 36%;
}
.capbox-inner {
	font-size: 1.1rem;
	color: #000000;
	background-color: #a9b7ab;
	margin: 5px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
    background: url(/wp-content/uploads/Captcha.jpg) no-repeat;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
	}
#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; 
}


/* CONTACT FORM 7 */
.contact-form-wrap {
    position: relative;
    width: 100%;
	border: 1px solid #eee;
    padding: 5%;
    border-radius: 7px;
}
.contact-form-item {
    width: 100%;
    position: relative;
}
/* .cf-7-left {
    position: relative;
    width: 40%;
    float: left;
}
.cf-7-right {
    position: relative;
    width: 40%;
    float: right;
}
*/
.your-name {
    position: relative;
    width: 65%;
    float: left;
}
.trs-tel {
    position: relative;
    width: 65%;
    float: right;
}
.street-address {
    position: relative;
    width: 65%;
    float: left;
}
.your-email {
    position: relative;
    width: 65%;
    float: right;
}
.cf-7-city {
    position: relative;
    width: 65%;
    float: left;
}
.trs-number {
    position: relative;
    width: 65%;
    float: right;
}
.trs-state {
    position: relative;
    width: 65%;
    float: left;
}
.trs-birthday {
    position: relative;
    float: right;
    width: 65%;
}
.trs-zip {
    position: relative;
    width: 65%;
    float: right;
}
.trs-employer {
	position: relative;
    width: 65%;
    float: right;
}
.trs-bday {
    width: 100%;
    position: relative;
}
.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea {
    background-color: #fff;
    border: 1px solid #333;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 5px;
   /* width: 40%; */
    margin: 0 auto;
    display: inline-block;
	box-shadow: none;
	border-radius: 5px;
}
.cf-7-submit input {
    background: lightyellow;
}
.cf-7-submit input:hover {
    color: #000;
}
@keyframes bouncetwo {
  0% {
    margin-bottom: -5px;
  }
  100% {
   margin-bottom: 0;
  }
}
svg.svg-inline--fa.fa-angle-double-down.fa-w-10 {
    animation-name: bouncetwo;
    animation-duration: .7s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
    font-size: 2rem;
}
svg.svg-inline--fa.fa-calculator.fa-w-14 {
    width: .775em;
    color: #fff;
    vertical-align: -.25em;
	opacity: .8;
}
svg.svg-inline--fa.fa-calculator.fa-w-14:hover {
    opacity: 1;
}
.quick-links-wrap {
    width: 80%;
    position: relative;
}
ul.quick-links-left {
    position: relative;
    width: 50%;
    float: left;
}
.trs-creds-wrap {
width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
    text-align: center;
	padding: 5px 0 10px;
/*	background-color: #00703c;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5); */
}
.creds-item-1 {
    width: 30%;
    /* float: left; */
    font-size: 1.4rem;
    display: table-cell;
    vertical-align: middle;
	letter-spacing: .5px;
	color: rgba(255, 255, 255, 0.79);
}
.serving-ga-educators {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    text-shadow: 0px 0px 3px #000;
    padding: 0 2%;
    /* font-style: italic; */
    color: rgba(255, 255, 255, 0.79);
    letter-spacing: .5px;
    display: table-cell;
    vertical-align: middle;
    font-style: italic;
}
.social-media-links {
    width: 30%;
    /* float: right; */
    font-size: 2rem;
    display: table-cell;
}
.trs-creds-wrap p {
	text-align: center;
}
span.social-media-links {
	 margin-right: -10%;
    position: relative;
    font-size: 2rem;
    right: 0;
    margin-left: 5%;
}
.social-media-links a {
    padding: 0 10px;
	opacity: .7;
}
.social-media-links a:hover {
	opacity: .9;
}
.content-sidebar-wrap p {
    text-align: left;
}
.before-footer-nav ul {

}
.before-footer-nav p {
	text-align: center;
}
.dropbtn:hover:last-child {
    border-bottom: none;
}
a#pen-calc-a {
    transition: .5s;
}
a#pen-calc-a:hover {
   /* color: rgba(25, 255, 0, 0.9490196078431372); */
    /* letter-spacing: 1px; */
	 border-bottom: 1px dotted #fff;
    padding-bottom: 7px;
}
.full-width-content .breadcrumb {
    margin: 0 auto;
    text-align: left;
}
.content-sidebar-sidebar .content-sidebar-wrap .content .entry {
    padding: 0 10px 10px;
}
.content-sidebar-wrap .entry-title {
    font-size: 4rem;
	margin: 1% auto;
}
.content-sidebar-wrap .blue-h2 {
    font-size: 3rem;
	line-height: 1.3;
}
.member-email {
	font-size: 1.4rem;
}
img.layout-8-img {
    margin-bottom: 2%;
}
.header-right-menu a {
    padding: 10px 0;
    margin: 14% 0 0;
    font-weight: 300;
	color: #bcdbcf;
    text-shadow: 1px 1px 1px #000;
}
.header-right-menu a:after {
    content: "|";
    margin-right: 7px;
    margin-left: 7px;
    display: inline;
}
.header-right-last a:after {
    content: none;
    padding: 0;
}
.home .wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.home .site-inner {
    max-width: 100%;
    padding-top: 0;
}
.home .entry {
    margin-bottom: 0;
    padding: 0;
	width: 100%;
	max-width: none;
}
.home .widget {
    margin-bottom: 0;
}
a.post-edit-link {
    display: none;
}
.front-page-2, .front-page-5, .front-page-6 {
    padding: 3% 0;
}

.front-page-1 {
    background-position: center center;
    background-size: cover;
    padding: 0;
	/* min-height: 380px; */
/*	margin-top: 6%; */
   min-height: 500px;
   /* margin-top: 8%; */
	background-color: #fff !important;
}

/*
.front-page-1 {
    background-position: center center;
    background-size: cover;
    padding: 2% 0;
	min-height: 462px;
	margin-top: -3%;
}
*/
.front-page-2 {
/*	background-image: linear-gradient(-90deg, #98e36a, #6cbbdc); */
	max-height: 62px;
	padding: 0;
	z-index: auto;
    position: relative;
/*	box-shadow: 0 -55px 157px 0 rgba(9, 8, 8, 0.51); 
	box-shadow: 0 -30px 150px 0 rgba(9, 8, 8, 0.51); */
background-color: #009246;
   /*  box-shadow: 0 10px 18px -6px rgba(119, 119, 119, 0.88); */
-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.69);
}
.front-page-3 {
	padding: 3% 0 4%;
	background: #009246;
	box-shadow: 7px -7px 27px -4px rgba(0,0,0,0.32);
	background: url(/wp-content/uploads/2018/01/Teachers-Background.png) no-repeat #009246;
	background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
	display: none;
}
.front-page-3 a {
	color: #fff;
}

/* .front-page-3 h2::before {
	content:"|";
	margin-right: 10px;
}
*/

.front-page-3 h2 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', Arial;
    cursor: pointer;
    padding: 18px;
    width: 75%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.7rem;
    transition: 0.4s;
    text-shadow: 1px 1px 3px #444;
    font-weight: 400;
    letter-spacing: 1px;
    border: 1px solid #565757;
    box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32);
    background: #bda975;
    background-image: -webkit-linear-gradient(top, #bda975, #a29060);
    background-image: -moz-linear-gradient(top, #bda975, #a29060);
    background-image: -ms-linear-gradient(top, #bda975, #a29060);
    background-image: -o-linear-gradient(top, #bda975, #a29060);
    background-image: linear-gradient(to bottom, #bda975, #a29060);
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.front-page-3 h2:hover {
    background: #a29060;
    background-image: -webkit-linear-gradient(top, #a29060, #ccb274);
    background-image: -moz-linear-gradient(top, #a29060, #ccb274);
    background-image: -ms-linear-gradient(top, #a29060, #ccb274);
    background-image: -o-linear-gradient(top, #a29060, #ccb274);
    background-image: linear-gradient(to bottom, #a29060, #ccb274);
}
.member-info-item {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', Arial;
    cursor: pointer;
    padding: 2%;
    width: 50%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.7rem;
    transition: 0.4s;
    text-shadow: 1px 1px 3px #444;
    font-weight: 400;
    letter-spacing: 1px;
    /* border: 1px solid #565757; */
    /* box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32); */
    background: #bda975;
    background-image: -webkit-linear-gradient(top, #bda975, #a29060);
    background-image: -moz-linear-gradient(top, #bda975, #a29060);
    background-image: -ms-linear-gradient(top, #bda975, #a29060);
    background-image: -o-linear-gradient(top, #bda975, #a29060);
    background-image: linear-gradient(to bottom, #bda975, #a29060);
    text-align: center;
    margin: 1% 0 1% 27%;
    color: #fff;
    border-radius: 6px;
}
.member-info-item:hover {
	background: #a29060;
    background-image: -webkit-linear-gradient(top, #a29060, #ccb274);
    background-image: -moz-linear-gradient(top, #a29060, #ccb274);
    background-image: -ms-linear-gradient(top, #a29060, #ccb274);
    background-image: -o-linear-gradient(top, #a29060, #ccb274);
    background-image: linear-gradient(to bottom, #a29060, #ccb274);
}
.member-info-item a {
	color: #fff;
}
.site-footer .wrap .wrap {
  /*  max-width: 1280px; */
}
.site-footer .wrap {
    max-width: 100%;
}
.before-header.free-case-evaluation {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    transform: translateY(-1000px);
    transition: .3s;
}
.before-header.free-case-evaluation.open {
    transform: translate(0);
	padding-top: 200px;
}
.header-top {
    background-color: #009246;
    font-size: 1.4rem;
    color: #999;
    padding: 11px 0 0;
    position: relative;
	max-height: 52px;
	
}
.header-top .wrap, .left-box-wrap {
    display: flex;
}
.left-box, .right-box {
    width: 100%;
	
}
.right-box {
    text-align: right;
    max-width: 400px;

}
.right-box-wrap {
    display: flex;
    justify-content: end;
    margin-right: 0;
}
.right-box-row {
	width: 100%;
}
.right-box-row-1 {
	width: 100%;
}
.right-box-row-1:first-child {
    display: flex;
}
.btn-consultation {
 background: #a29060;
  background-image: -webkit-linear-gradient(top, #a29060, #ccb274);
  background-image: -moz-linear-gradient(top, #a29060, #ccb274);
  background-image: -ms-linear-gradient(top, #a29060, #ccb274);
  background-image: -o-linear-gradient(top, #a29060, #ccb274);
  background-image: linear-gradient(to bottom, #a29060, #ccb274);
    color: #fff;
    padding: 100px 100px 15px;
	cursor: pointer;
	border-radius: 4px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    transition-timing-function: ease-in;
    transition-duration: .1s;
}
.btn-consultation:hover {
	 background: #bda975;
  background-image: -webkit-linear-gradient(top, #bda975, #a29060);
  background-image: -moz-linear-gradient(top, #bda975, #a29060);
  background-image: -ms-linear-gradient(top, #bda975, #a29060);
  background-image: -o-linear-gradient(top, #bda975, #a29060);
  background-image: linear-gradient(to bottom, #bda975, #a29060);
	box-shadow: none;
	text-shadow: none;
	
}
.author-box::after, .clearfix::after, .entry-content::after, .entry::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
    clear: both;
    content: " ";
    display: table;
}
.left-box a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    opacity: .7;
    padding: 0% 2%;
    display: inline-flex;
    font-size: 2rem;
    margin: 0 auto;
}
.pipe-here::after {
    content: "|";
    margin-right: 10px;
    margin-left: 10px;
    display: inline;
}
.practice-area li {
    float: left;
    padding: 0;
    margin: 5px 0 0!important;
    border: 1px solid #666;
    width: 100%;
}
#welcome {
    font: 400 4rem/0.8 'Source Sans Pro', Helvetica, sans-serif;
    color: #009246;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    text-align: center;
    /* background: #00703c9e; */
    padding: 3% 4% 0;
    letter-spacing: 1px;
    margin: 0 auto 28px;
}
.login-btn {
    display: inline-block;
    font-family: 'Roboto', sans-serif, Arial;
    color: #333;
    /* background: #f7cb19; */
	background: #f7cb19;
    background-image: -webkit-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -moz-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -ms-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -o-linear-gradient(top, #f7cb19, #cfae29);
    background-image: linear-gradient(to bottom, #f7cb19, #cfae29);
    border: none;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    /* margin: 18px 0 0 0; */
	margin: 15px 0 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .5px;
    position: fixed;
    z-index: 5000;
    border-radius: 0.25em;
   padding: 17px 24px; 
    width: auto;
    transition: all 0.3s ease-in-out;
    right: 10%;
	top: 1.5%;
	/* border: .5px solid #333; */
}
.login-btn-2 {
    display: none;
    font-family: 'Roboto', sans-serif, Arial;
    color: #000;
    background: #f7cb19;
    border: none;
    text-align: center;
    font-size: 1.6rem;
    cursor: pointer;
    margin: 0 auto;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .5px;
    position: relative;
    z-index: 500;
    border-radius: 0.25em;
    padding: 15px 24px;
    width: auto;
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.42);
}
.login-btn-2:hover {
	color: #000;
    background: #f7cb19;
}
/* 
   .login-btn {
    display: inline-block;
    font-family: Helvetica, Arial;
    color: #333;
    background: #f7cb19;
    border: none;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    margin: 5px 25% 0 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .5px;
    position: relative;
    z-index: 5;
    padding: 15px 45px;
    width: 52%;
    transition: all .2s;
}
*/

button.login-btn:hover, button.login-btn:focus {
    color: #333;
}
.login-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.login-btn:after {
    content: '\00bb';
    /* position: absolute; */
    /* opacity: 0; */
    /* top: 0; */
    /* right: -20px; */
    /* transition: 0.5s; */
    padding-left: 10px;
}
.login-btn span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

/* No
  .login-btn:hover span {
  margin-right: 15px;
} **/

.login-btn:hover span:after {
  opacity: 1;
  right: 0;
}
.login-btn:active {
   box-shadow: 0px 0px 5px #000 inset;
}
#welcome-msg {
    color: #000;
    text-align: center;
    font-family: 'Source Sans Pro', Arial;
    font-size: 2.6rem;
    padding: 0;
    font-weight: 500;
    width: 100%;
    margin: 0 auto;
    padding: 0 20%;
}
.login-select {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: transparent;
    transform: translateY(-1000px);
    transition: .3s;
}
.login-select.open {
    transform: translate(0);
    padding-top: 1%;
    z-index: 3000;
	text-align:center;
	background-color: rgba(51, 51, 51, 0.92);
	/* background-image: url(http://www.trsga.net/wp-content/uploads/2018/01/Teachers-Background.png); */
    background-blend-mode: soft-light;
}
.key-legend {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff;
    transform: translateY(-1000px);
    transition: .3s;
}
.legend-select.open {
    transform: translate(0);
    padding-top: 1%;
    z-index: 3000;
	text-align:center;
	background-color: rgba(51, 51, 51, 0.92);
	/* background-image: url(http://www.trsga.net/wp-content/uploads/2018/01/Teachers-Background.png); */
    background-blend-mode: soft-light;
}


.widget_search .screen-reader-text {
    display:none;
}
.member-info-wrap {
    text-align: center;
    background: url(http://www.trsga.net/wp-content/uploads/member_info.png) no-repeat;
    width: 100%;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 1%;
    margin: 0 auto;
    height: 193px;
    background-position: center;
}
img.swoosh-header {
    position: fixed;
    z-index: 4;
    transform: rotateX(35deg);
    width: 100%;
    margin-top: 3%;
}
/*
.page-id-9 .swoosh-header img {
	 top: 7%;
}
*/
/*
img.swoosh-header {
    margin-top: -1%;
    position: relative;
    z-index: 2;
	 transform: rotateX(35deg);
}
*/
img.swoosh-footer {
    margin-bottom: -3%;
}
.primary-nav-header a, .primary-nav-header a:active, .primary-nav-header a:hover {
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0 auto;
	text-decoration: none;
	padding: 8% 0;
}

section#custom_html-7 {
    position: relative;
    display: inline-block;
    right: 5%;
}
.primary-nav-header a::after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
}
li#menu-item-56 a::after {
    content: none;
    padding: 0;
}
.left-box-row {
    width: 50%;
}
.accordion {
    color: #0a2463;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.7rem;
    transition: 0.4s;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.3); */
    font-weight: 600;
    letter-spacing: 1px;
    /* box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32); */
    background: none;
    /* background-image: -webkit-linear-gradient(top, #69b8e3, #3a69d6); */
    background-image: -moz-linear-gradient(top, #69b8e3, #3a69d6);
    background-image: -ms-linear-gradient(top, #69b8e3, #3a69d6);
    background-image: -o-linear-gradient(top, #69b8e3, #3a69d6);
    /* background-image: linear-gradient(to bottom, #009246, #195f3a); */
    font-family: 'Souce Sans Pro', Arial;
}
.active, .accordion:hover {
   /* background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #0a2463);
    background-image: -moz-linear-gradient(top, #3498db, #0a2463);
    background-image: -ms-linear-gradient(top, #3498db, #0a2463);
    background-image: -o-linear-gradient(top, #3498db, #0a2463);
    background-image: linear-gradient(to bottom, #3498db, #0a2463); */
}

.panel {
    padding: 5%;
    display: none;
    background-color: #d5d5d5;
    overflow: hidden;
}
.accordion:after {
    content: '\00bb';
    font-size: 17px;
   
    margin-left: 10px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
	color: #fff;
    float: right;
}
html > body .slide-excerpt-border {
 background: transparent !important;
    display: inline;
    float: left;
    margin: 0 auto !important;
    padding: 0 7% !important;
    position: absolute !important;
    z-index: 1;
   /* margin-top: 19% !important; */
    left: 25% !important;
   /* border-radius: 7px; */
	width: 100% !important;
    font-weight: 400;
    color: #000;
	opacity: 1 !important;
	/* box-shadow: 2px 2px 5px #000; */
	font-family: Roboto, Arial;
	font-size: 1.9rem;
	border: none !important;
	min-height: 380px;
	text-align: left;
	top: -10px;
}
.links-left {
    position: relative;
    width: 50%;
    padding: 3%;
    margin: 0 auto;
	float: left;
}
.links-left li {
	margin: 5% 0;
}
.links-left a {
    color: #000;
	font-weight: 600;
	line-height: 1.6;
}
.links-right {
    position: relative;
    width: 50%;
    float: right;
    padding: 3%;
}
.links-right li {
	margin: 5% 0;
}
.links-right a {
    color: #000;
	font-weight: 600;
	line-height: 1.6;
}
.front-page-3A {
	width: 75%;
	margin: 0 auto;
}
.front-page-3B {
	width: 75%;
	margin: 0 auto;
}
.front-page-3C {
	width: 75%;
	margin: 0 auto;
}
#home-3 .dashicons {
  width: 40px !important;
  height: 40px !important;
  font-size: 40px !important;
  margin-bottom: 5px;
  color: #348ACA;
}

#home-3 .dashicons:hover {
  color: #fff !important;
}
.cp-heading-1.wrap {
  padding: 0 !important; 
}
.cp-heading-1 h2 {
  border-left: 5px solid #348ACA;
  padding: 0 0 0 15px
}
.cp-heading-1 span {
  font-weight: 400
}
.flexed-row {
  display: flex;
}
#home-3 a {
  background: #fff
}
#home-3 .flexed-row > a {/*! width: 33.333%; */width: 100%;}
#home-3 .panel {
  /*! border-top: 1px solid #ddd; */
  /*! border-bottom: 1px solid #ddd; */
  padding: 40px 20px 80px;
  font-style: italic;
  transition: .3s;
  font-size: 1.4rem;
  position: relative
}
.panel {
  width: 100%
}
.read-more-button {
  position: absolute;
  bottom: 20px;
  border: 1px solid #ddd;
  padding: 3px 10px
}
.read-more-button:hover {
  background: #348ACA;
  color: #fff
}
.dashicons-admin-plugins:before { 
content: "\f106";
display: inline-block;
color: #1EC9B3;
-webkit-font-smoothing: antialiased;
font: normal 20px/1 'dashicons';
}
.login-select-option {
   background: #00703c;
  background-image: -webkit-linear-gradient(top, #00703c, #224736);
  background-image: -moz-linear-gradient(top, #00703c, #224736);
  background-image: -ms-linear-gradient(top, #00703c, #224736);
  background-image: -o-linear-gradient(top, #00703c, #224736);
  background-image: linear-gradient(to bottom, #00703c, #224736);
    height: auto;
    color: #f5f5f5;
    z-index: 10;
    /* border-bottom-style: solid; */
    /* border-color: #fff; */
    float: left;
    margin: 3px 0 0 3px;
    text-align: center;
    width: 100%;
    padding: 2%;
    margin: 2% auto;
    border-radius: 10px;
	text-shadow: 1px 1px 5px #333;
}
.fce-title h3 {
    margin: 1% auto;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', Arial;
    font-size: 3rem;
    text-shadow: 1px 1px 4px #000;
    letter-spacing: .5px;
	color: #fff;
}
.fce-content {
       width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 1%;
	text-shadow: 1px 1px 3px #000;
}
.login-select-wrap {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}
.login-select-option:hover {
    box-shadow: none;
		background: #bcdbcf;
  background-image: -webkit-linear-gradient(top, #bcdbcf, #89ab9d);
  background-image: -moz-linear-gradient(top, #bcdbcf, #89ab9d);
  background-image: -ms-linear-gradient(top, #bcdbcf, #89ab9d);
  background-image: -o-linear-gradient(top, #bcdbcf, #89ab9d);
  background-image: linear-gradient(to bottom, #bcdbcf, #89ab9d);
}
.before-header.login-select.open .wrap {
    max-width: 800px;
}
.flex-control-nav {
    float: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
    margin-top: -2%;
    left: 3%;
}
.nav-wrap {
    max-width: 1280px;
	margin: 5px auto;
    text-align: center;
}
.nav-item {
    width: 30%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding: 3% 1% 0;
    background: #009246;
	transition-duration: 1s;
	border-radius: 5px;
}
.nav-item:hover {
    background: #0a2463;
}
.nav-item-title {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'Source Sans Pro', Arial;
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	text-align: center;
}
.nav-item-text {
    font-size: 1.4rem;
    text-align: center;
    padding: 1% 3%;
    width: 100%;
    color: #d5d5d5;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

svg.svg-inline--fa.fa-long-arrow-alt-right.fa-w-14 {
    padding: 3px;
    margin: 1% 1% 0;
}
.front-page-four-first {
	margin-bottom: 3%;
}
.see-more-text {
    padding: 1% 0 15% 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #009246;
    text-align: center;
}
.see-more-text a {
    color: #f7cb19;
}
.see-more-text a:hover {
    padding-right: 5px;
}
.statistics {
padding: 0 !important;
}
.statistics-inner {
    padding: 15px 3% 0 !important;
}
.statistics .stat {
	margin: 35px 25px 5px;	
}
/*
.widget-area h3 {
        font-size: 1.4em;
    color: #000;
    padding: 2% 1% 6%;
    text-align: center;
    margin: 0 auto;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3); 
    font-weight: 400;
	font-family: 'Source Sans Pro', sans-serif;
}
*/
.widget-area h3 {
    color: #f5f5f5;
    padding: 4% 1%;
    text-align: center;
    margin: 0 auto;
    text-shadow: -1px 1px 6px rgba(51, 51, 51, 0.42);
    font-weight: 400;
    background: #009246;
    font-family: Roboto, sans-serif;
	border-top-right-radius: 9px;
    border-top-left-radius: 9px;
	font-size: 1.8rem;
}
.tribe-events-category-new-hire {
    background: #95ce86 !important;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background-color: #666 !important;
}
.tribe-events-category-mid-career {
    background-color: #fad905;
}
.tribe-events-category-pre-retirement {
    background-color: #acd6e6;
}
.tribe-events-category-retiree {
    background-color: #d1d1d1;
}
#tribe-events-content a {
    color: #0a2463;
	font-weight: 600;
    opacity: 1;
}
.event-wrap {
    width: 100%;
    position: relative;
	padding-bottom: 0;
}
.event-legend {
	width: 15%;
    float: left;
    text-align: center;
    font-size: 1.4rem;
    margin-top: -3%;
    padding: 0;
    position: fixed;
    left: 5%;
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.58);
}
.event-text {
    width: 75%;
    float: right;
    font-size: 1.5rem;
    padding: 0 1%;
}
h2.tribe-events-page-title {
	clear: left;
	float: left;
}
.tribe-bar-disabled {
    float: right;
    position: relative;
    z-index: 1;
    clear: both;
}
#north-georgia-legend {
    background-color: #95ce86;
	padding: 3% 2%;
	border: 1px solid #777;
}
#south-georgia-legend {
    background-color: #fad905;
	padding: 3% 2%;
	border-left: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
}
#east-georgia-legend {
    background-color: #acd6e6;
	padding: 3% 2%;
	border-left: 1px solid #777;
    border-right: 1px solid #777;
}
#west-georgia-legend {
    background-color: #d1d1d1;
	padding: 3% 2%;
	border: 1px solid #777;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #0a2463 !important;
}
ul.tribe-events-sub-nav a {
    font-size: 2rem;
}
#calendar-of-events-h1 {
color: #0A2463;
    /* margin-bottom: 28px; */
    /* margin-bottom: 2%; */
    font-weight: 600;
    font-family: Roboto, Arial;
    letter-spacing: .5px;
    font-size: 4rem;
}
.pub-wrap {
    width: 100%;
    margin: 0 auto;
}
.pub-title {
  font-family: 'Source Sans Pro', Arial;
    font-size: 3rem;
    color: #69b8e3;
    margin: 0 auto;
    /* color: #000; */
    text-align: left;
    font-weight: 600;
    font-size: 1.6em;
}
.pub-name {
    color: #fff;
    background-color: #009246;
    text-align: center;
    padding: .5%;
    font-size: 1.3em;
}
.pub-item {
    text-decoration: none;
    margin-top: 2px;
    color: #000;
    padding: 3px;
	/* transition: box-shadow .5s,border .5s,background .5s; */
	font-weight: 400;
	padding: 1% 0;
}
.pub-item:hover {
	/* background-color: rgba(247, 203, 25, 0.56); */
	cursor: pointer;
/*	border-top: 2px solid lightblue; */
}
.pub-item a {
	color: #000;
}
.pub-item a:hover {
	border-bottom: 1px solid lightblue;
	padding-bottom: 5px;
}
h1.entry-title {
    color: #0A2463;
   /* margin-bottom: 28px; */
	margin-bottom: 2%;
    font-weight: 600;
	font-family: Roboto, Arial;
	letter-spacing: .5px;
}
.form-wrap {
    width: 100%;
    margin: 0 auto;
}
.form-number-title {
 width: 25%;
    padding: .5%;
    text-align: left;
    color: #000;
    font-weight: 700;
    float: left;
}
.form-name {
    width: 74%;
    padding: .5%;
    color: #000;
    font-weight: 700;
    float: right;
    margin-left: 2px;
    text-align: left;
}
.form-item {
       width: 74%;
    position: relative;
    float: right;
    text-align: left;
    transition: box-shadow .5s,border .5s,background .5s;
    margin-top: 2px;
    padding: .5%;
}
.form-item:hover {
	background-color: rgba(247, 203, 25, 0.28);
	cursor: pointer;
}
.form-number:hover {
	background-color: rgba(247, 203, 25, 0.56);
	cursor: pointer;
}
.form-number {
   width: 25%;
    text-align: left;
    transition: box-shadow .5s,border .5s,background .5s;
    margin-top: 2px;
    padding: .5%;
    position: relative;
    float: left;
}
.form-title {
    font-family: 'Source Sans Pro', Arial;
    font-size: 3rem;
    color: #69b8e3;
    margin: 5% 0 1%;
	border-top: 1px solid rgba(0, 0, 0, 0.14);
    padding-top: 2%;
}

.tribe-events-back a {
	clear: left;
	float: left;
	margin: -23px auto 0;
}
.single-tribe_events .tribe-events-single-event-title {
	clear: both;
	font-family: 'Roboto', Arial;
	margin-top: 10px;
}
.tribe-events-button {
	float: right;
}
.active-member-img {
		background: url('http://www.trsga.net/wp-content/uploads/active-members.jpg');
		background-repeat: no-repeat;
		background-size: contain;
}
button.accordion.active {
    font-weight: 600;
}
/*
.page-id-204 .related-retiree {
    display: none;
}
.page-id-193 .related-active-member {
    display: none;
}
.page-id-207 .related-employer {
    display: none;
}
*/
.site-footer .widget-area h3 {
    font-size: 1.3em;
    text-shadow: 1px 1px 3px #565757;
    font-weight: 400;
	margin-top: 3%;
}
.primary-nav-header {
    text-align: center;
	display:none;
}
.links-page-wrap-1 {
    width: 46%;
    position: relative;
    float: left;
    padding: 2%;
}
.links-wrap-2 {
    position: relative;
    width: 45%;
    float: right;
	padding: 2%;
}
.post-263 h1.entry-title {
    text-align: center;
}
.slide-excerpt {
	background-color: transparent !important;
	color: #000 !important;
	margin: 0 !important
}
#genesis-responsive-slider a {
    color: #0a2463 !important;
    font-family: 'Source Sans Pro', Arial !important;
    border-bottom: 1px solid #f7cb19;
    padding-bottom: 0;
    font-weight: 600;
	box-shadow: none;
	z-index: 0;
}
#genesis-responsive-slider a:hover {
    color: #0a2463 !important;
}
#genesis-responsive-slider {
/*	margin: -4% 0 0 !important; */
	width: 100% !important;
	box-shadow: none !important;
	background-color: rgba(108, 186, 221, 0.13) !important;

}

.entry ul {
    margin-left: 5%;
}
.entry ol {
    margin-left: 5%;
}
.page-id-9 ul {
    margin-left: 0;
}
.mem-info {
background: none;
color: #f5f5f5;
text-shadow: 1px 1px 3px #000;
text-align: center;
}
h3.mem-info {
	color: #f5f5f5 !important;
	background: transparent;
}

.front-page-6 h4 a {
    color: #009246;
	font-weight: 600;
}
.front-page-6 h4 {
    padding: 1%;
}
.front-page-6 .entry-content {
    margin: 0 15% 5%;
    border-bottom: 1px solid #00000029;
    padding-bottom: 5%;
}
.front-page-6 img {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.login-select-wrap {
	width: 70%;
}
.member-info-container {
    width: 100%;
    position: static;
    display: inline-flex;
    text-align: center;
    max-height: 75px;
    margin: 0 auto;
/*	background: #0a2463; */
	margin-left: 30px;
    
/*    border-top: 2px solid #000; */
	/* background-image: linear-gradient(to bottom, #0a2463, #143b9c); */
	/* background: rgb(0, 146, 70); */
  

}

.member-square {
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
	margin-top: -15%;
	transition: 1s;
	
}
.member-square:hover {
background: url('/wp-content/uploads/Member-Info-BG.png') no-repeat;
	background-position-y: 10px;
	background-position-x: 10px;
	border-radius: 5px; 
	background-size:100%;
}


.retiree-square {
    position: relative;
	float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	margin-top: -15%;
	transition: 1s;
	margin-left: 20%;
}
.retiree-square:hover {
background: url('/wp-content/uploads/Retiree-Info-BG-1.png') no-repeat;
	    background-position: 24px 0px;
	border-radius: 5px; 
	background-size: 100%;
}
.retiree-square img {
    /* max-height: 181px; */
    /* float: left; */
    border-bottom-left-radius: 10px;
    max-width: 205px;
    position: absolute;
    top: 0;
    left: 9%;
    right: 0;
    bottom: 0;
   /* background-image: url(/wp-content/uploads/Retirees-1.png); */
    background-repeat: no-repeat;
    background-size: contain;
}
.employer-square {
    width: 100%;
    position: relative;
    float: right;
    text-align: center;
    margin: 0 auto;
	margin-top: -15%;
	transition: 1s;
	margin-right: 20%;
}
.employer-square:hover {
background: url('/wp-content/uploads/Employer-Info-BG.png') no-repeat;
	background-position-y: 10px;
	background-position-x: 50px; 
	background-size: 100%;
}
.employer-square img {
   /* max-height: 181px; */
    /* float: left; */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/* max-width: 162px; */
	max-width: 158px;
    position: absolute;
    top: 0;
    left: 12%;
    right: 0;
    bottom: 0;
   /* background-image: url(/wp-content/uploads/Retirees-1.png); */
    background-repeat: no-repeat;
    background-size: contain;
}
.member-square img {
   /* min-height: 181px; */
   /* float: left; */
	border-bottom-left-radius: 10px;
	max-width: 170px;
    position: absolute;
    top: 0;
    left: 9%;
    right: 0;
    bottom: 0;
   /* background-image: url(/wp-content/uploads/Retirees-1.png); */
    background-repeat: no-repeat;
    background-size: contain;
	
}
.member-item-wrap {
    width: 100%;
   /* padding: 1%; */
	margin: 0 auto;
}
.member-item-wrap a {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.member-square a:hover {
	background: #009246;
  background-image: -webkit-linear-gradient(top, #00703c, #178c55);
  background-image: -moz-linear-gradient(top, #00703c, #178c55);
  background-image: -ms-linear-gradient(top, #00703c, #178c55);
  background-image: -o-linear-gradient(top, #00703c, #178c55);
  background-image: linear-gradient(to bottom, #00703c, #178c55);
}
.retiree-square a:hover {
	background: #009246;
  background-image: -webkit-linear-gradient(top, #00703c, #178c55);
  background-image: -moz-linear-gradient(top, #00703c, #178c55);
  background-image: -ms-linear-gradient(top, #00703c, #178c55);
  background-image: -o-linear-gradient(top, #00703c, #178c55);
  background-image: linear-gradient(to bottom, #00703c, #178c55);
}
.employer-square a:hover {
	background: #009246;
  background-image: -webkit-linear-gradient(top, #00703c, #178c55);
  background-image: -moz-linear-gradient(top, #00703c, #178c55);
  background-image: -ms-linear-gradient(top, #00703c, #178c55);
  background-image: -o-linear-gradient(top, #00703c, #178c55);
  background-image: linear-gradient(to bottom, #00703c, #178c55);
}
.board-member-wrap {
	position: relative;
	width: 100%;
	display: inline-flex;
	margin-bottom: 10%;
}
.board-member-left {
	width: 55%;
	float: left;
	position: relative;
	display: table;
}
.board-member-right {
	position: relative;
	float: right;
	display: table;
	width: 50%;
}
.board-member-img {
	float: left;
}
.board-member-text {
    display: table;
    vertical-align: middle;
    padding: 4% 5%;
}
.member-name {
    color: #0a2463;
    font-weight: 600;
	display: table;
    vertical-align: middle;
}
.member-name a {
	color: #0a2463;
}
.member-name a:hover {
    color: #009246;
}
.member-title {
    font-style: italic;
	font-size: 1.4rem;
}
.board-member-img img {
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
	width: 100px;
    height: 125px;
}
/* LEADERSHIP TEAM */
.leadership-team-wrap {
	position: relative;
	width: 100%;
	display: inline-flex;
	margin-bottom: 10%;
}
.leadership-team-item {
    position: relative;
    width: 30%;
    margin: 0 auto;
    padding: 0 1%;
}
.leadership-team-left {
	width: 55%;
	float: left;
	position: relative;
	display: table;
}
.leadership-team-right {
	position: relative;
	float: right;
	display: table;
	width: 50%;
}
.leadership-team-img {
	float: left;
}
.leadership-team-text {
    display: table;
    vertical-align: middle;
    padding: 4% 5%;
}
.leadership-name {
    color: #0a2463;
    font-weight: 600;
	display: table;
    vertical-align: middle;
}
.leadership-name a {
	color: #0a2463;
}
.leadership-name a:hover {
    color: #009246;
}
.leadership-title {
    font-style: italic;
	font-size: 1.4rem;
}
.leadership-team-img img {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
	width: 100px;
    height: 125px;
}
.job_post_container, .job_post_row, .job_post_title_bar {
    width: 100%;
    height: auto;
    position: relative;
    float: left;
}
.job_post_title_bar {
    border-bottom: 1px dashed #000;
    font-weight: 700;
	padding: 0 2%;
}
a.CO_job_opps, a.job_link {
    text-decoration: none;
    color: #000;
}
.job_post_row {
    background: rgb(228, 248, 213);
    border: #009246 1px dotted;
    margin-bottom: 5px;
	padding: 2%;
}
.job_post_row:hover {
	background-color: rgba(247, 203, 25, 0.56);
}
.job_description, .job_title {
    width: 45%;
    height: auto;
    position: relative;
    float: left;
    padding: 10px;
}
.job-title {
	width: 65%;
}
.job_description {
    width: 100%;
    word-wrap: normal;
    line-height: 140%;
    text-align: justify;
    padding: 3%;
}
.job_posted_date {
    width: 25%;
    height: auto;
    position: relative;
    float: right;
    padding: 10px 10px 5px;
    text-align: right;
}
input::-webkit-input-placeholder {
    color:transparent;
}
input::-moz-placeholder {
    color:transparent;
}
input:-ms-input-placeholder {
    color:transparent;
}
input::placeholder {
    color:transparent;
}
input:focus::-webkit-input-placeholder {
    color: #ccc;
}
input:focus:-moz-placeholder {
    color: #ccc;
}
input:focus::-moz-placeholder {
    color: #ccc;
}
input:focus:placeholder {
    color:#ccc;
}
input:hover::-webkit-input-placeholder {
    color: #ccc;
}
input:hover:-moz-placeholder {
    color: #ccc;
}
input:hover::-moz-placeholder {
    color: #ccc;
}
input:hover:placeholder {
    color:#ccc;
}
#search-button-1 {
    position: absolute;
    float: right;
    right: 0px;
    display: block;
    width: 52px;
    height: 53px;
    background-color: #eb9316;
}
/** Search Fields **/
 .search-field {
    float: right;
    display: block;
    width: 52px;
    padding: 10px 10px;
    background-color: #fff;
    background-image: url('http://icons.iconarchive.com/icons/igh0zt/ios7-style-metro-ui/512/MetroUI-Other-Search-icon.png');
    background-repeat: no-repeat;
    background-position:right;
    font-size: 22px;
    border: 1px solid #fff;
    color: rgba(255, 255, 255, 0);
    /* CSS3 Box Sizing */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* CSS3 Rounded Corners */
    border-radius: 2px;
    /* CSS3 Transition (Expanding Effect) */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
	 background-size: contain;
}
/** Search Field 1 Focus (Full Width) **/
 .search-field:focus, .search-field:hover {
    outline: none;
    min-width: 200px;
    max-width: 500px;
    width: 80%;
    color: #777;
    /* CSS3 Outer Shadow */
    -webkit-box-shadow: 0 0 0 2px #999;
    -moz-box-shadow: 0 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}
/** Don't want the reset auto-button to show up over the button image **/
 .search-field::-ms-clear {
    width : 0;
    height: 0;
}
/** Make text visible again on focus or hover **/
#search-text:focus, #search-text:hover {
    color: #333;
}

/** Primary Nav and Search **/
.primary-nav-desktop .nav-bar {
    width: 99%;
    background: transparent;
    display: inline-flex;
    position: relative;
    margin-top: 7px;
    max-height: 44px;
}

.primary-nav-desktop ul{
  list-style: none;
  width: 100%;
  margin: 0 auto;
 display: inline-flex;
}

.primary-nav-desktop ul li {
    color: #fff;
    float: left;
    width: 115px;
    line-height: 2.7;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Roboto, Arial;
    transition: 0.5s;
    position: relative;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	transition-duration: 1s;
}

.primary-nav-desktop ul li:hover:not(.active) {
	color: #fff;
	border-radius: 10px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.primary-nav-desktop ul li:active {
	box-shadow: 0px 0px 5px #000 inset !important;
	transition-duration: 1s;
}

.primary-nav-desktop .search-box {
    background: #E8E8E4;
    position: absolute;
    top: 82px;
   	right: 16.7%;
    width: 350px;
    height: 35px;
    line-height: 60px;
    box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32);
    /* border-top: 4px solid #00703c; */
    display: none;
}

.primary-nav-desktop .search-box:before{
  content: "";
  position: absolute;
  top: -28px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
      border-bottom: 14px solid #69b8e3;
}

.primary-nav-desktop .search-box input[type="text"] {
    width: 271px;
    padding: 5px 10px;
    /* margin-left: 23px; */
    border: 1px solid #009246;
    outline: none;
    height: 35px;
    float: left;
}

.primary-nav-desktop .search-box input[type="button"] {
    width: 80px;
    padding: 0;
    background: #0a2463;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #0a2463;
    outline: none;
    cursor: pointer;
    height: 35px;
    float: right;
    box-shadow: none;
}
/* SEARCH BOX HEADER TOP */
.header-top .search-box {
    background: #E8E8E4;
    position: absolute;
    top: 90px;
    right: 27.7%;
    width: 350px;
    height: 35px;
    line-height: 60px;
    box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32);
    /* border-top: 4px solid #00703c; */
    display: none;
}

.header-top .search-box:before{
  content: "";
  position: absolute;
  top: -28px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
      border-bottom: 14px solid #69b8e3;
}

.header-top .search-box input[type="text"] {
    width: 271px;
    padding: 5px 10px;
    /* margin-left: 23px; */
    border: 1px solid #009246;
    outline: none;
    height: 35px;
    float: left;
}

.header-top .search-box input[type="button"] {
    width: 80px;
    padding: 0;
    background: #0a2463;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #0a2463;
    outline: none;
    cursor: pointer;
    height: 35px;
    float: right;
    box-shadow: none;
}
.primary-nav-desktop ul li:hover:not(.active):last-of-type {
    color: #fff;
}
/** Animation Effects - Slide Up, Down, Left, Right **/
/*=== Basic box styling  ===*/
.box {
  background: #23a3d3;
  width: 150px;
  height: 70px;
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 7px;
  float: left;
  margin: 4px;
  font-family: 'helvetica';
  text-transform: uppercase;
}
 
 
/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
/*=== Optional Delays, change values here  ===*/
.one {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}
 
.two {
-webkit-animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
animation-delay: 1.7s;
}
 
.three {
-webkit-animation-delay: 2.3s;
-moz-animation-delay: 2.3s;
animation-delay: 2.3s;
}
 
.four {
-webkit-animation-delay: 3.3s;
-moz-animation-delay: 3.3s;
animation-delay: 3.3s;
}
 
/*=== Animations start here  ===*/
/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
 
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
 
  to {
    opacity: 1;
  }
}
 
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
 
 
/*=== FADE IN DOWN ===*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
 
/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
 
/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
 
 
/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/** MEMBER BUTTONS **/

.member-info-btn {
	    display: inline-block;
    border-radius: 4px;
    background: #fff;
    background-image: -webkit-linear-gradient(top, #bda975, #a29060);
    background-image: -moz-linear-gradient(top, #bda975, #a29060);
    background-image: -ms-linear-gradient(top, #bda975, #a29060);
    background-image: -o-linear-gradient(top, #bda975, #a29060);
    background-image: linear-gradient(to bottom, #bda975, #a29060);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
    padding: 15px;
    width: 350px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 3% auto;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    /* border: 2px ridge #333; */
    box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32);
    border-radius: 28px;
}
.member-info-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.member-info-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.member-info-btn:hover span {
  padding-right: 25px;
}

.member-info-btn:hover span:after {
  opacity: 1;
  right: 0;
}

.member-button {
    display: inline-block;
    border-radius: 4px;
    background-color: #009246;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
    padding: 15px;
    width: 350px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 3% auto;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    border: 2px ridge #333;
    box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32);
    border-radius: 28px;
}
.member-button:hover {
    background: #9be564;
}

.member-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.member-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.member-button:hover span {
  padding-right: 25px;
}

.member-button:hover span:after {
  opacity: 1;
  right: 0;
}

.member-square-button {
	color: #3b5082;
 /* text-shadow: 2px 2px 3px rgba(0,0,0,0.3); */
    background: #ebcd49;
background-image: -webkit-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -moz-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -ms-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -o-linear-gradient(top, #f7cb19, #cfae29);
    background-image: linear-gradient(to bottom, #f7cb19, #cfae29);
    padding: 13px;
   /* border-radius: 15px; */
	border-radius: 0.25em;
    position: relative;
    float: right;
    margin-top: 19%;
    margin-right: 31%;
    width: 32%;
	bottom: 16px;
	border: .5px solid #333;
    transition: .7s;
	}
/*
button#member-square-button-1 {
    bottom: 41px;
}
*/
button.member-square-button:hover {
	width: 33%;
    left: 1%;
}
.member-square-button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: #0a2463;
    /* text-shadow: 1px 1px 7px rgba(255, 255, 255, 0.7490196078431373); */
    font-family: Roboto, Arial;
    letter-spacing: .75px;
	font-size: 1.5rem;
}

.member-square-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.member-square-button:hover span {
  padding-right: 25px;

}

.member-square-button:hover span:after {
  opacity: 1;
  right: 0;
}

#contactMapContainer {
    width: 40%;
    float: right;
}
.contact-text {
    width: 33%;
    float: left;
    font-size: 1.4rem;
	font-weight: 600;
	
}
p.contact-item-wrap {
    display: flex;
}
p.contact-item-wrap-1 {
    position: relative;
    width: 45%;
    float: left;
}
p.contact-item-wrap-2 {
    position: relative;
    width: 45%;
    float: right;
}
.contact-form {
	float: right;
	width: 50%;
	padding: 2%;
    border: 1px solid #009246;
    border-radius: 20px;
}
#contactMapContainer {
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid rgba(119, 119, 119, 0.25882352941176473);;
    margin: 2% auto 0;
    padding-top: 2%;
}
.sidebar .widget-wrap {
	/*  background: lightblue;
    border-radius: 9px; */
    padding: 5%;
}
/*
.sidebar .widget-wrap li {
    background: rgba(10, 36, 99, 0.14);
    text-align: center;
    padding: 3%;
    width: 100%;
    margin: 2% auto;
    border-radius: 7px;
	font-family: Roboto, Arial;
	transition: all 0.2s ease-in-out;
	border: 1px solid rgba(51, 51, 51, 0.19);
}
*/

.sidebar .widget-wrap li a {
    color: #000;
    line-height: 1.3;
	font-weight: 400
}
.sidebar .widget-wrap li a:hover {
    color: #000;
	
}

.sidebar-primary .widget-wrap {
   /* background: lightblue; */
   /* border-radius: 9px; */
    padding: 5%;
}
/*
.sidebar-primary .widget-wrap li {
   background: rgba(10, 36, 99, 0.11);
    text-align: center;
    padding: 2%;
    width: 100%;
    margin: 2% auto;
   border-radius: 7px; 
	 transition: all 0.2s ease-in-out; 
	 border: 1px solid rgba(51, 51, 51, 0.19);
	border: none;
}
*/
.sidebar-primary .widget-wrap li {
	background-image: radial-gradient(at center center, rgb(255, 255, 255) 0px, rgba(105, 184, 227, 0.44) 100%);
    text-align: center;
    padding: 2%;
    width: 100%;
    margin: 1px auto;
    /* border-radius: 7px; */
    font-family: Roboto, Arial;
    /* transition: all 0.2s ease-in-out; */
    /* border: 1px solid rgba(51, 51, 51, 0.19); */
    border: none;
	transition: .3s;
}
.sidebar-primary .widget-wrap li:hover {
    color: #000;
    border: none;
	/* cursor: pointer; */
}
.sidebar .widget-wrap li a:hover {
	border-bottom: 1px dotted #009246;
}

.sidebar-primary .widget-wrap li a {
    line-height: 1.3;
    font-weight: 400;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
    letter-spacing: .5px;
}
.sidebar-primary .widget-wrap li:last-child {
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	padding-bottom: 4%;
}
.second-search {
	display: none;
}
.creds p {
    color: rgba(255, 255, 255, 0.6901960784313725);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.creds a {
	color: rgba(255, 255, 255, 0.6901960784313725);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
    font-size: 85% !important;
}
.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    padding: 25px !important;
    border-radius: 15px;
    border: 1px solid #000;
	margin-left: 0 !important;
	}
.tribe-events-list-event-description.tribe-events-content.description.entry-summary.tribe-events-read-more a {
    color: #f4c91b !important;
}
h3.tribe-events-list-event-title.summary a {
    color: #f5f5f5 !important;
}
.tribe-events-loop .tribe-events-event-meta {
    margin-bottom: 1em;
    font-size: 1.8rem;
    font-weight: 400;
}
.tribe-events-list .type-tribe_events {
	  padding: 25px !important;
    border-radius: 15px;
    border: 1px solid #000;
    margin-left: 0 !important;
}
.tribe-events-list .tribe-events-list-event-title a {
    color: #f5f5f5 !important;
    font-family: 'Source Sans Pro', Arial;
}
.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
	background: #0a2463;
	padding: 10px 25px;
	text-align: left;
}
.tribe-events-list .type-tribe_events:first-of-type {
	margin-top: 20px !important;

}
.tribe-events-day .tribe-events-day-time-slot h5 {
	color: #333;
}
/** Economic Impact Slider **/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: 0 auto !important;
  text-align: center;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #69b8e3;
  font-weight: bold;
      font-size: 7rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
 text-shadow: 1px 1px 4px #000;
}

.eco-impact {
	width: 406px;
	border: 1px solid #000;
}
.eco-impact-dots {
	width: 65%;
	margin: 0 auto;
}

/* Position the "next button" to the right */
.next {
  right: 16%;
  border-radius: 3px 0 0 3px;
}
.prev {
	left: 16%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.page-id-723 .entry {
    border-bottom: 1px dotted rgb(105, 184, 227);
    padding: 4%;
	text-align: left;
}
.single-tribe_events .tribe-events-single-event-title {
	padding: 0 80px !important;
	font-weight: 600;
}
.tribe-events-schedule {
    padding: 0 80px;
    color: #69b8e3;
    margin: 0 auto;
}
a#igsv-1m5xW-JkmXrzY7g_SCBU2bkCW1AcQ-jEmltALttnmhlg_next {
    font-size: 2rem;
    position: relative;
    font-weight: 400;
    margin-left: 80px;
    text-shadow: none;
}
tr#igsv-1m5xW-JkmXrzY7g_SCBU2bkCW1AcQ-jEmltALttnmhlg-row-1 {
    color: #009246;
}
.page-id-46 label {
    text-align: center;
    display: inline-flex;
	margin: 5% 0;
}
div.align-middle {
	text-align: center;
}
.page-id-46 select {
    margin: 0 auto;
}
td.col-1.odd.sorting_1 {
    text-align: center;
}
th.col-1.odd.sorting_asc {
    text-align: center;
}
th.col-2.even.sorting {
    text-align: center;
}
td.col-2.even {
    text-align: center;
}
th.col-3.odd.sorting {
    text-align: center;
}
td.col-3.odd {
    text-align: center;
}
th.col-4.even.sorting {
    text-align: center;
}
td.col-4.even {
    text-align: center;
}
th.col-4.even.sorting_asc {
    text-align: center;
}
th.col-3.odd.sorting_asc {
    text-align: center;
}
th.col-2.even.sorting_asc {
    text-align: center;
}
th.col-1.odd.sorting_desc {
    text-align: center;
}
td.col-1.odd {
    text-align: center;
}
th.col-1.odd.sorting {
    text-align: center;
}
th.col-4.even.sorting_desc {
    text-align: center;
}
th.col-2.even.sorting_desc {
    text-align: center;
}
th.col-3.odd.sorting_desc {
    text-align: center;
}
.before-footer-nav li {
    display: inline-flex;
  /*  text-transform: uppercase; */
    font-family: Roboto, Arial;
    color: #000;
    background: transparent;
    background-image: -webkit-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -moz-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -ms-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -o-linear-gradient(top, #f7cb19, #cfae29);
    background-image: linear-gradient(to bottom, #f7cb19, #cfae29);
    border-radius: 0.25em;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.32);
    letter-spacing: .5px;
	transition-duration: .5s;
}
.before-footer-nav li:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.sidebar-primary .widget-wrap li:first-child {
    margin-top: 0;
}
#learn-more {
	background: #009246;
    background-image: -webkit-linear-gradient(top, #69b8e3, #3a69d6);
    background-image: -moz-linear-gradient(top, #69b8e3, #3a69d6);
    background-image: -ms-linear-gradient(top, #69b8e3, #3a69d6);
    background-image: -o-linear-gradient(top, #69b8e3, #3a69d6);
    background-image: linear-gradient(to bottom, #009246, #195f3a);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border-radius: 7px;
	margin: 5% 0 0;
}
#learn-more:hover {
	background: #69b8e3;
}
.front-page-4 {
 /*   background: url(/wp-content/uploads/footer-swoosh.png); */
    width: 100%;
    min-height: 300px;
	text-align: center;
	background-size: cover;
	padding: 2% 0;
   background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -webkit-linear-gradient(top, #feffff 0%,#d2ebf9 100%);
    background: linear-gradient(to bottom, #feffff 0%,#d2ebf9 100%);
}

#learn-more a {
    color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.blue-h2 {
    margin-bottom: 0;
    font-family: 'Source Sans Pro', Arial;
    font-size: 4rem;
    color: #69b8e3;
}
.menu-footer-2-container {
    text-align: left;
}
.about-us-header {
	display: none;
}

.active-member-header {
	display: none;
}
/* .page-id-193 .active-member-header {
    margin-top: 1%;
    display: inline-block;
    opacity: .6;
    width: 100%;
    max-height: 350px;
    text-align: center;
}
.page-id-193 h1 {
 color: #0A2463;
    margin-bottom: 28px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 1%;
    font-size: 5rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px 3px #fff;
	text-align: center;
}
*/
.active-member-nav li {
	display: inline-flex;
    padding: 1% 2%;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Source Sans Pro', Arial;
    color: #0a2463;
    background: #f7cb19;
    background-image: -webkit-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -moz-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -ms-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -o-linear-gradient(top, #f7cb19, #cfae29);
    background-image: linear-gradient(to bottom, #f7cb19, #cfae29);
    border-radius: 10px;
    margin: 1% 1% 5%;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.32);
    letter-spacing: .5px;
    transition-duration: .5s;
}
.icon-wrap {
    width: 100%;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
}
.multi-icon-wrap {
    width: 100%;
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
}
.icon-item-wrap {
    width: 133px;
    margin: 0 auto;
}
.icon-item-wrap-1 {
	width: 133px;
    margin: 2% auto;
}
.icon-item-wrap-2 {
	width: 133px;
    margin: 2% auto;
}
.icon-text {
    color: #0a2463;
    font-weight: 600;
	font-size: 1.4rem;
	margin-top: -5px;
}
.icon-img {
    width: 80%;
    margin: 0 auto;
/*	transition-duration: 1s; */
}
.icon-img:hover {
	opacity: .8;
}
/* Navbar Dropdown */
.navbar {
    overflow: hidden;
    background-color: #009246;
    font-family: 'Source Sans Pro', Arial;
    float: left;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
    letter-spacing: .5px;
    margin: 0 auto;
	font-size: 2.8rem;
    /* border-top: 1px solid rgba(255, 255, 255, 0.58);
    border-bottom: 1px solid rgba(255, 255, 255, 0.58); */
}
/*
.page-id-9 .navbar {
	margin: 3% 0 0 0;
}
.page-id-9 .login-btn {
	margin: 35px 0 0 0;
	padding: 18px 24px;
}
*/
/* Pre-Fixed Nav Bar
.navbar {
    overflow: hidden;
    background-color: #009246;
    font-family: Roboto, Arial;
    float: right;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    letter-spacing: .5px;
	margin: 3% 0 0;
	border-top: 1px solid #9be564;
    border-bottom: 1px solid #9be564;
}
*/
.navbar a {
    float: left;
    font-size: 2.8rem;
    color: white;
    text-align: center;
    padding: 14px 15px;
    text-decoration: none;
	font-family: 'Source Sans Pro', Arial;
	
}
/*
.navbar a:hover {
    border-bottom: 1px dotted #f4f4f4;
    padding-bottom: 0;
}
*/
.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.dropbtn:hover {
	border-bottom: 1px dotted #fff;
    padding-bottom: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    color: #fff;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bfe0eb;
    min-width: 220px;
    box-shadow: 0 10px 6px -6px #777;
    z-index: 2000;
	border-radius: 5px;
	margin-top: 55px;
	font-weight: 400;
	padding: 10px 0;
}

.dropdown-content a {
float: none;
    color: #000;
    padding: 5px 30px;
    text-decoration: none;
    display: block;
    text-align: left;
    text-shadow: none;
    font-family: Roboto, Arial;
    font-size: 1.6rem;
}

.dropdown-content a:hover {
    background-color: #0a2463;
	color: #fff;
/*	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.68); */
	border-bottom: none;
	position: relative;
	z-index: 5;
	/* margin-left: -10px;
	padding-right: 20px; */
}

.dropdown:hover .dropdown-content {
    display: block;
	z-index: 25;
}
.mob {
    display: inline-block;
    float: left;
    padding: 16px 20px;
}
li.active-search {
    color: #fff;
	cursor: pointer;
	opacity: .8;
}
.page-id-9 .before-footer {
    display: none;
}

/* # BOUNCE EFFECT */

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.bounce {
 text-align: center;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
	padding: 2%;
}
.bounce:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}
.wp-search-widget {
	display: none;
}
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
box-shadow: inset 0 1px 6px #ccc;
	border-radius: 7px !important;
	height: 33px !important;
}
div.wpforms-container-full .wpforms-form textarea{
	height: 120px !important;
}
.page-id-741 h1.entry-title {
    text-align: center;
}
.footer-3-wrap {
    width: 60%;
    text-align: right;
    float: right;
}

.breadcrumb svg {
	display: none;
}
a.entry-image-link {
    display: none;
}
.active-member-nav {
	display: inline-flex;
    width: 100%;
}
.active-member-nav ul {
    width: 100%;
    margin: 0 auto;
}
.yellow-btn-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
	/* padding: 3% 0; */
}
.yellow-btn-item {
    width: 33%;
    margin: 2% auto;
}
.yellow-btn {
    color: #3b5082;
    /* text-shadow: 2px 2px 3px rgba(0,0,0,0.3); */
    background: #ebcd49;
    background-image: -webkit-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -moz-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -ms-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -o-linear-gradient(top, #f7cb19, #cfae29);
    background-image: linear-gradient(to bottom, #f7cb19, #cfae29);
    padding: 13px;
    /* border-radius: 15px; */
    border-radius: 0.25em;
    position: relative;
    /* float: right; */
    /* margin-top: 19%; */
    /* margin-right: 31%; */
    width: 72%;
    /* bottom: 16px; */
    border: .5px solid #333;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: Roboto, Arial;
    color: #0a2463;
    background: #f7cb19;
    background-image: -webkit-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -moz-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -ms-linear-gradient(top, #f7cb19, #cfae29);
    background-image: -o-linear-gradient(top, #f7cb19, #cfae29);
    background-image: linear-gradient(to bottom, #f7cb19, #cfae29);
    border-radius: .25em;
    margin: 1% auto;
    /* box-shadow: 1px 1px 5px rgba(0,0,0,0.32); */
    letter-spacing: 1px;
    font-size: 1.8rem;
}
.yellow-btn a {
    color: #0a2463;
}
.mem-info-txt {
    font-weight: 600;
    font-size: 1.6rem;
    width: 50%;
    margin: 1% auto 0;
	font-family: 'Roboto', Arial;
	clear: both;
}
#light-blue-border {
    border-bottom: 2px solid rgba(105, 184, 227, 0.36);
    margin: 3% auto;
    width: 70%;
}
/*
.page-id-193 .before-footer-nav a:nth-child(1) {
    display: none;
}
.page-id-204 .before-footer-nav a:nth-child(2) {
    display: none;
}
.page-id-207 .before-footer-nav a:nth-child(3) {
    display: none;
}
*/
.home main#genesis-content {
    padding: 0;
}
.plans_container h3 {
    font-size: 1.17em;
}
th.col-1.odd {
    text-align: center;
    font-weight: 600;
}
th.col-2.even {
    text-align: center;
    font-weight: 600;
}
th.col-3.odd {
    text-align: center;
    font-weight: 600;
}
th.col-4.even {
    text-align: center;
    font-weight: 600;
}
.content-sidebar-wrap {
    margin: 0 auto;
}
.fa-caret-down {
    color: #f7cb19;
    font-size: 2rem;
}
.slide-excerpt-border h2 {
    margin-bottom: 1%;
    margin-top: 33%;
	font-size: 2.8rem;
	width: 103%;
}
.flexslider .slides img {
	opacity: .8;
	display: block;
    min-width: 100% !important;
	max-width: 100%;
    /* height: 380px; */
	height: auto;
    float: right;
	margin-top: 70px;
}
.flexslider {
	margin: 0 auto !important;
}
.page-id-9 .entry-content ul > li {
	margin-bottom: 0;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 100%;
    margin: 1% auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}
.card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.inside-card {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 30%;
    margin: 1% auto;
    box-shadow: 0 1px 3px rgba(10, 36, 99, 0.13), 0 1px 2px rgba(10, 36, 99, 0.25);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}
.inside-card:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-img-top:hover {
    opacity: .9;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #0a2463;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(105, 184, 227);
    border-color: rgb(105, 184, 227);
}
.btn-primary:hover {
   background: rgb(0, 146, 70);
}


.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.775rem 2rem;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: .25rem;
}
.card-wrap {
    width: 70%;
    display: inline-flex;
    text-align: center;
    margin: 0 auto;
}
.inside-card-wrap {
    width: 100%;
    display: flex;
    text-align: center;
    margin: 0 auto;	
}
.card-text {
    font-size: 1.4rem;
	color: #000;
}
.anchor-link:before {
    display: block;
    content: " ";
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}
.anchor-link {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a.btn.btn-primary:hover {
    background: #69b8e3 !important;
	box-shadow: none !important;
}
.card-icon-top {
	    width: 100%;
    padding: 5% 25% 0;
}
.tribe-events-title-bar {
	display: inline-flex;
    margin: 0 auto;
}
.event-legend a {
    color: #000;
}
#north-georgia-legend:hover {
    opacity: .7;
}
#east-georgia-legend:hover {
    opacity: .7;
}
#west-georgia-legend:hover {
    opacity: .7;
}
#south-georgia-legend:hover {
    opacity: .7;
}
.event-legend p {
    display: none;
}
.lets-get-started {
color:#0a2463;
font-weight: 600;
text-align: center !important;
margin: 0 auto;
font-size: 2.4rem;
letter-spacing: .5px;
/* text-shadow: 1px 1px 1px rgba(0,0,0,0.3); */
text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.31);
}
.lets-get-started p {
    text-align: center;
	margin-bottom: 20px !important;
}
.after-header.not-homepage {
    height: 300px;
    position: relative;
    margin-top: 110px;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}
.after-header h3 {
position: absolute;
    z-index: 1;
/*  color: #0a2463; */
	color: #f5f5f5;
    font-size: 5rem;
 /* text-transform: uppercase; */
    margin: 180px auto 0;
    text-align: center;	
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
/*	max-width: 1280px; */
	max-width: 1920px;
 /* padding: 20px 80px 20px; */
	padding: 5px;
	text-shadow: -1px 1px 6px #000;
 /* background: rgba(255, 255, 255, 0.78); */
 /* border: 2px ridge #69b8e3; */
	background: rgba(51, 51, 51, 0.05);
    border-bottom: none;
    bottom: 0;
	font-weight:600;
 /* box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.36) inset; */
/*  border-top-left-radius: 7px;
    border-top-right-radius: 7px; */
/*	letter-spacing: 1.5px; */
/*	border-left: 1px ridge #69b8e3;
    border-top: 1px ridge #69b8e3;
    border-right: 1px ridge #69b8e3; */
}

.page-id-723 .featured-page-image {
    -webkit-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.7);
    -moz-box-shadow: 0 10px 6px -6px rgba(119, 119, 119, 0.7);
}
.featured-page-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-image: url('http://www.trsga.net/wp-content/uploads/Clouds-BG.jpg'); */
	/* border-bottom: 1px ridge #69b8e3; */
	min-height:300px;
	height:300px;
}
.featured-page-image::before {
    content: "";
    background: lightblue;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
	opacity: .1;
}
.full-width-content .after-header h3 {
    text-align: center;
	color: #f5f5f5;
    max-width: 100%;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
	/* box-shadow: 1px 1px 4px #000; */
	background: rgba(51, 51, 51, 0.05);
	/* background: rgba(51, 51, 51, 0.34); */
	font-weight: 600;
	text-shadow: -1px 1px 6px rgba(0, 0, 0, 0.76);
	padding: 5px;
	display: none;
}
.full-width-content .after-header.not-homepage {
	height: 300px;
	min-height:300px;
}
.full-width-content .featured-page-image {
	min-height: 300px;
	max-height: 300px;
}
.board-widget {

}
.flexslider .slides:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: rgba(107, 185, 223, 0.6);
}
.full-width-content .blue-h2 {
    text-align: left;
	margin-bottom: 0;
  
}

.view-events-calendar {
	background: none !important;
}

.view-events-calendar img {
	background: none;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: -1% 0 0 2%;
    border-radius: 7px;
    font-family: 'Source Sans Pro', Arial;
    transition: all 0.2s ease-in-out;
}
.view-events-calendar img:hover {
  /*  background: rgba(173, 216, 230, 0.53); */
	margin-left: -10px;
}


@-moz-document url-prefix() {
 
.member-square-button {
		
	}
	.before-footer-nav li {
		font-weight: 400;
	}
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1920px) {
/*	.after-header.not-homepage {
    height: 225px;
}
	*/
	img.swoosh-header {
		margin-top: 2%;
	}
	.site-header {
		top: -4px;
	}
}
@media only screen and (max-width: 1770px) {
	
/*	
.page-id-9 .login-btn {
right: 6%;
    margin: 39px 0 0 0;
    padding: 17px 24px;
}
	*/
.login-btn {
right: 7%;
	top: 20px;
}
	.full-width-content .breadcrumb {
		margin: 10px auto 0;
	}
	button.register-btn {
		left: 50px;
	}
		img.swoosh-header {
		margin-top: 3%;
	}
	.header-image .site-title > a {
		left: 8%;
	}
	.event-legend {
	width: 10%;
    float: left;
    text-align: center;
    font-size: 1.4rem;
    position: fixed;
    left: 50px;
}
	html > body .slide-excerpt-border {
		padding: 0 !important;
		left: 15% !important;
		top: -15px;
	}
	.site-header {
		top: 0;
	}
	.member-square img {
    max-width: 159px;
	}
	.member-square:hover {
    background-position-y: -8px;
    background-position-x: -17px;
	}
	.employer-square img {
		    max-width: 148px;
	}
	.employer-square:hover {
    background-position-y: -7px;
    background-position-x: 19px;
	}
	.employer-square {
		margin-right: 10%;
	}
	.retiree-square {
	    margin-left: 10%;
	}
	.retiree-square img {
		max-width: 191px;
		left: 5%;
	}
	.retiree-square:hover {
    background-position-y: -4px;
    background-position-x: -18px;
	}
}
@media only screen and (max-width: 1600px) {
	.slide-excerpt-border h2 {
		margin-top: 31%;
	}
	.flex-direction-nav li a {
		top: 57% !important;
	}
.slide-excerpt-border p {
	font-size: 1.6rem;
	}
	.leadership-team-text {
		padding: 0 5%;
	}
	html > body .slide-excerpt-border {

	}
	.content-sidebar-wrap .breadcrumb {
    padding: 0 80px;
	
}
	.full-width-content .breadcrumb {
		margin: 0 auto;
	}
	.header-image .site-title > a {
		left: 9%;
		top: 3%;
	}
	img.swoosh-header {
		margin-top: 4%;
	}
/*
	.page-id-9 .site-header .widget-area {
    width: 64%;
    margin: 10px 6% 0 0;
}
*/
	.site-header .widget-area {
		    width: 64%;
    /* margin: 10px 14% 0 0; */
	margin: 3% 13% 0 0;
	}
	/*
	.member-square-button {
		padding: 3%;
		margin-top: 26%;
		margin-right: 20%;
		width: 39%;
	}
	button.member-square-button:hover {
		width: 38%;
	}
	*/
	/*
	.member-square:hover {
		background-position: 25% 6px;
	}
	.retiree-square:hover {
		background-position: 20px;
	}
	.employer-square:hover {
		background-position: 25% 6px;
	}
	*/
	
	html > body .slide-excerpt-border {
		padding: 1% 4% !important;
	}
	.navbar a {
		padding: 5px;
		font-size: 2.5rem;
	}
	.dropdown-content {
		margin-top: 37px;
    padding: 2px 5px;
	}
	.mob {
		padding: 5px 16px;
	}
	.breadcrumb {
		padding: 0 160px;
	}
	.icon-img {
		width: 70%;
	}
	.footer-widgets {
		    padding: 0;
	}
	.front-page-2 {
max-height: 75px;
		margin-top: -1px;
	}
	.yellow-btn {
		width: 75%;
	}
	.mem-info-txt {
		width: 65%;
		padding: 3% 0 0;
}
	.site-header .search-form {
	    margin: -4px 5% 0 0;
	}

	.site-inner {
		padding-top: 12%;
	}
	.navbar {
		margin: 0;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	/*
.page-id-9 .login-btn {
    right: 5%;
    margin: 30px 0 0 0;
    padding: 16px 24px;
	}
	*/
	.login-btn {
	    margin: 1% 0 0;
  		right: 7%;
	}
	.after-header.not-homepage {

}
	#genesis-responsive-slider a {
		border-bottom: none;
	}
	.member-square-button {
    margin-top: 20%;
    margin-right: 33%;
	}
	.member-square:hover {

	}
	.retiree-square:hover {

	}
	.employer-square:hover {

	}
	/*
	.member-square img {
		max-width: 38%;
	}
	.retiree-square img {
    max-width: 33%;
}
	.employer-square img {
    max-width: 36%;
}
	*/
	#genesis-responsive-slider a {
		padding-bottom: 0;
	}
	.footer-links-wrap {
    width: 79%;
	font-size: 1rem;
	}
	.flexslider .slides img {
		max-width: 100% !important;
		height: 400px;
	}
	.front-page-1 {
	min-height: 400px;
	}
	.full-width-content .after-header.not-homepage {
		height: 300px;
		min-height: 300px;
	}
	.full-width-content .featured-page-image {
    min-height: 300px;
		max-height: 300px;
}
	button.read-more {
		width: 25%;
	}
	/*
	.member-square img {
		margin-top: -10px;
	}
	.retiree-square-img {
	margin-top: -10px;	
	}
	.employer-square img {
    margin-top: -10px;
}
		.member-square img {
		margin-top: -10px;
			left: 5%;
	}
	.retiree-square-img {
	margin-top: -10px;	
		left: 4%;
	}
	.employer-square img {
    margin-top: -10px;
	left: 9%;
}
	button.member-square-button:hover {
		width: 37%;	
}
	*/
	.retiree-square img {
    max-width: 182px;
    left: 1%;
}
	.member-square img {
    max-width: 145px;
    left: 6%;
    top: 6px;
}
	.employer-square img {
    max-width: 140px;
    left: 7%;
}
	.before-footer-nav ul {
    margin-left: -3.5%;
}
}
@media only screen and (max-width: 1536px) {

.member-square img {
    max-width: 28%;
    left: 4%;
}
	.login-btn {
	margin: 15px auto;
    right: 6%;
	}
	.front-page-4 {
		padding: 2%;
	}
	button.member-square-button:hover {
    width: 37%;
	}
		.retiree-square img {
		max-width: 179px;
		margin-top: 0;
		left: 4%;
		
	}
		.employer-square img {
		max-width: 28%;
		margin-top: 0;
	}
}
@media only screen and (max-width: 1420px) {
	.slide-excerpt-border h2 {
		margin-top: 30%;
	}
	.event-legend {
	margin-top: -1%;
    padding: 0 1% 0 0;
	box-shadow: none;
	}
	/*
	.page-id-9 .login-btn {
     right: 2%;
     margin: 26px 0 0 0;
	}	
	*/
	img.swoosh-header {
		margin-top: 5%;
	}
.login-btn {
    right: 3%;
	margin: 15px 0 0;
}
	.flexslider .slides img {
		height: 380px;
	}
	.front-page-1 {
		min-height: 380px;
		max-height: 380px;
	}
	.slide-image {
		max-height: 380px;
	}
	.member-square-button {
		    width: 36%;
	}
	button.read-more {
		padding: 16px 24px;	
	}
.member-square:hover {
    background-position: 33% 0;
}
	.retiree-square img {
    max-width: 161px;
    margin-top: 0;
    left: 0;
}
.retiree-square:hover {
 
}
.employer-square:hover {

}
	button.member-square-button:hover {
    width: 41%;
    left: 3%;
}
	.lets-get-started {
		padding: 0;
		text-align: center;
	}
	.after-header.not-homepage {
		height:300px;
		min-height:300px;
	}
}
@media only screen and (max-width: 1340px) {
	.slide-image {
    max-height: 300px !important;
}
	.flexslider .slides img {
		height: 300px;
	}
	.front-page-1 {
    min-height: 300px;
    max-height: 300px;
}
	.flexslider .slides img {
		margin-top: 20px;
	}
	.flex-direction-nav li a {
		top: 40% !important;
	}
	.after-header.not-homepage {
		margin-top: -5%;
	}
	.site-inner,
	.wrap {
		max-width: 1140px;
	}
	button.register-btn {
		top: 60%;
	}
	.home .site-inner, .wrap {
		max-width: 100%;
		padding-top: 0;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content {
		    width: 66%;
	}
	.site-header .widget-area {
    width: 70%;
        margin: 2% 8% 0 0;
    /* padding-right: 7%; */
	/* margin-right: 7%; */
}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}
	button.register-btn {
    left: 0;
}

	.sidebar-primary {
		width: 25%;
	}
/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}
	*/
section#custom_html-7 {
    right: 20%;
}
	.login-btn {
    margin: 0 auto;
    top: 6px;
    position: relative;
    width: 26%;
    right: 0;
    padding: 12px 20px;
	}
	button.read-more {
		width: 33%;
	}
	.retiree-square:hover {
		background-size: 100%;
	}
	.primary-nav-header a {
		font-size: 1.5rem;
	}
	html > body .slide-excerpt-border {
		left: 20%;
	}
	.slide-excerpt-border h2 {
		margin-top: 17%;
	}
	.login-btn span {
		width: 100px;
	}
	button {
		padding: 5px 10px;
	}
	.site-header {
		position: relative;
	}
	.header-image .title-area {
    margin: 0 auto;
    width: 30%;
    padding: 0;
    display: inline-flex;
}
	.site-title {
		width: 100%;
		margin: 0 auto;
	}
.header-image .site-title > a {
    position: relative;
    margin: 0 auto;
    width: 200px;
    background-position: center !important;
	top: 0;
	left: 55px;
	min-height: 75px;
}
img.swoosh-header {
    margin-top: -3%;
    position: relative;
}
	.site-inner {
		padding-top: 0;
	}
	.navbar a {
		padding: 10px 5px;
	}
	.after-header h3 {
    max-width: 100%;
    margin: 0 auto;
    padding: 1% 80px;
}
	.left-box {
		display: none;
	}
	.right-box {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	.member-info-container {
	    position: static;
}
.member-square-button {
    width: 41%;
    margin-top: 21%;
    margin-right: 35%;
    /* margin-bottom: 5%; */
    /* bottom: -10px; */
}
button.member-square-button:hover {
    width: 47%;
}
	
.menu-toggle, .sub-menu-toggle {
    display: block;
    visibility: visible;
    margin: 1% auto;
    background-color: transparent;
}
	.primary-nav-desktop {
		display: none;
	}
	.primary-nav-header {
		display: block;
		visibility: visible;
	}
	.genesis-responsive-menu {
    display: none;
}
/*
.page-id-9 .site-header .widget-area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
*/

	.login-btn {
		display: none;
	}
	.login-btn-2 {
    display: inline-block;
}
	.lets-get-started {
    margin: 2% auto;
}

.member-square img {
      max-width: 30%;
	 left: -2%;
}	
.retiree-square img {
    max-width: 38%;
	left: -33px;

}
.employer-square img {
    max-width: 29%;
	left: 0;
}
.member-square:hover {
 
}
.retiree-square:hover {
       background-position: 31% 26%;
}
.employer-square:hover {

}
	.front-page-4 {
		padding: 0;
	}
	.mob {
    padding: 11px 16px;
}
	.dropdown-content {
    margin-top: 45px;
}
	.footer-links-wrap {
    width: 80%;
	}
	.front-page-1 {
		margin-top: -7%;
	}
}
@media (max-width:1340px) and (min-width:1023px) {

	.flexslider .slides img {
		margin-top: 0;
	}
.header-image .site-title > a {
    min-height: 125px;
    margin-top: 0;
    margin-left: 25%;
}
	.primary-nav-desktop {
    display: inline-flex;
}
	.menu-toggle, .sub-menu-toggle {
    display: none;
    visibility: hidden;
}
	.site-header .search-form {
    margin: 0 1% 2%;
}
	.left-box {
		display: inline-block;
	}
	.right-box {
		text-align: right;
	}
	.login-btn {
		display: inline-block;
		right: 18%;
		width: 50%;
	}
	.login-btn span {
    width: 200px;
}
	.header-top {
		max-height: 25px;
		padding-top: 1%;
	}
	.event-legend {
		left: 0;
	}
}
@media only screen and (max-width: 1280px) { 
	a.prev {
	margin-top: 10px;	
	}
	a.next {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 1250px) {
/*	.member-info-container {
		max-height: 161px;
	}
	.member-square-button {
		width: 50%;
		margin-top: 28%;
		margin-right: 4%;
		
	} */
	/*
	.member-square img {
		max-height: 150px;
	}
	.retiree-square img {
    max-height: 150px;
}
	.employer-square img {
		max-height: 150px;
	}
	*/
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	.footer-3-wrap {
	width: 100%;
    text-align: center;
    float: left;
	}
	.lets-get-started {
	    margin: 2% auto;
	}
	button.member-square-button:hover {
    width: 55%;
}
	.site-header .widget-area {
	/*	padding-right: 7%;*/
	}
	.footer-links-wrap {
    width: 98%;
}
}
@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 1125px;
	}
	.home .site-inner .wrap {
		max-width: 1125px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	button.read-more {
		display: none;
	}
	.flexslider {
		max-height: 380px;
	}
	.front-page-1 {
    min-height: 300px;
    max-height: 300px;
}
	.content {
    width: 825px;
    margin-top: 10px;
    border-radius: 0;
}
/*	.site-header .widget-area {
		margin-top: 10px;
	}
*/
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	.menu-footer-2-container {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2%;
}
section#custom_html-7 {
    right: 35%;
}
	.employer-square:hover {
    background-position-y: 0px;
	}
	.primary-nav-header a {
    font-size: 2rem;
	font-weight: 600;
}
	html > body .slide-excerpt-border {
   /* left: -16px !important; */
    margin-top: 2% !important;
	padding: 1% 2% !important;
}
	.slide-excerpt-border h2 {
		margin-top: 15%;
		margin-bottom: 1%;
	}
	.member-square-button {
	width: 46%;
	margin-right: 30%;
	}
		.footer-link-item {
		font-size: 1.2rem;
	}
	.footer-link-item a {
		letter-spacing: 0;
	}
	#genesis-responsive-slider a {
		font-weight: 400;
	}
		.navbar a {
    padding: 10px 5px;
	font-size: 2.3rem;
}
}
@media only screen and (max-width: 1140px) {
	
	.card {
    margin: 0 auto !important;
    width: 50%;
    float: left;
	}
	.flex-direction-nav li a {
		top: 57% !important;
	}
	.front-page-1 {
		min-height: 245px;
		max-height: 245px;
	}
/* .header-image .site-title > a {
    width: 100%;
    margin: 0 auto;
} */
	.site-header .widget-area {
    width: 70%;
/*	padding-right: 7%; */
	}
	button.read-more {
		width: 33%;
	}
	.member-info-container {
	/*	display: none; */
	}
	#genesis-responsive-slider {
		margin: -5% 0 0 !important;
	}
	.front-page-1 {
		/* display: none; */
	}
	.page-id-9 .before-footer {
    display: block;
	padding: 2% 0;
}
	.before-footer-nav li {
    text-align: center;
	margin: 2% auto;
	padding: 3%;
	padding-bottom: 3% !important;
	display: block;
	width: 100%;
	}
	.navbar {
		font-size: 2rem;
	}
	.navbar a {
		padding: 10px 5px;
		font-size: 2rem;
	}
	.login-btn {
		right: 18%;
		padding: 10px 15px;
	}
	html > body .slide-excerpt-border {
		margin-top: 8% !important;
		left: 15% !important;
	}
	.slide-excerpt-border h2 {
		margin-top: 15%;
	}
	#genesis-responsive-slider a {
		padding-bottom: 0;
	}
	.front-page-4 {

	}
	.navbar {
		font-size: 1.8rem;
	}
.navbar a {
    padding: 10px 5px;
	font-size: 1.8rem;
}
	.trs-creds-wrap {
		width: 100%;
		display:block;
	}
	.creds-item-1 {
		display: block;
    width: 100%;
    margin: 0 auto;
}
	.serving-ga-educators {
		display: block;
		width: 100%;
	}
	.social-media-links {
		width: 100%;
		display: block;
	}
	.before-footer-nav ul {
    margin-left: 0;
	width: 33%;
	margin: 0 auto;
}
	#east-georgia-legend {
		padding: 3% 0;
	}
}
@media only screen and (max-width: 1024px) { 
	.retiree-square img {
		max-width: 48%;
		left: -53px;
	}
	.member-square img {
		max-width: 38%;
		left: -4%;
	}
	.employer-square img {
		max-width: 37%;
		left: -2%;
	}
}
@media only screen and (max-width: 1022px) {

	.site-inner,
	.wrap {
		max-width: 100%;
		padding-top: 0;
	}
	.home .site-inner .wrap {
		max-width: 100%;
		padding-top: 0;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: #bfe0eb;
		color: #000;
		text-shadow: none;
	}
	.genesis-nav-menu .sub-menu a:first-child {
    padding-top: 30px !important;
}
	.genesis-nav-menu .sub-menu {
    padding-bottom: 30px;
}
	.content-sidebar .content {
    width: 100%;
	padding: 0;
	}
		.overlay {
		display: none;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
		background: #009246;
		text-align: center;
		
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	
	.title-area {
		max-width: 100% !important;
		width: 100%;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	.primary-nav-header a::after {
	display: none;
	}
	.site-header .search-form {
    display: inline-flex;
    width: 50%;
	margin: 0 auto;
    position: relative;
}
	.title-area .site-description {
    display: none;
}

.header-image .title-area {
    width: 50%;
	}
	
	/* ### Genesis Responsive Menus */
	.genesis-nav-menu a, .genesis-nav-menu a:hover {
    text-align: center;
    margin: 3% 0;
    font-weight: 400;
    margin-left: -5px;
}
	.genesis-responsive-menu .wrap {
		padding: 1% 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #f5f5f5;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.65);
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #fff;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
		margin-bottom: 1%;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
	outline: none;
		
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 2% 0;
		position: absolute;
		right: 35%;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 2% 0;
		max-width: 240px;
		margin: 0 auto;
		text-align: center;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0 auto;
		opacity: 1;
		/* padding-left: 15px; */
		position: static;
		width: 240px;
		    padding-bottom: 10px;
       background: #bfe0eb;
		margin-bottom: 20px;
		box-shadow: 1px 1px 31px rgba(51, 51, 51, 0.49);
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto;
	}
	.primary-nav-header a, .primary-nav-header a:active, .primary-nav-header a:hover {
		margin: 1% auto 0;
	}
	.left-box-row {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
	.nav-item-title {
    font-size: 2rem;
	}
	.primary-nav-header {
    margin: 0 auto;
    text-align: center;
}
	.links-page-wrap {
    margin: 0 auto;
    text-align: left;
    width: 50%;
}
	.links-page-wrap-1 {
    width: 100%;
	}
	.links-wrap-2 {
    width: 100%;
	}
	.right-box {
		    margin: 0 auto;
    text-align: center;
	}
	.primary-nav-desktop ul li {
		width: 150px;
	}
	.content, .site-header .widget-area {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1%;
	}

	.left-box {
		display: none;
	}
	.header-image .site-title > a {
		min-height: 100px;
		width: 100%;
		left: 0;
	}
 .after-header.not-homepage {
		height: 300px;
	 	min-height: 300px;
	}
	.slide-excerpt-border p {
		width: 50%;
	}
	.full-width-content .after-header.not-homepage {
		height: 300px;
		min-height: 300px;
	}
	.mem-info-txt {
		margin: 0 auto;
		padding: 1% 0 0;
	}
		.event-legend {
		position: relative;
		width: 19%;
		left: 0;
	}
	.front-page-4 {

	}
	.flexslider .slides img {
    display: none;
	max-height: 250px;
	}
	.flexslider {
    min-height: 250px;
    max-height: 250px;
}
	.front-page-1 {
		min-height: 200px;
		max-height: 200px;
		background-color: transparent !important;
		margin-top: 0;
	}
	.flexslider .slides:before {
		background: none;
	}
	html > body .slide-excerpt-border {
		width: 200% !important;
		min-height: 300px;
		margin-top: 9% !important;
		padding: 8% !important;
	}
	#genesis-responsive-slider li {
  
}
	.slide-excerpt-border h2 {
		margin-top: 3%;
		margin-bottom: 0;
		    width: 51%;
    float: left;
    background: rgba(250, 250, 210, 0.57);
	}
	.slide-excerpt {
		opacity: .9;
	}
	img.swoosh-header {
		display: none;
	}
	.member-info-container {
		display: none; 
	}
	.after-header.not-homepage {
		margin-top: 0;
	}
	.site-header .wrap {
		border-bottom: 3px solid #69b8e3;
	}
	span.social-media-links {
	margin: 1% auto;
    width: 100%;
    display: block;
}
	#calendar-of-events-h1 {
		font-size: 3rem;
		text-align: center;
	    padding: 2% 0;
	}
	.sidebar-primary .widget-wrap {
	padding: 2%;
    width: 80%;
    margin: 0 auto;
	}
	.before-footer-nav ul {
		padding: 1%;
    width: 33%;
    margin: 0 auto;
}
	.full-width-content .breadcrumb {
		margin: 2% auto;
	}
	.breadcrumb {
		margin: 2% auto;
	}
	.sidebar .widget {
		padding: 0;
	}
}
@media only screen and (max-width: 860px) {
	
	.prev {
		left: -10%;
	}
	.next  {
		right: -10%
		
	}
	
	h1.entry-title {
	letter-spacing: 0;
	}
.full-width-content .featured-page-image {
    min-height: 200px;
    max-height: 200px;
}
	.full-width-content .after-header.not-homepage {
    min-height: 200px;
    max-height: 200px;
		
	}
	body,
	body > div {
		font-size: 18px;
		font-size: 1.6rem;
	}

	.site-inner {
		padding: 0 5% 0;
	}
	.content-sidebar-wrap .breadcrumb {
		    padding: 0 0 2% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0 20px 10px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}
	.page-id-9 .trs-footer-wrap {

	box-shadow: none;
}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.site-header {
		position: relative;
		    border-bottom: 2px solid #9cd0e5;
	}
	.login-btn {
		position: relative;
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.header-image .site-title > a {
    background-position: center !important;
    width: 100%;
    margin: 0 auto;
}
	#welcome {
	font: 400 3rem/0.8 'Source Sans Pro', Helvetica, sans-serif;
    margin: 3% auto;
}
	#welcome-msg {
font-size: 1.7rem;
    padding: 0 1%;
    text-align: center;
    margin: 3% auto 0;
}
	.accordion {
		font-size: 1.4rem;
}
	.entry-content ul > li {
    font-size: 1.6rem;
	padding: 1% 0;
}
	.links-left a {
    font-size: 1.2rem;
}
	.links-right a {
    font-size: 1.2rem;
}
	.front-page-3A {
	width: 95%;
	margin: 0 auto;
}
.front-page-3B {
	width: 95%;
	margin: 0 auto;
}
.front-page-3C {
	width: 95%;
	margin: 0 auto;
}
	.primary-nav-header a::after {
		display: none;
	}
	.primary-nav-header {
		border-top: none;
		border-bottom: none;
	}
	.nav-item {
    width: 100%;
    margin: 5% auto 0;
	}
	.pub-wrap {
    width: 100%;
    margin: 0 auto;
}
	.pub-item {
	font-size: 1.2rem;
}
	ul.bm-minutes {
    text-align: center;
    margin: 0 auto;
}
	.pub-title {
		text-align: center;
	}
	.form-name {
		font-size: 1.3rem;
	}
	.form-number-title {
    width: 25%;
    padding: .5%;
    text-align: left;
    color: #000;
    font-weight: 700;
    float: left;
    font-size: 1.3rem;
	}
	.form-number {
		font-size: 1.3rem;
		clear: left;
	}
	.form-item {
		font-size: 1.3rem;
	}
	h1 {
		font-size: 2.5rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	.right-box-row-1:first-child {
    margin: 0 auto;
}
	.left-box {
		display: none;
	}
	.right-box {
    max-width: 100%;
}
	.page-id-263 p {
    font-size: 1.4rem;
}
.entry-title {
    font-size: 2.3rem;
}
	.archive-description .entry-title {
		padding: 0;
	}
	.archive-description {
		padding: 0 6px;
	}
	.front-page-6 {
		display: none;
	}
.footer-widgets-1 {
    display: none;
}
.home .site-inner {
    background: transparent;
	padding: 0;

}
.home img.swoosh-header {
    display: none;
}
	button.register-btn {
    position: relative;
    float: none;
    width: 55%;
    text-align: center;
    margin: 0 auto 3%;
    padding: 2%;
	margin-left: -8px;
	font-weight: 400;
}
.front-page-3 {
    background: #333;
    border-top: 2px solid #a29060;
    border-bottom: 2px solid #a29060;
	padding: 10% 0 11%;
	display: none;
}
	.home img.swoosh-footer {
    display: none;
}
.content-sidebar-wrap .blue-h2 {
    text-align: left;
    font-size: 2rem;
}
	.full-width-content .blue-h2 {
		margin-top: 0;
	}
.mem-info {
background: none;
color: #888;
text-shadow: 1px 1px 3px #000;
text-align: center;
}
.header-top {

	display: none;
	}
	h1.entry-title {
		margin-bottom: 2%;
	}
	.genesis-nav-menu a, .genesis-nav-menu a:hover {
    text-align: center;
    margin: 3% 0;
    font-weight: 400;
    margin-left: -5px;
}
	.flex-direction-nav li .prev {
top: 68%;

	}
	.flex-direction-nav li .next {
		top: 68%;
		
	}
	.social-media-icons {
	float:none;
	width: 100%;
    margin: 5% 0;
}
.social-media-icons a {
    color: #f5f5f5;
    padding: 0 3%;
    margin: 0 auto;
    text-align: center;
	opacity: .6;
	display: inline-flex;
	font-size: 3rem;
}
.footer-links-wrap {
    width: 100%;
    display: block;
    margin: 0 auto 2%;
}
.footer-link-item {
    padding: 2%;
    margin: 0 auto;
    width: 100%;
}
	.footer-link-item a {
		margin: 0 auto;
		font-size: 1.8rem;
	}
	.footer-link-item:before {
		content: "";
		padding-right: 0;
	}
.creds {
    width: 100%;
    text-align: center;
	margin: 5% auto 2%;
    font-size: 1rem;
}
.front-page-5 {
    display: none;
}
.sidebar-primary {
    margin: 0 0 5%;
    text-align: center;
}
	.sidebar-primary .widget-wrap {
		width: 80%;
		margin: 0 auto;
	}
	.site-footer {
		border-top: none;
		margin-top: 0;
	   padding-top: 3%;
		box-shadow: none;
		
	}
	span.serving-ga-educators {
    width: 100%;
    display: block;
}
	.site-header .widget-area {
		border-top: none;
		border-bottom: none;
		width: 100%;
	}
	.primary-nav-header {
		display: block;
	}
	.primary-nav-desktop {
		display: none;
	}
	.member-button {
		width: 100%;
		margin: 5% 0;
	}
	.second-search {
		display: inline-flex;
	}
.breadcrumb {
    padding: 0 7px;
    width: 100%;
	text-align: center;
	border-bottom: 1px dotted #c9e5f5;
}
	.board-member-img {
    float: none;
}
	.primary-nav-header a {
    font-size: 1.8rem;
}
	.menu-toggle {
		float: none;
		width: 100%;
	}
	h1.archive-title {
    background: rgb(10, 36, 99);
    padding: 3%;
   /* border-radius: 5px; */
    text-align: center;
    margin-bottom: 28px;
    box-shadow: 7px 7px 27px -4px rgba(0,0,0,0.32);
	color: #f5f5f5;
}
	.login-btn {
		width: 100%;
	}
	.event-legend {
    width: 65%;
    text-align: center;
    font-size: 1.4rem;
    margin: 3% auto;
	float: none;
    padding: 0 2% 0 0;
}
	.event-text {
    width: 100%;
    float: none;
    font-size: 1.4rem;
    padding: 3% 2%;
    margin: 0 auto 5%;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    text-align: center;
}
	.tribe-events-sub-nav li a {
    background: #fff !important;
	}
	.tribe-events-notices {
    background: #a9b7ab !important;
    border: none !important;
    color: #000 !important;
}
	.tribe-events-loop .tribe-events-event-meta {
    background: transparent !important;
    border: none !important;
    padding: 12px 10px 0 !important;
		margin-top: 0 !important; 
		
}
	.tribe-events-list .tribe-events-list-event-title {
    padding: 10px 5px 0 !important;
}
	#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
    margin: 0 15px 15px !important;
}
	#tribe-events-content a {
    margin: 0 auto !important;
		font-weight: 400;
}
	#tribe-events .tribe-events-loop .tribe-events-content {
    padding: 0 5px 15px !important;
}
	.tribe-events-day .tribe-events-day-time-slot h5 {
    margin-top: 0 !important;
	color: #333 !important;
}
	.tribe-events-list .type-tribe_events {
    border-radius: 15px;
}
	.tribe-is-responsive.tribe-mobile .tribe-events-page-title {
    margin: 0 auto !important;
    float: none !important;
	font-weight: 400;
}
.site-header .search-form {
    margin: 0 auto 5%;
	width: 60%;
}
	.eco-impact {
	width: 100%;
	border: 1px solid #000;
}
.eco-impact-dots {
	width: 100%;
}

#calendar-of-events-h1 {
		font-size: 3rem;
		text-align: center;
	    padding: 2% 0 0;
	   font-weight: 400;
	}
	.footer-3-wrap {
    width: 100%;
    text-align: center;
    float: right;
}
	.page-id-9 .site-footer {
		box-shadow: none;
	
	}
	.search-form input[type="submit"], .widget_search input[type="submit"]:focus {
		color: #f5f5f5;
	}
	.entry {
		width: 100%;
	}
	img.swoosh-header {
    display: none;
}
	.flexslider  {
		border-bottom: 2px solid #3b5082;
	}
.front-page-1 {
display: none;
}
	/*
	.page-id-9 .site-header .search-form {
    margin: 0 auto;
    width: 50%;
}
	
	.page-id-9 .site-header .widget-area {
    width: 100%;
    margin: 2% auto;
}
	*/
	.icon-wrap {
    display: inline;
}
.front-page-4 {
    margin-top: -45%;
    background-position-x: -1200px;
	margin-bottom: -1%;
}
	ul.flex-direction-nav {
    margin-top: -5%;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover {
font-weight: 600;
}
.lets-get-started {
    margin: 28% auto 2%;
	font-weight: 400;
}
	.icon-item-wrap {
		margin: 10% auto;
	}
	.before-footer-nav li {
		margin: 2% auto;
		padding: 2%;
		font-weight: 400;
		width: 100%;
	}
	.before-footer-nav li a {
		width: 100%;
		margin: 1% auto;
		padding: 10px;
		min-width: 121px;
	}
	.before-footer {
		background: transparent;
		box-shadow: none;
	}
	.content-sidebar .content {
		width: 100%;
	}
	footer-widgets a {
		text-shadow: none;
	}
	.inside-card-wrap {
    width: 95%;
	display: block;
	}
	.inside-card {
    width: 75%;
    margin: 5% auto;
	}
	.card-wrap {
		width: 100%;
		

	}
	.page-id-723 .entry-title a {
		font-size: 2.2rem;
	}
	.after-header h3 {
		padding: 2% 7%;
		font-size: 4rem;
	}
	.social-media-icons {
	margin: 0 auto 4%;
	}
	.site-header .wrap {
		border-bottom: 0;
	}
	.footer-link-item:last-child {
		width: 100%;
	}
	.multi-icon-wrap {
	margin: 3% auto;
}
	.content-sidebar-wrap .entry-title {
		text-align: left;
		font-size: 2.8rem;
	}
	.full-width-content .breadcrumb {
    margin: 2% auto;
	text-align: center;
}
	.before-footer-nav ul {
	margin-left: 0;
	width: 40%;
    margin: 0 auto;
	}
	#genesis-responsive-slider {
    margin: -20% 0 0 !important;
}
	.slide-excerpt-border h2 {
    margin-top: 18%;
	letter-spacing: 0;
	text-align: left;
		}
	.slide-excerpt-border p {
		text-align: left;
	}
	.safari-mac .site-header {
border-bottom: none;
}
}
@media only screen and (max-width: 700px) {
	.entry {
		    padding: 0 10px 10px;
	}
	.content-sidebar-wrap .breadcrumb {
/* padding: 0 40px; */
	}
	div#search-4 {
		width: 90%;
		margin-left: 0;
		margin: 0 auto;
	}
	.card-title {
		font-weight: 400;
	}
	.member-name {
		width: 60%;
	}
/*
	.front-page-4 {
    background-repeat: no-repeat;
    background-position-x: -1000px;
    margin-top: -53%;
}
*/
	.front-page-4 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.front-page-4 .wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
	.front-page-2 {
		margin: 0 auto;
		padding: 0;
	}
	.lets-get-started {
	margin: 0 auto;
	}
	.lets-get-started p {
		margin-top: 10px;
	}
	.trs-mobile-header {
	    display: block;
		background-image: url('/wp-content/uploads/Academic-Gathering.jpg') no-repeat;
		background-color: transparent;
		margin: 0 auto;
		opacity: .8;
	
	}
	.inside-card {
		width: 100%;
		margin: 10% auto;
	}
	.header-image .site-title > a {
	
	}
	.after-header h3 {
		font-size: 4rem;
	}

	.blue-h2 {
		font-size: 2.3rem;
	}
	.after-header.not-homepage {
		height: 300px;
		min-height: 300px;
	}
	.site-header .search-form {
		width: 55%;
	}
	/*
	.page-id-9 .site-header .search-form {
		width: 75%;
	}
	*/
	.form-title {
		font-size: 2.3rem;
	}
	p.contact-item-wrap-2 {
    position: relative;
    width: 100%;
    float: left;
}
	p.contact-item-wrap-1 {
    position: relative;
    width: 100%;
    float: left;
}
	.trs-tel {
		float: left;
	}
	.your-email {
		float: left;
	}
	.trs-employer {
		float: left;
	}
	.trs-zip {
		float: left;
	}
	.trs-number {
		float: left;
	}
	.full-width-content .blue-h2 {
		margin-bottom: 0;
	}
	h1.entry-title {
	    font-weight: 400; 
	}
	h3 {
		font-weight: 400;
	}
#learn-more {
    margin: 4% auto;
}
    .yellow-btn-wrap {
		display: block;
	}
	.yellow-btn-item {
    margin: 2% auto 10%;
    width: 95%;
	}
	.yellow-btn {
		width: 90%;
	}
	.after-header h3 {
		text-align: center;
	}
	#welcome-msg {
    margin: 0 auto;
}
		#welcome {
		text-shadow: none;
		font-weight: 400;
	}
	.lets-get-started {
	text-shadow: none;
	font-weight: 400;
	}
	.before-footer-nav li {
    margin: 7% auto;
    padding: 4%;
	}
}
@media only screen and (max-width: 550px) {
	.card-title {
    font-size: 1.5rem;
}
	.after-header.not-homepage {
 
	}
.front-page-2 {
margin: auto 0;
	}
	.blue-h2 {
		font-size: 2rem;
		padding-bottom: 2%;
	}
	.form-number-title {
	font-size: 1.1rem;
	}
	.form-name {
	font-size: 1.1rem;
	}
	.front-page-4 {
		
	}
	.lets-get-started {
   
}
	.site-header .search-form {
    width: 80%;
}

}
@media only screen and (max-width: 375px) {
	.icon-img {
		padding: 5%;
	}
.multi-icon-wrap {
    margin: 7% auto;
}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
		display:none;
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
		display: none;
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
		display: none;
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: none;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: left;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
				position: absolute;
		left: 0;
		top: 0;
	}

	.before-footer-nav p {
    display: none;
}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.site-header {
		position: relative;
		margin-top: 1%;
	}
	.footer-links-wrap {
		width: 100%;
	}
	.before-footer-nav ul {
		margin-left: 0;
	}
	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

.nav-primary {
    border-top: none;
    float: right;
}
	.swoosh-header {
		display: none;
	}
	#topcontrol {
		display: none;
	}
	.trs-creds-wrap {
		display: block;
	}
	.creds-item-1 {
		width: 100%;
		display: block;
	}
	.serving-ga-educators {
		width: 100%;
		display: block;
	}
	.social-media-links {
		width: 100%;
		display: block;
	}
	.site-footer {
		margin-top: 0;
	}
	.footer-link-item {
width: 15%;
	}
	.full-width-content .after-header.not-homepage {
		display: none;
	}
	.after-header.not-homepage {
     display: none !important; 
}
	.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
		width: 100%;
	}
	.member-info-container {
		display: none;
	}
	.page-id-9 .header-top {
		display: none;
	}
	.page-id-9 .swoosh-header {
		display: block;
		margin-top: 0;
		top: 0
	}
	.page-id-9 .site-header {
		margin-top: 0;
	}
	.page-id-9 img.swoosh-header {
		transform: none;
		position: absolute;
	}
	.front-page-1 {
		margin-top: 0;
	}
	.event-legend {
    display: none;
}
	table.tribe-events-calendar {
    page-break-inside: auto;
}
	.page-id-1421 table {
    page-break-inside: auto;
}
	.full-width-content .after-header h3 {
		display: block;
		color: #000;
	}
	.page-id-723 .site-inner::before {
    content: 'Recent TRSGA Updates';
    margin-left: 5%;
}
	.page-id-965 h1.entry-title {
    text-align: left !important;
	margin-bottom: 3%;
}
	.page-id-965 #b1 {
		display: none;
	}
@media only screen and (max-width: 1022px) {

    .site-header .wrap {
        padding-left: 0;
        padding-right: 0;
		background: #009246;
    }

    .title-area {
        width: auto;
    }

    .header-image .title-area {
        float: left;
        width: 100%;
    }

    .menu-toggle {
        width: 100%;
        border-top: none;
        float: right;
    }

    .menu-toggle,
    .menu-toggle:focus,
    .menu-toggle:hover {
        border-top: none;
    }

    .nav-primary {
        float: none;
        clear: both;
    }
		.event-legend {
		position: relative;
		width: 19%;
	}
	}


@media only screen and (max-width: 860px) {

    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
	/*
	.header-image .site-title > a {
		min-height: 110px;
	}
	.header-image .title-area {
		max-width: 800px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		padding: 0 20px 3%;
	} */
	}


@media only screen and (max-width: 500px) {

    .title-area,
    .menu-toggle {
        float: none;
        width: 100%;
    }

    .header-image .title-area {
        float: none;
        overflow: hidden;
	}
	}
}