/*
Theme Name: Achieve Atlanta Twenty-One
Theme URI: http://achieveatlanta.com/
Description: A WordPress theme for the Achieve Atlanta website using Bootstrap 4.6.0
Version: 1.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.org/
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS */

/*-------------------------------------------------------------------------*/

/* blue = #00416A */
/* orange = #E14301 */
/* gray = #727272 */
/* light beige bg = #F9F7F0 */
/* black = #2A2A2A */

.text-blue {
	color: #00416A;
}
.text-orange {
	color: #E14301;
}
.text-black {
	color: #2A2A2A;
}
.text-gray {
	color: #727272;
}

/*-------------------------------------------------------------------------*/

/* FONTS */

/*-------------------------------------------------------------------------*/

/* font-family: 'Nunito Sans', Helvetica, Arial, sans-serif; (400, 900) */

/*
@font-face {
    font-family: 'wisdom_scriptregular';
    src: url('assets/fonts/wisdom_script_aj-webfont.woff2') format('woff2'),
         url('assets/fonts/wisdom_script_aj-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
/* font: normal 17px/180% 'Nunito Sans', Helvetica, Arial, sans-serif; */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	/* background: #FFF url(assets/images/bg_paper.png) repeat top left; */
	background: #FFF;
	font: 400 17px/180% 'Nunito Sans', Helvetica, Arial, sans-serif;
	color: #525252;
	font-variant-ligatures: no-common-ligatures; /* no ligatures */
}
header, a, img, li{
    transition: all 0.3s ease;
}
a {
	color: #00416A;
	text-decoration: underline;
    transition: all 0.3s ease;
}
a:hover {
	color: #E14301;
}
a:active,
a:focus {
	color: #00416A;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
	text-decoration: none;
}
a:hover.no-border {
	border-bottom: none;
	text-decoration: none;
	filter: alpha(opacity=60);
    opacity: 0.6;
}
a[href^="tel:"] {
	white-space: nowrap;
}
a[data-toggle] {
	cursor: pointer;
}
p {
	margin: 0 0 24px 0;
}
ul, ol {
	margin: 0 0 24px 0;
}
li {
	/* line-height: 140%; */
	margin: 0 0 12px 0;
}
li li {
	margin-top: 12px;
}
ol {
	list-style-type: decimal;
}
ol li {
	margin: 0 0 12px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
    font-weight: 700;
}
em, i {
	font-style: italic;
}
address {
    margin-bottom: 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
}
blockquote {
	clear: both;
	color: #727272;
	background-color: #F9F7F0;
	font-size: 22px;
	font-weight: 900;
	line-height: 150%;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 30px;
	margin: 0 0 32px 0;
	overflow: hidden;
}
blockquote p:last-child {
	margin: 0;
}
.alert {
    margin-bottom: 24px;
}
hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

.content-wrapper {
	padding-top: 0;
}
@media (min-width: 992px) {
	.content-wrapper {
		padding-top: 0;
	}
}
@media (min-width: 1366px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
    	max-width: 1280px;
	}
}
#content {
	clear: both;
}
footer {
    clear: both;
    background: #00416A url(assets/images/mark_achieve_atlanta_transparent_white.png) no-repeat bottom right;
    background-size: contain;
    width: 100%;
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar {
	background-color: #00416A;
	background-image: url(assets/images/bg_mark_navigation.png),
	linear-gradient(179deg, #00416A 0%, #005184 100%);
	background-position: left;
	background-repeat: no-repeat;
    transition: all 0.3s ease;
}
.navbar a {
	border-bottom: none;
}
.navbar a:hover {
	border-bottom: none;
}
#ps2id-dummy-offset {
	height: 20px;
}
@media (min-width: 992px) {
	.navbar {
		background-color: transparent;
		background-image: linear-gradient(-180deg, rgba(0,0,0,0.60) 4%, rgba(0,0,0,0.00) 98%);
		border: none;
	}
	#ps2id-dummy-offset {
		height: 200px;
	}
}

/* --- POSTIION NOT FIXED FOR MOBILE --- */

header {
    position: relative;
	width: 100%;
}
.fixed-top {
    position: relative;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.45);
	width: 100%;
}
@media (min-width: 992px) {
	.fixed-top {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
		box-shadow: none;
		padding-left: 0;
		padding-right: 0;
	}
	.fixed-top.nav-small {
		background-color: #00416A;
		background-image: url(assets/images/bg_mark_navigation.png),
		linear-gradient(179deg, #00416A 0%, #005184 100%);
		background-position: left;
		background-repeat: no-repeat;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,0.45);
	}
}

/* --- MOBILE LOGO --- */

.navbar .logo h1 {
	font-size: 24px;
	line-height: 100%;
	margin: 0;
}
.navbar .logo > a {
	display: inline-block;
	position: relative;
	text-align: left;
	margin: 10px 0 10px 10px;
	width: 62px;
	height: 80px;
	transition: all 0.3s ease;
	z-index: 1040;
}
.navbar .logo > a img {
	max-height: 100%;
	transition: all 0.3s ease;
}

/* --- DESKTOP LOGO --- */

