/*
Theme Name: MayeCreate Theme
Theme URI: http://www.mayecreate.com/
Author: Tyler Ernst, Rebecca Thomas, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Description: Parent Theme built on Bootstrap v3.3.5. Updated to 5.1.3 on 05-08-23 - TE
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

font-family: 'Lato', sans-serif;

*/

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	color: #707070;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}
.container {
	max-width: 1470px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
}
.container.wide {
    max-width: 1650px;   
}
#navbarBottom .container {
	max-width: 1625px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
}
#navbarBottom {
	padding: 0;
}
#navbarTop.navbar .container, #navbarBottom.navbar .container {
	display: block;
}
.mobile_hide {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.mobilehide {
	display: none !important;
}

.mobile_show {
	height: auto;
	overflow: auto;
	visibility: visible;
}
.kt-gutter-wide.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1 {
	flex-basis: auto;
}

.hide_on_mobile {
	display: none;
}
#cookie-notice {
    background: rgba(0,0,0,.8) !important;
}
.cookie-notice-container {
    padding: 20px 0;
}
#cn-notice-text {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    width: 98%;
    margin: 0 auto 20px auto;
    max-width: 1650px;
}
#cookie-notice .cn-button {
    display: table;
    margin: 0 auto;
    padding: 5px 45px;
}
#cookie-notice .cn-button.bootstrap:hover {
	background: #cccccc;
	color: #fff;
}
.frm_style_formidable-style.with_frm_style .form-field:after {
    display: block;
    content: '';
    clear: both;
}
.caps {
    text-transform: uppercase !important;
}

/* ADMIN STYLE FIXES 
=============================================  */
.wp-admin * {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}
#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow, i.mce-i-aligncenter, i.mce-i-alignjustify, i.mce-i-alignleft, i.mce-i-alignright, i.mce-i-backcolor, i.mce-i-blockquote, i.mce-i-bold, i.mce-i-bullist, i.mce-i-charmap, i.mce-i-dashicon, i.mce-i-dfw, i.mce-i-forecolor, i.mce-i-fullscreen, i.mce-i-help, i.mce-i-hr, i.mce-i-indent, i.mce-i-italic, i.mce-i-link, i.mce-i-ltr, i.mce-i-numlist, i.mce-i-outdent, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-redo, i.mce-i-remove, i.mce-i-removeformat, i.mce-i-spellchecker, i.mce-i-strikethrough, i.mce-i-underline, i.mce-i-undo, i.mce-i-unlink, i.mce-i-wp-media-library, i.mce-i-wp_adv, i.mce-i-wp_code, i.mce-i-wp_fullscreen, i.mce-i-wp_help, i.mce-i-wp_more, i.mce-i-wp_page {
	font: normal 20px/1 dashicons !important;
}
.components-panel__header.edit-post-sidebar__panel-tabs ul {
	margin: 0;
}
.components-panel__header.edit-post-sidebar__panel-tabs li {
	list-style: none !important;
}
#adminmenu ul.wp-submenu, #adminmenu {
	margin: 0;
}
#adminmenu .wp-submenu li {
	list-style: none;
}
#adminmenu li { 
	list-style: none;
}
.wp-admin ol li:before {
    display: none !important;
}



/* PRINT STYLE SHEET
==========================================	*/
@media print {
	a:link:after, a:visited:after {    
		content: "";  
	}
	#mobile_menu {
		display:none !important;
	}
	h1, h2, h3, h4, h5, h6, p, .page-header {
		margin-bottom: 10px !important;
		color: #000 !important;
	}
} 

/* GLOBAL STUFF
==========================================	*/
.cleared, .clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
form {
	padding:0 !important;
	margin:0 !important;
}

.divider, .wp-block-separator {
	margin: 20px auto;
	background: url("img/divider-line.png") center center no-repeat;
	display: block;
	float: none;
	height: 33px !important;
    clear: both;
	border: 0 none;
	opacity: 1;
}
.simple_divider {
    margin: 20px auto;
    display: block;
    float: none;
    clear: both;
    border-bottom: 3px solid #1B70EE;
}
hr {
	border-top: 0px;
}

.skip a, #skip a { 
	position:absolute; 
	left:-10000px; 
	top:auto; 		
	width:1px; 
	height:1px; 
	overflow:hidden;
	background: #000;
	color: #fff;
} 
 
.skip a:focus, #skip a:focus { 
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    z-index: 99999999999999;
    overflow: visible;
    padding: 20px 30px;
} 
.with_frm_style #frm_field_298_container select[multiple=multiple] {
	height: 250px;
	border-radius: 35px 0 0 35px 
}
/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: #246FF2;
	text-decoration:none; 
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
a:hover, a:active, a:focus{
	color: #0C3272;
	text-decoration:underline; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 50px;
	border-color: transparent;
	z-index: 9;
    margin-bottom: 0;
    border: 0 none;
}
.resources_outer, .author_outer, .contrib_outer {
    margin-top: 50px;
}
.pagehead {
	display: block;
	position:relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right center;
	height: 150px; 
	border-radius: 0;
	margin-bottom: 40px;
	border-bottom: 3px solid #1b70ee;
}

.pagehead:after {
	background: rgba(255,255,255,1);
	height: 100%;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	content: '';
	overflow: hidden;
}

.pagehead:before {
	background: url(img/slider-R.png) left bottom no-repeat;
	background-size: contain;
		height: 100%;
	display: block;
	width: 10%;
	position: absolute;
	left: -5px;
	bottom: 0;
	content: '';
	z-index: 9;
}
.hotpink {
	color: hotpink;
}

.subtext {
    width: 45%;
    position: relative;
    z-index: 9;
    display: none;
    color: #001B4A;
    font-weight: 300;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	line-height: 120%;
	margin: 0 0 10px 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Lato', sans-serif;
}
h1, h1.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	color: #0C3272;
	font-weight: 700;
	max-width: 100%;
}
.no-bg-title h1, .no-bg-title h1.entry-title {
	max-width: 100%;
}
.home h1, .resources_outer h1, .author_outer h1 {
    max-width: 100%;
}
h2, .h2, div#homefeatured .slideDesc .slideTitle {
	font-size: 28px;
	font-size: 2.8rem;
	color: #0C3272;
	font-weight: 900;
}

.centerh2 {
	position: relative;
	padding-bottom: 25px;
	text-align: center;
}

.centerh2:after {
	boder-bottom: 3px solud blue;
	max-width: 100px;
	margin: 0 auto 30px auto;
	position: absolute;
	display: block;
}

h3, .h3 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #0C3272;
	font-weight: 900;
}

h3.left, .h3.left {
	background: url(img/divider.png) left center no-repeat;
	padding-left: 30px;
    margin-bottom: 30px;
}

h4, .h4 {
	font-size: 25px;
	font-size: 2.5rem;
	color: #1B70EE;
	font-weight: 700;
}
h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	font-size: 23px;
	font-size: 2.3rem;
	color: #828282;
	font-weight: 400;
}
h6, .h6, div#homefeatured .slideDesc .slideText {
	font-size: 20px;
	font-size: 2.0rem;
	color: #001B4A;
	font-weight: 700;
}

h6.light, .h6.light {
	font-weight:400;
}
.contrib_outer h1.entry-title {
    max-width: 100%;
    text-align: center;
}

/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
	font-family: 'Lato', sans-serif;
}

p.numbers {
	font-size: 40px;
	font-size: 4rem;
	padding: 15px 10px;
	border: 1px solid #828282;
	color: #1B70EE;
	max-width: 100px;
	margin: 10px auto 20px auto;
	text-align:center;
	border-top-left-radius: 25px;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin-left: 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
    list-style: none;
    counter-reset: li;
}

ol > li {
    counter-increment: li;
}

ol > li::before {
    content: counter(li)'.';
    display: inline-block;
    width: 1em;
    margin-right: 5px;
	font-weight: 600;
}
li ol, li ul {
	margin:10px 0 10px 50px;
	padding:0;
}
li {
	margin:10px 0;
	padding:0;
}
ul > li {
	list-style-image: url(img/bullet.png);
}
ul > li > ul > li {
	list-style-image: url(img/bullet_2.png);
}
ul > li > ul > li > ul > li {
	list-style-image: url(img/bullet_3.png);
}


