/*
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 03-22-23 - TE
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	background: none;
	font-size:62.5%;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: proxima-nova, sans-serif;
	font-size: 18px;
	font-size: 1.8rem; /* 10 ÷ $rembase */
	font-weight: 400; /* normal */
	color:#717171; 
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased;
	background:url(img/bg-top.png) top right no-repeat;	
}
.cmplz-cookiebanner ul li {
	list-style: none !important;
}
#top_nav:focus-within ul li:focus-within ul.sub-menu {
	display: list-item;
  }

  #main_nav:focus-within ul li:focus-within ul.sub-menu {
	display: list-item;
  }

  #top_nav:focus-within ul li ul.sub-menu li.menu-item-has-children:focus-within ul.sub-menu {
	display: list-item;
	opacity: 1;
	display: block;
  }

  #main_nav:focus-within ul li ul.sub-menu li.menu-item-has-children:focus-within ul.sub-menu {
	display: list-item;
	opacity: 1;
	display: block;
  }

.skip a, #skip a { 
	position:absolute; 
	left:-10000px; 
	top:auto; 		
	width:1px; 
	height:1px; 
	overflow:hidden;
	background: vars.$base_color;
	color: vars.$white;
} 
.skip a:focus, #skip a:focus { 
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 10px;
    z-index: 99999999999999;
    overflow: visible;
    padding: 20px 30px;
} 

.container {
	max-width: 1570px; /* CHANGE ME TO MATCH YOUR WEBSITE DESIGN */
	width: 90%;
	margin: 0 auto;
}

.home .btn-mayecreate {
	display: block !important;
}

.homebtn-row {
	margin-top: -65px;
}
.premium-countup__desc, .premium-title-text-title {
	text-align: center;
}
.premium-title-header {
	text-align: center;
}
.premium-countup__increment {
	display: inline;
	vertical-align: middle;
	font-weight: 700;
	font-style: italic;
}
.premium-countup__suffix {
	display: inline;
	vertical-align: middle;
	font-weight: 600;
	font-style: italic;
	font-size: 80px;
}

/* PAGEBREAK STYLES
======================================== */
.pagebreak {
	padding: 50px 0;
	background: #fff;
}

.pagebreak_grey {
	padding: 50px 0;
	background: rgba(210,210,210,.09);
}

.borders {
	border-left: none;
	border-right:none;
}

.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: 0;
}
.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: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pagebreak_wide {
	background-size: cover !important;
	overflow: hidden;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: unset !important;
}
.pagebreak_wide .pagebreak_wide_inner {
	padding: 60px 20px;
	background: rgba(22,22,22,.76);
	width: 95%;
	max-width: 1000px;
	margin:0;
	position: relative;
}

.pagebreak_wide .pagebreak_wide_inner:after {
	background: url(img/pagebreak-after.png) top left no-repeat;
    position: absolute;
    content: '';
    top: 0;
    right: -150px;
    width: 150px;
    height: 100%;
    background-size: 100% 100%;
}

.pagebreak_full {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: unset !important;
}

.pagebreak_full .pagebreak_full_inner {
	padding: 60px 10%;
	background: rgba(255,255,255,.82);
	width: 100%;
	margin:0 auto;
}
/* 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: 30px auto;
	border-bottom: 2px solid #444;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
}

/* 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: #003481;
	text-decoration:underline; 
	-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: #a75e00;
	text-decoration: underline; /* change to none if you don't want links to be underlined wehn hovered */
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
}

.pagehead {
	display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 150px!important;
    margin-bottom: 40px;
}

.pagehead-blk {
	display: block;
    background: #000;
    height: 150px!important;
    margin-bottom: 40px;
}

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: proxima-nova, sans-serif;
}
h1, h1.entry-title {
	font-family: proxima-nova, sans-serif;
	color: #000000;
	font-weight: 500;
	font-size: 30px;
	font-size: 3rem;
}
h2, .h2 {
	font-family: proxima-nova, sans-serif;
	color: #161616;
	font-weight: 700;
	font-size: 28px;
	font-size: 2.8rem;
}

.center2 {
	color: #717171;
	font-weight: 500;
	text-align: center;
	padding-bottom: 30px;
	background: url(img/h2-line.png) bottom center no-repeat;
}