@media (min-width: 992px) {
	.navbar .logo > a {
		margin: 20px 0 50px 30px;
		width: 124px;
		height: 160px;
	}
	.navbar.nav-small .logo > a {
		margin: 14px 0 14px 30px;
        width: 62px;
    	height: 80px;
	}
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-toggler {
	margin: 0;
}
.nav-hamburger {
	width: 30px;
	height: 24px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-hamburger span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #FFF;
	border-radius: 3px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-hamburger span:nth-child(1) {
	top: 0px;
}
.nav-hamburger span:nth-child(2),
.nav-hamburger span:nth-child(3) {
	top: 9px;
}
.nav-hamburger span:nth-child(4) {
	top: 18px;
}
.nav-hamburger.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}
.nav-hamburger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-hamburger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-hamburger.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.mobile-nav-button {
	display: none;
	position: absolute;
	top: 33px;
	right: 75px;
}
@media (min-width: 360px) {
	.mobile-nav-button {
		display: inline-block;
	}
}
@media (min-width: 992px) {
	.mobile-nav-button {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

/* --- MENU BASICS --- */

.sf-menu,
.sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 1000;
}
.sf-menu li {
	position: relative;
	line-height: 100%;
	display: inline-block;
}
/* REMOVED FOR EDGE
.sf-menu > li {
	float: left;
} */
.sf-menu a {
	display: block;
	position: relative;
}


/* --- MAIN MENU STYLES --- */

.desktop-menu {
	display: none;
}
@media (min-width: 992px) {
	.desktop-menu {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 1001;
	}
}
.desktop-menu .sf-menu {
	float: right;
	margin: 63px 22px 0 0;
    transition: all 0.3s ease;
}
.nav-small .desktop-menu .sf-menu {
	margin: 53px 22px 0 0;
}
.desktop-menu .sf-menu ul {
	min-width: 12em;
}
.desktop-menu .sf-menu li {
	white-space: nowrap;
	margin: 0 0 0 5px;
}
.desktop-menu .sf-menu li:hover {
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}
.desktop-menu .sf-menu li.menu-item-has-children:hover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.desktop-menu .sf-menu li:hover > a {
	background-color: #FFF;
    border-radius: 4px;
	color: #00416A;
	text-decoration: none;
}
.desktop-menu .sf-menu .current-menu-item > a,
.desktop-menu .sf-menu .current_page_item > a {
	color: #FFF;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    text-decoration: none;
}
.desktop-menu .sf-menu .current-menu-ancestor > a,
.desktop-menu .sf-menu .current_page_ancestor > a {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    text-decoration: none;
}
.desktop-menu .sf-menu li a {
	color: #FFF;
    background-color: transparent;
    font-size: 14px;
    font-weight: 900;
    line-height: 120%;
	text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 13px 10px
}
.desktop-menu .sf-menu li.wpmenucartli a {
    margin-top: 0;
}
.desktop-menu .sf-menu li.wpmenucartli:hover a {
    border-radius: 4px;
}
@media (min-width: 1080px) {
    .desktop-menu .sf-menu li a {
        font-size: 15px;
        margin: 0;
        padding: 13px;
    }
}

/* --- SUB MENU STYLES --- */

.desktop-menu ul.sf-menu li ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	line-height: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 12px 5px;
}
.desktop-menu ul.sf-menu li ul li {
    display: block;
	background-color: transparent;
    border: none;
	box-shadow: none !important;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.desktop-menu ul.sf-menu li ul li a,
.desktop-menu ul.sf-menu li ul li.current-menu-item > a,
.desktop-menu ul.sf-menu li ul li.current_page_item > a {
	color: #525252;
	background-color: #FFF;
    border-radius: 4px !important;
	font-size: 14px;
	font-weight: 400;
    text-transform: none;
	margin: 0;
    padding: 8px;
}
.desktop-menu ul.sf-menu li ul li a:hover {
	color: #FFF;
	background-color: #00416A;
}

/* --- SECONDARY MENU STYLES --- */

.secondary-menu {
	display: none;
}
@media (min-width: 992px) {
	.secondary-menu {
	    display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 1002;
	}
}
.secondary-menu .sf-menu {
    float: right;
	margin: 22px 30px 0 0;
	transition: all 0.3s ease;
}
.nav-small .secondary-menu .sf-menu {
	margin: 15px 30px 0 0;
}
.secondary-menu .sf-menu ul {
    min-width: 12em;
}
.secondary-menu .sf-menu li {
	white-space: nowrap;
	margin: 0 0 0 3px;
}
.secondary-menu .sf-menu li:hover {
	border-radius: 4px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease;
}
.secondary-menu .sf-menu li.menu-item-has-children:hover a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.secondary-menu .sf-menu li:hover > a {
	background-color: #FFF;
	border-radius: 4px;
    color: #00416A;
	text-decoration: none;
}
.secondary-menu .sf-menu .current-menu-item > a,
.secondary-menu .sf-menu .current_page_item > a {
	color: #FFF;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    text-decoration: none;
}
.secondary-menu .sf-menu .current-menu-ancestor > a,
.secondary-menu .sf-menu .current_page_ancestor > a {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    text-decoration: none;
}
.secondary-menu .sf-menu li a,
.secondary-menu .sf-menu li.nav-text {
	color: #FFF;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
	text-decoration: none;
    text-transform: none;
    margin: 0;
    padding: 10px;
}
.secondary-menu li.nav-icon {
    top: -3px;
}
.secondary-menu li.nav-icon a {
    padding: 5px;
    cursor: pointer;
}
.secondary-menu li.nav-icon:hover {
	background-color: #FFF;
    box-shadow: none;
}
.secondary-menu .feather-calendar,
.secondary-menu .feather-facebook,
.secondary-menu .feather-instagram,
.secondary-menu .feather-twitter,
.secondary-menu .feather-search {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	cursor: pointer;
}

/* --- SUB MENU STYLES --- */

.secondary-menu ul.sf-menu li ul {
    display: none;
    background-color: #FFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
	line-height: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	max-height: initial;
	height: auto !important;
    margin: 0;
	padding: 10px 8px;
}
.secondary-menu ul.sf-menu li ul li {
    display: block;
    background: transparent;
    border: none;
	box-shadow: none !important;
    line-height: 100%;
	height: auto !important;
	margin: 0 !important;
}
.secondary-menu ul.sf-menu li ul li a,
.secondary-menu ul.sf-menu li ul li.current-menu-item a,
.secondary-menu ul.sf-menu li ul li.current_page_item a {
	color: #525252;
	background-color: #FFF;
    border-radius: 4px !important;
	font-size: 13px;
	font-weight: 400;
    text-transform: none;
	margin: 0;
    padding: 8px;
}
.secondary-menu ul.sf-menu li ul li a:hover {
	color: #FFF;
	background-color: #00416A;
}

/* --- DROP DOWN ARROWS --- */

/* .desktop-menu .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.7em;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
}
.desktop-menu .sf-menu li.no-arrow a {
    padding: 16px 18px 16px 16px;
}
.secondary-menu .sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.1em;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.2);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: rgba(0, 0, 0, 0.35);
} */

/* styling for right-facing arrows */

/* .sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-top-color: rgba(0, 0, 0, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: rgba(0, 0, 0, 0.5);
    border-top-color: transparent;
    margin-top: -6px;

} */

/* --- MEGAMENUS --- */

.sf-menu .mega-menu {
    position: inherit;
}
.sf-menu .mega-menu > ul {
    left: auto;
	border-radius: 4px;
	margin: 0;
}
.sf-menu .mega-menu > ul > li {
    float: left;
	margin: 0;
    padding: 0;
	padding-bottom: 0;
}
.sf-menu .mega-menu > ul > li a.title,
.sf-menu .mega-menu > ul > li a.column-title,
.sf-menu .mega-menu > ul > li a.title,
.sf-menu .mega-menu > ul > li.current-menu-item a.title,
.sf-menu .mega-menu > ul > li.current_page_item a.title {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 900;
	text-transform: uppercase;
    margin: 0;
	padding: 10px 8px;
    white-space: normal;
}
.sf-menu .mega-menu > ul > li a.title:hover,
.sf-menu .mega-menu > ul > li a.column-title:hover,
.sf-menu .mega-menu > ul > li.current-menu-item a.title:hover,
.sf-menu .mega-menu > ul > li.current_page_item a.column-title:hover {
    color: #FFF;
	background-color: #00416A;
}
.sf-menu .mega-menu > ul > li a.no-title {
	display: none;
}
.sf-menu .mega-menu > ul > li.no-link a.title:hover,
.sf-menu .mega-menu > ul > li.no-link a.column-title:hover {
    color: #4A4A4A;
	background-color: transparent;
}
.sf-menu .mega-menu > ul > li a.title:after,
.sf-menu .mega-menu > ul > li a.column-title:after {
	display: none;
}




.sf-menu .mega-menu ul li ul li a {
    color: #525252;
    border-radius: 4px;
	font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
	padding: 8px;
    white-space: normal;
}
.sf-menu .mega-menu ul li ul li a:hover {
	color: #FFF;
	background-color: #00416A;
}
.sf-menu .mega-menu > ul > li ul {
    clear: both;
	display: block !important;
	position: relative !important;
	left: 0 !important;
	filter: alpha(opacity=100);
    opacity: 1 !important;
	width: 100%;
	box-shadow: none;
    margin: 0;
    padding: 0;
}
.sf-menu .mega-menu p {
	display: block;
	font-size: 11px;
	line-height: 150%;
	margin: 5px 8px 16px 8px;
	white-space: normal;
}
.sf-menu .mega-menu p a {
	position: inherit;
	display: inline;
	color: #525252;
	font-size: 11px;
	font-weight: 400;
	line-height: 150%;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
}
.sf-menu .mega-menu p a:hover {
	text-decoration: underline;
}
.sf-menu .mega-menu .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 12px 10px;
}
.sf-menu .mega-menu a .image {
	border-radius: 4px;
	margin: 0 0 -5px 0;
	padding: 0;
}

/* --- MEGA COLUMNS --- */

.sf-menu .custom,
.sf-menu .natural {

}
.sf-menu .col-2 > ul {
    width: 400px;
}
.sf-menu .col-3 > ul {
    width: 725px;
}
.sf-menu .col-4 > ul {
    width: 600px;
}
.sf-menu .col-5 > ul {
    width: 500px;
}
.sf-menu .col-6 > ul {
    width: 600px;
}
.sf-menu .right > ul {
    left: auto;
    right: 0 !important;
}
.sf-menu .right {
    position: relative;
}
.sf-menu .col-1,
.sf-menu .col-2,
.sf-menu .col-3,
.sf-menu .col-4,
.sf-menu .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto; /* ADDED FOR EDGE */
    max-width: fit-content;
}
.sf-menu .full-width > ul {
    position: absolute;
    left: auto !important;
    right: 0;
    margin-top: -2px;
    padding: 0 0 35px 15px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    min-width: 100%; /* at least the size of the header */
    width: auto; /* size the block automatically */
}
@media (min-width: 1180px) {
    .sf-menu .full-width > ul {
        padding: 0 0 35px 30px;
    }
}
.sf-menu .col-2 > ul > li {
    width: 49%;
}
.sf-menu .col-3 > ul > li {
    width: 33%;
}
.sf-menu .col-4 > ul > li {
    width: 24%;
}
.sf-menu .col-5 > ul > li {
    width: 19.5%;
}

/* --- MOBILE MENU --- */

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
    	display: none !important;
	}
}
.mobile-menu {
	clear: both;
	display: none;
    background-color: #00416A;
	padding: 0;
}
.mobile-menu ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.mobile-menu ul ul {
	margin: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu ul li span .feather-chevron-down {
	float: right;
	width: 22px;
	height: 22px;
	stroke: #FFF;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	margin-top: 3px;
	cursor: pointer;
}
.mobile-menu ul li a.active span .feather-chevron-down {
	stroke: #FFF;
}
.mobile-menu ul li a {
	display: block;
    border-bottom: 0;
	color: #FFF;
	padding: 12px;
	font-size: 16px;
	font-weight: 700;
    line-height: 150%;
	text-decoration: none;
    text-transform: uppercase;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a:hover {
	background-color: #E14301;
	color: #FFF;
    text-decoration: none;
}
.mobile-menu ul li a.active {
	color: #FFF;
	background-color: #E14301;
}
.mobile-menu ul li a.active span {
	color: #00416A;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
    text-transform: none;
    font-size: 16px;
    letter-spacing: normal;
    padding-left: 32px;
}
.mobile-menu ul .sub-menu li li a {
    text-transform: none;
    font-size: 15px;
    padding-left: 52px;
}

/*-------------------------------------------------------------------------*/

/* MODAL SEARCH */

/*-------------------------------------------------------------------------*/

.modalsearch-form {
	position: relative;
	margin: 17px auto;
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.modalsearch-input {
	background-color: #00416A;
	border: none;
	border-radius: 4px;
	color: #FFF;
	font-size: 24px;
	font-weight: 900;
	padding: 20px 10% 20px 12px;
	width: 100%;
	height: 60px;
}
.modalsearch-input::-ms-clear { /* remove cross in IE */
	display: none;
}
/* placeholder */
.modalsearch-input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
.modalsearch-input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.35);
}
/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}
.modalsearch-submit {
	position: absolute;
	top: 17px;
	right: 15px;
	background: transparent url(assets/images/magnifier.png) no-repeat center center;
	background-size: 100%;
	border: none;
	width: 30px;
	height: 30px;
	text-indent: 100px;
	overflow: hidden;
	opacity: 1.0;
	transition: all 0.3s ease;
}
.modalsearch-submit:hover {
	opacity: 1.0;
}
.modalsearch-input:focus,
.modalsearch-submit:focus {
	outline: none;
}

@media (min-width: 992px) {
	.modalsearch-form {
		margin: 0 auto;
		height: 130px;
	}
	.modalsearch-input {
		background-color: #F25760;
	    background-color: rgba(255, 255, 255, 0.20);
		border: none;
	    border-radius: 4px;
		color: #FFF;
		font-size: 72px;
		font-weight: 900;
		line-height: 130%;
		padding: 0 10% 0 10px;
		height: 120px;
	}
	/* placeholder */
	.modalsearch-input::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input:-moz-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input::-moz-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-input:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.60);
	}
	.modalsearch-submit {
	    top: 28px;
		right: 15px;
		width: 56px;
		height: 56px;
	}
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
    color: #2A2A2A;
    font: 900 42px/110% 'Nunito Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h1 {
		font-size: 52px;
	}
}
h2 {
    color: #2A2A2A;
    font: 900 36px/110% 'Nunito Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	padding: 0;
}
@media (min-width: 992px) {
	h2 {
		font-size: 44px;
	}
}
h3 {
	/* paragraph title  - with spacing below */
    color: #2A2A2A;
    font: 900 26px/120% 'Nunito Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - with no spacing below */
    color: #2A2A2A;
    font: 900 26px/120% 'Nunito Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	h3, h4 {
		font-size: 30px;
	}
}
h5 {
	/* smaller title  - with no spacing below */
    color: #2A2A2A;
	font: 700 20px/120% 'Nunito Sans', Helvetica, Arial, sans-serif;
    margin: 0 0 24px 0;
	padding: 0;
}
h6 {
	/* smaller title  - with no spacing below */
    color: #2A2A2A;
	font: 700 22px/120% 'Nunito Sans', Helvetica, Arial, sans-serif;
    margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	h5, h6 {
		font-size: 22px;
	}
}
h1 a, h2 a, h3 a, h4 a {
	color: #2A2A2A;
}


/*-------------------------------------------------------------------------*/

/* HEADER IMAGE  */

/*-------------------------------------------------------------------------*/

#header-image {
	clear: both;
	background-color: #000 !important;
	border-bottom: 10px solid #FFF;
	text-align: center;
	width: 100%;
	height: 280px;
}
@media (min-width: 992px) {
	#header-image {
		height: 420px;
	}
	#header-image.header-image-single {
	    height: 220px;
	}
}