/* BUTTONS: Styles for Custom Button Block
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	background: #fff;
	border-radius: 50px;
	border: 1px solid #001B4A;
	color: #001B4A;
	font-weight: 400;
	display: block;
	padding: 15px 30px;
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
    text-decoration: none;
}
.wp-block-button.aligncenter {
	display: table;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button a:hover, .wp-block-button a:active, .btn-mayecreate:hover {
	background: #001B4A;
	border: 1px solid #001B4A;
	color: #fff;
}
.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	display: block;
	border: 1px solid #246FF2;
	color: #246FF2;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus, .wp-block-button.large a:hover, .wp-block-button.large a:active {
	background: #8E8E8E;
	border: 1px solid #8E8E8E;
	color: #fff;
}
span.btn-mayecreate {
	display: table;
}
a.btn-mayecreate.alt:link, a.btn-mayecreate.alt:visited {
    background: #fff;
    border:1px solid #246FF2;
    color: #003BA1;
    text-decoration: none;
}
a.btn-mayecreate.alt:hover, a.btn-mayecreate.alt:active {
    background: #246FF2;
    border:1px solid #246FF2;
    color: #fff;
}
a.btn-mayecreate.blue:link, a.btn-mayecreate.blue:visited {
    text-decoration: none;
    background: #246FF2;
    border:1px solid #246FF2;
    color: #fff;
}
a.btn-mayecreate.blue:hover, a.btn-mayecreate.blue:active {
    background: #fff;
    border:1px solid #246FF2;
    color: #003BA1;
}
a.btn-mayecreate.darkblue:link, a.btn-mayecreate.darkblue:visited {
    text-decoration: none;
    background: #001B4A;
    border:1px solid #001B4A;
    color: #fff;
}
a.btn-mayecreate.darkblue:hover, a.btn-mayecreate.darkblue:active {
    background: #fff;
    border:1px solid #001B4A;
    color: #001B4A;
}
.pagebreak.blue a.btn-mayecreate.alt:link, .pagebreak.blue a.btn-mayecreate.alt:visited {
    background: #FFFFFF;
    border:1px solid #FFFFFF;
    color: #246FF2;
    text-decoration: none;
}
.pagebreak.blue a.btn-mayecreate.alt:hover, .pagebreak.blue a.btn-mayecreate.alt:active {
    background: #246FF2;
    border:1px solid #246FF2;
    color: #fff;
}
.sidebar_button:link, .sidebar_button:visited, button.sidebar_button {
    background: #001B4A;
    color: #fff;
    padding: 25px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin: 0 auto 15px;
    font-size: 25px;
    font-size: 2.5rem;
    width: 100%;
    text-align: left;
    border:0 none;
}
.sidebar_button:hover, .sidebar_button:active {
    background: #246FF2;
    text-decoration: none;
}
button.sidebar_button:hover {
    background: #707070;
    text-decoration: none;
}
.sidebar_button i {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    text-align: center;
}
.sidebar_button + .tooltip > .tooltip-inner {
    background-color:#001B4A;
}
.sidebar_button + .tooltip > .tooltip-arrow {
    border-top-color:#001B4A;
}

/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	max-width: 130px;
}
#branding-container a.brand {
	text-transform: uppercase;
	font-size: 20px;
	color: #000000;
}
#branding-container a.brand img.site-logo {
	display: block;
	margin:0;
	padding: 0;
	width: 100%;
	height: auto;
}
#aboveNav {
	position: relative;
}
#aboveNav #branding-container {
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 75%;
	max-width: 200px;
	margin: auto;
	z-index: 1100;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
}
div#homefeatured {
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div#homefeatured #myCarousel {
	box-shadow: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
	height: 75vh;
	display: none;
}
div#homefeatured #myCarousel:hover {
	box-shadow: none;
}
div#homefeatured .carousel {
	width: 100%;
}
div#homefeatured .carousel-inner>.item {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}
div#homefeatured .carousel-inner>.item>a>img, div#homefeatured .carousel-inner>.item>img {
	width: 100%;
}
div#homefeatured .slideDesc {
	position: absolute; 
	z-index: 4000;
	top: 5%;
	left: 0;
	margin: auto;
	height: 100%;
	width: 65%;
    max-width: 580px;
	text-align: left;
	padding: 50px 20px 50px 8%;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

div#homefeatured .item:after {
	background: rgba(255,255,255,1);
    height: 100%;
	display: block;
	width: 75%;
    max-width: 700px;
	position: absolute;
	top: 0;
	left: -70px;
	bottom: 0;
	content: '';
	transform: skew(19deg);
	overflow: hidden;
}

div#homefeatured .item:before {
	background: url(img/slider-R.png) left bottom no-repeat;
	background-size: contain;
		height: 100%;
	display: block;
	width: 10%;
	position: absolute;
	left: -5px;
	bottom: 0;
	content: '';
	z-index: 99;
}

div#homefeatured .slideDesc .slideTitle {
	display: block;
	color: #0C3272;
	font-weight: 600;
}
div#homefeatured .slideDesc .slideText {
	display: block;
	color: #001B4A;
	font-weight: 300;
    margin-bottom: 25px;
}			
div#homefeatured .slideDesc .btn.btn-mayecreate {
	margin-top: 5vh;
	width: 200px;
	color: #fff;
}
div#homefeatured .carousel-control {
	display: block;
	height: 75px;
	width: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: none;
}
div#homefeatured .carousel-control.left {
	background: url(img/left.png) no-repeat;
	background-size: contain;
	left: 3%;
}
div#homefeatured .carousel-control.right {
	background: url(img/right.png) no-repeat;
	background-size: contain;
	right: 3%;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}


/* NAVIGATION
==========================================  */
#navbarTop{
	display: none;
	position: relative;
    z-index: 9999;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	background: #fff;
	border:0 none !important;
    box-shadow: 0 0 15px rgba(12,50,114,.6);
    margin-bottom: 0;
}
#main_nav, #user_nav, #user_nav_footer, .contributor_sub_nav_wrapper, #contributor-sub-menu_nav {
	display: none;
}

/* NAVIGATION:: Slide Out Drawer
==========================================  */
#mobile_menu {
    display: block;
    position: absolute;
    float: right;
    height: 87.7px;
    right: 4%;
    top: 0;
	bottom: 0;
	margin: auto;
}
#mobile_menu a{
/* use this rule to add a border around the menu togle button */
}
#mobile_menu select {
	width:85%;
	display:block;
	margin: 10px auto;
}
.navbar-header{
    float: none;
}
.nav-button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 34px;
	height: 34px;
	font-size: 0;
	text-indent: -9999px;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	border: none;
	cursor: pointer;
	transition: background 0.3s;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nav-button:focus {
	outline: none;
}
.nav-button span {
	display: block;
    position: absolute;
    top: 16px;
    left: 7px;
    right: 7px;
    height: 2px;
    width: 20px;
    background: #001B4A;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #001B4A;
	content: "";
}
.nav-button span::before {
	top: -7px;
}
.nav-button span::after {
	bottom: -7px;
}
.nav-button-x{
	background-color: transparent;
}
.nav-button-x span {
	-webkit-transition: background 0s 0.3s;
	-moz-transition: background 0s 0.3s;
	-o-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}
.nav-button-x span::before,
.nav-button-x span::after {
	-webkit-transition-duration: 0.3s, 0.3s;
	-moz-transition-duration: 0.3s, 0.3s;
	-o-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}
.nav-button-x span::before {
	-webkit-transition-property: top, -webkit-transform;
	-moz-transition-property: top, -moz-transform;
	-o-transition-property: top, -o-transform;
	transition-property: top, transform;
}
.nav-button-x span::after {
	-webkit-transition-property: bottom, -webkit-transform;
	-moz-transition-property: bottom, -moz-transform;
	-o-transition-property: bottom, -o-transform;
	transition-property: bottom, transform;
}

/* NAVIGATION:: Slide Out Drawer (Open)
==========================================*/
.mm-opened .nav-button-x {
	background-color: transparent;
}
.mm-opened .nav-button-x span {
	background: none;
}
.mm-opened .nav-button-x span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mm-opened .nav-button-x span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-opened .nav-button-x span::before,
.mm-opened .nav-button-x span::after {
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}
.mm-menu {
 	background: #ffffff;
 	color: #001B4A;
	font-family: 'Open Sans', sans-serif;
}
.mm-listview > li > a, .mm-listview > li > span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    white-space: normal;
}

.mm-listview > li:hover > a, .mm-listview > li:hover > span {
    font-size: 14px;
	background: #001B4A;
    text-transform: uppercase;
    color: #ffffff;
    white-space: normal;
}

.mm-listview > li.active{
	background: #001B4A;
}
.mm-listview > li.active > a{
	color: #ffffff;
}
.mm-menu .mm-header > a {
 	color: #001B4A;
	text-transform: uppercase;
}

/* NAVIGATION:: Slide Out Drawer Searcch Box
==========================================  */
.mm-menu > .mm-panel {
    /*You can add padding-top here to make space 
    for the search box at the top of the dawer menu */
}
#drawer-menu .form-group {
    z-index: 1000;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding: 10px 10px 10px 20px;
}

#drawer-menu .form-group .form-control {
    width: 80%;
    float: left;
    margin-right: 1%;
}

/* NAVIGATION: SCROLL STICK 
==========================================  */
@keyframes affixFadeIn{
	from {opacity: 0;}
	to {opacity: 1;}
}

@-webkit-keyframes affixFadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

#navigation.affix-top{
	z-index: 100;
	position: absolute;
	width: 100%;
}
#navigation.affix{
	animation: affixFadeIn 1s  ease-in;
	-webkit-animation: affixFadeIn 1s;
	z-index: 100;
	width: 100%;
	position: fixed;
}

/* NAVIGATION: BREADCRUMB
==========================================  */
.breadcrumb {
	display: none;
}
/* LOGIN FORM
==========================================	*/
#loginform {
    display: block;
    max-width: 600px;
    margin: 0 auto 20px auto !important;
}
#loginform p.login-username label, #loginform p.login-username input, #loginform p.login-password label, #loginform p.login-password input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 500px;
}
#contentWrap, #page {
	padding-top: 0px;
	padding-bottom: 0px;
}
#homeContentWrap.scroll, #contentwrap.scroll{
	padding-top:240px;
}
#contentwrap .child{
	outline: 1px solid yellow;
	min-height: 25vh; /* this will come in handy if you want the child page sections to be full screen height */
	padding-top: 25px;
	padding-bottom: 25px;
}

/* CALLOUTS
==========================================  */
#callouts{

}
#callouts a[role="button"]{
    position: relative;
    display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#callouts a[role="button"]:hover{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .5);
}
#callouts a[role="button"] h2{
    position: absolute;
    color: blue;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	bottom: 0;
    left: 5%;
    right: 5%;
    color: #ffffff;
}
#callouts a[role="button"]:hover h2{
	color: #000000;
}
#callouts a[role="button"] p{
	/* Style the callout body text here */
}
#callouts a[role="button"]:hover p{
	/* Style the hover state of the callout body text here */
}
#callouts a[role="button"] img{
	position: relative;
	width: 100%;
	padding: 0;
}