h3, .h3 {
	font-family: proxima-nova, sans-serif;
	color: #3a3a3a;
	font-weight: 600;
	font-size: 25px;
	font-size: 2.5rem;
}
h4, .h4, .biglist ul li {
	font-family: proxima-nova, sans-serif;
	color: #161616;
	font-weight: 400;
	font-size: 23px;
	font-size: 2.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-family: proxima-nova, sans-serif;
	color: #3b3b3b;
	font-weight: 400;
	font-size: 20px;
	font-size: 2.0rem;
}
h6, .h6 {
	font-family: proxima-nova, sans-serif;
	color: #3f3f3f;
	font-weight: 600;
	font-size: 20px;
	font-size: 2.0rem;
}

.block {
	display: block !important;
}

/* 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: 18px;
	font-size: 1.8rem; /* 10 ÷ $rembase */
	margin:0 0 20px 0;
}

.highlight {
	font-weight: 700;
	color: #F4B92D;
}

b, strong {
	color: #161616;
}

.h4.white-text {
	color: #fff;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin:0 0 0 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style-position:outside; 
}
li ol, li ul {
	margin:10px 0 10px 30px;
	padding:0;
}
li {
	margin:10px 0;
	padding-left: 5px;
}
ul li {
	list-style-image: url(img/Bullet-2.png);
}

/* PAGEBREAK COLORS
=========================================  */
.pagebreak h1, .pagebreak h2, .pagebreak h3, .pagebreak h4, .pagebreak h5, .pagebreak h6, .pagebreak p, .pagebreak li, .pagebreak a:link, .pagebreak a:visited {
	
}

.pagebreak_wide h1, .pagebreak_wide h2, .pagebreak_wide h3, .pagebreak_wide h4, .pagebreak_wide h5, .pagebreak_wide h6 {
	color: #F4B92D;
}

.pagebreak_wide p, .pagebreak_wide li, .pagebreak_wide b, .pagebreak_wide strong {
	color: #fff;
}

.pagebreak_full h1, .pagebreak_full h2, .pagebreak_full h3, .pagebreak_full h4, .pagebreak_full h5, .pagebreak_full h6, .pagebreak_full p, .pagebreak_full li {
	color: #000;
	text-shadow: 0 0 5px #fff;
}

.pagebreak_full a.btn-mayecreate {
	text-shadow: none!important;
}

.pagebreak_wide a:link, .pagebreak_wide a:visited {
	color: #77c4db;
}

.pagebreak_wide a:hover, .pagebreak_wide a:active, .pagebreak_wide a:focus {
	color: #fdcd5d;
}


/* HEADER
==========================================  */
#branding-container {
	margin: 0;
	margin-left: 4%;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 70%;
	max-width: 200px;
}
#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: 325px;
	margin: auto;
	z-index: 1100;
}

/* HOME SLIDER
==========================================  */
div#homefeatured {
	display: none;
}
div#homefeatured {
	display: block;
	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: 40vh;
}
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:0;
	bottom: 0;
	margin: auto;
	height: 200px;
	width: 100%;
	text-align: center;
	padding: 50px 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;
}
div#homefeatured .slideDesc .slideTitle {
	display: none;
	font-size: 45px;
	font-size: 4.5rem;
	color: #ffffff;
}
div#homefeatured .slideDesc .slideText {
	display: none;
	font-size: 20px;
	font-size: 2rem;
	color: #ffffff;
}			
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;
}
#navbarBottom{ /* Main Navbar */
	display: block;
	background: #fff;
	border: none !important;
	 margin-top: 50px;
	 padding: 0;
}

.affix #navbarBottom{ /* Main Navbar */
	display: block;
	background: #fff;
	border: none !important;
	 margin-top: 0px;
	    border-top: 10px solid #171717 !important;
    border-bottom: 5px solid #171717 !important;
	padding: 0;
}

#main_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{
}
.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: #666;
}
.nav-button span::before,
.nav-button span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
	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: #6d9e42;
	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;
	text-decoration: none;
}
.mm-listview > li.active{
	background: #F4B92D;
}
.mm-listview > li.active > a{
	color: #000;
}
.mm-menu .mm-header > a {
 	color: #cb0032;
	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%;
}

.mm-menu.mm-pageshadow.mm-right:after {
    display: none;
}