#header-image:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}
.entry-header {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
}
.entry-header h1,
.entry-header span {
	color: #FFF;
	font-size: 36px;
	font-weight: 900;
	line-height: 100%;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
    text-transform: uppercase;
	margin-top: 30px;
}
@media (min-width: 992px) {
	.entry-header h1,
	.entry-header span {
		font-size: 48px;
		margin-top: 140px;
	}
}
.entry-header h1 a {
	color: #FFF;
}
.entry-header h1 a.btn-white {
	color: #00416A;
	text-shadow: none;
}
.entry-header h1 a.btn-white:hover {
	color: #FFF;
}
#header-image img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.white-bg {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.white-bg-top {
	background-color: #FFF;
	padding-top: 80px;
	padding-bottom: 0;
}
.white-bg-bottom {
	background-color: #FFF;
	padding-top: 0;
	padding-bottom: 80px;
}
.white-bg-none {
	background-color: #FFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.white-bg .video-wrapper,
.white-bg-top .video-wrapper,
.white-bg-bottom .video-wrapper,
.white-bg-none .video-wrapper  {
	background-color: #F9F7F0;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	background-color: #F9F7F0;
	padding-top: 80px;
	padding-bottom: 80px;
}
.gray-bg-top {
	background-color: #F9F7F0;
	padding-top: 80px;
	padding-bottom: 0;
}
.gray-bg-bottom {
	background-color: #F9F7F0;
	padding-top: 0;
	padding-bottom: 80px;
}
.gray-bg-none {
	background-color: #F9F7F0;
	padding-top: 12px;
	padding-bottom: 12px;
}
.gray-bg .video-wrapper,
.gray-bg-top .video-wrapper,
.gray-bg-bottom .video-wrapper,
.gray-bg-none .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.blue-bg,
.blue-pattern-bg,
.orange-bg,
.orange-pattern-bg {
	color: #FFF;
    padding-top: 80px;
	padding-bottom: 80px;
}
.blue-bg a,
.blue-pattern-bg a,
.orange-bg a,
.orange-pattern-bg a {
	color: #FFF;
    border-bottom: 2px solid #FFF;
	text-decoration: none;
}
.black-bg {
	color: #FFF;
    padding-top: 80px;
	padding-bottom: 80px;
}
.black-bg a {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	text-decoration: none;
}
.blue-bg {
	background-color: #00416A;
}
.blue-pattern-bg {
	background-color: #00416A;
	background: #00416A url(assets/images/bg_triangles_transparent_blue.png) repeat top left;
}
.orange-bg {
	background-color: #E14301;
}
.orange-pattern-bg {
	background-color: #E14301;
	background: #E14301 url(assets/images/bg_triangles_transparent_orange.png) repeat top left;
}
.gray-bg.pattern-bg-top {
	background-color: #F9F7F0;
	background-image: url(assets/images/bg_triangles_top_beige.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-bottom: 0;
}
.gray-bg.pattern-bg-bottom {
	background-color: #F9F7F0;
	background-image: url(assets/images/bg_triangles_bottom_beige.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-top: 0;
	padding-bottom: 0;
}
.black-bg {
    background-color: #222;
}
.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6,
.blue-bg h1 a, .blue-bg h2 a, .blue-bg h3 a, .blue-bg h4 a, .blue-bg h5 a, .blue-bg h6 a,
.blue-pattern-bg h1, .blue-pattern-bg h2, .blue-pattern-bg h3, .blue-pattern-bg h4, .blue-pattern-bg h5, .blue-pattern-bg h6,
.blue-pattern-bg h1 a, .blue-pattern-bg h2 a, .blue-pattern-bg h3 a, .blue-pattern-bg h4 a, .blue-pattern-bg h5 a, .blue-pattern-bg h6 a,
.orange-bg h1, .orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg h5, .orange-bg h6,
.orange-bg h1 a, .orange-bg h2 a, .orange-bg h3 a, .orange-bg h4 a, .orange-bg h5 a, .orange-bg h6 a,
.orange-pattern-bg h1, .orange-pattern-bg h2, .orange-pattern-bg h3, .orange-pattern-bg h4, .orange-pattern-bg h5, .orange-pattern-bg h6,
.orange-pattern-bg h1 a, .orange-pattern-bg h2 a, .orange-pattern-bg h3 a, .orange-pattern-bg h4 a, .orange-pattern-bg h5 a, .orange-pattern-bg h6 a {
	color: #FFF;
}
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.blue-bg .video-wrapper,
.orange-bg .video-wrapper,
.black-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}
.blue-bg .btn-white,
.blue-pattern-bg .btn-white {
	color: #00416A;
    border-bottom: none;
}
.orange-bg .btn-white,
.orange-pattern-bg .btn-white {
	color: #E14301;
    border-bottom: none;
}
.top-half {
	padding-top: 40px;
}
.bottom-half {
	padding-bottom: 40px;
}

/*-------------------------------------------------------------------------*/

/* SECTION MENUS */

/*-------------------------------------------------------------------------*/

.section-menu {
    display: none;
}
@media (min-width: 576px) {
	.section-menu {
	    display: block;
		position: fixed;
	    bottom: 0;
	    background-color: #FFF;
	    border-top: 1px solid #E5E5E5;
		padding-top: 36px;
		padding-bottom: 10px;
	    width: 100%;
	    z-index: 9000;
	}
}
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 2px 26px 2px !important;
    white-space: nowrap;
}
.section-menu li a {
	color: #E14301;
	font-size: 13px;
	font-weight: 900;
	line-height: 100%;
    border: none;
    border-radius: 4px;
	background-color: #FFF;
	text-decoration: none;
    padding: 10px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #00416A;
}
.section-menu span {
	float: left;
	color: #2A2A2A;
	font-size: 14px;
    font-weight: 900;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

/*-------------------------------------------------------------------------*/

/* TWO COLUMN */

/*-------------------------------------------------------------------------*/

.copy-left,
.copy-right {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 992px) {
	.copy-left {
		padding-right: 40px;
	}
	.copy-right {
		padding-left: 40px;
	}
}
/* .gray-bg .copy-one-column,
.gray-bg-top .copy-one-column,
.gray-bg-bottom .copy-one-column,
.gray-bg-none .copy-one-column, */
.gray-bg .copy-left,
.gray-bg-top .copy-left,
.gray-bg-bottom .copy-left,
.gray-bg-none .copy-left,
.gray-bg .copy-right,
.gray-bg-top .copy-right,
.gray-bg-bottom .copy-right,
.gray-bg-none .copy-right {
	background-color: #FFF;
	padding: 30px 30px 6px 30px;
}
.gray-bg .copy-left,
.gray-bg-top .copy-left,
.gray-bg-bottom .copy-left,
.gray-bg-none .copy-left {
	border-right: none;
	border-bottom: 15px solid #F9F7F0;
}
.gray-bg .copy-right,
.gray-bg-top .copy-right,
.gray-bg-bottom .copy-right,
.gray-bg-none .copy-right {
	border-left: none;
}
/* .gray-bg-top .copy-one-column {
	border-bottom: 15px solid #F9F7F0;
} */
@media (min-width: 992px) {
	.gray-bg .copy-left,
	.gray-bg-top .copy-left,
	.gray-bg-bottom .copy-left,
	.gray-bg-none .copy-left {
		border-right: 15px solid #F9F7F0;
		border-bottom: none;
	}
	.gray-bg .copy-right,
	.gray-bg-top .copy-right,
	.gray-bg-bottom .copy-right,
	.gray-bg-none .copy-right {
		border-left: 15px solid #F9F7F0;
	}
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
	text-align: center;
}
.callout p {
	font-size: 28px;
    font-weight: 400;
	line-height: 140%;
	margin-bottom: 24px;
}
@media (min-width: 768px) {
	.callout p {
		font-size: 36px;
	}
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE WITH AND WITHOUT TEXT */

/*-------------------------------------------------------------------------*/

.full-width-text,
.full-width-no-text {
    position: relative;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-no-text .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    min-width: 90%;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

/*-------------------------------------------------------------------------*/

/* IMAGE + COLUMN */

/*-------------------------------------------------------------------------*/

.copy-image-left,
.copy-image-right {
    min-height: 420px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 80px;
	    padding-right: 80px;
	}
}

/*-------------------------------------------------------------------------*/

/* MASONRY IN FLEXIBLE CONTENT */

/*-------------------------------------------------------------------------*/

.masonry-flexible {
	overflow: hidden;
}
.masonry-flexible-list div {
	background-color: #FFF;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    font-size: 15px;
    text-align: left;
	margin: 0;
    line-height: 160%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
.white-bg .masonry-flexible-list div,
.white-bg-top .masonry-flexible-list div,
.white-bg-bottom .masonry-flexible-list div,
.white-bg-none .masonry-flexible-list div {
	border: 8px solid #FFF;
}
.gray-bg .masonry-flexible-list div,
.gray-bg-top .masonry-flexible-list div,
.gray-bg-bottom .masonry-flexible-list div,
.gray-bg-none .masonry-flexible-list div {
	border: 8px solid #F9F7F0 !important;
}
div.masonry-list-12 {
	width: 100%;
    left: 0 !important;
}
div.masonry-list-6 {
	width: 47%;
}
div.masonry-list-4 {
    width: 31.9658119%;
}
@media (max-width: 992px) {
	div.masonry-list-4 {
		width: 47%;
	}
}
@media (max-width: 768px) {
	div.masonry-list-6,
    div.masonry-list-4 {
		width: 100%;
		left: 0 !important;
	}
}

/*-------------------------------------------------------------------------*/

/* FAQS */

/*-------------------------------------------------------------------------*/

.faq h3 {
    margin-bottom: 0;
	padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
}
.faq-question .accordion-toggle:after {
	position: relative;
	float: right;
	width: 24px;
	height: 24px;
	content: url(assets/icons/feather/chevron-down.svg);
	margin-top: 5px;
	margin-right: -30px;
	fill: #ccc;
	color: #ccc;
	stroke-width: 2;
}
.faq-question.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: url(assets/icons/feather/chevron-up.svg);
}
.faq-question {
    padding-top: 24px;
    padding-bottom: 24px;
	padding-right: 30px;
    border-bottom: 1px solid #E5E5E5;
}
.faq-question h6 {
    line-height: 112%;
}
.faq-question h6 a {
    border-bottom: none;
    font-size: 17px;
	text-decoration: none;
    padding-top: 8px;
    cursor: pointer;
}
@media (min-width: 992px) {
	.faq-question h6 a {
	    font-size: 21px;
	}
}
.white-bg .collapse,
.white-bg-top .collapse,
.white-bg-bottom .collapse,
.white-bg-none .collapse {
    background-color: #F9F7F0;
    border-radius: 0;
    transition: all 0.6s ease;
}
.gray-bg .collapse,
.gray-bg-top .collapse,
.gray-bg-bottom .collapse,
.gray-bg-none .collapse {
    background-color: #FFF;
    border-radius: 0;
    transition: all 0.6s ease;
}
.blue-bg .collapse,
.blue-pattern-bg .collapse  {
    background-color: #00416A;
    background-color: rgba(255, 255, 255, 0.20);
	border-radius: 0;
    transition: all 0.6s ease;
}
.orange-bg .collapse,
.orange-pattern-bg .collapse  {
    background-color: #E14301;
    background-color: rgba(255, 255, 255, 0.20);
	border-radius: 0;
    transition: all 0.6s ease;
}
.faq-answer {
    margin-top: 16px;
    padding: 40px;
}
@media (min-width: 992px) {
    .faq-answer {
		padding: 40px 60px 30px 60px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS FULL SCREEN - CALLED "QUOTE" */

/*-------------------------------------------------------------------------*/

.testimonials-full {
	background: #E14301 url(assets/images/mark_achieve_atlanta_transparent_orange.png) no-repeat center right;
	background-size: cover;
	border-top: 7px solid #FFF;
	border-bottom: 7px solid #FFF;
	color: #FFF;
	text-align: left;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (min-width: 768px) {
	.testimonials-full {
		background-size: contain;
	}
}
.testimonials-full-text {
	background-color: rgba(255, 255, 255, 0.25);
	font-size: 32px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin-bottom: 12px;
	padding: 30px;
}
.testimonials-full-text p {
    display: inline-block;
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.testimonials-full-text {
		font-size: 40px;
	}
}
@media (min-width: 992px) {
	.testimonials-full-text {
		background-color: transparent;
		font-size: 48px;
		text-align: left;
		margin-bottom: 0;
		padding: 0;
	}
	.testimonials-full-text p {
		background-color: rgba(255, 255, 255, 0.25);
		margin-bottom: 12px;
		padding: 30px;
	}
}
.testimonials-full-person {
    font-size: 18px;
	font-weight: 700;
	text-align: center;
    text-transform: uppercase;
}
@media (min-width: 768px) {
	.testimonials-full-person {
	    font-size: 24px;
		text-align: right;
	}
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS HALF SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-half .testimonial-carousel .item {
    text-align: center;
    padding: 48px 15px 30px 15px;
}
@media (min-width: 768px) {
    .testimonials-half .testimonial-carousel .item {
        padding: 48px 60px 30px 60px;
    }
}
.testimonials-half img.testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-half p.testimonials-name {
	color: #2A2A2A;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    text-transform: none;
    margin-bottom: 2px;
}
.testimonials-half p.testimonials-name a {
	color: #2A2A2A;
	border-bottom: none;
}
.testimonials-half p.testimonials-title {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-half .testimonials-excerpt {
    font-size: 16px;
	font-style: italic;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}
.testimonials-half .owl-dots {
	text-align: center;
	margin-bottom: 30px;
}
.testimonials-half .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #00416A;
	display: block !important;
	text-align: center;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.testimonials-half .owl-dots .owl-dot.active span,
.testimonials-half .owl-dots .owl-dot:hover span {
	background: #222;
}

/* --- TESTIMONIAL HALF - LEFT SIDE --- */

.testimonials-half .testimonial-callout {
    position: relative;
    /* background-image: url(images/bg_grow_fund.png);
    background-repeat: no-repeat;
    background-position: center center; */
    min-height: 420px;
}
.testimonials-half .testimonial-callout .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 18px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	padding-left: 15px;
	padding-right: 15px;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 768px) {
    .testimonials-half .testimonial-callout .details {
		padding-left: 60px;
		padding-right: 60px;
    }
}
.testimonials-half .testimonial-callout h4 {
    color: #FFF;
}
.testimonials-half .testimonial-callout p {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* STATS */

/*-------------------------------------------------------------------------*/

.stats {
	border-top: 7px solid #FFF;
	border-top: 7px solid #FFF;
	color: #FFF;
    text-align: center;
}
.stats .card {
	background-color: transparent;
}
.stats .stats-number {
	position: absolute;
	top: 34%;
	left: 50%;
	background: transparent;
	font-size: 52px;
	font-weight: 700;
	text-align: center;
	line-height: 100%;
	padding: 0;
	text-shadow: 0 2px 12px rgba(0,0,0,0.35);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}
@media (min-width: 576px) {
	.stats .stats-number {
		top: 30%;
		font-size: 42px;
	}
}
@media (min-width: 768px) {
	.stats .stats-number {
		top: 36%;
		font-size: 52px;
	}
}
@media (min-width: 992px) {
	.stats .stats-number {
		top: 28%;
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.stats .stats-number {
		top: 32%;
		font-size: 42px;
	}
}
.stats p.stats-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 4px;
}
.stats p.stats-text {
	font-size: 15px;
	font-weight: 400;
	line-height: 130%;
	text-transform: normal;
}
.stats.white-bg,
.stats.gray-bg {
	color: #525252;
    padding-top: 80px;
	padding-bottom: 80px;
}
.stats.white-bg a,
.stats.gray-bg a {
	color: #525252;
    border-bottom: 1px solid #525252;
}
.stats.white-bg .stats-number,
.stats.gray-bg .stats-number {
	text-shadow: none;
}

/*-------------------------------------------------------------------------*/

/* COUNTER JS */

/*-------------------------------------------------------------------------*/

p.count-number {
	display: inline-block;
	font: 900 52px/110% 'Nunito Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
}
p.counter-value-extra {
	display: inline-block;
	font: 900 52px/110% 'Nunito Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
}
@media (min-width: 992px) {
	p.count-number,
	p.counter-value-extra {
		font-size: 72px;
	}
}

/*-------------------------------------------------------------------------*/

/* BIO / STAFF */

/*-------------------------------------------------------------------------*/

/* --- MAKE 5 COLUMNS --- */

.col-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-5ths {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
}
@media (min-width: 540px) {
    .col-sm-5ths {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}
@media (min-width: 768px) {
    .col-md-5ths {
		-webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}
@media (min-width: 992px) {
    .col-lg-5ths {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.bio-listings .card-body {
	padding: 11px;
}
.bio-listings .card-title {
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 4px;
}
.bio-listings .card-text {
	font-size: 14px;
	line-height: 120%;
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    background-color: #00416A;
	border-radius: 4px;
	text-align: center;
	margin: 0 0 24px 0;
	padding: 16px 12px;
}
.single-bio-icons a {
	text-align: center;
}
.single-bio hr.bio-hr {
	clear: both;
	background-color: #FFF;
	background-color: rgba(0, 0, 0, 0.07);
	border: 0;
	height: 5px;
	margin: 30px 0;
	width: 39%;
}

/*-------------------------------------------------------------------------*/

/* MODAL FULLSCREEN */

/*-------------------------------------------------------------------------*/

.modal-fullscreen {
    background: #00416A;
    z-index: 10000;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
}
/* override scss */
@media (min-width: 576px) {
	.modal-dialog {
    	max-width: 90%;
    	margin: 0 auto;
	}
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    text-align: left;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-content h1,
.modal-fullscreen .modal-content h2,
.modal-fullscreen .modal-content h3,
.modal-fullscreen .modal-content h4,
.modal-fullscreen .modal-content h5,
.modal-fullscreen .modal-content h6 {
    color: #FFF;
}
.modal-fullscreen .modal-content h5,
.modal-fullscreen .modal-content h6 {
    font-size: 22px;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #FFF;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header a,
.modal-fullscreen .modal-body a,
.modal-fullscreen .modal-footer a {
    color: #FFF;
	border-bottom: 1px solid #FFF;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 4px;
    opacity: 1.0;
}
@media (min-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 8px;
    }
}
.modal-fullscreen .modal-body {
    background-color: #00416A;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-image {
    margin-bottom: 36px;
}
.modal-fullscreen .modal-title {
    color: #FFF;
    font-size: 28px;
	font-weight: 400;
    line-height: 100%;
    margin: 8px 0 18px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 16px;
	text-transform: uppercase;
}
.modal-fullscreen .modal-title span a {
    color: #FFF;
}
@media (min-width: 992px) {
	.modal-fullscreen .modal-title {
	    font-size: 32px;
	}
}
.modal-fullscreen .modal-icons {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-icons a {
    color: #FFF;
	border-bottom: none;
}
.modal-fullscreen .modal-icons a:hover {
    border-bottom: none;
}
.modal-fullscreen hr.bio-hr {
	clear: both;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.35);
	border: 0;
	height: 5px;
	margin: 30px 0;
	width: 39%;
}

.home .modal-fullscreen {
    background: #000;
    background: rgba(0, 0, 0, 0.72);
    z-index: 10000;
}
.home .modal-fullscreen .modal-body {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP CARDS */

/*-------------------------------------------------------------------------*/

/* --- CREATES MATCH HEIGHT --- */

.row-cards {
  	display: flex;
  	flex-wrap: wrap;
  	margin-left: -15px;
  	margin-right: -15px;
}
.row-cards > div[class*='col-'] {
	display: flex;
}

/* --- STYLE THE CARD --- */

.card {
    position: relative;
	background: #FFF;
    /* box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15); */
    box-shadow: none;
	border: none;
    border-radius: 4px;
	width: 100%;
	overflow: hidden;
}
.card a {
    cursor: pointer;
	border-bottom: none;
	text-decoration: none;
}
.card-body a.card-img-url {
	display: block;
	position: relative;
}
.card-body a.card-img-url:hover {
	opacity: 0.7;
}
.card-body span.feather-id {
	position: absolute;
	bottom: 30px;
	right: 15px;
}
/* .card-body .feather {
	width: 36px;
	height: 36px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
} */
.card-date {
    font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.card-title {
	font-size: 19px;
	font-weight: 900;
	font-style: normal;
	line-height: 120%;
	margin-bottom: 0;
}
.card-title a {
	color: #E14301;
	border-bottom: none;
	text-decoration: none;
}
.card-title a:hover {
	color: #2A2A2A;
}
.card-subtitle {
	color: #929292;
	font-size: 14px;
	text-transform: uppercase;
}
.card-text {
	font-size: 14px;
	line-height: 140%;
}
.card-body p:last-child,
.card-text p:last-child {
	margin-bottom: 0;
}
hr.cards-hr {
	clear: both;
	background-color: #E5E5E5;
	border: 0;
	height: 1px;
	margin: 20px 0;
}
/* .cards-avatar img {
    margin-bottom: 12px;
} */

/*-------------------------------------------------------------------------*/

/* CARDS HORIZONTAL */

/*-------------------------------------------------------------------------*/

.cards-horizontal {
    background-color: #FFF;
	margin-bottom: 42px;
	padding: 15px 15px 15px 0;
}
.cards-horizontal .card-body-odd,
.cards-horizontal .card-body-even {
    text-align: left;
	padding: 0 15px;
}
@media (min-width: 992px) {
	.cards-horizontal .card-body-odd {
		padding: 0 15px 0 15px;
	}
	.cards-horizontal .card-body-even {
		padding: 0 15px 0 15px;
	}

}
/* .cards-horizontal .card-image {
	position: relative;
    margin: 0 auto 16px auto;
	text-align: center;
} */

/*-------------------------------------------------------------------------*/

/* BOOTSTRAP VIDEO IFRAMES */

/*-------------------------------------------------------------------------*/

.embed-responsive {
	clear: both;
    margin-bottom: 24px;
}
.video-responsive .embed-responsive {
    margin-bottom: 0;
}
.tax-video-categories .embed-responsive {
	clear: both;
    margin-bottom: 0;
}
.wp-video {
	margin-bottom: 24px;
}

/*-------------------------------------------------------------------------*/

/* MISC */

/*-------------------------------------------------------------------------*/

/* --- ADD SPACE TO PARTNER LOGOS --- */

.client-logo {
	margin: 0 20px 40px 20px;
	max-height: 120px;
	vertical-align: middle;
}
.article, .hentry {
	width: 100%;
}

/* --- FIXES ANCHORS FALLING BEHIND STICKY NAV BAR --- */

/*
#content a.anchor {
	position: relative;
	top: -140px;
	display: block;
}
*/

.color-block {
	margin-top: -200px;
	height: 240px;
}
.color-block-blue {
	background-color: #00416A;
}
.color-block-oranges {
	background-color: #E14301;
}
.divider-line {
	/* background: #F7B334 url(assets/images/divider_line.png) no-repeat left top / 100% 24px; */
	background-image: linear-gradient(270deg, #E80FFD 14%, #B22EF8 43%, #8746F4 54%, #0E9FDA 79%);
	height: 30px;
}
.object-fit_cover {
	/* makes image fill the box-sizing */
	object-fit: cover;
}
.object-fit_fill {
	/* makes image fill the box-sizing */
	object-fit: fill;
}

.feather {
	width: 19px;
	height: 19px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	margin-top: -5px;
}

/* --- CAREER SMART WIDDGET STYLES --- */

#smartWidget0 .srJobList .srJobListTitles * {
	font-family: 'Nunito Sans', Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	text-transform: uppercase !important;
}
#smartWidget0 .srJobList .srJobListJobEven *,
#smartWidget0 .srJobList .srJobListJobOdd * {
    font-family: 'Nunito Sans', Helvetica, Arial, sans-serif !important;
	font-size: 14px !important;
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}
/*-------------------------------------------------------------------------*/

/* BLOG & POST LISTING PAGES */

/*-------------------------------------------------------------------------*/

/* --- 2 COLUMN CONTENT LIKE BLOG --- */

.entry-content {
	padding-right: 0px;
}
@media (min-width: 992px) {
	.entry-content {
		padding-right: 60px;
	}
}
.page-title {
    text-align: left;
}
.category-title {
    text-align: left;
	padding-left: 15px;
}
h1.single-title {
    font-size: 34px;
	text-align: left;
}
@media (min-width: 992px) {
	h1.single-title {
    	font-size: 42px;
	}
}

/* --- POSTS --- */

h3.post-title {
	clear: both;
	font-size: 26px;
	margin: 0 0 12px 0;
	padding: 0;
}
@media (min-width: 768px) {
    h3.post-title {
    	font-size: 34px;
    }
}
h3.post-title a {
	color: #2A2A2A;
	text-decoration: none;
}
h3.post-title a:hover {
	color: #2A2A2A;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-listings .video-wrapper {
	background-color: #F9F7F0;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 8px;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 60px 0;
	padding: 60px 0 0 0;
}
.post-listing-info {
	color: #727272;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 160%;
	margin: 0 0 16px 0;
}
.post-listing-info a {
	color: #727272;
    border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
.post-listing-info a:hover {
	color: #727272;
    border-bottom: 1px solid #727272;
}
.post-listing-image {
	float: none;
	max-width: 100%;
	margin: 0 auto 24px auto;
}
@media (min-width: 768px) {
	.post-listing-image {
		max-width: 100%;
	    margin: 0 0 32px 0;
	}
}
.post-excerpt p {
	margin: 0 0 24px 0;
}
.post-excerpt p:last-child {
	margin: 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata {
	color: #929292;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	line-height: 160%;
	font-feature-settings: 'lnum'; /* even number height */
}
.postmetadata a {
	color: #929292;
	border-bottom: none;
}
.postmetadata-cat a {
	color: #929292;
	border-bottom: none;
}
.postmetadata-date,
.postmetadata-date a {
	color: #525252;
	font-size: 11px;
	border-bottom: none;
	font-weight: 700;
	text-transform: uppercase;
}
.postmetadata-download,
.postmetadata-download a {
	color: #00416A;
	font-size: 12px;
	border-bottom: none;
	font-weight: 700;
	text-transform: uppercase;
}
.postmetadata a:hover {
	color: #E14301;
	border-bottom: none;
}
.postmetadata p {
	margin: 0 0 12px 0;
}
a.postmetadata-author {
	color: #525252;
	font-size: 14px;
	font-weight: 700;
}
a:hover.postmetadata-author {
	color: #E14301;
}


/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	/* border: 1px solid #E5E5E5; */
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 20px;
	overflow: hidden;
}
img.post-author-image {
	text-align: left;
	vertical-align: middle;
	margin-bottom: 0;
}
.post-author .post-author-image img {
    background-color: #FFF;
    border: 8px solid #F9F7F0;
}
.post-author-info h1 {
    font-size: 36px;
	line-height: 100%;
	margin-bottom: 6px;
}
.post-author-info h1 span {
	font-size: 15px;
    text-transform: uppercase;
}
.post-author-info h6 a {
	clear: none;
	color: #4A4A4A;
	font-size: 22px;
	text-decoration: none;
	text-transform: none;
	margin: 10px 0 0 0;
}
.post-author-info p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

.sidebar {
	color: #727272;
	font-size: 15px;
	line-height: 180%;
	padding-top: 60px;
}
@media (min-width: 992px) {
	.sidebar {
		padding-top: 0;
	}
}
.sidebar .widget  {
	background: transparent;
	margin: 0 0 50px 0;
	padding: 0;
	overflow: hidden;
}
.sidebar .widget h3  {
	font-size: 22px;
	font-weight: 400;
	line-height: 140%;
    letter-spacing: normal;
	margin: 0 0 18px 12px;
	padding: 0;
}
.sidebar .textwidget  {
	margin: 0 0 0 12px;
	padding: 0;
}
.sidebar ol,
.sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}

/* --- CATEOGORY WIDGET --- */

.sidebar .widget_categories ul,
.sidebar .widget_archive ul,
.sidebar .widget_recent_entries ul,
.sidebar .widget_recent_comments ul {
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	padding: 0;
}
.sidebar .widget_categories ul li,
.sidebar .widget_archive ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_recent_comments ul li {
    margin: 0;
}
.sidebar .widget_categories ul li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_recent_entries ul li a,
.sidebar .widget_recent_comments ul li a {
	display: block;
	color: #6ad017;
	border-top: 1px solid #E2E2E2;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 10px 14px 12px;
}
.sidebar .widget_categories ul li a:hover,
.sidebar .widget_archive ul li a:hover,
.sidebar .widget_recent_entries ul li a:hover,
.sidebar .widget_recent_comments ul li a:hover {
	color: #FFF;
	background-color: #6ad017;
	text-decoration: none;
}

/* --- SIDEBAR TAG CLOUD --- */

.sidebar .tagcloud {
    padding-left: 12px;
}
.sidebar .tagcloud a {
    border-bottom: 1px solid #E5E5E5;
    line-height: 140%;
}

/* --- SIDEBAR MENUS --- */

.sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li a {
	display: block;
	color: #6ad017;
	border-top: 1px solid #E2E2E2;
    border-bottom: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 10px 14px 12px;
}
.sidebar ul.menu li a:hover {
	color: #424242;
    border-bottom: none;
	background-color: #F9F7F0;
	text-decoration: none;
}
.sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul.menu li li a {
	padding: 10px 10px 10px 32px;
}
.sidebar ul.menu .current-menu-item > a,
.sidebar ul.menu .current-menu-ancestor > a,
.sidebar ul.menu .current_page_item > a,
.sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	background-color: #F9F7F0;
	text-decoration: none;
}

/* --- WOOCOMMERCE SIDEBAR WIDGETS --- */

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    border-top: 1px solid #d8d8d8;
    padding: 10px 10px 10px 12px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    font-weight: 400;
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- OWL THEME --- */

.owl-slider-homepage {
	margin: 0 0 5px 0;
	padding: 0;
	height: 520px;
}
.owl-slider-homepage .item {
	height: 520px;
}
@media (min-width: 992px) {
	.owl-slider-homepage {
		margin-top: 0;
		height: 720px;
	}
	.owl-slider-homepage .item {
		height: 720px;
	}
}
.owl-slider-homepage .details-bg {
   position: absolute;
   background: rgba(0, 0, 0, 0);
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   overflow: hidden;
   width: 100%;
   height: 100%;
   background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 4%, rgba(0,0,0,0.35) 49%, rgba(0,0,0,0.00) 100%);
}
.owl-slider-homepage .details {
	position: absolute;
	top: 50%;
	left: 0%;
	background: transparent;
	text-align: center;
	padding: 0 40px;
	/* -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%); */
	transform: translateY(-50%);
	overflow: hidden;
	width: 100%;
    max-width: 900px;
}
.owl-slider-homepage h1 {
	color: #FFF;
	font-size: 32px;
	font-weight: 900;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0 auto 6px auto;
	padding: 0;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}
.owl-slider-homepage p.text {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 140%;
	text-transform: none;
	margin: 0 auto 12px auto;
	text-shadow: 0 2px 12px rgba(0,0,0,0.50);
}
.owl-slider-homepage .btn-white {
	text-shadow: none;
}
@media (min-width: 992px) {
	.owl-slider-homepage .details {
		top: 60%;
		left: 3.5%;
        text-align: left;
        padding: 40px 30px;
	}
	.owl-slider-homepage h1 {
		font-size: 60px;
	}
	.owl-slider-homepage p.text {
		font-size: 28px;
	}
}

/* --- FIX FOR ANDROID PHONES --- */

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
        touch-action: auto;
}

/* --- OWL CAROUSEL DOTS NAV --- */

.owl-slider-homepage .owl-dots button {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.owl-slider-homepage .owl-dots {
	display: block;
	position: relative;
	text-align: center;
	margin: -50px auto 22px auto;
	z-index: 1000;
}
.owl-slider-homepage .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #FFF;
	display: block !important;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 16px;
}
.owl-slider-homepage .owl-dots .owl-dot.active span,
.owl-slider-homepage .owl-dots .owl-dot:hover span {
	background: #E14301;
}

/* --- OWL CAROUSEL DIRECTION NAV --- */

.owl-slider-homepage .owl-nav {
	display: none;
}
@media (min-width: 992px) {
	.owl-slider-homepage .owl-nav {
		position: absolute;
	    display: block;
	    position: absolute;
	    top: 40%;
		width: 100%;
		z-index: 1000;
	}
}
.owl-slider-homepage .owl-nav button.owl-prev {
	float: left;
	margin-left: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-homepage .owl-nav button.owl-next {
	float: right;
	margin-right: 0;
	cursor: pointer;
	opacity: 0.4;
	transition: all 0.3s ease;
}
.owl-slider-homepage .owl-nav button.owl-prev .feather,
.owl-slider-homepage .owl-nav button.owl-next .feather {
	float: left;
	width: 100px;
	height: 100px;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
.owl-slider-homepage .owl-nav button.owl-prev:hover,
.owl-slider-homepage .owl-nav button.owl-next:hover {
	opacity: 1;
	outline: none;
}

/* --- HOMEPAGE BANNER MESSAGE --- */

body {
	transition: padding .5s ease-in-out;
}
.navbar.fixed-top {
	transition: top .5s ease-in-out;
}
header .alert {
	padding-left: 5px;
	padding-right: 5px;
}
.alert.homepage-banner {
  position: fixed;
  width: 100%;
  top: -50px;
  transition: top .5s ease-in-out;
  z-index: 1100;
}
body.alert-show {
	padding-top: 50px;
}
body.alert-show .alert.homepage-banner  {
	top: 0;
}
body.alert-show .navbar.fixed-top {
	top: 0;
}
@media (min-width: 640px) {
	.alert.homepage-banner {
		top: -36px;
	}
	body.alert-show {
		padding-top: 36px;
	}
	body.alert-show .navbar.fixed-top {
		top: 0;
	}
}
@media (min-width: 992px) {
	.alert.homepage-banner {
	  top: -36px;
	}
	body.alert-show {
	  padding-top: 36px;
	}
	body.alert-show .navbar.fixed-top {
	  top: 36px;
	}
}

.homepage-banner {
	background-color: #E14301;
	color: #FFF;
	border: none;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 130%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (min-width: 640px) {
	.homepage-banner {
		font-size: 13px;
	}
}
.homepage-banner a {
	color: #FFF;
}
.homepage-banner p:last-child {
	margin-bottom: 0;
}

/* --- HOMEPAGE INTRO --- */

.homepage-intro {
    background: #FFF url(assets/images/mark_achieve_atlanta_beige.png) no-repeat top right;
	padding-top: 90px;
	padding-bottom: 50px;
}
.homepage-intro h2 {
	margin-bottom: 12px;
}
.homepage-intro-text {
    font-size: 22px;
    line-height: 160%;
}
.homepage-intro-columns {
	margin-top: 42px;
}
.homepage-intro-text p:last-child {
    margin-bottom: 0;
}

/* --- HOMEPAGE INTRO BOXES --- */

.homepage-intro-boxes {
	background-color: #F9F7F0;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}
.homepage-intro-boxes-bg {
	margin-bottom: 30px;
}
.homepage-intro-boxes-text {
	margin-top: 15px;
	padding-right: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
	.homepage-intro-boxes-text {
		margin-top: 0;
		padding-right: 15px;
	    padding-left: 15px;
	}
}
.homepage-intro-boxes-text .card {
    box-shadow: none;
	line-height: 160%;
	padding: 30px 40px;
}
.homepage-intro-boxes-icon {
	margin-bottom: 20px;
}
p.homepage-intro-boxes-title {
	margin-bottom: 8px;
}
.homepage-intro-boxes-title a {
	color: #00416A;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0;
}

/* --- HOMEPAGE SCHOLARS --- */

.homepage-scholars {
    background-color: #F9F7F0;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* --- HOMEPAGE MAIN BOX --- */

.homepage-scholars-box-bg {
	background-color: #F9F7F0;
	text-align: center;
	margin-bottom: 30px;
}
.homepage-scholars-box-text .card {
    box-shadow: none;
	line-height: 160%;
	padding: 30px 40px;
}
.homepage-scholars-box-small-text {
	color: #8F918E;
	font-size: 14px;
	font-weight: 900;
	line-height: 100%;
	text-transform: uppercase;
	margin-top: 15px;
}
p.homepage-scholars-box-title {
	margin-bottom: 8px;
}
.homepage-scholars-box-title a {
	color: #E14301;
	font-size: 32px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0;
}
@media (min-width: 992px) {
	.homepage-scholars-box-title a {
		font-size: 52px;
	}
}

/* --- HOMEPAGE MAIN BOXES --- */

.homepage-scholars-title {
	color: #E14301;
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	margin-top: 36px;
}
@media (min-width: 992px) {
	.homepage-scholars-title {
		font-size: 40px;
	}
}
.homepage-scholars-boxes {
	background-color: #F9F7F0;
	text-align: left;
	padding-top: 36px;
	padding-bottom: 50px;
}
.homepage-scholars-boxes-bg {
	margin-bottom: 30px;
}
/* .homepage-scholars-boxes-icon img {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 15px;
	width: 30px;
	height: 30px;
} */
.homepage-scholars-boxes-title {
	color: #E14301;
	font-size: 17px;
	font-weight: 900;
	text-transform: uppercase;
}
.homepage-scholars-boxes-small-text {
	color: #8F918E;
	font-size: 14px;
	font-weight: 900;
	line-height: 120%;
	text-transform: uppercase;
}
.homepage-scholars-boxes-text {
	font-style: italic;
	margin-top: 12px;
	padding-right: 0;
    padding-left: 0;
}

/* --- HOMEPAGE KEY DATES --- */

.homepage-key-dates-text {
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.homepage-key-dates-text h2 {
    color: #FFF;
	margin-bottom: 0;
}

/* --- HOMEPAGE KEY DATES BOXES --- */

.orange-pattern-bg .homepage-key-dates-boxes a {
    text-decoration: none;
	border-bottom: none;
}
.homepage-key-dates-boxes .card {
	background: rgba(255, 255, 255, 0.35);
	box-shadow: none;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
	transition: all 0.3s ease;
}
.homepage-key-dates-boxes .card:hover {
	background: rgba(255, 255, 255, 0.50);
	text-align: center;
}
.homepage-key-dates-boxes .card-body {
    border: 1px solid rgba(255, 255, 255, 0.50);
	line-height: 120%;
	padding: 60px 12px 60px 12px;
}
.homepage-key-dates-boxes sup {
    font-size: 18px;
	font-weight: 700;
}
p.homepage-key-dates-boxes-title {
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 12px;
}
@media (min-width: 992px) {
	p.homepage-key-dates-boxes-title {
		font-size: 32px;
	}
}
.homepage-key-dates-boxes-text {
	color: #FFF;
	font-size: 19px;
	font-weight: 400;
	border-bottom: 0;
}
.homepage-key-dates-url {
	text-align: center;
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AD --- */

.footer-callout {
    background: #00416A;
    background: #00416A url(assets/images/bg_img_stay_connected.jpg) no-repeat center center / cover;
	border-top: 7px solid #FFF;
}
.footer-callout-text {
	color: #FFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
	margin: 0 auto;
	padding-top: 90px;
	padding-bottom: 90px;
}
.footer-callout h1,
.footer-callout h2,
.footer-callout h3,
.footer-callout h4,
.footer-callout h5,
.footer-callout h6 {
	color: #FFF;
}
.footer-callout h2 {
	margin: 0 0 6px 0;
}
.gform_wrapper#gform_wrapper_1 input.button {
	color: #00416A;
	background-color: #FFF;
	border: 0;
	transition: all 0.3s ease;
	margin-top: 12px;
}
.gform_wrapper#gform_wrapper_1 input.button:hover {
	color: #FFF;
	background-color: #222;
	border: 0;
}

/* --- FOOTER AREA --- */

#colophon {
    margin: 5px 0 0 0;
	padding: 0 0 100px 0;
}
#colophon a {
	border-bottom: none;
	text-decoration: none;
}
#colophon a:hover {
	border-bottom: none;
}

/* --- FOOTER LINKS --- */

.footer-links {
	padding-top: 80px;
	padding-bottom: 40px;
}
.footer-links-brand {
    margin-bottom: 40px;
}
.footer-links-logo {
	display: block;
	text-align: center;
}
.footer-links-logo img {
	max-height: 100%;
}
@media (min-width: 992px) {
	.footer-links-logo {
        display: block;
        text-align: left;
    	margin: 0 auto;
    	padding: 0;
	}
}

/* --- FOOTER NAV --- */

.footer-links-list-area {
	 margin-bottom: 40px;
}
.footer-links-list h6 {
	color: #FFF;
	font-size: 16px;
    font-weight: 900;
    text-align: center;
	text-transform: uppercase;
    margin: 0 0 6px 0;
}
ul.footer-menu {
    list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
ul.footer-menu li {
    margin: 0;
    text-align: center;
}
ul.footer-menu li a {
	color: #CCC;
	font-size: 15px;
    font-weight: 400;
	text-decoration: none;
	line-height: 200%;
}
.footer-menu li a:hover {
	text-decoration: underline;
}
@media (min-width: 992px) {
    .footer-links-list h6,
    ul.footer-menu li {
		text-align: left;
	}
}

/* --- COPYRIGHT --- */

.footer-links-copyright {
	color: #CCC;
	font-size: 13px;
	line-height: 200%;
    text-align: center;
    margin-top: 0;
}
.footer-links-copyright p {
    margin-bottom: 0;
}
.footer-links-copyright a {
	color: #CCC;
	text-decoration: none;
}
.footer-links-copyright a:hover {
	color: #CCC;
	text-decoration: underline;
}

/* --- COPYRIGHT MENU --- */

.footer-links-copyright-menu {
	position: relative;
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}
.footer-links-copyright-menu li {
	position: relative;
	line-height: 100%;
    transition: all 0.3s ease;
}
.footer-links-copyright-menu > li {
	display: inline-block;
    margin-right: 4px;
}
.footer-links-copyright-menu > li a {
    margin-right: 8px;
}
.footer-links-copyright-menu > li:after {
	content: "|";
}
.footer-links-copyright-menu > li:last-child:after {
	content:  none;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	display: block;
	clear: both;
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
}
.alignright {
	display: block;
	clear: both;
	float: none;
	margin: 0 0 20px 0;
	width: 100%;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignleft,
img.alignleft {
	margin: 6px 0 12px 0;
}
.wp-caption.alignright,
img.alignright {
	margin: 6px 0 12px 0;
}
.wp-caption.aligncenter,
img.aligncenter {
	margin: 12px auto 24px auto;
}
@media (min-width: 992px) {
	.alignleft {
		float: left;
		width: auto;
	}
	.alignright {
		float: right;
		width: auto;
	}
	.wp-caption.alignleft,
	img.alignleft {
		margin: 6px 24px 12px 0;
	}
	img.alignleft.icon {
		margin: 0 12px 0 0;
	}
	.wp-caption.alignright,
	img.alignright {
		margin: 6px 0 12px 24px;
	}
	.wp-caption.aligncenter,
	img.aligncenter {
		margin: 12px auto 24px auto;
	}
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 13px;
	line-height: 1;
	text-align: center;
	color: #66665D;
	padding-top: 16px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

.gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
}
.gallery .col-sm-6,
.gallery .col-md-3,
.gallery .col-lg-3 {
	display: inline-block;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 14px;
}
.gallery .gallery-icon {
	width: 100%;
}
.gallery .gallery-caption {
	/*font-size: 13px;
	text-align: center;
	line-height: 15px;
	color: #727272;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;*/
    display: none;
}

/*-------------------------------------------------------------------------*/

/* MODULA GALLERIES */

/*-------------------------------------------------------------------------*/

.modula-item > a {
	border-bottom: none;
	text-decoration: none;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

#commentBox h3 {
	font-size: 27px;
}
#comments h3 {
	border-top: 1px solid #E5E5E5;
	margin: 60px 0;
	padding-top: 60px;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(assets/images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width:75px;
	height:75px;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	font-size: 22px;
    margin: 0 0 0 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
	font-weight: 400;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0;
	padding-bottom: 30px;
}
#comments #respond {
	position: relative;
	margin: 0 0 0 100px;
	padding: 0 0 40px 0;
}
#respond h3 {
	border-top: 1px solid #E5E5E5;
	margin: 60px 0 12px 0;
	padding-top: 60px;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}

/*-------------------------------------------------------------------------*/

/* FOOBOX STYLES */

/*-------------------------------------------------------------------------*/

.fbx-fullscreen-mode.fbx-light {
	background-color: #222;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-close,
.fbx-fullscreen-mode.fbx-rounded .fbx-fullscreen-toggle,
.fbx-fullscreen-mode.fbx-metro .fbx-close,
.fbx-fullscreen-mode.fbx-metro .fbx-fullscreen-toggle {
	opacity: .2;
	border-radius: 5px;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro .fbx-prev,
.fbx-fullscreen-mode.fbx-metro .fbx-next {
	top: 50%;
	margin-top: -40px;
	width: 28px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	opacity: .5;
}
.fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fbx-close-overlays {
	top: 10px;
	right: 0;
}
.fbx-close-overlays {
	border-bottom: none;
}
.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption,
.fbx-light.fbx-phone .fbx-social {
    background-color: #303030;
    background-color: rgba(28, 28, 28, 0.5);
}
a.fbx-close-caption,
a.fbx-open-caption {
    color: #626262;
    text-decoration: none;
    border-bottom: none;
}
.fbx-caption-title {
    font-size: 18px;
    line-height: 180%;
    padding: 15px;
}
.fbx-caption-desc {
	font-size: 158px;
    line-height: 160%;
    padding: 15px 15px 20px 15px;
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */

/*-------------------------------------------------------------------------*/

.pagenavi-wrapper {
	clear: both;
	padding-left: 18px;
}
.pagenavi-wrapper-blog {
	clear: both;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 15px;
}
.wp-pagenavi {
	clear: both;
	border-top: 1px solid #E5E5E5;
    font-size: 15px;
	margin: 30px 0 0 15px;
	padding: 40px 0 0 0;
	text-align: left;
}
.wp-pagenavi a,
.wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	color: #727272;
	line-height: 120%;
	text-decoration: none;
	background-color: #F9F7F0;
	border: none;
	border-radius: 4px;
    margin-right: 3px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #727272;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #00416A;
	/* border: 1px solid #00416A; */
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #727272;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: 400;
	/* background-color: #FFF; */
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 0;
	color: #727272;
	font-weight: 400;
	/* border: 1px solid #FFF; */
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	color: #FFF;
	line-height: 120%;
	text-decoration: none;
	background-color: #00416A;
	border: none;
	border-radius: 4px;
    margin-right: 3px;
}
.wp-pagenavi span.extend {
	padding: 6px 9px 5px 9px;
	color: #727272;
	line-height: 120%;
	text-decoration: none;
	background-color: #F9F7F0;
	border: none;
	border-radius: 4px;
    margin-right: 3px;
}


.post-navigation {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;

}
.post-navigation-next {
    text-align: right;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

.table-responsive {
    border: none;
}
.table {
    font-size: 16px;
}
.table p {
    margin-bottom: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.dataTable th {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 16px 8px;
}
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    padding: 20px 12px;
    text-align: center;
    border-top: none;
}
.table > tbody > tr > td.table-center {
    text-align: center !important;
}

/*-------------------------------------------------------------------------*/

/* TOOLTIPS */

/*-------------------------------------------------------------------------*/

.tooltip {
	font-size: 12px;
    z-index: 10001;
}
.tooltip.top {
	/* margin-top: -16px; */
}
.tooltip-inner {
	max-width: 320px;
	padding: 6px 10px;
	color: #FFF;
	text-align: left;
    font-weight: 400;
	background-color: #2A2A2A;
	border: 1px solid #2A2A2A;
	border-radius: 4px;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #2A2A2A;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
    text-transform: uppercase;
	margin-top: 4px;
	padding: 14px 18px;
	white-space: normal;
}
.btn-lg {
    font-size: 16px;
	padding: 14px 24px;
}
.btn-md {
    font-size: 14px;
	padding: 14px 18px;
}
.btn-sm {
    font-size: 12px;
	padding: 8px 12px;
}
a.btn {
	border-bottom: none;
}
.btn .feather {
	width: 26px;
	height: 26px;
	stroke-width: 2;
	margin-top: -4px;
	margin-right: 4px;
}

/* --- BLUE --- */

.btn-primary,
.btn-blue {
	color: #FFF;
	background-color: #00416A;
	border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-blue:active,
.btn-blue.active {
	color: #FFF;
	background-color: #222;
	border: none;
}

/* --- ORANGE --- */

.btn-orange {
	color: #FFF;
	background-color: #E14301;
	border: none;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-orange:active,
.btn-orange.active {
	background-image: none;
}

/* --- WHITE --- */

.btn-white {
	color: #E14301;
	background-color: #FFF;
	border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-white:active,
.btn-white.active {
	background-image: none;
}


/* --- BLACK --- */

.btn-black {
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
	color: #FFF;
	background-color: #00416A;
	border: none;
}
.btn-black:active,
.btn-black.active {
	background-image: none;
}

/* --- GRAY --- */

.btn-gray {
	color: #929292;
	background-color: #F9F7F0;
	border: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active{
	color: #FFF;
	background-color: #222;
	border: none;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES */

/*-------------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
/*input[type="search"],*/
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #727272 !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 100% !important;
	background-color: #FFF !important;
    border: 1px solid #CCC !important;
	border-radius: 4px !important;
	padding: 12px 8px !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
/*input[type="search"]:focus,*/
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #2A2A2A !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 100% !important;
	background-color: #E5E5E5 !important;
	border: 1px solid #CCC !important;
	border-radius: 4px !important;
	padding: 12px 8px !important;
}

.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper ul li.gfield {
    margin-top: 20px !important;
    padding-top: 0;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	margin: 20px 0 4px 0 !important;
	font-weight: 400 !important
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #E5E5E5 !important;
	padding: 48px 16px 0 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #2A2A2A !important;
	font-size: 32px !important;
	font-weight: 700 !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 26px !important;
	font-weight: 400 !important;
	padding: 30px 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 22px !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    font-size: 16px !important;
	margin-top: 4px !important;
    margin-right: 7px !important;
    vertical-align: text-top !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
    vertical-align: text-top !important;
    max-width: 90% !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    margin: 0 0 12px 0 !important;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
    font-weight: 400 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- TIME --- */

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
    margin-right: 1.75rem !important;
}
.gform_wrapper .gfield_time_hour input[type=number],
.gform_wrapper .gfield_time_minute input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    min-width: calc(3rem + 24px) !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	height: 48px;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #727272;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	padding: 8px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_confirmation_wrapper {
	background-color: transparent !important;
	font-size: 18px !important;
	color: #727272 !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 130px 0 0 0 !important;
	overflow: hidden !important;
}
@media (max-width: 992px) {
	.gform_confirmation_wrapper {
		padding: 0 !important;
	}
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: #FFF;
	background-color: #00416A;
  	display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 900;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 14px 24px;
	font-size: 14px !important;
	text-transform: uppercase;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- HTML FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1.5em 2.5em !important;
    padding-left: 0 !important;
}

/* --- HIDE BIG INVISIBLE RECAPTCHA BANNER --- */

.gf-recaptcha-div {
    display: none;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED WOOCOMMERCE STYLES */

/*-------------------------------------------------------------------------*/

/* --- WOOCOMMERCE GENERAL --- */

/* .woocommerce-page {
	background-color: #F9F7F0;
} */
.woocommerce table.shop_table {
    border: none;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    background-color: #FFF;
    padding: 12px;
}
.woocommerce table.shop_table tbody th {
    font-weight: 400;
}
.woocommerce form .form-row {
    display: block;
	margin: 0 0 12px 0;
}
.woocommerce form .form-row label {
    font-weight: 700;
}

/*buttons in product boxes in the loop*/
.woocommerce .products #respond input#submit,
.woocommerce .products a.button, .woocommerce button.button,
.woocommerce .products input.button,
.woocommerce .products #respond input#submit.alt,
.woocommerce .products a.button.alt,
.woocommerce .products button.button.alt,
.woocommerce .products input.button.alt {
    font-size: 13px;
    background-color: #525252;
    color: #FFF !important;
    text-transform: uppercase;
    padding: 16px;
    transition: all 0.3s ease;
}
/*buttons everywhere else*/
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-size: 15px;
    background-color: #00416A;
    color: #FFF !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 16px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #222;
    color: #FFF;
    padding: 16px
}
woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #929292;
    padding: 16px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    background-color: #929292;
    padding: 16px;
}
.woocommerce .sidebar {
    display: none;
}

/* --- WOOCOMMERCE SHOP NOTICE --- */

.woocommerce-store-notice,
p.demo_store {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    background-color: #2A2A2A;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.20);
    display: none;
}
@media (max-width: 768px) {
    .woocommerce-store-notice,
    p.demo_store {
        font-size: 12px;
        padding: 10px;
        line-height: 130%;

    }
}

/* --- WOOCOMMERCE SHOP PAGE --- */

.woocommerce-ordering {
    display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 19px 19px 43px 19px;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
    color: #525252;
	text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font: 900 19px/120% 'Nunito Sans', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}
.woocommerce ul.products li.product a .woocommerce-product-details__short-description p,
.woocommerce-page ul.products li.product a .woocommerce-product-details__short-description p {
    color: #929292;
    margin-bottom: 18px;
}
.woocommerce ul.products li.product .star-rating {
    text-align: center;
    margin: 0 auto 18px auto;
}
.woocommerce ul.products li.product .button {
    margin: 12px auto 0 auto;
}
.woocommerce ul.products li.product .price {
    color: #525252;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}
@media (max-width: 992px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        margin: 0 auto 30px auto;
    }
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 2.8% 30px 0;
    width: 22.80%;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
@media (max-width: 768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 auto 30px auto;
    }
}

/* --- WOOCOMMERCE PRODUCT SINGLE PAGE --- */

.woocommerce .woocommerce-breadcrumb {
    font-size: 12px;
    color: #929292;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 105%;
    margin-bottom: 8px;
}
.woocommerce .woocommerce-breadcrumb a {
    border-bottom: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    border-bottom: none;
    text-decoration: underline;
}
.woocommerce h1.product_title {
    font-size: 48px;
    margin-bottom: 0;
}
.woocommerce h2 {
    font-size: 28px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #2A2A2A;
    line-height: 200%;
    font-size: 24px;
}
.woocommerce .product_meta {
    display: none;
}
.woocommerce div.product .variations label {
    color: #525252;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 4px 0 !important;
}
.woocommerce div.product .variations-field {
    padding-bottom: 20px;
}
.woocommerce div.product .variations select {
    font-size: 17px;
    color: #626262 !important;
    /* box-shadow: 0 0 12px 0 rgba(0,0,0,0.05); */
    height: 42px;
}
.woocommerce div.product form.cart a.reset_variations {
    /*clear: both;
    display: inline-block;
    visibility: hidden;
    font-size: .83em;*/
    display: none !important;
}
.woocommerce .quantity .qty {
    height: 47px;
}
.woocommerce div.product .upsells {
    clear: both;
}
.woocommerce .related.products {
    clear: both;
    padding-top: 0;
}

/* --- WOOCOMMERCE TABS --- */

.woocommerce div.product .woocommerce-tabs {
    /* background-color: transparent;
    font-size: 16px;
    line-height: 160%;
    padding: 30px 0; */
	display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background-color: transparent;
    border: none;
    border-radius: 0;
    /*padding-top: 24px;*/
}
.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 0 30px -15px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    display: inline-block;
    position: relative;
    border: none;
    margin: 0 15px;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    left: 0;
    border: none;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #A2A2A2;
    font: normal 28px/160% 'Nunito Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 4px solid #F9F7F0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #2A2A2A;
    background: transparent;
    border-radius: 0;
}
.woocommerce div.product .wc-tab h2 {
    display: none;
}
.woocommerce div.product .wc-tab .table-responsive {
    margin-bottom: 40px;
}
table.product-attributes {}
table.product-attributes p {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 140% !important;
    padding-top: 5px !important;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 64px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 82px;
}
.woocommerce #reviews h3 {
    font-size: 20px;
    margin: 0 0 16px 0;
}

/* --- WOOCOMMERCE MY ACCOUNT PAGES --- */

/*.woocommerce-account h2 {
    padding: 0 0 40px 0;
}*/
.woocommerce-MyAccount-navigation {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
@media (max-width: 992px) {
    .woocommerce-MyAccount-navigation {
        padding: 0;
    }
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	color: #2A2A2A;
	border-top: 1px solid #d8d8d8;
    border-bottom: none;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #222;
	background-color: #E5E5D1;
    border-bottom: none;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active {
	color: #222;
	background-color: #FFF;
	text-decoration: none;
}
.woocommerce .my-membership-tabs {
    display: none;
}
.woocommerce .my-membership-section h3 {
    display: none;
}
.woocommerce table.shop_table th.membership-content-excerpt,
.woocommerce table.shop_table td.membership-content-excerpt {
    display: none;
}
.woocommerce .col-1,
.woocommerce .col-2 {
    max-width: 100% !important;
	margin-bottom: 30px;
	padding-right: 0;
    padding-left: 0;
}
.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
	background-color: #FFF;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
}
.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 24px;
}

/* --- WOOCOMMERCE CART --- */

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 140px !important;
    height: 47px;
}
.woocommerce-cart table.cart td.actions .coupon button.button {
    background-color: #929292;
    opacity: .5;
}
.woocommerce-cart table.cart td.actions .coupon button.button:hover {
    background-color: #222;
    opacity: 1;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    background-color: #F9F7F0;
    padding: 30px;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce-page .cart-collaterals .cross-sells h2 {
    font-size: 20px;
    margin-bottom: 12px;
}

/* --- WOOCOMMERCE CHECKOUT CUSTOMER DETAILS --- */

.customer-details  {
    padding-right: 40px;
}
@media (max-width: 992px) {
    .customer-details  {
        padding-right: 15px;
    }
}
.customer-details h3 {
    padding-top: 20px;
    font-weight: 700;
}
/* .woocommerce-shipping-fields h3 {
    display: none;
} */
.woocommerce h3#ship-to-different-address {
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
}
.woocommerce form #my-new-field label.checkbox,
.woocommerce-page form #my-new-field label.checkbox {
    line-height: 4em;
}
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login,
.woocommerce-checkout form.register {
    background-color: #FFF;
    border: none;
    padding: 20px;
    margin: -2em 0 2em 0;
}
.woocommerce .woocommerce-form-login.login {
    background-color: #FFF;
    border: none;
    padding: 20px;
}

/* --- WOOCOMMERCE CHECKOUT SELECT FIELDS --- */

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #727272;
	font-size: 16px;
	line-height: 42px;
	padding-right: 30px;
}
.select2-container .select2-selection--single {
    border: 1px solid #CCC;
	height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    /*down arrow*/
    height: 42px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

/* --- WOOCOMMERCE CHECKOUT ORDER REVIEWS --- */

.order-review {
    background-color: #FFF;
    font-size: 14px;
    padding: 30px 15px 0 15px;
}
.order-review h3 {
    font-weight: 700;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding: 6px 12px;
    vertical-align: middle;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    background-color: rgba(0, 0, 0, 0.025);
}
.woocommerce ul#shipping_method li label {
    font-size: 14px;
    text-indent: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-checkout-payment p.wc-terms-and-conditions,
.woocommerce-checkout-payment .checkbox-small {
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    margin-bottom: 6px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0;
    padding: 1em 0;
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #E5E5D1 #E5E5D1 #E5E5D1;
}

/* --- WOOCOMMERCE CREDIT CARD --- */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #FFF;
	padding: 20px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #FFF;
	padding: 0;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 0;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #FFF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* --- WOOCOMMERCE STRIPE SAVE CARD --- */

.payment_method_stripe label {
	display: inline;
	font-size: 16px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 8px 0 0;
}

/* --- WOOCOMMERCE CHECKOUT TERMS & BUTTON --- */

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 12px 0 0;
    float: none;
}
.woocommerce #payment .terms .input-checkbox {
    display: inline;
    margin: 7px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}
.woocommerce form .form-row label.checkbox span {
    padding-left: 24px;
}
.woocommerce form .form-row label.checkbox span.required {
    padding-left: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    clear: both;
    float: none;
    /*margin-top: 12px;*/
    width: 100%;
}

/* --- WOOCOMMERCE THANK YOU PAGE --- */

.woocommerce .order_details {
    margin: 0 0 24px 0;
    list-style: none;
}
p.woocommerce-thankyou-order-received {
    margin-bottom: 12px;
}
ul.woocommerce-thankyou-order-details {
    background-color: #dff0d8;
    padding: 20px 20px 12px 20px;
}

/* --- WOOCOMMERCE INFO BOXES --- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #FFF;
    color: #65654D;
    border-top: 3px solid #00416A;
}
.woocommerce-info {
    border-top-color: #00416A;
}
.woocommerce-info:before {
    color: #00416A;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	html, body {
		height: auto;
	}
	body {
		background: white;
	    font-size: 10pt;
	    color: black;
	    line-height: 14pt;
	    margin: 0 auto;
	    padding: 0;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	#header-image {
		height: 80px;
	}
	#header-image img {
		display:none;
	}
	a {
	    color: black;
	    text-decoration: none;
	    border-bottom: none;
	}
	a[href]:after {
    	content: none !important;
	}
	#commentform {
		display:none
	}
	.wp-caption-text {
		font-size: 8pt;
	}
	.alignleft {
		float: left;
		margin: 0;
		padding: 6px 20px 12px 0;
		max-width: 220px;
	}
	.alignright {
		float: right;
		margin: 0;
		padding: 6px 0 12px 20px;
		max-width: 220px;
	}
	.aligncenter {
		float: none;
		margin: 0;
		padding: 12px 0 12px 0;
		max-width: 220px;
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		wrapper-break-after:avoid;
	    wrapper-break-inside:avoid
	}
	blockquote, table, pre {
		wrapper-break-inside:avoid
	}

	ul, ol, dl  {
		wrapper-break-before:avoid
	}
	.et_social_inline {
		display: none;
	}
	.postmetadata {
		display: none;
	}
	.print:last-child {
    	page-break-before: auto;
	}
}