/* SEARCH
==========================================  */
#navbarBottom #searchform {
	padding:0 ;
	float: right;
}

.site-footer #searchform {
	padding:0 ;
	margin:20px;
	float: right;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
}

#navbarBottom #searchform {
	margin-top: 15px !important;
	display: block;
}

#navbarBottom #searchform textarea, #navbarBottom #searchform .text{
    font-family: inherit;
    line-height: inherit;
	font-size: 18px;
    margin-left: 15px;
	width: 150px;
	height: 30px;
    background: #fff !important;
    border: 1px solid #707070 !important;
}

.site-footer #searchform .text, .site-footer  #searchform textarea {
    font-family: inherit;
    line-height: inherit;
	font-size: 18px;
    margin-left: 15px;
	width: 150px;
	height: 30px;
    background: #fff !important;
    border: 1px solid #707070 !important;
}


.site-footer #searchform .text:hover, .site-footer  #searchform textarea:hover {
    font-family: inherit;
    line-height: inherit;
	font-size: 18px;
    margin-left: 15px;
	width: 150px;
	height: 30px;
    background: #fff !important;
    border: 1px solid #707070 !important;
}


#navbarBottom #searchform input {
	font-size: 18px;
	border: none;
	background: url(img/search.png) center center no-repeat;
	content: '';
	width: 28px;
	height: 28px;
	background-size: contain;
	display: inline-block;
    margin-bottom: -7px;
}

.site-footer #searchform input {
	font-size: 18px;
	border: none;
	background: url(img/search.png) center center no-repeat;
	content: '';
	width: 28px;
	height: 28px;
	background-size: contain;
	display: inline-block;
    margin-bottom: -7px;
}


.site-footer #searchform input:hover {
	font-size: 18px;
	border: none;
	background: url(img/search-a.png) center center no-repeat;
	content: '';
	width: 28px;
	height: 28px;
	background-size: contain;
	display: inline-block;
    margin-bottom: -7px;
}


#navbarBottom #searchform:hover .text {
	background: #fff;
}

/* SIDEBARS
==========================================  */
.sidebarSection{
	display: block;
	padding:  0;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
   	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebarSection .sidebarTitle{
	margin: 0;
	padding:  5%;
	background: #6d9e42;
	color: #fff;
}
ul.categoryList, 
ul.archiveYearList, 
ul.archiveYearList .archive-sub-menu{
	margin: 0;
}

ul.categoryList li,
ul.archiveYearList li, 
ul.archiveYearList .archive-sub-menu li{
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.categoryList li a,
ul.archiveYearList li a, 
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5%;
	border-bottom: 1px solid #efefef;
}
ul.archiveYearList .archive-sub-menu li a{
	display: block;
	padding: 5% 8%;
	border-bottom: 1px solid #efefef;
}

/* FOOTER
==========================================  */
footer.site-footer {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer.site-footer img {
    display: block;
    margin: 0 auto;
}
#credits {
    text-align: center;
}
#credits span {
	display:block;
	height:0;
	overflow:hidden;
}

#credits p, #credits a {
	font-size: 18px;
	color: #fff;
}

#credits a {
	text-decoration: underline;
}

#credits a:hover {
	text-decoration: underline;
	color: #1B70EE;
	
}


#footer_nav{
	display: none;
} 

/* Social Media Icon Links
============================================*/
ul.social{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}
ul.social li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
ul.social li a .fab {
    font-size: 32px;
    color: rgba(235,192,28,1);
}
ul.social li a:hover .fab {
    font-size: 32px;
    color: rgba(235,192,28,.7);
}

/* IMAGES
==========================================	*/
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
	max-width:100%;
	height: auto;
	float:none;
	display:block;
	margin: 10px auto 16px auto;
}
img {
	max-width: 100%;
	height: auto;
}

.wp-block-image figcaption {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Text meant only for screen readers.
==========================================	*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Collapsing Content
==========================================  */
.collapsingContent h2{
	position:relative; 
	padding-left: 30px;
}
.collapsingContent h2::before{
	position:absolute; 
	width: 100px; 
	height: 100%; 
	content: '\f056'; 
	font-family: FontAwesome; 
	left: 0; 
	color: #6c9e41;
}
.collapsingContent h2.collapsed::before{
	position:absolute; 
	content: '\f055'; 
	font-family: FontAwesome; 
	color: #6c9e41;
}

/* Responsive Videos
============================================*/
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive-item{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive-16by9{
	padding-bottom: 56.25%;
	position: relative;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
    position: relative;
}

/* FEATURE POSTS
==========================================  */
#featuredPosts{
	/* Place to customize the home page featured posts */
}

/* HOME PAGE: FEATURE BOXES
==========================================  */
#callouts{
	/* Place to customize the home page callouts */
}

/* TEAM MEMBERS
==========================================  */
.team_wrapper {
    text-align: center;
    padding: 35px 25px;
    background: #fff;
    border:1px solid #CECECE;
    margin: 0 auto 40px auto;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    max-width: 475px;
}
.team_wrapper .btn-mayecreate {
    margin-bottom: 15px !important;
}
.team_wrapper .btn-mayecreate:last-child {
    margin-bottom: 0 !important;
}
.team_wrapper .team_icon {
    margin: 0 auto 15px auto;
    display: block;
    border-radius: 50%;
    max-width: 200px;
}


form#loginform {
    margin: auto;
    border: 1px solid #c5c5c5;
	padding: 35px !important;
}

label {
    display: block;
}



 
/* PAGE OF PAGES: NAVIGATION
==========================================  */
#childpageNav {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 175px;
	width: 50px;
	outline: 1px solid #000;
	background: #ffffff;
}
#childpageNav li a {
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 50%;
	border: 2px solid #6c9d30;
}
#childpageNav li a:hover {
	text-decoration: none;
	border: 2px solid #000000;
	background: #000000;
}
#childpageNav li a:active, #childpageNav li a:focus {
	text-decoration: none;
	background: #6c9d30;
}

/* Featured Image Slider
==========================================	*/
#featuredPostsSlider {
	margin-top: 5vh;
	padding-top: 5vh;
	padding-bottom: 5vh;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#featuredPostsSlider h2 {
	padding-bottom: 2vh;
}

#featuredPostsSlider #lightSlider li {
	height: auto;
}

.lSSlideWrapper.usingCss {
	position: relative;
}

.lightSlider.lsGrab.lSSlide li {
	padding: 0;
}

.lSAction .lSPrev {
	background: url(img/left.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    left: 1%;
    bottom: 0;
    margin: auto;
}
.lSAction .lSNext {
	background: url(img/right.png) no-repeat;
    background-size: contain;
	height: 90px;
    margin-top: 0;
    top: 0;
    right: 1%;
    bottom: 0;
    margin: auto;
}

/* PROJECTS
====================================  */
/*-=-=-=OPTION ONE=-=-=-*/
.post_link_wrapper {
	display: block;
	margin-bottom: 30px;
}
.post_link_wrapper.wide {
	margin-bottom: 50px;
}
.post_link_wrapper p {
	color: #108FBF;
}
.post_link_wrapper h3 + p {
	color: #000000;
}
.post_link_wrapper:hover p {
	color: #F5CC2A;
}
.post_link_wrapper:hover h3 + p {
	color: #000000;
}
.img_wrapper {
	display: block;
	position: relative;
	margin: 0 auto 15px auto;
}
.img_wrapper img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.img_wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(108,157,48,.6);
	opacity: 0;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.post_link_wrapper:hover .img_wrapper:after {
	opacity: 1;
}
/*.post_link_wrapper.wide p {
	margin-bottom: 39px;
}*/
.post_link_wrapper:hover h3 {
	text-decoration: underline;
}

/* PAGEBREAK STYLES
======================================== */
.center {
	text-align: center !important;
    margin-bottom: 20px;
}
.block {
    display: block !important;
}
.pagebreak {
	padding: 50px 0;
	background: url(img/pagebreak.svg) right center no-repeat #F6F6F6;
	position: relative;
	background-size: auto 100%;	
}
.pagebreak.blue {
    background: #003BA1;
}
.pagebreak .pagebreak_inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: .65;
}
.pagebreak .container {
	position: relative;
	z-index: 2; 
    max-width: 1470px;
    width: 90%;
	margin: 0 auto;
}
.pagebreak:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	clear: both;
}
.pagebreak_left, .pagebreak_right {
	padding: 0;  
} 
.pagebreak_fix {
	padding: 50px 0;
}
.pagebreak_fix:first-child {
	padding-top: 30px;
}
.page > .pagebreak_fix:last-child, .page > .pagebreak:last-child {
	
}
.pagebreak_right_content, .pagebreak_left_content {
	padding: 50px 0;
}

