/*
	Theme Name: ACF Pro
	Theme URI: http://megaphonedesigns.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://megaphonedesigns.com
	Version: 4

	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements.button a {
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- 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
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- ACF Pro Blue
		- ACF Pro Orange
		- ACF Pro Purple
		- ACF Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 800
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin: 15px 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

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

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

body {
    background-color: #fff;
    color: #49484b;
    font-weight: 300;
    line-height: 1.45;
    font-family: 'Open Sans',sans-serif;
    -webkit-backface-visibility: hidden
}

p:first-child,h1:first-child,h2:first-child,h3:first-child {
    margin-top: 0!important
}

p:last-child,h1:last-child,h2:last-child,h3:last-child {
    margin-bottom: 0!important;
    border: none;
    padding-bottom: 0
}

a,button,input:focus,input[type="button"],input[type="reset"],input[type="submit"],textarea:focus,.button {
    -webkit-transition: all 0.1s 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.1s ease-in-out
}

::-moz-selection {
    background-color: #333;
    color: #fff
}

::selection {
    background-color: #333;
    color: #fff
}

a {
    color: #1714ac;
    font-weight: 800;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a:hover {
    color: #18166b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

p {
    margin: 0 0 21px;
    padding: 0
}

.footer-widgets strong {
    color: inherit
}

ol,ul {
    margin: 0;
    padding: 0;
    text-align: left
}

ul li:first-letter,ol li:first-letter {
    text-transform: uppercase
}

.entry-content ul {
    display: inline-block
}

.entry-content ul li ul,.um-account-side ul {
    display: block
}

blockquote,blockquote::before {
    color: #5f85c9;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    font-style: italic;
    line-height: 1.2
}

blockquote {
    margin: 40px
}

cite {
    font-style: normal
}

.multi-column {
    column-width: 220px;
    column-count: 3;
    column-gap: 40px;
    margin: 32px auto;
    display: block
}

.multi-column>* {
    break-inside: avoid
}

ul.multi-column-list {
    column-count: 3;
    column-width: 220px;
    margin: 33px auto 30px;
    break-inside: avoid;
    display: block;
    max-width: 91%
}

.large-text {
    font-size: 138%;
    display: inline-block
}

.large-text .button {
    font-size: 25px
}

.small-text {
    font-size: 80%;
    display: inline-block
}

ul.multi-column-list li {
    padding: 0 6px;
    margin: 0 10px 11px
}

.white-text,.white-text>* {
    color: #fff;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 40%)
}

.white-text a {
    color: #fff;
    text-decoration: underline
}

.white-text h1,h1 .white-text {
    color: #fff
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    margin: 0 0 12px;
    font-family: 'Mukta',sans-serif
}

h1 {
    font-size: 62px;
    font-weight: 800;
    padding: 0;
    margin: 0 auto 23px;
    line-height: 1.2;
    display: block;
    word-spacing: 5px;
    position: relative;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

h2 {
    font-size: 35px;
    color: #646187;
    font-weight: 700;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    padding: 0 0 4px;
    margin: 18px 0 23px;
    line-height: 1.18;
    word-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Mukta',sans-serif;
    border-bottom: 1px solid #cccccc8c
}

.main-section:not(#size-100) h2 {
    font-size: 37px
}

h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #474747;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 400
}

.white-text h3 {
    color: #f3b98d
}

.sp-easy-accordion>.sp-ea-single>h3.ea-header {
    border: none
}

h3:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

h3.gsection_title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

h4 {
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #686868;
    font-weight: 600;
    word-spacing: 1px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

.wp-video {
    margin: 12px auto
}

img {
    height: auto
}

.featured-image-area {
    overflow: hidden;
    flex: 0 0 700px;
    height: auto;
    display: block;
    vertical-align: middle;
    background-size: cover;
    position: relative;
    background-position: top;
    position: relative;
    top: 0;
    background-position: 50% 46%;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%
}

.no-post-thumbnail .featured-image-area {
    display: none
}

.featured-image-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom,#00000000 50%,#101920de)
}

.featured-image-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top,#00000000 77%,#000000a3)
}

.section-background.featured-image {
    height: 100%;
    position: absolute;
    overflow: auto;
    z-index: 999;
    left: 0;
    top: 0;
    position: fixed;
    height: 700px
}

@keyframes fade_in_background {
    0% {
        background-color: #767e86;
        opacity: 0;
        transform: scale(1.08)
    }

    100% {
        background-color: transparent;
        opacity: 1;
        transform: scale(1)
    }
}

.page-template-page_blog .featured-image-area {
    top: 0;
    margin-bottom: -11px
}

.top-featured-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: none;
    vertical-align: middle
}

.gallery {
    overflow: hidden;
    margin: 31px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    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 .gallery-item img {
    border: none;
    height: auto;
    margin: 0
}

input,select,textarea {
    background-color: #fff;
    color: #616167;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
    border: 2px solid #e6e6e6
}

input:focus,textarea:focus {
    border: 1px solid #999;
    outline: none
}

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

::-moz-placeholder {
    color: #7d7d83;
    opacity: 1;
    font-weight: 300
}

::-webkit-input-placeholder {
    color: #7d7d83;
    font-weight: 300
}

button,input[type="button"],input[type="reset"],input[type="submit"],.button,a.button,.menu .menu-item.button {
    color: #fff;
    background-color: #1a1788;
    cursor: pointer;
    padding: 7px 31px;
    display: inline-block;
    border-radius: 50px;
    margin: 4px 4px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 9995;
    text-transform: capitalize;
    font-size: 18px;
    width: auto;
    font-family: 'Open Sans',sans-serif;
    text-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out
}

.footer-widgets .fa:before {
    margin: 0 5px 0 0
}

.button:is(.fa,.fa-brands,.fa-classic,.fa-duotone,.fa-light,.fa-regular,.fa-sharp,.fa-sharp-solid,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fasl,.fasr,.fass,.fat,.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube) a {
    font-weight: 700
}

.white-text.button {
    border-color: #fff
}

.white-text.button:hover,.white-text.button:hover a {
    color: #fff
}

.button:hover,.embed_download a:hover {
    background-color: #171496!important;
    color: #fff!important
}

.button:hover>* {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out
}

.button a {
    text-decoration: none
}

.button:hover>* {
    color: #fff!important
}

.button:hover a {
    color: #fff
}

body .site-container .button a,button a,a.button {
    color: #fff;
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

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

.wrap {
    margin: 0 auto;
    max-width: 100%
}

.site-inner {
    background-color: #fff;
    clear: both;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    z-index: 9996;
    min-height: 100px
}

.page-template-page_blog .site-inner {
    background-color: transparent
}

.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px
}

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

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

.content {
    background-color: #fff
}

.ACF-pro-home .content {
    margin: 0
}

.content-sidebar .content-sidebar-wrap {
    width: 1280px;
    max-width: 100%;
    margin: 60px auto;
    display: block;
    overflow: auto
}

.content-sidebar.no-post-thumbnail .content-sidebar-wrap {
    margin-top: 40px
}

.content-sidebar .content {
    width: 65%
}

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

.content-sidebar-sidebar .content,.sidebar-content-sidebar .content,.sidebar-sidebar-content .content {
    width: 550px
}

.archive .content {
    padding: 15px 0;
    max-width: 100%;
    width: 1150px;
    max-width: 95%;
    display: block;
    margin: 0 auto;
    float: none;
    text-align: center
}

.page-template-simple_page .content {
    width: 1180px;
    margin: 58px auto;
    max-width: 95%
}

.sidebar-primary {
    float: right;
    width: 35%;
    padding: 29px 2%
}

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

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

.content-sidebar-sidebar .sidebar-secondary {
    float: right
}

.search-form {
    overflow: hidden
}

.site-header .search-form {
    float: right
}

.entry-content .search-form,.site-header .search-form {
    width: 50%
}

.archive-title {
    font-size: 20px
}

.page .entry-header,.single .entry-header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 9997;
    overflow: hidden;
    background-color: #4a4a4a;
    min-height: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0
}

.entry-header:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg,#1d030459 0%,#7c010300 94%)
}

.no-post-thumbnail .entry-header:before,.no-post-thumbnail .entry-header:after,.single-campus .entry-header:after,.single-campus .entry-header:before {
    display: none
}

.no-post-thumbnail.page .entry-header,.no-post-thumbnail.single .content .entry-header,.archive .entry-header,.single-campus.single .entry-header {
    height: auto;
    background: #eee;
    margin: 0 auto;
    padding: 28px 3%;
    min-height: 0
}

.no-post-thumbnail.page.page-template-simple_page .entry-header {
    margin: 0 auto
}

.no-post-thumbnail.single .content .entry-header {
    margin-bottom: 0
}

.no-post-thumbnail.page .entry-header .entry-title,.no-post-thumbnail.single .content .entry-header .entry-title,.single-campus .entry-header .entry-title {
    color: #23242e;
    text-shadow: none;
    animation: none;
    opacity: 1;
    transform: none;
    padding: 0;
    text-shadow: none;
    font-size: 52px
}

.page-template-page_blog .entry-header {
    width: 100%!important;
    padding: 0;
    margin-top: 40px!important
}

.page-header {
    text-align: left;
    width: 1180px;
    max-width: 100%;
    margin: 0 0 25px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #dedede
}

.no-post-thumbnail .page-header {
    margin-top: 55px
}

.page-header h1 {
    font-size: 45px;
    width: auto;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto;
    padding: 0 0 0 11px;
    display: block;
    max-width: 100%;
    font-variant: small-caps;
    text-transform: none;
    color: #182e44
}

.archive .entry-header {
    display: flex;
    align-items: center;
    justify-content: center
}

.archive .entry-header .entry-title {
    width: 100%;
    font-size: 40px;
    padding: 6px
}

.home .content .entry-header {
    display: none
}

.entry-title {
    line-height: 1.2;
    margin: 0 auto;
    max-width: 100%;
    text-transform: none;
    position: relative;
    z-index: 9996;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.archive .entry-title {
    font-size: 27px
}

@keyframes entry_title {
    0% {
        transform: scale(.9);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.entry-header .entry-title {
    font-size: 57px;
    color: #fff;
    padding: 67px 4% 27px;
    text-shadow: rgb(0 0 0) 2px 2px 22px,rgb(0 0 0 / 54%) 2px 2px 4px;
    font-weight: 800;
    opacity: 0;
    transform: scale(.9);
    animation: entry_title 1.5s 1 forwards 0.55s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    flex: 0 0 954px
}

.entry-header .entry-title p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .5px;
    word-spacing: 2px
}

.entry-header .custom-header h1 {
    font-size: 54px;
    letter-spacing: 0;
    word-spacing: 0;
    color: #16146f;
    text-shadow: rgb(0 0 0 / 27%) 2px 2px 22px,rgb(0 0 0 / 28%) 3px 3px 4px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    margin: 0 0 12px!important;
    line-height: 1.15;
    letter-spacing: 1px;
    word-spacing: 4px
}

.no-post-thumbnail .entry-header .custom-header h1 {
    text-shadow: none
}

.entry-header .custom-header h2 {
    font-size: 42px;
    color: #fff;
    text-shadow: rgb(0 0 0 / 11%) 2px 2px 9px;
    font-weight: 600;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    margin: 0
}

.search .entry-title {
    padding: 0;
    margin-bottom: 26px;
    border: none;
    text-align: left
}

.content .entry-title a {
    color: #454548
}

.archive .entry-title a {
    color: #454548;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.page-template-page_blog .entry:nth-of-type(n+2) .entry-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
    border: none;
    animation: none;
    opacity: 1;
    transform: none
}

.widget-title {
    font-size: 38px;
    font-weight: 300;
    padding: 0;
    margin: 0 auto 35px;
    line-height: 1.2;
    display: block;
    word-spacing: 5px;
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

.widget-title:after {
    content: '';
    height: 3px;
    width: 250px;
    background-color: #000;
    display: block;
    margin: 6px auto 0;
    max-width: 100%
}

.sidebar .widget-title {
    color: #000;
    text-align: left;
    font-weight: 300;
    letter-spacing: 1.2px;
    font-size: 27px
}

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

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

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

a.alignnone {
    display: inline-block
}

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

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

img.alignnone,.alignnone {
    display: block;
    margin-bottom: 16px
}

a.alignleft,img.alignleft,.wp-caption.alignleft {
    margin: 9px 33px 17px 0
}

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

.gallery-caption {
    margin: 0 0 10px
}

.wp-caption-text {
    text-align: center;
    text-transform: uppercase
}

.wp-caption-text a {
    font-size: 20px;
    font-weight: 800;
    text-transform: none
}

.wp-caption-text .button {
    background-color: #d6d6d7
}

.wp-caption-text .button:hover {
    background-color: #fff
}

.wp-caption-text .button:hover a {
    color: #397ea6
}

.wp-caption-text .button a {
    font-weight: 300;
    text-transform: uppercase
}

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

.widget {
    word-wrap: break-word
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left
}

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

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

.widget p:last-child,.widget ol>li:last-child,.widget ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.more-from-category {
    border-top: 1px dotted #494949;
    margin-top: 10px;
    padding-top: 10px
}

.entry-more-button {
    line-height: 1;
    background-color: #1d29a3;
    display: inline-block;
    letter-spacing: .4px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.entry-more-button:hover {
    background-color: #8292c8;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear
}

.entry-more-button a {
    color: #fff;
    padding: 15px 21px;
    display: block
}

div.gform_wrapper .gform_body input,div.gform_wrapper .gform_body textarea,div.gform_wrapper .gform_body select {
    padding: 13px!important
}

body .gform_wrapper .gfield_checkbox li label,body .gform_wrapper .gfield_radio li label {
    font-size: 18px
}

body .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    margin-bottom: 10px
}

div.gform_wrapper .ginput_complex label {
    padding: 0
}

div.gform_wrapper li,div.gform_wrapper form li {
    margin: 16px 0 0;
    padding: 0 0 13px!important
}

.gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    padding: 0 1%!important
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 16px!important
}

body .gform_wrapper {
    margin: 38px auto
}

body .gform_wrapper {
    margin: 28px auto;
    padding: 28px 4%
}

body .gform_wrapper .gform_body input,body .gform_wrapper .gform_body textarea,.gform_body select {
    font-size: 17px
}

body .gform_wrapper .gform_body input[type=number] {
    font-size: 11px
}

body .multi-column-checklist .gfield_checkbox {
    column-count: 3;
    column-width: 270px;
    column-gap: 20px;
    line-height: 1.1;
    margin: 7px 0
}

body .multi-column-checklist .gfield_checkbox .gchoice {
    margin-bottom: 9px
}

body .gform_wrapper .ginput_container_time select {
    font-size: 11px;
    padding: 12px 8px!important
}

body .entry-content .gform_wrapper {
    box-shadow: 2px 2px 8px #0003;
    border-radius: 8px;
    background: #fffffff0
}

body .gform_wrapper .gform_title {
    font-size: 32px;
    margin-bottom: 18px!important
}

.top-aligned.main-section .gform_wrapper {
    margin: 0 auto 38px
}

body .gform_wrapper label.gfield_label {
    font-weight: 300;
    color: #464646;
    font-size: 21px
}

body .gform_wrapper li.gfield.gfield_error,body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #ececec;
    padding: 21px
}

body .gform_wrapper .gfield_error .gfield_label,body .gform_wrapper .validation_message {
    color: #92272b
}

body .gform_wrapper .gform_footer input.button,body .gform_wrapper .gform_footer input[type=submit],body .gform_wrapper .gform_page_footer input.button,body .gform_wrapper .gform_page_footer input[type=submit] {
    cursor: pointer;
    width: auto;
    display: inline-block;
    border: none;
    margin-right: 0;
    font-size: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gform_footer {
    text-align: center;
    margin: 14px 0 6px!important;
    padding: 0!important;
    text-align: center;
    align-items: center;
    justify-content: center
}

.gform_footer a {
    font-weight: 800;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gform_footer:hover a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.gform_wrapper .gform_body {
    width: 100%!important
}

.gf_progressbar {
    border-radius: 8px!important
}

.gform_wrapper .gf_progressbar_percentage {
    background-color: #013e7e!important;
    border-radius: 8px!important
}

.gform_wrapper .gfield_required {
    color: #cc394a!important;
    font-size: 20px
}

.footer-widgets .gform_wrapper .gfield_required {
    display: none
}

.before-header .widget-area {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 1180px;
    margin: 0 auto;
    max-width: 94%;
    font-size: 14px;
    line-height: 1.4
}

.before-header {
    text-align: center;
    background-color: #090b22;
    color: #fff;
    padding: 1px 0;
    left: 0;
    font-size: 18px;
    overflow: auto;
    line-height: 1;
    z-index: 9999;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap
}

.before-header .widget {
    margin: 4px 12px
}

.before-header .widget:nth-child(1) a {
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: 400
}

.before-header .widget:nth-child(1) a .fas {
    margin-right: 8px
}

.before-header .fa {
    font-family: 'Font Awesome 5 Pro','Font AWesome Pro Free','Font Awesome 5 Brands','Open Sans'!important
}

.before-header .fa:before {
    margin: 0 3px 0 0
}

.before-header .widget:nth-child(2) a {
    color: #fff
}

.before-header .widget:nth-child(2) a:hover {
    color: #e5bb9e
}

.before-header a:hover {
    color: #3a2510
}

.before-header .widget:nth-child(1) li {
    display: flex;
    align-items: center;
    justify-content: center
}

.before-header .widget:nth-child(2) li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
    padding: 0;
    position: relative
}

.before-header .hidden-text {
    visibility: hidden;
    font-size: 0;
    height: 20px;
    width: 20px
}

.before-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap
}

.before-header li {
    margin: 0 10px;
    padding: 0
}

.before-header .widget:nth-child(2) ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.before-header .widget:nth-child(2) {
    width: auto
}

.before-header .widget .textwidget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.before-header .widget p {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: auto;
    margin: 3px!important
}

.before-header .widget br {
    display: none
}

.before-header .button {
    width: 100%;
    display: block;
    float: left;
    padding: 8px 15px;
    width: 200px
}

.before-header .button:hover {
    background-color: transparent
}

.before-header br:after {
    content: '';
    background-color: #fff;
    width: 2px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: 1
}

.before-header .widget_nav_menu #menu-social-media .menu-item a {
    font-weight: 800;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    display: inline-block
}

.before-header .widget_nav_menu #menu-social-media .menu-item {
    margin: 0 12px;
    text-align: center;
    display: inline-block;
    padding-bottom: 0
}

.before-header .widget_nav_menu #menu-social-media .menu-item .fa {
    font-size: 22px;
    display: block
}

.site-header {
    color: #fff;
    top: 0;
    z-index: 9998!important;
    width: 100%;
    padding: 36px 0;
    position: fixed;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.small-header .site-header {
    padding: 12px 0
}

.no-post-thumbnail .site-header,.single-campus .site-header {
    position: sticky;
    top: 0;
    padding: 12px 0
}

.site-header:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #16146f;
    backdrop-filter: blur(6px);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.no-post-thumbnail .site-header:before {
    opacity: 1
}

.small-header .site-header:before {
    opacity: 1
}

.site-header .widget {
    margin-bottom: 0;
    display: block;
    position: relative;
    z-index: 9999;
    width: 100%
}

.site-header .widget:nth-child(1) {
    width: 247px;
    line-height: 0;
    font-size: 0;
    z-index: 9999;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.site-header .widget:nth-child(1) p {
    margin: 0
}

.site-header .widget:nth-child(1) .widget-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.site-header .widget:nth-child(1) img {
    width: 46px;
    margin: 0
}

.site-header .widget:nth-child(1) h1 {
    font-size: 23px;
    margin: 0;
    padding: 0;
    word-spacing: -1px;
    letter-spacing: -.5px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1
}

.site-header .widget:nth-child(1) h1 a {
    color: #fff
}

.site-header .widget:nth-child(1) h1 a strong {
    color: #fff;
    font-weight: 700;
    font-size: 178%;
    position: relative;
    display: block;
    letter-spacing: 3px
}

.site-header .widget:nth-child(1) h1:after {
    display: none
}

.site-header .widget_nav_menu {
    display: inline-block;
    margin: 0;
    width: auto;
    text-align: center;
    position: relative;
    z-index: 9998;
    vertical-align: middle;
    float: right;
    font-size: 0
}

.title-area {
    display: none;
    float: left;
    padding: 14px 0;
    width: 340px
}

.site-header .widget-area {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 1180px;
    max-width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    gap: 41px
}

.site-header .widget li {
    border-color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.site-header .genesis-nav-menu li li {
    margin: 0 auto;
    display: block;
    float: left;
    width: 100%;
    background-color: rgba(52,57,60,.65);
    text-align: left;
    z-index: 9999;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.site-header .widget-area button:hover,.site-header .widget-area input:hover[type="button"],.site-header .widget-area input:hover[type="reset"],.site-header .widget-area input:hover[type="submit"],.site-header .widget-area .button:hover {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.genesis-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

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

.genesis-nav-menu a {
    display: block;
    padding: 5px 12px 6px;
    border-radius: 22px;
    color: #fff;
    line-height: 1;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.small-header .genesis-nav-menu a {
    font-size: 17px
}

body .menu .menu-item.button {
    padding: 0;
    margin: 0 12px;
    width: auto!important;
    float: none;
    display: inline-block
}

.genesis-nav-menu .menu-item.button>a {
    padding: 4px 18px;
    color: #fff
}

.wf-loading .genesis-nav-menu a {
    visibility: hidden
}

.genesis-nav-menu .menu-item>a {
    overflow: hidden
}

.genesis-nav-menu>.menu-item>a {
    cursor: pointer
}

.genesis-nav-menu:hover>.menu-item:hover>a {
    background-color: #302e91
}

.genesis-nav-menu .menu-item .sub-menu {
    opacity: 0;
    position: absolute;
    z-index: 999;
    text-align: left;
    top: 29px;
    width: 100%;
    width: 194px;
    border-top: 17px solid transparent;
    opacity: 0;
    pointer-events: none;
    left: auto;
    margin-left: -4%;
    grid-template-columns: 1fr 1fr;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.genesis-nav-menu>.menu-item:last-child>.sub-menu {
    margin-left: -281px
}

.genesis-nav-menu .sub-menu .menu-item {
    background-color: transparent;
    overflow: hidden;
    margin-top: 0;
    float: none;
    display: block;
    width: 100%
}

.genesis-nav-menu .sub-menu .menu-item:last-child {
    border-bottom: none
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
    border-radius: 0;
    font-size: 17px;
    padding: 8px 12px;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
    border-left: none;
    display: block;
    float: left;
    width: 100%;
    text-shadow: none;
    height: 100%;
    background: #1d1b6f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.genesis-nav-menu .sub-menu .menu-item:hover>a {
    color: #fff
}

.genesis-nav-menu .menu-item:hover .sub-menu a {
    opacity: 1
}

.genesis-nav-menu:hover .sub-menu .menu-item:hover>a {
    color: #fff;
    background-color: #302e91
}

@keyframes menu {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.035)
    }
}

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

.genesis-nav-menu .menu-item:hover>.sub-menu {
    transition: all .4s ease-in-out 0.05s
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: all;
    -webkit-transition: all .4s ease-in-out 0.05s;
    -moz-transition: all .4s ease-in-out 0.05s;
    -ms-transition: all .4s ease-in-out 0.05s;
    -o-transition: all .4s ease-in-out 0.05s;
    transition: all .4s ease-in-out 0.05s
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu {
    display: block;
    float: right;
    position: relative;
    margin: 0;
    opacity: 1;
    background-color: #6d7e9b;
    top: 0;
    z-index: 9999;
    left: 0;
    border: none;
    -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
}

.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
    display: block;
    float: right;
    margin: 0;
    border-top: none;
    top: 0;
    opacity: 1;
    height: auto;
    -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
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
    opacity: 1;
    height: auto;
    background-color: #6f9895;
    -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
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:last-child {
    border: none
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover a {
    color: #82afc8;
    background-color: rgba(255,255,255,.14)
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
    color: #ececec;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 20px 7px 32px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

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

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

.site-header .genesis-nav-menu li,.site-header .genesis-nav-menu li ul {
    border-bottom: none;
    margin: 0;
    padding: 0;
    cursor: default;
    position: unset;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.nav-primary {
    background-color: #454142;
    text-align: center;
    position: relative;
    z-index: 9999;
    overflow: visible
}

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    text-align: center
}

.responsive-menu-icon::before {
    color: #fff;
    content: "\f333";
    display: inline-block;
    font: normal 38px/1 'dashicons';
    margin: 4px;
    vertical-align: top;
    width: auto
}

.site-header .responsive-menu-icon::before {
    padding: 0
}

.responsive-menu-icon::after {
    content: 'Menu';
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    bottom: 0
}

.archive .entry {
    padding: 19px 0;
    margin: 0 auto 27px;
    max-width: 92%
}

.archive .entry-header .entry-meta {
    text-align: center;
    display: none
}

.entry {
    margin-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.page-template-page_blog .content .entry {
    margin-top: 0;
    width: 960px;
    max-width: 100%;
    padding: 21px 3%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 31px
}

.page-template-page_blog .entry-image-link img {
    width: 750px;
    max-width: 100%
}

.page-template-page_blog .content {
    padding: 0 3% 45px
}

.page-template-page_section .entry-content {
    text-align: center
}

.page .entry-content {
    background-color: #fafafa;
    margin: 120px auto 0;
    position: relative;
    z-index: 9997
}

.no-post-thumbnail .entry-content,.page .entry-content {
    margin: 0 auto
}

.page-template-page_blog .entry-content {
    margin: 0 auto;
    max-width: 1024px
}

.single .content .entry-content {
    width: 860px;
    max-width: 88%;
    margin: 48px auto 29px;
    padding-bottom: 18px
}

.entry-content ol,.entry-content p,.entry-content ul {
    margin-bottom: 16px;
    margin-top: 15px
}

.entry-content ol,.entry-content ul,.sidebar .textwidget ul {
    margin-left: 36px
}

.entry-content .main-section:not(#size-100) ul {
    margin-left: 21px
}

.entry-content ol>li {
    list-style-type: decimal;
    padding-left: 13px;
    margin-bottom: 7px
}

.entry-content ul>li {
    margin-bottom: 6px;
    line-height: 1.25;
    text-align: left!important
}

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

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

p.entry-meta {
    color: #7c7c8a;
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: left
}

p.entry-meta a {
    color: #999
}

p.entry-meta a:hover {
    color: #95C882
}

.entry-footer {
    max-width: 960px;
    margin: 0 auto
}

.single .entry-footer {
    display: none
}

.page-template-page_blog .entry-footer {
    max-width: 100%
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    padding-top: 12px
}

.entry-header .entry-meta {
    margin-bottom: 12px
}

.single .content .entry-header .entry-meta {
    margin-bottom: 24px;
    margin-top: 80px;
    max-width: 960px;
    margin: 120px auto 13px;
    display: none
}

.no-post-thumbnail.single .content .entry-header .entry-meta {
    margin: 5px auto 27px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc
}

.entry-categories {
    float: left
}

.entry-comments-link,.entry-tags {
    float: right
}

.pagination {
    margin: 40px 0 0;
    padding: 3px 2%;
    text-align: center
}

.archive-pagination li {
    display: inline
}

.archive-pagination li a {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 12px;
    text-transform: uppercase
}

.archive-pagination li a:hover,.archive-pagination .active a {
    background-color: #fff;
    color: #82a2c8;
    border: 1px solid #000
}

.sidebar {
    color: #525252;
    font-size: 19px
}

.sidebar .widget {
    margin-bottom: 30px
}

.sidebar .gform_wrapper {
    margin-top: 11px
}

.sidebar .gfield {
    width: 100%!important;
    margin-top: 0!important
}

.sidebar .gform_title {
    color: #0a1958;
    width: 100%;
    text-align: center;
    font-weight: 300!important;
    font-size: 25px!important;
    text-align: left
}

.sidebar .gform_wrapper .gfield_label {
    color: #3941b1;
    font-size: 18px!important
}

body .sidebar .gform_wrapper .top_label div.ginput_container {
    margin-top: 3px
}

.sidebar .gform_wrapper .button {
    background-color: #818699
}

.sidebar .menu-item {
    margin: 0 auto;
    padding-bottom: 5px
}

.sidebar li a {
    color: #2542b2
}

.sidebar li a:hover,.sidebar .entry-meta a:hover {
    color: #2d3b73
}

.sub-footer {
    padding: 60px 0;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto
}

.sub-footer .button {
    background-color: transparent
}

.sub-footer-left,.sub-footer-right {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 3%
}

.sub-footer-left .entry-title {
    font-size: 30px
}

.footer-widgets {
    max-width: 100%;
    width: 100%;
    color: #383838;
    clear: both;
    font-size: 17px;
    text-align: left;
    position: relative;
    z-index: 9996;
    background: #fff;
    background: #090841
}

.footer-widgets>.wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer-widgets div.gform_wrapper input[type="text"] {
    border: 1px solid #333!important;
    border: 1px solid #fff!important;
    padding: 10px 9px!important;
    text-align: center;
    background-color: transparent
}

.footer-widgets ::-moz-placeholder {
    color: #fff
}

.footer-widgets ::-webkit-input-placeholder {
    color: #ffffff!important
}

.footer-widgets strong a {
    font-weight: 800
}

.footer-widgets .button a:hover {
    color: #fff
}

.sub-footer {
    text-align: center;
    font-size: 25px;
    color: #524a4a;
    padding: 75px 0;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    margin: 0 auto;
    background-color: #fff;
    max-width: 97%
}

.sub-footer strong {
    text-transform: uppercase
}

.sub-footer .widget:nth-child(1) {
    padding: 20px 2%;
    max-width: 960px;
    color: #0f2e52;
    font-size: 24px;
    line-height: 1.4
}

.footer-widgets .widget-area {
    display: block;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 100%
}

.footer-widgets .footer-widgets-2 {
    padding: 12px 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin: 0;
    max-width: 100%;
    font-size: 14px;
    background: #060530
}

.mapp-layout {
    margin-bottom: 0
}

.footer-widgets-2 .widget {
    flex: 0 0 100%;
    font-size: 15px;
    line-height: 1.3;
    vertical-align: top;
    color: #fff;
    max-width: 100%
}

.footer-widgets-2 .widget:nth-child(2) {
    flex: 0 0 475px;
    padding: 17px 3%;
    background-color: #020418
}

.footer-widgets-2 .widget_wpgmp_google_map_widget_class {
    width: 50%;
    margin: 0 auto;
    vertical-align: middle
}

.footer-widgets-2 .widget:nth-child(1) .textwidget {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.footer-widgets-2 .widget:nth-child(1) .mapp-layout+* {
    display: none
}

.footer-widgets-2 .widget:nth-child(1) p {
    margin: 0!important
}

body .footer-widgets .gform_wrapper {
    margin-top: 0!important;
    padding: 0 2%
}

body .footer-widgets .gform_required_legend {
    display: none
}

body .footer-widgets .gform_wrapper .gform_body {
    margin-top: 18px
}

.footer-widgets div.gform_wrapper textarea {
    background-color: transparent;
    padding: 15px 20px!important;
    color: #fff;
    border-color: #fff;
    border-width: 1px
}

.footer-widgets-2 .gform_wrapper {
    background-color: transparent;
    border: none;
    padding: 0
}

.footer-widgets .gform_heading {
    text-align: center;
    margin-bottom: 0!important
}

.footer-widgets .gform_wrapper span.gform_description {
    margin: 17px auto 0
}

.footer-widgets-2 .gform_wrapper input {
    color: #fff
}

.footer-widgets .entry-header {
    margin: 0!important
}

.footer-widgets .entry-meta {
    display: none
}

.footer-widgets .entry-title {
    font-size: 19px!important;
    border: none;
    padding: 0;
    animation: none;
    opacity: 1;
    transform: none;
    color: #fff!important
}

.footer-widgets-2 h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 30px;
    border: none
}

.two-columns {
    column-count: 2;
    column-gap: 15px
}

.footer-widgets h1 {
    color: #451961
}

.footer-widgets h1:after {
    background-color: #d2d2d2
}

.footer-widgets .footer-widgets-1 {
    padding: 0;
    overflow: auto;
    flex: 0 0 1050px;
    max-width: 96%;
    margin: 54px 0;
    gap: 25px 58px
}

.footer-widgets .footer-widgets-1 .widget:nth-child(2) {
    width: unset;
    flex: 0 0 450px;
    color: #fff
}

.footer-widgets .footer-widgets-1 ul {
    margin: 12px 12px 12px 28px
}

.footer-widgets .footer-widgets-1 li {
    padding: 0 0 0 9px
}

.footer-widgets .footer-widgets-1 a {
    color: #fff;
    border-bottom: 2px solid transparent
}

.footer-widgets .footer-widgets-1 a:hover {
    color: #fff;
    border-color: #cd1414
}

.footer-widgets .footer-widgets-1 li::marker {
    content: '>';
    color: #fff
}

.footer-widgets .footer-widgets-1 h2 {
    font-size: 38px;
    padding: 0 0 8px;
    margin: 0 0 21px;
    color: #fff;
    border-color: #cccccc75
}

.footer-widgets .footer-widgets-1 h3:nth-child(2) {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.footer-widgets .footer-widgets-1 h3 {
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 13px 0 4px;
    border-top: 1px dotted #cccccc94;
    padding: 12px 0 0
}

.footer-widgets .footer-widgets-1 .widget:nth-child(2) .textwidget p {
    margin: 3px!important
}

.footer-widgets .footer-widgets-1 .widget:nth-child(1) {
    flex: 1 0 450px;
    font-size: 0
}

.footer-widgets .footer-widgets-1 .widget p {
    margin-bottom: 9px
}

.footer-widgets-1 .testimonial_rotator_wrap {
    margin: 0
}

.footer-widgets-1 .testimonial_rotator_quote {
    font-size: 15px;
    letter-spacing: -.5px
}

.footer-widgets .footer-widgets-1 .widget:nth-child(3) a {
    font-size: 17px
}

.footer-widgets .footer-widgets-3 {
    flex: 0 0 100%;
    padding: 19px 5px 34px;
    border-top: 1px solid #ffffff26;
    flex: 0 0 700px;
    max-width: 95%
}

.footer-widgets .footer-widgets-3 .widget_nav_menu #menu-social-media .menu-item {
    flex: unset;
    margin: 0 5px
}

.footer-widgets .footer-widgets-3 .widget_nav_menu #menu-social-media .menu-item.image-icon a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-widgets .footer-widgets-3 .widget_nav_menu #menu-social-media .menu-item img {
    margin: 0
}

.footer-widgets .footer-widgets-3 li {
    list-style-type: none;
    margin: 0;
    font-size: 19px
}

.footer-widgets-3 ul.multi-column-list {
    column-width: 191px
}

.footer-widgets .widget_nav_menu {
    text-align: center;
    width: 100%
}

.footer-widgets .widget_nav_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer-widgets .widget_nav_menu .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.footer-widgets .widget_nav_menu .menu>.menu-item {
    display: inline-block;
    margin: 12px 3px;
    padding: 0;
    flex: 0 0 48%
}

.footer-widgets .widget_nav_menu .menu-item .sub-menu {
    flex-wrap: wrap
}

.footer-widgets .widget_nav_menu .menu-item .sub-menu .menu-item {
    margin: 0;
    list-style-type: none
}

.footer-widgets .widget_nav_menu .menu-item a {
    font-size: 15px;
    color: rgb(255 255 255);
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.footer-widgets .widget_nav_menu .menu-item:hover a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.footer-widgets .widget_nav_menu .menu-item .sub-menu .menu-item>a {
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    text-transform: capitalize
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
    font-weight: 800;
    color: #fff;
    font-size: 27px;
    padding: 4px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
    margin: 0 13px;
    text-align: center
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item .fa {
    font-size: 27px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: 0;
    text-align: center
}

.fa-instagram:before {
    margin-left: 2px
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item:hover a {
    animation: menu 0.35s 1 forwards
}

.footer-widgets-4 {
    padding: 8px 2%;
    display: block;
    float: none;
    width: 960px;
    max-width: 95%;
    margin: 0 auto;
    overflow: auto;
    background-color: #fafafa;
    border-bottom: 1px solid #ccc
}

.site-footer {
    background-color: #16146f;
    font-size: 15px;
    padding: 28px 3%;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
    z-index: 9998;
    position: relative;
    color: #fff
}

.site-footer p {
    margin-bottom: 0
}

.site-footer a {
    color: #fff
}

.page-template-page_section .entry {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0!important
}

.page-section-group {
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: visible
}

.page-section-group .page-group-wrap {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 9997;
    align-items: stretch;
    justify-content: center
}

.page-section-group .page-group-wrap.limited-width {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 2px 2px 18px #0000001c
}

.page-section-group.static-background {
    background-attachment: fixed;
    backface-visibility: hidden
}

.main-section-wrapper {
    width: auto
}

.main-section-wrapper.link-section {
    min-height: 325px
}

.page-section-group.circles .main-section-wrapper {
    height: 275px!important;
    border-radius: 50%;
    overflow: hidden;
    min-height: 0;
    max-width: 275px!important;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    width: 275px
}

.section-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0
}

.no-hyperlink .section-link {
    pointer-events: none
}

.main-section p:last-child {
    margin-bottom: 0
}

.site-inner .main-section {
    float: left;
    width: 100%;
    overflow: visible!important;
    position: relative;
    z-index: 9999;
    min-height: 25px
}

#size-100 {
    height: auto!important
}

.main-section:not(#size-100) {
    float: left;
    max-width: 100%;
    position: relative;
    z-index: 9999;
    text-align: left;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 0;
    height: 100%
}

.extra-tall-section,.extra-short-section {
    position: relative;
    z-index: 9999
}

.main-section:not(#size-100) p {
    margin-bottom: 12px
}

.extra-tall-section .main-section:not(#size-100) {
    height: 700px
}

.extra-short-section .main-section:not(#size-100) {
    height: 350px
}

.main-section .fullwidthbanner-container {
    text-align: left
}

.main-section:not(#size-100) .post-content {
    display: inline-block;
    width: 100%
}

.post-content {
    font-size: 17px
}

.main-section .top-align {
    vertical-align: top;
    z-index: 9999;
    float: none;
    display: inline-block;
    width: 100%
}

.main-section:not(#size-100) .has-padding {
    vertical-align: top;
    display: inline-block;
    width: 600px;
    max-width: 100%
}

.main-section .no-padding p {
    margin-bottom: 0;
    margin-top: 7px
}

.main-section:not(#size-100) .section-padding {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.main-section:not(#size-100) .top-align .section-content {
    display: block;
    float: none
}

.main-section:not(#size-100):before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}

.main-section.top-aligned:not(#size-100):before {
    vertical-align: top
}

.main-section.bottom-aligned:not(#size-100):before {
    vertical-align: bottom
}

.section-content {
    position: relative;
    background-color: transparent;
    width: 100%;
    z-index: 9998;
    overflow: visible
}

.section-padding {
    padding: 80px 6%;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    overflow: auto;
    text-align: left;
    overflow: visible
}

.main-section:not(#size-100) .section-padding {
    overflow: inherit;
    max-width: 100%;
    margin: 0 auto
}

.extra-short.section-padding {
    padding: 45px 6%!important
}

.main-section:not(#size-100) .extra-tall.section-padding {
    padding: 64px 8%
}

.extra-tall.section-padding {
    padding: 240px 5%
}

.extra-narrow .wrap {
    padding: 0 6%
}

.section-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%
}

.section-background-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    -webkit-transition: all 0.7s cubic-bezier(0,0,.69,.87);
    -moz-transition: all 0.7s cubic-bezier(0,0,.69,.87);
    -ms-transition: all 0.7s cubic-bezier(0,0,.69,.87);
    -o-transition: all 0.7s cubic-bezier(0,0,.69,.87);
    transition: all 0.7s cubic-bezier(0,0,.69,.87)
}

.fixed-image .section-background-image {
    background-attachment: fixed;
    transform: none!important
}

.background-color {
    position: absolute;
    z-index: 9996;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -moz-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -ms-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -o-transition: all 0.4s cubic-bezier(.4,0,1,1);
    transition: all 0.4s cubic-bezier(.4,0,1,1)
}

.main-section:not(#size-100) iframe {
    margin-bottom: 0
}

.section-background {
    backface-visibility: hidden!important;
    transform: none!important
}

.section-background-image {
    backface-visibility: hidden!important
}

.link-section .section-background-image {
    filter: contrast(1.8)
}

.link-section:hover .section-background-image {
    animation: menu 0.8s 1 forwards;
    filter: contrast(3.1) brightness(.75)
}

.acf-section-header {
    flex: 0 0 100%;
    margin: 0 0 28px
}

.infoboxes .acf-section-header {
	margin-bottom: 7px;
}

.button-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 8px 1%
}

.button-row .button {
    font-size: 16px;
    margin: 8px 9px;
    padding: 9px 33px
}

.quicklinks-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    width: 1350px;
    margin: 0 auto;
    max-width: 97%
}

.no-padding .quicklinks-row {
    margin: 115px auto;
    width: 1450px;
    max-width: 95%
}

.quicklink {
    flex: 0 0 290px;
    min-height: 288px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 9px;
    backface-visibility: hidden;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -moz-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -ms-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -o-transition: all 0.4s cubic-bezier(.4,0,1,1);
    transition: all 0.4s cubic-bezier(.4,0,1,1)
}

.no-padding .quicklinks-row .quicklink {
    flex: 0 0 265px;
    height: 265px;
    border-radius: 50%;
    align-items: center;
    min-height: unset
}

.quicklink>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.quicklink:hover {
    transform: scale(1.03);
    filter: brightness(1.2)
}

.quicklinks-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    z-index: -1;
    background-position: 50% 50%
}

.quicklinks-background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#0000 28%,#000000 85%)
}

.quicklinks-text {
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 8px 12px 23px
}

.quicklinks-text h2 {
    font-size: 32px
}

.quicklinks-text>* {
    margin: 0;
    padding: 0
}

.quicklinks-text * {
    color: #fff
}

.icon-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: row wrap;
    margin: 0 auto;
    width: 100%;
    counter-reset: section
}

.icon-row-icon {
    flex: 0 0 194px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column wrap;
    margin: 20px 17px;
    font-size: 15px;
    border-radius: 16px;
    position: relative;
    line-height: 1.35;
    max-width: 100%;
    -webkit-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -moz-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -ms-transition: all 0.4s cubic-bezier(.4,0,1,1);
    -o-transition: all 0.4s cubic-bezier(.4,0,1,1);
    transition: all 0.4s cubic-bezier(.4,0,1,1)
}

.centered-icons .icon-row-icon {
    justify-content: center
}

.icon-row.numbered-row .icon-row-icon {
    flex: 1 0 458px;
    flex-direction: row;
    align-items: flex-start;
    font-size: 15px;
    margin: 17px 15px;
    padding: 29px;
    box-shadow: 2px 2px 4px #00000052;
    border-radius: 16px;
    background: #fff
}

.icon-row.numbered-row .icon-row-icon:before {
    display: inline-block;
    counter-increment: section;
    content: counter(section);
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 800;
    font-size: 75px;
    text-align: center;
    line-height: 1;
    color: #54667e;
    width: 50px;
    margin-top: -8px
}

.icon-row.numbered-row .icon-text {
    flex: 1 0 auto;
    padding: 0 19px;
    width: auto;
    max-width: calc(100% - 50px)
}

.icon-row-icon h3 {
    margin: 0 0 7px;
    font-size: 20px;
    text-transform: none
}

body .staff-section h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 3px;
}

body .staff-section h3 em {
	font-weight: 300;
}

.icon-row-icon p {
    margin: 0 0 9px
}

.icon-row .icon-row-icon .button {
    font-size: 15px;
    padding: 6px 18px
}

.icon-row-icon ul {
    margin: 8px 0 8px 17px
}

.icon-row-icon:hover {
    transform: translateY(-3px)
}

.icon-row.long .icon-row-icon {
    flex: 0 0 485px;
    max-width: 95%;
    box-shadow: 2px 2px 5px #0000005c;
    text-align: center
}

.icon-row.long .icon-row-icon:hover {
    transform: translateY(-5px);
    box-shadow: 2px 2px 5px #00000073
}

.icon-row.long .icon-row-icon img {
    width: 127px;
    margin-bottom: 14px
}

.icon-row-icon img {
    width: 93%;
    max-height: 235px;
    object-fit: cover;
    margin-bottom: 6px
}

.staff-section .icon-row-icon img,
.staff-section img, .infobox .top-half img  {
    width: 100%;
    height: 250px;
    max-height: 250px;
	object-fit: cover;
}

.staff-section .icon-row-icon img, .staff-section .top-half img,
.staff-section img, .infobox .top-half img{
    height: auto;
    border-radius: 18%;
    box-shadow: 0 0 14px #16146f;
    border: 1px solid #0b06ff;
    margin: 0 0 8px;
}

.staff-section .top-half img,
.staff-section img, .infobox .top-half img{
	max-width: 90%;
	margin: 15px auto;
	width: 273px;
	max-height: 361px;
}

.limited-width .staff-section .icon-row-icon img {
    height: 209px;
    width: 198px;
}

.icon-row.numbered-row .icon-row-icon img {
    display: none
}

.icon-row-icon h2 {
    font-size: 26px;
    width: 100%;
    color: #003e7e;
    font-weight: 400;
    margin-top: 8px!important
}

.icon-row.long .icon-row-icon h2 {
    font-size: 29px;
    font-weight: 800
}

.icon-row-icon .icon-text {
    width: 100%
}

.icon-link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}

.infoboxes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 12px 0;
    width: 844px;
    margin: 0 auto;
    max-width: 98%
}

.infobox {
    flex: 0 0 100%;
    box-shadow: 1px 1px 5px #636286ba;
    border-radius: 12px;
    overflow: hidden;
    margin: 18px;
    padding: 24px 21px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    line-height: 1.45;
    background-color: #fff;
    gap: 27px;
    font-size: 16px
}

.top-half {
    flex: 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    max-width: 47%;
}

.top-half img {
    height: 350px;
    object-fit: cover;
    margin: 0;
    width: 100%
}

.top-half-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.top-half ul:last-child {
    margin: 1px;
    padding: 12px
}

.bottom-half {
    flex: 1 0 350px;
    padding: 25px 30px;
    background-color: #f5f5f5;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 0 10px 10px 0
}

.infobox .top-half .wrap {
    padding: 24px;
    text-align: center
}

.infobox .bottom-half .wrap {
    padding: 24px;
    text-align: center
}

.infobox h2 {
    font-size: 30px
}

.infobox h3 {
    font-size: 23px;
    font-weight: 800;
    margin-bottom: 0;
    padding: 0
}

.infobox p {
    margin-bottom: 8px
}

.infobox .button {
    font-size: 16px;
    margin: 2px;
    padding: 7px 17px
}

.staff-members {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.25
}

.about-page .staff-members {
    width: 475px;
    float: right;
    margin: 0 0 13px 35px
}

.staff-member {
    flex: 0 0 224px;
    margin: 18px;
    padding: 15px 2%;
    box-shadow: 1px 1px 4px #00000045;
    border-radius: 18px;
    font-size: 15px
}

.about-page .staff-member {
    flex: 0 0 46%;
    margin: 9px
}

.staff-name h2 {
    font-size: 26px;
    margin-bottom: 4px!important
}

.staff-photo {
    width: 150px;
    margin: 0 auto 5px;
    padding: 12px 0 0;
    background: #e9e9e9;
    border-radius: 8px
}

.staff-photo img {
    display: block;
    padding: 0 11px
}

.wpsm_panel-group {
    text-align: initial
}

.rev_slider_wrapper {
    text-align: left
}

.tp-static-layers .tp-caption {
    text-shadow: 1px 1px 1px rgba(0,0,0,.08)
}

.footer-widgets * {
    backface-visibility: hidden!important
}

body .site-container .mapp-body {
    padding: 0
}

body .site-container .mapp-thumb-left .mapp-info {
    padding: 16px;
    text-align: center
}

body .site-container .mapp-dir {
    background: #434250;
    padding: 6px 18px;
    border-radius: 40px;
    color: #fff
}

body .tablepress tfoot th,body .tablepress thead th {
    background-color: #736058;
    color: #fff
}

@media only screen and (max-width: 1023px) {
    body .site-container {
    }

    .site-inner {
        padding: 0;
        border-top: none
    }

    .genesis-nav-menu .menu-item a:before {
        display: none
    }

    .genesis-nav-menu .menu-item:hover a:before {
        display: none
    }

    .site-header {
        padding: 0;
        border-bottom: none;
        position: relative
    }

    .site-header .widget-area {
        padding: 0;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        gap: 0
    }

    .site-header,.home.no-post-thumbnail .site-header {
        padding: 0!important;
        position: relative!important;
        border: none;
        background: #fff!important
    }

    .site-header:before {
        opacity: 0!important
    }

    .site-header .widget:nth-child(1) {
        margin: 29px auto;
        float: none;
        width: 427px
    }

    .site-header .widget:nth-child(1) h1 {
        font-size: 35px
    }

    .genesis-nav-menu {
        opacity: 0
    }

    .site-header .widget:nth-child(1) .responsive-menu-icon {
        display: none
    }

    .site-header .widget_nav_menu {
        margin: 0 auto;
        width: 100%;
        right: 0;
        padding: 0;
        float: left;
        width: 100%;
        background-color: #7d0205
    }

    #menu-social-media.genesis-nav-menu.responsive-menu {
        display: block!important;
        background-color: transparent;
        padding: 0;
        width: auto;
        margin: 0 auto;
        float: none
    }

    .genesis-nav-menu.responsive-menu {
        display: none;
        width: 100%;
        background: linear-gradient(to bottom,rgb(98 98 98),rgb(72 72 72));
        float: left;
        position: relative;
        z-index: 99999;
        padding: 18px 0 18px;
        opacity: 1;
        border-radius: 0 0 0 5px;
        margin: 0;
        text-align: center
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        display: block;
        float: left;
        width: 100%!important
    }

    .responsive-menu-icon {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .genesis-nav-menu.responsive-menu .sub-menu .menu-item,.genesis-nav-menu .menu-item:hover>.sub-menu .menu-item {
        border-bottom: none;
        text-align: right;
        margin: 0;
        max-height: none;
        background-color: transparent;
        border-top: none;
        padding-right: 0
    }

    .genesis-nav-menu .sub-menu a:after {
        display: none
    }

    .genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
        background-color: transparent;
        color: #fff;
        border: none
    }

    .genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
        opacity: 1
    }

    .genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
        color: #fff;
        font-size: 15px;
        padding: 1px 33px 1px 0
    }

    .genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
        padding: 3px 0 8px;
        margin-right: 0;
        background-color: transparent;
        font-size: 16px;
        letter-spacing: 0;
        text-transform: none;
        line-height: 1
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        position: static;
        margin: 0 auto 15px
    }

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

    body .menu .menu-item.button {
        margin: 0
    }

    .genesis-nav-menu .menu-item:last-child:hover a {
        position: static;
        background-color: transparent
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover,.genesis-nav-menu .sub-menu .menu-item:last-child:hover a {
        position: static;
        background-color: inherit
    }

    .genesis-nav-menu .menu-item>a:after {
        display: none
    }

    .genesis-nav-menu.responsive-menu .current-menu-item>a,.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,.genesis-nav-menu.responsive-menu>.first>a,.genesis-nav-menu.responsive-menu>.last>a,.genesis-nav-menu.responsive-menu a,.genesis-nav-menu.responsive-menu a:hover,.genesis-nav-menu.responsive-menu li:hover>a {
        background: none;
        color: #fff!important;
        line-height: 1;
        padding: 5px 0;
        border: none;
        max-width: 100%;
        text-align: center;
        font-size: 21px;
        text-shadow: none
    }

    .genesis-nav-menu a {
        padding: 5px 0
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children>a {
        padding: 4px 0 2px!important
    }

    .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 'dashicons';
        height: 16px;
        padding: 9px 46px 9px 10px;
        right: 0;
        text-align: right;
        z-index: 9999;
        color: #fff;
        display: none
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343"
    }

    .nav-primary .genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
        color: #fff
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
        overflow: auto;
        top: 0;
        text-align: right;
        transform: none;
        pointer-events: all;
        display: block;
        background: transparent;
        width: 650px;
        max-width: 96%;
        margin: 5px auto 0
    }

    .genesis-nav-menu .menu-item>.sub-menu {
        box-shadow: none;
        width: 100%
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu,.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
        left: auto;
        opacity: 1;
        display: block;
        margin-left: .4%;
        border: none;
        margin-bottom: 5px
    }

    .genesis-nav-menu .sub-menu .sub-menu .menu-item {
        border: none
    }

    .genesis-nav-menu .sub-menu .sub-menu .menu-item a {
        padding-top: 0;
        color: #8C8C8C
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a {
        background: none;
        border: none;
        padding: 14px 20px;
        position: relative;
        width: 100%;
        float: right;
        margin-right: 15px
    }

    .entry-categories,.entry-comments-link,.entry-tags {
        display: block;
        float: none
    }

    body .main-section-wrapper {
        width: 100%!important;
        height: auto!important;
        max-width: 100%!important;
        flex: 1 0 100%!important
    }

    .main-section:not(#size-100):before {
        vertical-align: middle!important
    }

    body .main-section:not(#size-100),body .main-section:not(#size-100) .post-content p {
        text-align: center!important
    }

    body .entry-content .main-section:not(#size-100) ul {
        margin: 0 auto
    }

    .main-section:not(#size-100) p:last-child {
        margin-bottom: 0
    }

    body .main-section:not(#size-100) a.alignright,body .main-section:not(#size-100) img.alignright,body .main-section:not(#size-100) .wp-caption.alignright {
        margin: 0 auto;
        float: none
    }

    .main-section:not(#size-100) .section-padding {
        padding: 91px 6%!important
    }

    .main-section:not(#size-100) .extra-short.section-padding {
        padding: 40px 5%!important
    }

    .extra-narrow .wrap {
        padding: 0 4%
    }

	.footer-widgets-1 .widget {
		max-width: 95%;
	}

    .footer-widgets-1 .widget:nth-child(2) {
        flex: 1 0 48%
    }

    .footer-widgets-1 .widget:nth-child(3) {
        flex: 1 0 48%;
        border-left: 1px solid #ccc
    }

    .footer-widgets div.gform_wrapper textarea {
        text-align: center
    }

    h2:after {
        float: none;
        margin: 0 auto;
        display: block;
        position: relative
    }

    .footer-widgets-1 {
        text-align: center
    }

    .footer-widgets .footer-widgets-3 {
        max-width: 100%
    }

    .footer-widgets-1 .widget:nth-child(n+3) {
        margin: 0 auto 15px
    }

    .main-section:not(#size-100) .content-column {
        width: 100%!important
    }

    .entry-header .entry-title,.entry-header .custom-header h1 {
        font-size: 53px
    }

    a.alignleft,img.alignleft,.wp-caption.alignleft,a.alignright,img.alignright,.wp-caption.alignright {
        margin: 0 auto 17px;
        float: none!important;
        display: block
    }

    h1 {
        text-align: center!important;
        font-size: 52px
    }

    .before-header br:after {
        width: 1px
    }

    .footer-widgets-1 h2 {
        font-size: 26px
    }

    .footer-widgets .footer-widgets-1 .widget:nth-child(1) .widget-wrap .textwidget {
        width: 600px;
        max-width: 100%;
        margin: 0 auto
    }

    .page .entry-header,.single .content .entry-header {
        margin-top: 0;
        min-height: 442px;
        padding: 35px 3%;
        height: auto
    }

    .content-sidebar .content-sidebar-wrap .content {
        width: 100%;
        margin: 0 auto;
        display: block;
        float: none
    }

    .sidebar-primary {
        width: 100%;
        text-align: center!important;
        margin: 45px auto;
        float: none;
        border-top: 1px solid #ccc
    }

    .sidebar-primary .widget {
        width: 600px;
        max-width: 95%;
        margin: 0 auto 30px;
        text-align: center!important
    }

    .footer-widgets-2 .widget_wpgmp_google_map_widget_class {
        width: 100%
    }

    .footer-widgets-2 .widget:nth-child(2) {
        width: 100%;
        margin: 18px 0
    }

    .footer-widgets-2 .widget:nth-child(1) p {
        flex: 0 0 100%;
        text-align: center;
    }

    .staff-member {
        flex: 0 0 250px!important
    }

    .latest-sermon .sermon {
        text-align: center
    }

    .footer-widgets-2 .widget:nth-child(1) br {
        display: block
    }

    body .gform_wrapper .gform_body input,body .gform_wrapper .gform_body textarea {
        font-size: 19px!important;
        padding: 10px!important
    }

	.infobox {
		gap: 12px 27px;
	}

    .top-half {
        flex: 0 0 100%;
        margin: 0 auto 13px;
        max-width: 98%;
    }

    .bottom-half {
        flex: 0 0 100%;
        max-width: 95%;
        background-color: transparent;
        padding: 0;
        text-align: center;
        min-height: unset;
    }

    h2 {
        text-align: center
    }

    .footer-widgets .footer-widgets-1 ul {
        display: inline-block;
        margin: 12px 26px 12px 12px
    }

		.site-header .widget:nth-child(1) h1 a {
		color: #646187;
		font-size: 25px;
	}

	.site-header .widget:nth-child(1) h1 a strong {
		color: #646187;
	}

	.infobox p {
		text-align: center;
	}

	body .staff-section h3 {
		text-align: center;
	}
}

@media only screen and (max-width: 860px) {
    .post-content {
        font-size:18px
    }

    h2 {
        font-size: 40px
    }

    h3 {
        font-size: 24px
    }

    .entry-header .entry-title,.entry-header .custom-header h1 {
        font-size: 43px
    }

    .home .entry-header .custom-header h1 {
        font-size: 32px;
        word-spacing: 0
    }

    .footer-widgets-1 {
        width: 100%;
        max-width: 100%
    }

    .featured-image-area {
        background-attachment: scroll
    }

    .page-template-page_blog .content {
        margin-top: 0
    }

    .top-featured-image {
        position: relative;
        top: 0
    }

    body .gform_wrapper .gform_footer input.button,body .gform_wrapper .gform_footer input[type=submit] {
        font-size: 18px;
        min-height: 0!important;
        padding: 6px 18px 4px
    }

    .large-text .button {
        font-size: 22px
    }

    a.alignright,img.alignright,.wp-caption.alignright {
        float: none;
        margin: 0 auto 15px;
        display: block
    }

    .footer-widgets-2 .widget:nth-child(1) .button {
        top: unset;
        margin-top: 5px
    }

    .footer-widgets-2 h2 {
        font-size: 27px
    }

    .gform_wrapper .top_label li.gfield.gf_left_half {
        padding-right: 5px!important
    }

    .leader-bio {
        text-align: center
    }

    .before-header {
        padding: 14px 3px
    }

    .before-header .widget {
        margin: 2px 8px;
        line-height: 1.1
    }
}

@media only screen and (max-width: 600px) {
    .site-header .widget-area {
        max-width:100%
    }

    .site-header .widget_nav_menu {
        position: relative;
        width: 100%;
        float: left;
        margin-top: 0
    }

    .responsive-menu-icon {
        text-align: center
    }

    .genesis-nav-menu.responsive-menu {
        width: 100%;
        text-align: center;
        top: 0
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        padding: 0
    }

    .genesis-nav-menu.responsive-menu .menu-item a {
        text-align: center!important;
        width: 100%
    }

    .sub-footer-left,.sub-footer-right {
        min-width: 0;
        padding: 15px 5%;
        width: 100%
    }

    .sub-footer .widget-title {
        font-size: 45px
    }

    .entry-content ol,.entry-content ul {
        margin-left: 6%
    }

    h2 {
        font-size: 35px;
        text-align: center
    }

    .footer-widgets-1 .widget:nth-child(n+3) {
        width: 100%
    }

    .before-header .wrap {
        text-align: center;
        width: 100%;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        padding: 0
    }

    .before-header .widget:nth-child(1) {
        display: block;
        float: left
    }

    .section-padding {
        padding: 71px 5%
    }

    .before-header {
        padding: 15px 3%;
        line-height: 1.2
    }

    .before-header br {
        display: block;
        height: auto;
        width: auto
    }

    .before-header .widget p {
        float: left;
        margin: 0 auto
    }

    .before-header .button {
        margin: 8px auto;
        float: none
    }

    .widget-title {
        font-size: 33px
    }

    .page .entry-header,.featured-image-area,.single .content .entry-header {
        min-height: 321px
    }

    .page .entry-header,.single .entry-header {
        min-height: 300px
    }

    .footer-widgets .widget-title {
        font-size: 36px
    }

    .footer-widgets-3 ul.multi-column-list li {
        text-align: center
    }

    .footer-widgets .widget_nav_menu .menu .menu-item {
        text-align: center
    }
}

@media only screen and (max-width: 480px) {
    .before-header br {
        display:block
    }

    .before-header a {
        margin-left: 0
    }

    .page-template-page_blog .entry-title {
        font-size: 28px
    }

    .extra-tall .section-padding {
        padding: 140px 5%
    }

    .entry-header .entry-title,.entry-header .custom-header h1 {
        font-size: 38px
    }

    .footer-widgets .widget_nav_menu #menu-social-media .menu-item:last-child {
        margin-bottom: 0
    }

    td {
        font-size: 15px
    }

    .page .entry-header,.featured-image-area,.single .content .entry-header {
        min-height: 400px
    }
}