/* 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;
}


/* CONTENT SECTIONS
==========================================	*/
#homeContentWrap, #contentwrap{
	min-height: 50px;
	padding-top: 0 !important;
}
#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;
}



/* BLOG
==========================================  */
.card {
	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;
}
.card:hover, .card:focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 2px 10px 0 rgba(0, 0, 0, .25);
}
.card-image {
	padding:  0;
	position: relative;
	width: 100%;
}
.card-image img{
	width: 100%;
	height: auto;
}
.cardTitle{
	position: absolute;
	bottom: 18%;
	left: 5%;
	right: 5%;	
}
.cardTitle a{
	font-family: 'Roboto', sans-serif;
	color: #ffffff; 
	font-weight: 300;
}
.card-content{	
	padding: 5%;
	color: #000000;
}
.card-image .postDate{
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat{
	position: absolute;
	bottom: 3%;
	left: 5%;
	color: #ffffff;
	font-weight: 300;
}
.card-image .postCat a{
	color: #ffffff;
	font-weight: 300;
}


/* 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;
}
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: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 10px solid #717171;
}
footer.site-footer .aside{
	padding-top: 20px;
	padding-bottom: 20px;
}
footer.site-footer #footer-logo img {
    margin-top: 0;
}

#credits span {
	display:block;
	height:0;
	overflow:hidden;
}

#credits {
	display: block;
	clear: left;
}

#credits p, #credits a {
	font-size: 18px;
	text-align:center;
	color: #717171;
}

#credits a {
	text-decoration: underline;
}

#credits a:hover {
	text-decoration: underline;
	color: #F4B92D;
}

#credits .divider {
	border-bottom:#C9C9C9;
	padding-top:30px;
}
#credits #footer-address p {
	text-align: center; 
}

#footer_nav{
	display: none;
	float: right;
} 

/* 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 {
	margin-bottom: 0px;	
}

/* 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. */
}