.pagebreak .pagebreak_left_img, .pagebreak .pagebreak_right_img {
	min-height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.pagebreak.blue, .pagebreak.blue h2, .pagebreak.blue h3, .pagebreak.blue h4, .pagebreak.blue h5, .pagebreak.blue h6, .pagebreak.blue p {
    color: #fff;
}
.pagebreak.blue h2, .pagebreak.blue h3, .pagebreak.blue h4, .pagebreak.blue h5, .pagebreak.blue h6 {
    font-weight: 900;
}
.pagebreak.blue a:link, .pagebreak.blue a:visited {
    color: #fff;
}
.pagebreak.blue a:hover, .pagebreak.blue a:active {
    color: #246FF2;
    background: #fff;
}
.pagebreak.blue a.btn-mayecreate:link, .pagebreak.blue a.btn-mayecreate:visited {
    text-decoration: none;
}
.pagebreak.blue a.btn-mayecreate:link, .pagebreak.blue a.btn-mayecreate:visited {
    color: #246FF2;
    background: #fff;
}
.pagebreak.blue a.btn-mayecreate:hover, .pagebreak.blue a.btn-mayecreate:active {
    color: #fff;
    background: #246FF2;
}

/* EVENTS POSTS
=========================================  */
.post_link_wrapper:link, .post_link_wrapper:visited {
    display: block;
    background: #fff;
    box-shadow: 0 0 6px rgba(112,112,112,.6);
    text-decoration: none;
    max-width: 395px;
    margin:0 auto 40px auto;
}
.post_link_wrapper:hover, .post_link_wrapper:active {
    text-decoration: none;
}
.home_event_wrapper {
    border-radius: 0 15px 15px 0;
}
.post_link_wrapper * {
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.img_wrapper {
    margin: 0 auto;
    position: relative;
    max-width: 395px;
}
.img_wrapper img {
    position: relative;
    z-index: 1;
}
.img_wrapper:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    background: rgba(36,111,242,.4);
    opacity: 0;
}
.img_wrapper:after {
    position: absolute;
    display: block;
    content: '';
    width: 100px;
    height: 151px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background: url("img/event_hover.png") center center no-repeat;
    opacity: 0;
}
.post_link_wrapper:hover .img_wrapper:before, .post_link_wrapper:hover .img_wrapper:after {
    opacity: 1;
}
.content_wrapper {
    padding: 25px 6%;
    display: block;
}
.post_link_wrapper h2, .post_link_wrapper h3 {
    color: #0C3272;
}
.post_link_wrapper:hover h2, .post_link_wrapper:hover h3 {
    color: #246FF2;
    text-decoration: none;
}
.post_link_wrapper p {
    color: #001B4A;
}
.post_link_wrapper:hover p {
    color: #001B4A;
}
.event_details {
    display: block;
}
.event_detail {
    color: #8E8E8E;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
    font-weight: 400;
}
.event_detail i {
    color: #0E52B9;
    display: inline-block;
    margin-right: 10px;
}
.post_link_wrapper:hover .event_detail {
    color: #001B4A;
}
.post_link_wrapper:hover .event_detail i {
    color: #001B4A;
}
.single_event_details .event_detail {
    margin-bottom: 30px;
}
.single_event_details .event_detail, .single_event_details .event_detail i {
    color: #001B4A;
}
.searchandfilter ul {
    margin: 0 0 20px 0;
}
.searchandfilter ul li {
    display: block;
    margin: 0 0 10px 0;
    list-style: none;
    padding: 0;
}
.searchandfilter ul li label {
    display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
.searchandfilter ul li select, .searchandfilter ul li input {
    max-width: 100%;
    border: 1px solid #707070;
    color: #707070;
    padding: 14px 15px;
    font-weight: 400;
    width: 100%;
    border-radius: 0px;
}
.searchandfilter ul li .search-filter-reset {
    color: #fff;
    background: #0C3272;
    border: 0 none;
    padding: 14px 35px;
    font-weight: 400;
    display: table;
    border-radius: 50px;
    margin: 0 0 10px 0;
    text-decoration: none;
}
.searchandfilter ul li .search-filter-reset:hover, .searchandfilter ul li .search-filter-reset:focus {
    background: #042B6B;
    color: #fff;
}
.event_single_image {
    display: block;
    margin: 0 auto 20px auto;
}
/* RESOURCES POSTS
====================================  */
.resource_link_outer_wrapper {
    display: block;
    max-width: 526px;
    margin: 0 auto 25px auto;
    border:1px solid #CECECE;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.resource_link_wrapper:link, .resource_link_wrapper:visited {
    display: block;
    margin: 0;
    padding: 0;
}
.resource_link_wrapper:hover, .resource_link_wrapper:active {
    text-decoration: none;
}
.resource_link_outer_wrapper .resource_link_wrapper .img_wrapper {
    max-width: 100%;
    border-bottom: 15px solid #0C3272;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.resource_link_outer_wrapper .resource_link_wrapper .img_wrapper img {
    position: relative;
    z-index: 1;
}
.resource_link_outer_wrapper .resource_link_wrapper:hover .img_wrapper {
    border-bottom: 15px solid #246FF2;
}
.resource_link_outer_wrapper .resource_link_wrapper .like_link:hover + .img_wrapper {
    border-bottom: 15px solid #0C3272;
}
.resource_link_outer_wrapper .resource_link_wrapper .img_wrapper:before {
    display: none;
}
.resource_link_outer_wrapper .resource_link_wrapper .img_wrapper:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% + 16px);
    top: 16px;
    left: 0;
    background: url("img/resource_hover.png") bottom left no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    opacity: 0;
}
.resource_link_outer_wrapper .resource_link_wrapper:hover .img_wrapper:after {
    opacity: 1;   
}
.resource_link_outer_wrapper .resource_link_wrapper .like_link:hover + .img_wrapper:after {
    opacity: 0;   
}
.resource_link_outer_wrapper .resource_link_wrapper .content_wrapper {
    padding: 15px 6%;
}
.resource_link_outer_wrapper .resource_link_wrapper .content_wrapper p {
    border-bottom: 3px solid #246FF2;
    padding-bottom: 20px;
    margin-bottom: 0;
    color: #707070;
}
.resource_link_outer_wrapper .resource_link_wrapper:hover .content_wrapper p {
    color: #1B70EE;
    border-bottom: 3px solid #1B70EE;
}
.resource_link_outer_wrapper .resource_link_wrapper .content_wrapper h2 {
    color: #0C3272;
}
.resource_link_outer_wrapper .resource_link_wrapper .content_wrapper:hover h2 {
    color: #1B70EE;
}
.resource_link_outer_wrapper .author_info {
    padding: 15px 6%;
}
.resource_link_outer_wrapper .author_info .author_icon_wrapper {
    max-width: 60px;
    height: auto;
    float: left;
    margin-right: 13px;
    position: relative;
}
.resource_link_outer_wrapper .author_info .author_icon_wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}
.resource_link_outer_wrapper .author_info .author_icon_wrapper .auth_int {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    color: #FCFCFC;
    font-style: italic;
    height: 35px;
}
.resource_link_outer_wrapper .author_info .author_name {
    margin-bottom: 0;
    margin-top: 15px;
    float: left;
    font-style: italic;
    width: calc(100% - 73px);
    font-size: 17px;
    font-size: 1.7rem;
}
.resource_link_outer_wrapper .author_info .follow_button {
    display: table;
    color: #707070;
    border:1px solid #707070;
    background: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 5px 15px;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.resource_link_outer_wrapper .author_info .follow_button:focus {
    outline: none;
}
.resource_link_outer_wrapper .author_info .follow_button:hover, .resource_link_outer_wrapper .author_info .follow_button.following {
    color: #fff;   
    background: #707070;
    text-decoration: none;
}
.co-authors a:first-child, .co-authors span:nth-child(2) {
	display: none;
}
.like_link {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 20px;
    font-size: 32px;
    font-size: 3.2rem;
    color: #fff;
    border: 0 none;
    background: none;
}
.like_link button, .like_link button:active, .like_link button:focus {
    border: 0 none;
    background: none;
    outline: none;
	color: #fff;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.like_link .simplefavorite-button.active, .like_link button:hover {
    opacity: 1;
    color: #FFB2B2;
}
.like_link i {
    text-shadow: 0 0 3px rgb(12,50,114);
}
.like_link span {
    display: none;
}
.single_like_link {
    display: block;
}
.single_like_link button, .single_like_link button:active, .single_like_link button:focus {
    border: 1px solid #246FF2;
    background: #fff;
    color: #003BA1;
    outline: none;
    display: block;
    border-radius: 50px;
    padding: 5px 15px;
    margin: 0 auto 20px auto;
    text-align: center;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.single_like_link .simplefavorite-button.active, .single_like_link button:hover {
    opacity: 1;
    color: #FFF;
    background: #246FF2;
}
.single_like_link .simplefavorite-button.active i, .single_like_link button:hover i {
    color: #FFB2B2;
}
.profile_block {
    display: block;
    margin-bottom: 35px;
    background: #fff;
    border: 1px solid #CECECE;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding: 30px;
} 
.user_icon {
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}
.author_profile_image {
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}
.author_title {
    text-align: center;
    color: #8E8E8E;
}
.ssba {
    margin-bottom: 10px;
}
.bottom_margin {
    margin-bottom: 0;
}
/* PAGE ITEMS
====================================  */
.frm_forms .frm_fields_container > br, .frm_forms .frm_fields_container .form-field > br, .frm_forms .frm_fields_container .form-field label > br, .frm_forms .frm_fields_container > p > br {
	display: none;
}
.frm_forms .frm_fields_container .form-field > p, .frm_forms .frm_fields_container > p {
	margin: 0;
}
.frm_dropzone.dz-clickable.frm_single_upload {
    max-width: 100%;
}

.frm_form_field.frm_four_col .frm_checkbox, .frm_form_field.frm_four_col .frm_checkbox:nth-child(4n+4) {
	margin-right: 2%;
}

#field_442jt_label {
	color: hotpink;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	color: #000;
}

.col-sm-6:nth-child(odd) {
	clear: left;
}
.woocommerce ul.order_details li {
	list-style: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
	list-style: none !important;
	margin: 0;
	padding: 10px 0;
}
.woocommerce ul#shipping_method li input {
	vertical-align: middle;
	margin-top: 0;
}
.collapseomatic {
    display: table;
    margin: 0 auto 30px auto;
    border: 1px solid #246FF2;
    color: #003BA1;
    background: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.collapseomatic.colomat-hover, .collapseomatic.colomat-close {
    background: #246FF2;
    color: #fff;
    text-decoration: none;
}
.collapseomatic_content {
    padding: 0;
    margin: 0;
}
.col-sm-6:nth-child(odd) {
    clear: left;
}
.pager li {
	list-style: none;
}
.pager li>a:link, .pager li>a:visited {
    border-radius: 50px;
    padding: 10px 20px;
    color: #246FF2;
    background: #fff;
    border:1px solid #246FF2;
}
.pager li>a:hover, .pager li>a:active {
    color: #fff;
    background: #246FF2;
}
.user-search-form {
    margin: 0 auto 20px auto !important;
}
.user-search-form select {
    display: block;
    margin: 0 auto !important;
    padding: 15px !important;
    border:1px solid #001B4A;
    color: #001B4A;
    max-width: 100%;
}
.author_social_links {
    margin: 10px 0;
    display: block;
    text-align: center;
    padding: 0;
}
.author_social_links li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.author_social_links li a:link, .author_social_links li a:visited {
    font-size: 40px;
    font-size: 4.0rem;
    padding: 0 5px;
    color: #003BA1;
}
.author_social_links li a:hover, .author_social_links li a:active {
    color: #246FF2;   
}
.grey {
    color: #8E8E8E;
}
.expertise_list {
    margin: 30px 0 50px 0;
    text-align: center;
}
.expertise_list li {
    display: block;
    padding: 10px 20px;
    text-align: center;
    margin: 0 0 15px 0;
    border-radius: 50px;
    border:1px solid #707070;
}
.team_nav {
    text-align: center;
}
.team_nav h2 {
    display: inline-block;
    margin: 0 10px 20px;
}
/* EDIT PROFILE
=============================  */
.page-template-page-update-profile .acf-field .acf-label label, #adduser label {
    color: #001B4A;
    display: block;
    margin-bottom: 15px;
}
.page-template-page-update-profile .acf-fields>.acf-field {
    border:0 none;
}
.page-template-page-update-profile .acf-field p.description {
    font-size: 18px;
    font-size: 1.8rem;
}
.page-template-page-update-profile .acf-image-uploader .image-wrap img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px auto;
}
.page-template-page-update-profile .acf-image-uploader .image-wrap {
    float: none;
    max-width: 100% !important;
}
.page-template-page-update-profile .acf-form-submit input, #adduser .form-submit input {
    display: table;
    background: #fff;
    border: 1px solid #246FF2;
    color: #246FF2;
    text-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 10px 35px;
    border-radius: 50px;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.page-template-page-update-profile .acf-form-submit input:hover, #adduser .form-submit input:hover {
    background: #246FF2;
    color: #fff;
}
.page-template-page-update-profile .acf-field input {
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
.page-template-page-update-profile .acf-url i {
    top: 11px;
}
.page-template-page-update-profile .acf-field input, .page-template-page-update-profile .acf-field textarea, #adduser .row input {
    padding: 10px 35px !important;
    border: 1px solid #246FF2;
    border-radius: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 100%;
}
#adduser .row input {
    width: 100%;
}
.page-template-page-update-profile .acf-field input:focus, .page-template-page-update-profile .acf-field textarea:focus, #adduser .row input:focus {
    outline: none;
    border:1px solid #001B4A;
}
.page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder {
    border: 0 none;
    max-height: none;
    padding: 0;
    height: auto;
}
.page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul {
    display: block;
    margin: 0;
    padding: 0;
}
.page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 10px;
}
.page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li[data-id="1"] {
    display: none;
}
.user_stats {
    padding: 35px 0;
    text-align: center;
}
.favorite_star {
    display: table;
    padding:10px 0 10px 65px;
    background: url("img/contrib_follow.png") left center no-repeat;
    background-size: auto;
    text-align: left;
    margin: 0 auto 10px auto;
}
.contrib_share {
    display: table;
    padding:10px 0 10px 65px;
    background: url("img/contrib_favorite_star.png") left 7px center no-repeat;
    background-size: auto;
    text-align: left;
    margin: 0 auto 10px auto;
}
.contrib_follow {
    display: table;
    padding:10px 0 10px 65px;
    background: url("img/contrib_shares.png") left center no-repeat;
    background-size: auto 65%;
    text-align: left;
    margin: 0 auto 10px auto;
}
.infographic_image {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
}
.resource_video_wrapper iframe {
    display: block;
    margin: 0 auto 20px auto !important;
    max-width: 100% !important;
}
#field_owm2z_label {
    font-size: 1.5em;
    color: #8E8E8E;
    margin-bottom: 20px;
}
#frm_field_225_container {
	text-align: center;
	margin-bottom: 15px;
}
/*.frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox {
    width: 100%;
}*/
#frm_field_225_container .hint--right {
	position: relative;
    width: 48%;
    margin-right: 2%;
    float: left;
}
#frm_field_225_container .frm_radio {
    width: 100%;
    margin-right: 0;
}
#frm_field_225_container #frm_radio_225-4.hint--right {
    width: 98%;
}
#frm_field_225_container .frm_radio label {
	position: relative;
	color: #fff;
}
#frm_field_225_container .frm_radio input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
	margin: auto;
	cursor:pointer;
}
#frm_field_225_container .frm_radio input[type="radio"] {
    opacity:0.01;
    z-index:100;
}