/* BUTTONS: From Shortcodes
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	background: #000;
	display: table;
	padding: 15px 25px;
	margin:0 auto 20px auto;
	text-align: center;
	line-height: 120%;
	height: auto;
	vertical-align: middle;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	text-decoration: none !important;
}

.homebtn-row .btn-mayecreate.large{ 
	max-width: 500px;
}
.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: #C9C9C9;
	color: #000;
	text-decoration: none !important;
}
.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 {
	background: #000;
	color: #fff;
	padding: 20px !important;
}
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: #717171;
	color: #000;
}


.btn-mayecreate.medium, a.btn-mayecreate.medium:link, a.btn-mayecreate.medium:visited, .wp-block-button.medium a:link, .wp-block-button.medium a:visited {
	background: #000;
	display: block !important;
}
a.btn-mayecreate.medium:hover, a.btn-mayecreate.medium:active, a.btn-mayecreate.medium:focus, .wp-block-button.medium a:hover, .wp-block-button.medium a:active {
	background: #DEC488;
	color: #161616;
	display: block !important;
}

.btn-mayecreate.black, a.btn-mayecreate.black:link, a.btn-mayecreate.black:visited, .wp-block-button.black a:link, .wp-block-button.black a:visited {
	background: url(img/btn-bg.png) center center no-repeat #161616;
	background: cover;
}
a.btn-mayecreate.black:hover, a.btn-mayecreate.black:active, a.btn-mayecreate.black:focus, .wp-block-button.black a:hover, .wp-block-button.black a:active {
	background: url(img/btn-bg.png) center center no-repeat #AAAAAA;
	background: cover;
	color: #000;
}

.btn-mayecreate.yellow, a.btn-mayecreate.yellow:link, a.btn-mayecreate.yellow:visited, .wp-block-button.yellow a:link, .wp-block-button.yellow a:visited {
	background: url(img/btn-bg.png) center center no-repeat #F4B92D;
	background: cover;
	color: #161616;
}
a.btn-mayecreate.yellow:hover, a.btn-mayecreate.yellow:active, a.btn-mayecreate.yellow:focus, .wp-block-button.yellow a:hover, .wp-block-button.yellow a:active {
	background: url(img/btn-bg.png) center center no-repeat #717171;
	background: cover;
	color: #fff;
}

.btn-mayecreate.grey, a.btn-mayecreate.grey:link, a.btn-mayecreate.grey:visited, .wp-block-button.grey a:link, .wp-block-button.grey a:visited {
	background: url(img/btn-bg.png) center center no-repeat #717171;
	background: cover;
}
a.btn-mayecreate.grey:hover, a.btn-mayecreate.grey:active, a.btn-mayecreate.grey:focus, .wp-block-button.grey a:hover, .wp-block-button.grey a:active {
	background: url(img/btn-bg.png) center center no-repeat #C9C9C9;
	background: cover;
	color: #161616;
}

.prod_button {
	border: 9px solid #161616;
	background-color: #fff;
	color: #161616;
}

.prod_button a {
	text-decoration: none;
}



.prod_icon {
	min-height: 150px;
	max-height: 150px;
	background-size: auto 65% !important;
	display: block;
}

.prod_button h2 {
	padding: 15px 0;
	text-align: center;
	margin: 0 40px;
	border-top: 7px solid #F4B92D;
	line-height: 130%;
	font-size: 19px;
	font-size: 1.9rem;
	color: #000;
}

.prod_button p.h4 {
	display: none;
	color: #000;
	text-align: center;
	line-height: 130%;
	text-shadow: 0 0 0 #fff;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
}


.prod_button p.h4 {
	padding: 15px 25px;
}

.prod_button:hover h2, .prod_button:active h2 {
	display: 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;
}

.prod_button:hover p.h4, .prod_button:active p.h4 {
	display: block;
	margin-bottom: 0;
	border-top: 7px solid #F4B92D;
	-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;
}

.prod_text {
	background: #fff;
	min-height: 100px;
	max-height: 100px;
	display: block;
}

.prod_button:hover a .prod_text {
	background: #F4B92D;
	-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;
}


.prod_text h4 {
	margin: 0 auto !important;
}

.prod_text a:hover {
	text-decoration: none;
}

/* COLLAPSEOMATIC
==========================================  
.collapseomatic {
	backround-image: none;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin:10px 0;
	line-height: 120%;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}

.collapseomatic:before {
	background: url("img/staff_triangle.png") -28px 2px no-repeat;
	background-size: auto;
	content: '';
	z-index: 999999999;
	width: 100%;
	height: 90px;
	display:block;
	position: absolute;
	margin: -30px 0 0 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;
}

.colomat-hover:before {
	background: url("img/staff_triangle_hover.png") -28px 2px no-repeat;
	background-size: auto;
	height:90px;
}

.collapseomatic img {
	border-bottom: 6px solid black;
	z-index: -9999999;
}

.collapseomatic img:hover {
	border-bottom: 6px solid #F4B92D;
}

.colomat-hover {
	text-decoration: none;
}

.colomat-close {
	text-decoration: none;
}
.collapseomatic_excerpt, .collapseomatic_content {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	padding:15px 0;
	border-bottom: 6px solid #F4B92D;
	margin: 0 0;
}

.collapseomatic_excerpt p, .collapseomatic_content p {
	line-height: 120%;
}*/



/* 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 .fa {
    font-size: 32px;
    color: rgba(235,192,28,1);
}
ul.social li a:hover .fa {
    font-size: 32px;
    color: rgba(235,192,28,.7);
}

/* 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 */
}

 
/* 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;
}

/* Team
====================================  */
.team_image img {
	border-bottom: 7px solid #222222;
	margin: 0 auto 20px auto;
}

.team_name, .team-group, .team-email {
	text-align: center;
}

.team-title {
	color: #222;
	text-align: center;
}

.team_box {
	max-width: 315px;
	margin: 50px auto 0 auto;
}

.team_wrapper_collapse .team_box {
	max-width: 445px;
}
.team_box_wrapper, .team_box_wrapper * {
	text-decoration: none !important;
}

/* Experts COLLAPSEOMATIC
==========================================  */
.team_wrapper_collapse {
	float: none;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    text-align: left;
	
}

.team_wrapper_collapse .collapseomatic {
	background: none;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin:10px 0;
	line-height: 120%;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}

.team_wrapper_collapse .collapseomatic .team_image:before{
	background: url("img/staff_triangle.png") -30px top no-repeat;
	background-size: auto;
	content: '';
	z-index: 99;
	width: 100%;
	height: 90px;
	display:block;
	position: absolute;
	margin: -28px 0 0 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;
}

.team_wrapper_collapse .colomat-hover .team_image:before {
	background: url("img/staff_triangle_hover.png") -30px top no-repeat;
	background-size: auto;
	height:90px;
}

.team_wrapper_collapse .collapseomatic img {
	border-bottom: 6px solid black;
	z-index: -9999999;
}

.team_wrapper_collapse .collapseomatic img:hover {
	border-bottom: 6px solid #F4B92D;
}

.team_wrapper_collapse .colomat-hover {
	text-decoration: none;
}

.team_wrapper_collapse .colomat-close {
	text-decoration: none;
}
.biobox .collapseomatic_excerpt, .biobox .collapseomatic_content {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	padding:15px 0;
	border-bottom: 6px solid #F4B92D;
	margin: 0 0 30px 0;
}

.team_wrapper_collapse .collapseomatic_excerpt p, .team_wrapper_collapse .collapseomatic_content p {
	line-height: 120%;
}

/* 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;
}

/* TABLES
====================================  */
table, table .wp-block-advgb-table, table .advgb-table-frontend {
	font-size: 15px;
	font-size: 1.5rem;
	background: #fff;
	width: 100%;
	border: 1px solid #161616;
	margin: 0 auto !important;
}

td, .wp-block-advgb-table td, .advgb-table-frontend td {
	padding: 5px 5px;
	border-bottom: 1px solid #161616;
}

th, .wp-block-advgb-table thead tr:last-child td {
	padding: 10px 10px;
	height: 50px;
	background: #F4B92D;
	color: #161616;
	border-bottom: 1px solid #161616;
	font-size: 24px;
	font-size: 2.4rem;
}

tr:nth-child(even), .wp-block-advgb-table tr:nth-child(even), .advgb-table-frontend tr:nth-child(even) {
	background: #ededed;
}