#frm_field_225_container .frm_radio input[type="radio"]:checked {
    background:#004579;
	cursor:pointer;
}
#frm_field_225_container .frm_radio label {
    padding:15px 10px;
    border:1px solid #707070; 
	background: #fff;
	cursor:pointer;
    z-index:90;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	color: #8E8E8E;
    display: block;
    text-transform: uppercase;
	-webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
#frm_field_225_container .frm_radio label i {
    text-transform: none;
    display: block;
    margin-bottom: 5px;
}
#frm_field_225_container .frm_radio label:hover, #frm_field_225_container .frm_radio label.active {
    background:#1B70EE;
    border:1px solid #1B70EE;
    cursor:pointer;
	color: #fff;
}
#entry_list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#entry_list li {
    list-style: none;
    padding: 15px 25px;
    display: block;
    text-align: left;
}
#entry_list li:nth-child(odd) {
    background: #F4F4F4;
}
#entry_list li span.h6, #entry_list li span.publish_date {
    display: block;
    margin-bottom: 15px;
}
#entry_list li span.contrib_share, #entry_list li span.favorite_star {
    margin: 0 0 10px 0;
}
#entry_list li a:link, #entry_list li a:visited {
    display: table;
    padding: 5px 25px;
    margin: 0 0 20px 0;
    border: 1px solid #246FF2;
    color: #246FF2;
    background: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}