.cbase tr:nth-child(odd) {
	font-size: 18px;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_4cbe96-b4 > .kt-inside-inner-col, .kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_9681ed-ea > .kt-inside-inner-col {
	min-height: 65px;
}

/* 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%;
}


.premium-countup__info {
	font-style: italic;
}

.premium-countup__increment {
	font-size: 100px !important;
	font-size: 10rem !important;
}

.statistics {
	font-weight: 400;
	font-size: 25px;
	font-size: 2.5rem;
	color: #232323;
	line-height: 120%;
}




		/* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			
			.pagehead {
				display: block;
				background-repeat: no-repeat;
				background-size: cover;
				background-position: center center;
				height: 250px!important;
				margin-bottom: 40px;
			}
			
			.page-id-1220 .col-sm-6:nth-child(2n+1) {
				clear: left;
			}
			
			.homebtn-row .btn-mayecreate.large{ 
				max-width: 300px;
			}

		    /* TYPOGRAPHY: HEADINGS
			==========================================  */
			/* TYPOGRAPHY: PARAGRAPHS
			==========================================  */
			/* TYPOGRAPHY: LIST ITEMS
			==========================================  */
			/* TYPOGRAPHY
			===========================================  */
			body {
				font-size: 18px;
				font-size: 1.8rem;
			}
			h1, h1.entry-title {
				font-size: 35px;
				font-size: 3.5rem;
			}
			h2, .h2 {
				font-size: 30px;
				font-size: 3rem;
			}
			h3, .h3 {
				font-size: 25px;
				font-size: 2.5rem;
			}
			h4, .h4, .biglist ul li {
				font-size: 23px;
				font-size: 2.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: 20px;
				font-size: 2.0rem;
			}
			h6, .h6 { 
				font-size: 20px;
				font-size: 2.0rem;
			}
			p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
				font-size: 18px;
				font-size: 1.8rem;
			}
			
			table, table .wp-block-advgb-table, table .advgb-table-frontend {
				font-size: 18px;
				font-size: 1.8rem;
			}
			
			.cbase tr:nth-child(odd) {
				font-size: 21px;
				font-size: 2.1rem;
			}
			/* HEADER
		    ==========================================  */
		  	#branding-container {
				margin:0;
				padding-top: 15px;
				padding-bottom: 15px;
				width: auto;
				max-width: 300px;
			}
			#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: 250px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			#navigation .navbar {
				margin-bottom: 0;
			}
			
			#navigation.affix .navbar-default {
				background-color: #fff;
				border-top: 10px solid #171717 !important;
				border-bottom: 5px solid #171717 !important;
				margin-top: 0;
			}
			#navigation.affix #main_nav a {
				font-size: 15px;
				padding: 15px 8px;
			}
			/* 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-row-layout-inner > .kt-row-column-wrap > .kadence-column_4cbe96-b4 > .kt-inside-inner-col, .kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_9681ed-ea > .kt-inside-inner-col {
				min-height: 95px;
			}
			
			.prod_button h2 {
				font-size: 22px;
				font-size: 2.2rem;
			}
			#credits a,  #credits p {
				text-align: right;
			}
			#credits #footer-address p {
				text-align: left; 
			}
		}


				/* Medium devices (desktops, 992px and up) */
				@media (min-width: 992px) {
					
					.team_wrapper_collapse {
						float: none;
						display: inline-block;
						width: calc(100% / 3 - 4px);
						padding: 35px;

					}
					
					div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
						height: 60vh;
					}
					
					.homebtn-row .btn-mayecreate.large{ 
						max-width: 1000px;
					}
					
					/* PAGEBREAKS
					=========================================== */
					
					.page-id-1220 .col-sm-6:nth-child(2n+1) {
						clear: none;
					}
					
					.page-id-1220 .col-md-4:nth-child(3n+1) {
						clear: left;
					}
					
					.pagebreak_left_content, .pagebreak_left_img {
						float: left;
						width: 50%;
					}
					.pagebreak_right_content, .pagebreak_right_img {
						float: right;
						width: 50%;
					}
					
					.pagebreak_wide .pagebreak_wide_inner {
						padding: 60px 100px;
					}
					
					.pagebreak_wide {
						background-size: cover !important;
						background-repeat: no-repeat !important;
						background-position: top center !important;
						background-attachment: fixed !important;
					}
				    
					/* TYPOGRAPHY
					===========================================  */
					body {
						font-size: 20px;
						font-size: 2.0rem;
					}
					h1, h1.entry-title {
						font-size: 45px;
						font-size: 4.5rem;
					}
					h2, .h2 {
						font-size: 35px;
						font-size: 3.5rem;
					}
					h3, .h3 {
						font-size: 30px;
						font-size: 3rem;
					}
					h4, .h4, .biglist ul li {
						font-size: 25px;
						font-size: 2.5rem;
					}
					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;
					}
					h6, .h6 { 
						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 {
						font-size: 20px;
						font-size: 2.0rem;
					}
					
					table, table .wp-block-advgb-table, table .advgb-table-frontend {
						font-size: 20px;
						font-size: 2rem;
					}
					
					.cbase tr:nth-child(odd) {
						font-size: 23px;
						font-size: 2.3rem;
					}

					/* HEADER
				    ==========================================  */
				    #branding-container {
				    	max-width: 225px;
				    }
				    #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 */
				    }  


				    /* 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: #fff;
				    	margin: 0;
				    	padding: 0;
				    	width: 250px;
				    	min-width: 250px;
				    	max-width: 300px;
				    	border: 1px solid #e7e7e7;
				    	border-top: none;
				    }
					#main_nav ul li:hover ul {
				    	list-style: none;
				    	display: list-item;
					}
					#main_nav ul ul li {
				    	float: none;
						position: relative;
				    }
					#main_nav ul li ul li ul.sub-menu {
						position: absolute;
						right: -250px;
						top: 0;
						display: none;
						opacity: 0;
						z-index: 9999;
					}
					#main_nav ul li ul li:hover ul.sub-menu {
						display: block;
						opacity: 1;
					}
					
				    #main_nav a:link, #main_nav a:visited {
				    	display: inline-block;
						font-family: proxima-nova, sans-serif;
				    	margin: 0;
				    	text-decoration: none;
				    	font-size: 15px;
				    	padding: 18px 10px;
				    	text-transform: uppercase;
				    	color: #000000;
				    	font-weight: 500;
						border-top: 10px solid #fff;
					}
					#main_nav a:hover, #main_nav a:active, #main_nav a:focus, #main_nav > ul > li.active > a, #main_nav > ul > li > ul > li.active > a {
				    	/* if you have different color for Nav link hover state, change it here */
				    	color: #000;
				    	text-decoration:none;
						border-top: 10px solid #F4B92D;
				    }
				    #main_nav ul ul li a {
				    	padding: 10px 15px 10px 15px !important;
				    	width: 100% !important;
						font-size: 16px !important;
				    } 
					
					#mobile_menu {
				    	display: none;
				    }
					
					.online {
						border-top: none !important;
						background: #F4B92D !important;
						margin-top: 10px !important;
					}
					
					.site-footer .online {
						border-top: none !important;
						background: #F4B92D !important;
						margin-top: 10px !important;
						clear: left;
						float: right !important;
					}
					
					#main_nav .online a:link, #main_nav .online a:visited {
						border-top: none !important;
						background: #F4B92D !important;
						padding: 18px 20px;
					}
					
					.online:hover {
						border-top: none !important ;
						background: #000 !important;
						color: #fff !important;
					}
					
					#main_nav .online a:hover, #main_nav .online a:active, #main_nav .online a:focus {
				    	border-top: none !important ;
						background: #000 !important;
						color: #fff !important;
				    }

				    /* FOOTER NAVIGATION
				    ==========================================  */
					#credits span {
						display:inline;
						height:auto;
						overflow:hidden;
					}
					
				    #footer_nav {
				    	display: table;
				    }
				    #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;
						color: #000;
				    	font-size: 15px;
				    	font-size: 1.5rem;
				    	padding: 25px 10px 15px 10px;
						font-weight: 700;
						text-transform: uppercase;
						border-bottom: 5px solid transparent;
				    	/* 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: #000;
						border-bottom: 5px solid #000;
				    	/* if you have different color for Nav link hover state, change it here */
				    }
					

					/* 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 20px 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 20px 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.center:link, a.btn-mayecreate.center:visited {
						margin: 0 auto 20px auto !important;
					}
					
					.prod_button h2 {
						font-size: 23px;
						font-size: 2.3rem;
					}

					
					/* PAGE ITEMS
					====================================  */
					.statistics {
						font-size: 35px;
						font-size: 3.5rem;
					}
				}

						/* Large devices (large desktops, 1200px and up) */
						@media (min-width: 1200px) { 
							
							.borders {
								border-left: 1px solid #707070;
								border-right: 1px solid #707070;
								padding: 0 20px;
							}
							
							.pagehead {
								display: block;
								background-repeat: no-repeat;
								background-size: cover;
								background-position: center bottom;
								background-attachment: fixed;
								height: 480px!important;
								margin-bottom: 40px; 
							}
							
							.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_4cbe96-b4 > .kt-inside-inner-col, .kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_9681ed-ea > .kt-inside-inner-col {
								min-height: 55px;
							}
							
							#footer_nav a:link, #footer_nav a:visited {
								font-size: 13px;
								font-size: 1.35rem;
								padding: 40px 10px 15px 10px;
								/* if you have different color for Nav links, change it here */
							}
							
							
							div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
								height: 80vh;
							}
							
							#main_nav a:link, #main_nav a:visited {
								font-size: 16px;
								padding: 20px 10px;
							}
							
							#navigation.affix #main_nav a {
								font-size: 17px;
								padding: 15px  12px;
							}

							#navigation.affix #branding-container {
								max-width: 350px;
								padding-top: 10px;
								padding-bottom: 10px;
							} 

							/* PAGEBREAKS
							=========================================== */
							.pagebreak_left_content, .pagebreak_right_content {
								width: calc(100% / 3 * 2);
							}
							.pagebreak_left_img, .pagebreak_right_img {
								width: calc(100% / 3);
							}
							
							.pagebreak_wide .pagebreak_wide_inner {
								margin: 0;
							}
							
							.pagebreak_full {
								background-size: cover !important;
								background-repeat: no-repeat !important;
								background-position: top center !important;
								background-attachment: fixed !important;
							}
						    							
							/* TYPOGRAPHY
							===========================================  */
							body {
								font-size: 23px;
								font-size: 2.3rem;
							}
							h1, h1.entry-title {
								font-size: 60px;
								font-size: 6rem;
							}
							h2, .h2 {
								font-size: 50px;
								font-size: 5rem;
							}
							h3, .h3 {
								font-size: 45px;
								font-size: 4.5rem;
							}
							h4, .h4 {
								font-size: 35px;
								font-size: 3.5rem;
							}
							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: 29px;
								font-size: 2.9rem;
							}
							h6, .h6 { 
								font-size: 25px;
								font-size: 2.5rem;
							}
							p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
								font-size: 21px;
								font-size: 2.1rem;
							}
							
							table, table .wp-block-advgb-table, table .advgb-table-frontend {
								font-size: 21px;
								font-size: 2.1rem;
							}

							.cbase tr:nth-child(odd) {
								font-size: 24px;
								font-size: 2.4rem;
							}
							
							/* LIST ITEMS
							==========================================  */
							ol, ul {
								margin:20px 0 20px 40px;
								padding:0;
							}

							/* HEADER
						    ==========================================  */
						    #branding-container {
						      max-width: 225px;
						    }
						    #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%;
							}
							
							
							/* PAGE ITEMS
							====================================  */
							#main_nav a:link, #main_nav a:visited {
								font-size: 18px;
							}
							
							/* TABLES
							==================================== */
							td, .wp-block-advgb-table td, .advgb-table-frontend td {
								padding: 15px 35px;
							}

							th, .wp-block-advgb-table th, .advgb-table-frontend th {
								padding: 15px 35px;
								height: 50px;
							}
							
							th, .wp-block-advgb-table thead tr:last-child td {
								font-size: 30px;
								font-size: 3rem;
							}
							
							.page-id-1220 .col-md-4:nth-child(3n+1) {
										clear: none;
									}
									
									
							.page-id-1220 .col-lg-3:nth-child(4n+1) {
								clear: left;
							}

							
						}
							@media (min-width: 1366px) {
								/* TYPOGRAPHY
								===========================================  */
								#footer_nav a:link, #footer_nav a:visited {
									font-size: 16px;
									font-size: 1.6rem;
									padding: 30px 11px 15px 11px;
									/* if you have different color for Nav links, change it here */
								}
								
								#branding-container {
								  max-width: 400px;
								}
								
								#main_nav a:link, #main_nav a:visited {
									font-size: 16px;
									padding: 23px 20px;
								}
								
								body {
									font-size: 22px;
									font-size: 2.2rem;
								}
								h1, h1.entry-title {
									font-size: 70px;
									font-size: 7rem;
								}
								h2, .h2 {
									font-size: 50px;
									font-size: 5rem;
								}
								h3, .h3 {
									font-size: 45px;
									font-size: 4.5rem;
								}
								h4, .h4, .biglist ul li {
									font-size: 35px;
									font-size: 3.5rem;
								}
								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: 30px;
									font-size: 3rem;
								}
								h6, .h6 { 
									font-size: 26px;
									font-size: 2.6rem;
								}
								p, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
									font-size: 22px;
									font-size: 2.2rem;
								}
								
								table, table .wp-block-advgb-table, table .advgb-table-frontend {
									font-size: 22px;
									font-size: 2.2rem;
								}
								
								.cbase tr:nth-child(odd) {
									font-size: 25px;
									font-size: 2.5rem;
								}

								.kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_4cbe96-b4 > .kt-inside-inner-col, .kt-row-layout-inner > .kt-row-column-wrap > .kadence-column_9681ed-ea > .kt-inside-inner-col {
									min-height: 100px;
								}								
							}
						
								@media (min-width: 1550px) {

									/* Place to add stylesheets if you want to target monitors 
									bigger than a desktop. */
									
									#footer_nav a:link, #footer_nav a:visited {
										font-size: 19px;
										font-size: 1.9rem;
										/* if you have different color for Nav links, change it here */
									}
									
									#main_nav a:link, #main_nav a:visited {
										font-size: 20px;
									}
									
									.margin-top {
										margin-top: -105px;
									}
									
									.statistics {
										font-size: 45px;
										font-size: 4.5rem;
									}
								}
								
									@media (min-width: 1700px) {
                                        
                                        #footer_nav a:link, #footer_nav a:visited {
                                            font-size: 20px;
                                            font-size: 2rem;
                                            padding: 30px 14px 15px 14px;
                                            /* if you have different color for Nav links, change it here */
                                        }

										/* Place to add stylesheets if you want to target monitors 
										bigger than a desktop. */
									}