#entry_list li a:hover, #entry_list li a:active {
    background: #246FF2;
    color: #fff;
    text-decoration: none;
}
.event_share_icons, .event_share_icons * {
    text-align: left !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-bottom: 0;
}
.event_detail_title {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
#page .acf-field input[type=text], #page .acf-field input[type=password], #page .acf-field input[type=date], #page .acf-field input[type=datetime], #page .acf-field input[type=datetime-local], #page .acf-field input[type=email], #page .acf-field input[type=month], #page .acf-field input[type=number], #page .acf-field input[type=search], #page .acf-field input[type=tel], #page .acf-field input[type=time], #page .acf-field input[type=url], #page .acf-field input[type=week], #page .acf-field textarea, #page .acf-field select, #page ul.acf-radio-list li, #page ul.acf-checkbox-list li {
    font-size: 18px;
    font-size: 1.8rem;
}
#page ul.acf-radio-list li, #page ul.acf-checkbox-list li {
    line-height: 120%;
}
#page .acf-hl>li {
    margin-bottom: 11px !important;
}
.frm_checkbox h6 {
    display: inline !important;
    padding-left: 5px;
}
.hint, [data-hint] {
    display: block;
}

    @media (min-width: 550px) {
        #entry_list li span.contrib_share, #entry_list li span.favorite_star {
            display: inline-block;
            margin: 0 15px 10px 0;
        }
    }

		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			
			div#homefeatured {
				display: block;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 30px;
			}
            .pagebreak_fix:first-child {
                padding-top: 0px;
            }
			
			div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
				height: 55vh;
				display: block;
				border-radius: 0 0 80px 0;
			}

		    /* TYPOGRAPHY: HEADINGS
			==========================================  */
			/* TYPOGRAPHY: PARAGRAPHS
			==========================================  */
			/* TYPOGRAPHY: LIST ITEMS
			==========================================  */
			/* TYPOGRAPHY
			===========================================  */
			body {
				font-size: 18px;
				font-size: 1.8rem;
			}
			h1, h1.entry-title {
				font-size: 40px;
				font-size: 4.0rem;
			}
			h2, .h2 {
				font-size: 30px;
				font-size: 3.0rem;
			}
			h3, .h3, div#homefeatured .slideDesc .slideTitle {
				font-size: 28px;
				font-size: 2.8rem;
			}
			h4, .h4, .sidebar_button {
				font-size: 28px;
				font-size: 2.8rem;
			}
			h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
				font-size: 25px;
				font-size: 2.5rem;
			}
			h6, .h6, div#homefeatured .slideDesc .slideText { 
				font-size: 23px;
				font-size: 2.3rem;
			}
			p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .collapseomatic {
				font-size: 18px;
				font-size: 1.8rem;
			}
			
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 15px;
				padding-bottom: 15px;
				width: auto;
				max-width: 230px;
			}
			#branding-container a.brand {
				font-size: 30px;
				color: #000000;
			}
			
			/* HOME SLIDER
			==========================================  */
			
		  	/* NAVIGATION
			==========================================  */
			#mobile_menu {
				height: 68px;
			}
			
			/* SCROLL STICK NAVIGATION
			==========================================  */
			#navigation {
				margin-top:0;
				margin-bottom:35px;
			}
			#navigation.affix {
				margin-top:0;
				width: 100%;
			}
			#navigation.affix #branding-container {
				max-width: 200px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#navigation .navbar {
				margin-bottom: 0;
			}
			
			#navigation.affix .navbar-default {
				background-color: #ffffff;
				border-color: #e7e7e7;
			}
			#navigation.affix #main_nav a {
		    	font-size: 17px;
		    	padding: 12px 10px 12px 10px;
		    }
            #navigation.affix #user_nav ul {
                margin: -2px 0 -20px;
            }
            #navigation.affix #user_nav_footer ul {
                margin: -20px 0 -10px;
            }
            #navigation.affix #user_nav a:link, #navigation.affix #user_nav a:visited, #navigation.affix #user_nav_footer a:link, #navigation.affix #user_nav_footer a:visited {
                font-size: 16px;
                font-size: 1.6rem;
            }
			
			#navigation.affix #searchform {
				margin-top: 9px !important;
				display: block;
			}
			
			#navigation.affix #main_nav a:hover, #navigation.affix #main_nav a:active, #navigation.affix #main_nav a:focus, #navigation.affix #main_nav > ul > li.active > a {
				color: #1B70EE;
				text-decoration: none;
				background: url(img/nav.png) center -20px no-repeat;
			}
			
			/* BREADCRUMB NAVIGATION
			==========================================  */
			.breadcrumb {
				display: block;
				margin-left: 0;
			}

			/* IMAGES
			==========================================	*/

			img.alignleft{
				float:left;
				display:block;
				margin: 15px 15px 15px 0;
			}
			.wp-caption.alignleft{
				float:left;
				display:block;
				margin: 5px 15px 15px 0;
			}
			img.alignright {
				float:right;
				display:block;
				margin:15px 0 15px 15px;
			}
			.wp-caption.alignright{
				float:right;
				display:block;
				margin: 5px 0 15px 15px;
			}
			img.aligncenter, .wp-caption.aligncenter{
				float:none;
				display:block;
				margin: 15px auto 15px auto;
			}
			
			
			/* PAGE ITEMS
			====================================  */
			.kt-gutter-wide.kt-row-layout-left-golden>.wp-block-kadence-column.inner-column-1 {
				flex-basis: 40px;
			}
			
			.pagehead {
				display: block;
				background-repeat: no-repeat;
				/*background-size: cover;
				background-position: center center;*/
				height: 250px; 
				border-radius: 0 0 100px 0;
				border-bottom: 0 none;
			}
			.pagehead:after {
				background: rgba(255,255,255,1);
				height: 100%;
				display: block;
				width: 70%;
				position: absolute;
				top: 0;
				left: -70px;
				bottom: 0;
				content: '';
				/*transform: skew(19deg);*/
				overflow: hidden;
			}
			h1, h1.entry-title {
				max-width: 60%;
			}
            .expertise_list {
                text-align: left;
            }
            .expertise_list li {
                display: inline-block;
                margin: 0 5px 15px 0;
                padding: 10px 35px;
            }
            .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li {
                float: left;
                width: 50%;
            }
            .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li:nth-child(odd) {
                clear: left;
            }


		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {
					.mobile_show {
						height: 0;
						overflow: hidden;
						visibility: hidden;
					}
					.mobile_hide {
						height: auto;
						overflow: auto;
						visibility: visible;
					}
					
					#navbarBottom #searchform {
						margin-top: 25px !important;
						display: block;
					}
                    .navbar-header {
                        float: left;
                    }
					
					
					
					/* BUTTONS
					===========================================  */
					a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button, .wp-block-button.large {
						display: table;
						margin: 0 15px 30px 0;
					}
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-4 a.btn-mayecreate:link, .col-md-4 a.btn-mayecreate:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate:link, .col-md-3 a.btn-mayecreate:visited, .col-md-4 .wp-block-button, .col-md-3 .wp-block-button  {
						margin: 0 auto 30px auto;
					}
					.col-md-4 a.btn-mayecreate.large:link, .col-md-4 a.btn-mayecreate.large:visited, .col-md-3 a.btn-mayecreate.large:link, .col-md-3 a.btn-mayecreate.large:visited, .col-md-3 .wp-block-button.large, .col-md-4 .wp-block-button.large {
						display: block;
					}	
					a.btn-mayecreate.block:link, a.btn-mayecreate.block:visited {
						display: block !important;
					}
                    a.btn-mayecreate.mid-block:link, a.btn-mayecreate.mid-block:visited {
						max-width: 380px;
                        margin: 0 auto 15px auto !important;
					}
					a.btn-mayecreate.table:link, a.btn-mayecreate.table:visited {
						display: table !important;
						margin: 0 15px 30px 0 !important;
                        width: auto !important;
					}
					a.btn-mayecreate.center:link, a.btn-mayecreate.center:visited {
						margin: 0 auto 30px auto !important;
					}
					a.btn-mayecreate.inline:link, a.btn-mayecreate.inline:visited {
						display: inline-block !important;
						margin: 0 15px 30px 0 !important;
					}
				    
					/* TYPOGRAPHY
					===========================================  */
					body {
						font-size: 19px;
						font-size: 1.9rem;
					}
					h1, h1.entry-title {
						font-size: 45px;
						font-size: 4.5rem;
					}
					h2, .h2 {
						font-size: 35px;
						font-size: 3.5rem;
					}
					h3, .h3, div#homefeatured .slideDesc .slideTitle {
						font-size: 30px;
						font-size: 3.0rem;
					}
					h4, .h4, .sidebar_button {
						font-size: 30px;
						font-size: 3.0rem;
					}
					h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
						font-size: 28px;
						font-size: 2.8rem;
					}
					h6, .h6, div#homefeatured .slideDesc .slideText { 
						font-size: 23px;
						font-size: 2.3rem;
					}
					p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .collapseomatic {
						font-size: 19px;
						font-size: 1.9rem;
					}

					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 220px;
				    }
				    #branding-container a.brand {
				    	text-transform: uppercase;
				    	font-size: 30px;
				    	color: #000000;
				    }
					/* HOME SLIDER
					==========================================  */
					div#homefeatured .carousel-control {
				    	height: 100px;
						width: 30px;
					}
					div#homefeatured .carousel-control.left {
						left: 7%;
					}
					div#homefeatured .carousel-control.right {
						right: 7%;
					}
				    

				    /* TOP NAVIGATION
				    ==========================================  */
				    #navbarTop, #navbarBottom, #footer_nav {
				    	display: block;
				    }
					#navbarTop.navbar, #navbarBottom.navbar {
				    	border-radius: 0px;
					}
				    #navbarTop.navbar .container, #navbarBottom.navbar .container {
				    	position: relative;
				    }					
					#top_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #top_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
				    #top_nav a:link, #top_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
				    	font-size: 1.7rem;
				    	padding: 15px 10px;
				    	text-transform: uppercase;
				    	color: #666;
				    	font-weight: 400;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #top_nav a:hover, #top_nav a:active, #top_nav a:focus, #top_nav > ul > li.active > a {
				    	color: #000000;
				    	text-decoration:none;
				    	/* if you have different color for Nav link hover state, change it here */
				    }  
					
					#top_nav ul ul li a {
						background: none !important;
						text-align: left !important;
						color: #000 !important;
						font-size: 18px !important;
						
					}
					
					#top_nav ul ul li a:hover {
						background: none !important;
						text-align: left !important;
						color: #333 !important;
						font-size: 18px !important;
					}
					
					#top_nav > ul > li {
						position: relative !important; 
					}
					
					#top_nav ul ul {
				    	z-index: 999999999999;
				    }
					
					#top_nav ul li:hover ul, #top_nav ul li:hover ul #top_nav ul ul li:hover ul {
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
						margin-left: 3px;
					}
					
					#top_nav ul ul {
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: #f8f8f8;
				    	margin: 0;
				    	padding: 0;
				    	width: 150px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border: 1px solid #e7e7e7;
				    	border-top: none;
				    } 
					
					#top_nav ul ul li{
				    	float: none;
						width: 100%;
    					text-align: left;
				    }
					
					#top_nav ul ul li{
				    	float: right;
				    }
					
					#top_nav ul ul li a{
				    	padding: 10px 15px 10px 15px !important;
				    	width: 100%;
						    margin: 0 !important;
				    } 


				    /* MAIN NAVIGATION
				    ==========================================  */
				    #main_nav {
				    	display: block;
				    }
				    
				    #main_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    }
				    #main_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: block;
				    	position: relative;
				    }
					#main_nav ul ul {
				    	display: none;
				    	position: absolute;
				    	z-index: 9000;
				    	background: #f8f8f8;
				    	margin: 0;
				    	padding: 0;
				    	width: 300px;
				    	min-width: 150px;
				    	max-width: 300px;
				    	border: 1px solid #e7e7e7;
				    	border-top: none;
				    }
					#main_nav ul li:hover ul, #main_nav ul li:hover ul #main_nav ul ul li:hover ul {
				    	list-style: none;
				    	position: absolute;
				    	display: list-item;
					}
					
					#main_nav ul ul ul.sub-menu {
				    	display: none;
				    	position: absolute;
						right: -300px;
						top: 0;
				    } 
					#main_nav ul li ul li:hover ul.sub-menu {
						display: block;
					}
					
					#main_nav ul ul li {
				    	float: none;
						display: block;
						position: relative;
				    }
					
				    #main_nav a:link, #main_nav a:visited {
				    	display: inline-block;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 17px;
                        font-size: 1.7rem;
				    	padding: 25px 10px;
				    	text-transform: uppercase;
				    	color: #707070;
				    	font-weight: 600;
						background: url(img/nav.png) center -80px no-repeat;
					}
					#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li.active > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #1B70EE;
				    	text-decoration:none;
						background: url(img/nav.png) center -15px no-repeat;
				    }
				    #main_nav ul ul li a:link, #main_nav ul ul li a:visited {
				    	padding: 5px 15px;
				    	width: 100%;
                        background: none !important;
                        font-size: 17px;
                        font-size: 1.7rem;
				    } 
				    #main_nav ul ul li a:hover, #main_nav ul ul li a:active {
                        background: #1B70EE !important;
                        color: #fff !important;
                    }
					#mobile_menu {
				    	display: none;
				    }
                    
                    /* USER NAVIGATION
				    ==========================================  */
				    #user_nav {
				    	display: block;
				    }
				    
				    #user_nav ul {
				    	margin:0 0 -22px 0;
				    	padding:0;
				    	list-style:none;
                        text-align: right;
                        display: block;
				    }
				    #user_nav ul li {
				    	float: none;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: inline-block;
				    	position: relative;
				    }				
					
				    #user_nav a:link, #user_nav a:visited {
				    	display: inline-block;
				    	margin: 0 0 0 15px;
				    	text-decoration: none;
				    	font-size: 17px;
				    	padding: 10px 20px;
				    	text-transform: uppercase;
				    	color: #fff;
				    	font-weight: 600;
                        background: #246FF2;
                        border: 1px solid #246FF2;
                        border-radius: 50px;
					}
					#user_nav a:hover, #user_nav a:active, #user_nav a:focus, #user_nav > ul > li.active > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #246FF2;
				    	text-decoration:none;
                        background: #fff;
				    }
                    #user_nav .alt_menu-item a:link, #user_nav .alt_menu-item a:visited {
				    	color: #246FF2;
				    	text-decoration:none;
                        background: #fff;
                    }
                    #user_nav .alt_menu-item a:hover, #user_nav .alt_menu-item a:active, #user_nav .alt_menu-item a:focus, #user_nav > ul > li.active.alt_menu-item > a {
				    	color: #fff;
				    	text-decoration:none;
                        background: #246FF2;
                    }
                    
                    #user_nav_footer {
				    	display: block;
				    }
				    
				    #user_nav_footer ul {
				    	margin:-52px 0 0 0;
				    	padding:0;
				    	list-style:none;
                        text-align: right;
                        display: block;
				    }
				    #user_nav_footer ul li {
				    	float: none;
				    	margin:0;
				    	padding:0;
				    	background:none;
				    	display: inline-block;
				    	position: relative;
				    }				
					
				    #user_nav_footer a:link, #user_nav_footer a:visited {
				    	display: inline-block;
				    	margin: 0 0 0 15px;
				    	text-decoration: none;
				    	font-size: 17px;
				    	padding: 10px 20px;
				    	text-transform: uppercase;
				    	color: #fff;
				    	font-weight: 600;
                        background: #246FF2;
                        border: 1px solid #246FF2;
                        border-radius: 50px;
					}
					#user_nav_footer a:hover, #user_nav_footer a:active, #user_nav_footer a:focus, #user_nav_footer > ul > li.active > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #246FF2;
				    	text-decoration:none;
                        background: #fff;
				    }
                    #user_nav_footer .alt_menu-item a:link, #user_nav_footer .alt_menu-item a:visited {
				    	color: #246FF2;
				    	text-decoration:none;
                        background: #fff;
                    }
                    #user_nav_footer .alt_menu-item a:hover, #user_nav_footer .alt_menu-item a:active, #user_nav_footer .alt_menu-item a:focus, #user_nav_footer > ul > li.active.alt_menu-item > a {
				    	color: #fff;
				    	text-decoration:none;
                        background: #246FF2;
                    }
                    /* CONTRIBUTOR NAV
                    ==========================================  */
                    .contributor_sub_nav_wrapper, #contributor-sub-menu_nav {
                        display: block;
                    }
                    .contributor_sub_nav_wrapper {
                        padding: 50px 0;
                        background: #FCFCFC;
                    }
                    #contributor-sub-menu_nav ul {
                        display: block;
                        text-align: center;
                        margin: 0;
                        padding: 0;
                    }
                    #contributor-sub-menu_nav ul li {
                        display: inline-block;
                        float: none;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        background: none;
                    }
                    #contributor-sub-menu_nav ul li a:link, #contributor-sub-menu_nav ul li a:visited {
                        text-transform: uppercase;
                        padding: 5px 10px;
                        color: #001B4A;
                    }
                    #contributor-sub-menu_nav ul li a:hover, #contributor-sub-menu_nav ul li a:active, #contributor-sub-menu_nav ul li.active a {
                        color: #246FF2;
                    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
                    #credits {
                        text-align: right;
                        clear: both;
                    }
					#credits span {
						display:inline;
						height:auto;
						overflow:hidden;
					}
				    #footer_nav {
				    	display: table;
						float: right;
				    }
				    #footer_nav ul {
				    	margin:0;
				    	padding:0;
				    	list-style:none;
				    	display:inline;
				    }
				    #footer_nav ul li {
				    	float: left;
				    	margin:0;
				    	padding:0 0 0 0;
				    	background:none;
						list-style: none;
				    }
					#footer_nav a:link, #footer_nav a:visited {
				    	display:inline-block;
				    	margin:0;
				    	text-decoration:none;
				    	font-size: 18px;
				    	font-size: 1.8rem;
				    	padding: 10px 10px;
						color: #fff;
						font-weight: 500;
				    	/* if you have different color for Nav links, change it here */
				    }
				    #footer_nav a:hover, #footer_nav a:active, #footer_nav a:focus, #footer_nav > ul > li.active > a {
				    	text-decoration:none;
						color: #1B70EE;
				    	/* if you have different color for Nav link hover state, change it here */
				    }

					
					/* PAGEBREAKS
					====================================  */
					.pagebreak_left_content, .pagebreak_left_img {
						float: left;
						width: 50%;
					}
					.pagebreak_right_content, .pagebreak_right_img {
						float: right;
						width: 50%;
					}
					
					/* PAGE ITEMS
					====================================  */
					.col-sm-6.col-md-4:nth-child(odd), .col-sm-6.col-md-3:nth-child(odd) {
						clear: none;
					}
                    .col-md-6:nth-child(odd) {
                        clear: left;
                    }
					.col-sm-6.col-md-4:nth-child(3n+1), .col-sm-6.col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-3:nth-child(4n+1){
						clear:left;
					}
					
					.pagehead {
						display: block;
						background-repeat: no-repeat;
						/*background-size: cover;
						background-position: center center;*/
						height: 360px; 
						border-radius: 0 0 100px 0;
					}
					
					.subtext {
						display: none;
						font-size: 23px;
					}
                    .page-template-page-events .searchandfilter { 
                        display: block;
                        text-align: right;
                    }
                    .page-template-page-events .searchandfilter ul, .page-template-page-events .searchandfilter ul li {
                        display: inline-block;
                        vertical-align: top;
                    }
                    .page-template-page-events .searchandfilter ul li {
                        margin-left: 15px;
                    }
                    .user-search-form {
                        display: inline-block;
                        margin: 0 0 20px 0 !important;
                        max-width: 290px;
                        vertical-align: top;
                    }
                    .contrib_sort {
                        text-align: center;
                    }
                    .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li {
                        float: left;
                        width: calc(100% / 3);
                    }
                    .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li:nth-child(odd) {
                        clear: none;
                    }
                    .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li:nth-child(3n+1) {
                        clear: left;
                    }
                    #entry_list li span, #entry_list li a {
                        display: inline-block !important;
                        margin: 0 15px 0 0 !important;
                    }
                    /*.frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox {
                        width: 48%;
                        margin-right: 2%;
                    }*/
                    #frm_field_225_container .hint--right {
                        width: 31.33%;
                        margin-right: 2%;  
                    } 
                    #frm_field_225_container #frm_radio_225-3.hint--right, #frm_field_225_container #frm_radio_225-4.hint--right {
                        width: 48%;
                        margin-right: 2%;
                    }
                    #frm_field_225_container #frm_radio_225-3.frm_radio label, #frm_field_225_container #frm_radio_225-4.frm_radio label {
                        margin: 20px auto;
                    }
                    
                    
				}

						@media (min-width: 1024px) { 
							/* Place to add stylesheets if you want to target monitors 
							bigger than 992px but smaller than 1200px. */
							
							.hide_on_mobile {
								display: block;
							}
							
							
							#main_nav a:link, #main_nav a:visited {
								font-size: 14px;
                                font-size: 1.4rem;
								padding: 21px 4px;
                                background-size: auto 55% !important;
							}
                            #navbarBottom #searchform {
                                margin-top: 16px !important;
                            }
							#user_nav a:link, #user_nav a:visited, #user_nav_footer a:link, #user_nav_footer a:visited {
                                font-size: 19px;
                                font-size: 1.9rem;
                            }
                            #footer_nav a:link, #footer_nav a:visited {
                                font-size: 13px;
                                font-size: 1.3rem;
				    	        padding: 16px 7px;
                            }
							
							.mobilehide {
								display: block !important;
							}
							
							.pagehead {
								display: block;
								background-repeat: no-repeat;
								/*background-size: cover;
								background-position: center center;*/
								height: 430px; 
								border-radius: 0 0 100px 0;
							}
							
							
						}

							/* Large devices (large desktops, 1200px and up) */
							@media (min-width: 1200px) { 
								
                                div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
                                    height: 75vh;
                                }
								.pagehead:after {
									width: 65%;	
								}

								/* TYPOGRAPHY
								===========================================  */
								body {
									font-size: 19px;
									font-size: 1.9rem;
								}
								h1, h1.entry-title {
									font-size: 50px;
									font-size: 5.0rem;
								}
								h2, .h2, div#homefeatured .slideDesc .slideTitle {
									font-size: 40px;
									font-size: 4.0rem;
								}
								h3, .h3 {
									font-size: 35px;
									font-size: 3.5rem;
								}
								h4, .h4, .sidebar_button {
									font-size: 30px;
									font-size: 3.0rem;
								}
								h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
									font-size: 27px;
									font-size: 2.7rem;
								}
								h6, .h6, div#homefeatured .slideDesc .slideText { 
									font-size: 23px;
									font-size: 2.3rem;
								}
								p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .collapseomatic {
									font-size: 19px;
									font-size: 1.9rem;
								}

								/* HEADER
								==========================================  */
								#branding-container {
								  max-width: 350px;
								}
								#branding-container a.brand{
								  font-size: 38px;
								}

								/* HOME SLIDER
								==========================================  */
								div#homefeatured .carousel-control {
									height: 125px;
									width: 35px;
								}
								div#homefeatured .carousel-control.left {
									left: 10%;
								}
								div#homefeatured .carousel-control.right {
									right: 10%;
								}
								
										
								/* PAGEBREAKS
								=========================================== */
								.pagebreak_left_content, .pagebreak_right_content {
									width: calc(100% / 3 * 2);
								}
								.pagebreak_left_img, .pagebreak_right_img {
									width: calc(100% / 3);
								}
								.pagebreak_left_content .container {
									float: left;
									max-width: 1100px;
									padding: 0 60px;
								}
								.pagebreak_right_content .container {
									float: right;
									max-width: 1100px;
									padding: 0 60px;
								}


								/* PAGE ITEMS
								====================================  */
								
								#main_nav a:link, #main_nav a:visited {
									font-size: 15px;
                                    font-size: 1.5rem;
									padding: 25px 10px;
								}
							
                                #main_nav a:link, #main_nav a:visited {
                                    font-size: 14px;
                                    font-size: 1.4rem;
                                    padding: 21px 4px;
                                    background-size: auto 55% !important;
                                }
                                #user_nav a:link, #user_nav a:visited, #user_nav_footer a:link, #user_nav_footer a:visited {
                                    font-size: 19px;
                                    font-size: 1.9rem;
                                }
								
								.pagehead {
									display: block;
									background-repeat: no-repeat;
									/*background-size: cover;
									background-position: center center;*/
									/*height: 480px;*/ 
									border-radius: 0 0 100px 0;
								}
								
								.subtext {
									display: block;
									font-size: 25px;
								}
                                #footer_nav a:link, #footer_nav a:visited {
                                    font-size: 16px;
                                    font-size: 1.6rem;
                                    padding: 14px 10px;
                                }
                                .user-search-form {
                                    max-width: 450px;
                                }
                                .organizational_affiliation_list li {
                                    float: left;
                                    width: 50%;
                                }
                                .organizational_affiliation_list li:nth-child(odd) {
                                    clear: both;
                                }
                                .post_link_wrapper:link, .post_link_wrapper:visited {
                                    max-width: 100%;   
                                }
                                .home_event_wrapper .content_wrapper {
                                    padding: 25px 6% 25px 0;   
                                }
                                #frm_field_225_container .frm_radio label {
                                    padding:20px 10px;
                                    font-size: 25px;
                                    font-size: 2.5rem;
                                }
                                /*.frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox {
                                    width: 22%;
                                    margin-right: 3%;
                                }*/
                                .home #page .home_join_now {
                                    margin: -75px auto 30px auto !important;
                                }


							}
								@media (min-width: 1366px) {
                                    
                                     #page .acf-field input[type=text], #page .acf-field input[type=password], #page .acf-field input[type=date], #page .acf-field input[type=datetime], #page .acf-field input[type=datetime-local], #page .acf-field input[type=email], #page .acf-field input[type=month], #page .acf-field input[type=number], #page .acf-field input[type=search], #page .acf-field input[type=tel], #page .acf-field input[type=time], #page .acf-field input[type=url], #page .acf-field input[type=week], #page .acf-field textarea, #page .acf-field select, #page ul.acf-radio-list li, #page ul.acf-checkbox-list li {
                                        font-size: 20px;
                                        font-size: 2rem;
                                    }
									/* TYPOGRAPHY
									===========================================  */
									body {
										font-size: 20px;
										font-size: 2rem;
									}
									h1, h1.entry-title, div#homefeatured .slideDesc .slideTitle {
										font-size: 50px;
										font-size: 5.0rem;
									}
									h2, .h2 {
										font-size: 40px;
										font-size: 4rem;
									}
									h3, .h3 {
										font-size: 35px;
										font-size: 3.5rem;
									}
									h4, .h4, .sidebar_button {
										font-size: 30px;
										font-size: 3rem;
									}
									h5, .h5, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
										font-size: 27px;
										font-size: 2.7rem;
									}
									h6, .h6, div#homefeatured .slideDesc .slideText { 
										font-size: 24px;
										font-size: 2.4rem;
									}
									p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .collapseomatic {
										font-size: 20px;
										font-size: 2rem;
									}
									
									#main_nav a:link, #main_nav a:visited {
                                        font-size: 19px;
                                        padding: 25px 12px 20px 12px;
                                    }
                                    #user_nav ul {
                                        margin: 8px 0 -40px;
                                    }
                                    #user_nav_footer ul {
                                        margin: -50px 0 8px;
                                    }
                                    #user_nav a:link, #user_nav a:visited, #user_nav_footer a:link, #user_nav_footer a:visited {
                                        font-size: 21px;
                                        font-size: 2.1rem;
                                    }
									
									#navbarBottom #searchform {
                                        margin-top: 25px !important;
                                        display: block;
                                    }
									
									.pagehead {
										display: block;
										background-repeat: no-repeat;
										/*background-size: cover;
										background-position: center center;*/
										/*height: 530px;*/ 
										border-radius: 0 0 100px 0;
									}
									
									.subtext {
										display: block;
										font-size: 26px;
									}
                                    #footer_nav a:link, #footer_nav a:visited {
                                        font-size: 20px;
                                        font-size: 2rem;
                                        padding: 10px 10px;
                                    }
                                    
                                    .user-search-form {
                                        max-width: 600px;
                                    }
                                    .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li {
                                        float: left;
                                        width: 25%;
                                    }
                                    .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li:nth-child(3n+1) {
                                        clear: none;
                                    }
                                    .page-template-page-update-profile .acf-taxonomy-field .categorychecklist-holder ul li:nth-child(4n+1) {
                                        clear: left;
                                    }
                                    #frm_field_225_container .frm_radio label {
                                        padding:25px 10px;
                                        font-size: 28px;
                                        font-size: 2.8rem;
                                    }

								}

									@media (min-width: 1550px) {

										/* Place to add stylesheets if you want to target monitors 
										bigger than a desktop. */
										
										  #main_nav a:link, #main_nav a:visited {
											font-size: 20px;
											padding: 40px 13px 20px 13px;
										}
										
										.pagehead {
											display: block;
											background-repeat: no-repeat;
											/*background-size: cover;
											background-position: center center;*/
											/*height: 550px;*/ 
											border-radius: 0 0 100px 0;
										}
										
										h1, h1.entry-title, div#homefeatured .slideDesc .slideTitle {
										font-size: 55px;
										font-size: 5.5rem;
										}
										
										.subtext {
											display: block;
											font-size: 28px;
										}
                                        #navbarBottom #searchform {
                                            margin-top: 40px !important;
                                            display: block;
                                        }
                                        #user_nav ul {
                                            margin:18px 0 -40px;
                                        }
                                        #user_nav_footer ul {
                                            margin: -50px 0 18px;
                                        }
                                        #footer_nav a:link, #footer_nav a:visited {
                                            font-size: 21px;
                                            font-size: 2.1rem;
                                        }
                                        .user-search-form {
                                            max-width: 720px;
                                        }
                                        #frm_field_225_container .frm_radio label {
                                            padding:25px 10px;
                                            font-size: 32px;
                                            font-size: 3.2rem;
                                        }
                                        #user_nav a:link, #user_nav a:visited, #user_nav_footer a:link, #user_nav_footer a:visited {
                                            font-size: 23px;
                                            font-size: 2.3rem;
                                        }
                                        .big {
                                            font-size: 50px;
                                            font-size: 5.0rem;
                                        }
                                        .col-xl-6 {
                                            float: left;
                                            width: 50%;
                                        }
                                        .col-xl-6:nth-child(odd) {
                                            clear: left;
                                        }
										.pagehead:after {
											width: 60%;	
										}
										h1, h1.entry-title {
											max-width: 50%;
										}
										
										
									}

										@media (min-width: 1700px) {

											/* Place to add stylesheets if you want to target monitors 
											bigger than a desktop. */
										
                                            h1, h1.entry-title {
                                                font-size: 65px;
                                                font-size: 6.5rem;
                                            }
                                            .big {
                                                font-size: 60px;
                                                font-size: 6.0rem;
                                            }
											
											
											
										}




