/*
Theme Name: Layer Child
Description: Child Theme for Layer Wordpress Theme
Author: zozothemes
Version: 1.0
Template: layer
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: layer-child
*/

/* ---------------------------------------------------
				 GLOBAL
------------------------------------------------------- */
body {
    font-family: 'Gudea', serif;
    color: #333e48;
    font-weight: 400;
    font-size: 18px;
    background: #fff;
    line-height: 1.4;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased !important;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.mc_custom_border_hdr {
    font-family: 'Gudea', sans-serif !important;
    font-weight: 400;
    color:#333;
    margin-top: 0;
    margin-bottom: 15px;
	letter-spacing:0px;
}
.typo-thin,
.typo-thin h1,
.typo-thin h2,
.typo-thin h3,
.typo-thin h4,
.typo-thin h5,
.typo-thin h6,
.typo-thin p {
    font-weight: 300;
}
.typo-dark h1 > a,
.typo-dark h2 > a,
.typo-dark h3 > a,
.typo-dark h4 > a,
.typo-dark h5 > a,
.typo-dark h6 > a {
    color: #333;
}
.typo-light h1 > a,
.typo-light h2 > a,
.typo-light h3 > a,
.typo-light h4 > a,
.typo-light h5 > a,
.typo-light h6 > a {
    color: #fff;
}
.font-light {
    font-weight: 200;
}
legend {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}

.vc-zozo-section {
	padding-top: 48px;
	padding-bottom: 46px;
}

/* LINKS */

a {
    outline: none;
	transition: all 0.14s ease 0s;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
	-ms-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0;
}
/* TEXT ELEMENTS */
blockquote p {
    font-style: italic;
}
dd {
    margin-bottom: 1em;
}
.text-uppercase.desc {
	font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
/* ALIGNMENT */
.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
/* TABLES */
table {
    width: 100%;
    margin-bottom: 20px;
}
table th,
table td {
    padding: 8px;
    line-height: 20px;
    vertical-align: top;
    border-top: 1px solid #e1e1e1;
}
table th {
    font-weight: bold;
}
table thead th {
    vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}
table tbody + tbody {
    border-top: 2px solid #ddd;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    width: 100%;
}
iframe {
    border: none;
}
/* CLEARING */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix {
    min-height: 1px;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
/* BLOCKQUOTE */

blockquote,
.blockquote-reverse {
    border-left: none;
    border-right: none;
    padding: 12px 40px;
    position: relative;
    font-size: 15px;
    color: #606060;
    display: inline-block;
}
blockquote p{
	font-size: 18px;
}
.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/* Insert the pseudo element - replicating what FontAwesome does */
blockquote footer,
blockquote small,
blockquote .small {
    font-weight: 500;
}
blockquote blockquote {
    padding: 0;
    margin: 0;
}
blockquote blockquote:before,
blockquote blockquote:after {
    content: none;
}
blockquote,
.blockquote-reverse {
    font-size: 28px;
    font-weight: 700;
}
/* Blockqoute Plain */
.blockquote-plain {
    font-family: georgia;
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
}
/* Shadow */
.shadow-block {
	box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
	-ms-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
	-o-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25), 0 10px 18px rgba(0, 0, 0, 0.22);
}
/* Button */
.btn,
.btn.btn-default,
input[type="submit"],
button[type="submit"],
.vc_general.vc_btn3,
.vc_general.vc_btn3.vc_btn3-color-primary-bg,
.vc_btn.vc_btn-primary-bg,
.vc_general.vc_btn3.vc_btn3-color-juicy-pink,
.btn-modal.btn-primary {
    border: none;
	font-size:15px;
    line-height: 22px;
    font-weight: 400; /* layer */
    outline: none;
    padding: 10px 30px;
    color: #fff;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.4s ease-in-out 0s!important;
    -moz-transition: all 0.4s ease-in-out 0s!important;
    -webkit-transition: all 0.4s ease-in-out 0s!important;
    -o-transition: all 0.4s ease-in-out 0s!important;
    -ms-transition: all 0.4s ease-in-out 0s!important;
}
.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.vc_general.vc_btn3.vc_btn3-style-default:hover,
.vc_general.vc_btn3.vc_btn3-style-default:focus,
.vc_general.vc_btn3.vc_btn3-style-default:active,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:hover,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:focus,
.vc_general.vc_btn3.vc_btn3-color-primary-bg:active,
.vc_btn.vc_btn-primary-bg:hover,
.vc_btn.vc_btn-primary-bg:focus,
.vc_btn.vc_btn-primary-bg:active,
.vc_general.vc_btn3.vc_btn3-color-juicy-pink:hover,
.vc_general.vc_btn3.vc_btn3-color-juicy-pink:focus,
.vc_general.vc_btn3.vc_btn3-color-juicy-pink:active,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus,
.owl-carousel.owl-theme .owl-controls .owl-nav div:hover {
	box-shadow:0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-webkit-0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-moz-0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-ms-0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	-o-0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.owl-carousel.owl-theme .owl-controls .owl-dots .owl-dot.active span {
	background: #343D47;
}
.btn.btn-default.btn-black {
	background: #333;
}
.btn.btn-default.btn-white {
	background: #fff;
}
.btn.btn-default.btn-black:hover,
.bg-style.bg-normal .btn:hover,
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-primary-bg:hover,
.bg-style.bg-normal .vc_btn.vc_btn-primary-bg:hover,
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-juicy-pink:hover {
	background:rgba(51,51,51,0.8)
}
.bg-style.bg-normal .btn:hover,
.btn.btn-default:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-primary-bg:hover,
.bg-style.bg-normal .vc_btn.vc_btn-primary-bg:hover,
.bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-juicy-pink:hover {
    color: #fff;
}
.vc_btn,
a.vc_btn,
button.vc_btn,
.vc_btn:hover,
a.vc_btn:hover,
button.vc_btn:hover,
.vc_btn:focus,
a.vc_btn:focus,
button.vc_btn:focus {
    border: none;
}
.vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg {
    background: transparent;
    border: 1px solid;
    padding: 8px 20px;
}
.vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg:hover {
    border: 1px solid;
}
.bg-skin-dark .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg:hover {
    color: #fff;
}
.btn.square {
    border-radius: 0!important;
    -ms-border-radius: 0!important;
    -moz-border-radius: 0!important;
    -o-border-radius: 0!important;
    -webkit-border-radius: 0!important;
}
.btn.white {
    color: #fff;
}
/*Btn large*/
.vc_general.vc_btn3.vc_btn3-color-primary-bg.vc_btn3-size-lg,
.vc_btn3.vc_btn3-size-lg {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
	font-size: 18px;  /* layer */
}
.btn:hover,
.btn:focus,
.btn.btn-default:hover,
.btn.btn-default:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
.btn-modal.btn-primary:hover,
.btn-modal.btn-primary:active,
.btn-modal.btn-primary:focus {
    color: #fff;
}
.btn.btn-transparent-white,
.btn.btn-transparent-white-inverse,
.btn.btn-transparent-black,
.btn.btn-transparent-black-inverse,
.btn.btn-transparent-color,
.btn.btn-transparent-color-inverse {
    font-weight: 600;
}
.btn-transparent-white,
.btn.btn-transparent-white,
.btn-transparent-white-inverse:hover,
.btn.btn-transparent-white-inverse:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.btn-transparent-white:hover,
.btn.btn-transparent-white:hover,
.btn-transparent-white-inverse,
.btn.btn-transparent-white-inverse {
    background: #fff;
    border: 2px solid #fff;
}
.btn-transparent-black,
.btn.btn-transparent-black,
.btn-transparent-black-inverse:hover,
.btn.btn-transparent-black-inverse:hover {
    background: transparent;
    border: 2px solid #333333;
    color: #333333;
}
.btn-transparent-black:hover,
.btn.btn-transparent-black:hover,
.btn-transparent-black-inverse,
.btn.btn-transparent-black-inverse {
    background: #333333;
    border: 2px solid #333333;
}
.btn-transparent-color,
.btn.btn-transparent-color,
.btn-transparent-color-inverse:hover,
.btn.btn-transparent-color-inverse:hover {
    background: transparent;
    border: 2px solid;
}
.btn-transparent-color:hover,
.btn.btn-transparent-color:hover,
.btn-transparent-color-inverse,
.btn.btn-transparent-color-inverse {
    border: 2px solid;
    color: #fff;
}
.btn:active,
.btn.active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.btn.btn-wide {
    width: 100%;
    max-width: 205px;
}
.btn-top-margin {
    margin-top: 10px;
}
.search-form,
.zozo-mailchimp-form .btn {
	font-family: 'Gudea', sans-serif;
    font-size: 13px;
    font-weight: 400;
	padding:8px 12px;
}
.zozo-mailchimp-form .btn > i {
	top:0;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
}
.zozo-subscribe.input-email.form-control{
	height:45px;
}
.zozo-mailchimp-form .btn.mc-subscribe.zozo-submit.btn-right{
	padding:11.5px 25px;
}
.zozo-mailchimp-form.form-btn-right .input-group.form-group{
	margin-bottom:0px;
}
.widget .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-search {
    background: transparent;
}
.btn-search:hover,
.btn-search:active,
.btn-search:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
    background-color: #333;
    color: #fff;
}
.inline-block,
.inline-title {
    display: inline-block;
}
.no-padding {
    padding: 0!important;
}
.margin-right-30{
	margin-right:30px;
}
.zozo-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.pager li > a,
.pager li > span {
    margin-bottom: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
	border:none;
	box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-ms-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-o-box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
}
.pager li > a:hover,
.pager li > span:hover {
}
.pager li > a > i {
    font-weight: 700;
    font-size: 15px;
}
.pager li.previous > a > i {
    padding-right: 5px;
}
.pager li.next > a > i {
    padding-left: 5px;
}
.input-group .form-control,
.input-group .btn,
.input-group button[type="submit"] {
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;

}
.input-group-addon {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 18px;
    padding-right: 0;
}
.zozo-input-group-addon input.form-control {
    border-left: none;
}
.input-group-btn .btn {
    height: 45px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
.input-group .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.zozo-top-anchor {
    display: block;
    position: absolute;
    top: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    top: 0;
}
hr {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 45px;
}
/* ------------- Search Form ------------- */
.search-form .input-group-btn .btn:hover {
	color:#fff;
}
/* SELECT BOX */

select {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -ms- border-radius: 3px;
    -moz- border-radius: 3px;
    -o- border-radius: 3px;
    -webkit- border-radius: 3px;
    box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -ms-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -o-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    -webkit-box-shadow: 0 1px #ffffff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    font-size: 12px;
    height: 40px;
    padding: 6px 12px;
    color: #333;
    vertical-align: middle;
    width: 100%;
}
select option {
    padding: 10px;
}
/* Password Form */
.post-password-form label input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px #fff, 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 0 12px;
}

/* Header Customizations */

.page-title-section {
    background-color: #333e48;
    margin: 0;
}

.navbar-header .navbar-brand img, .navbar-brand img {
    max-height: 50px;
}

.zozo-main-nav > li > a {
    color: #333e48;
    font-family: 'Gudea', sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    letter-spacing: .2px;
}

.zozo-main-nav > li > a:hover {
    color: #96152b;
}

.header-dropdown-skin-light .header-main-section .dropdown-menu a, .header-dropdown-skin-light .header-main-section .sub-menu a, .header-dropdown-skin-light .header-main-section .zozo-megamenu a, .header-dropdown-skin-light .header-main-section .zozo-megamenu-wrapper a, .header-dropdown-skin-light .header-main-section .woo-cart-contents a, .header-dropdown-skin-light .header-main-section .woo-cart-item a.remove.remove-cart-item, .header-dropdown-skin-light .header-main-section .cart-total, .header-dropdown-skin-light .header-main-section .zozo-megamenu-title, .header-dropdown-skin-light .dropdown-menu > li.dropdown:after, .header-dropdown-skin-light .sub-menu > li.dropdown:after {
    color: #333;
}

.header-section .header-main-section .zozo-main-nav > li > a:hover, .header-section .header-main-section .zozo-main-nav > li:hover > a, .header-section .header-main-section .zozo-main-nav > li.active > a, .header-section a:hover, .header-section i:hover, .header-section .zozo-main-nav li.current-menu-ancestor > a, .header-section .zozo-main-nav li.current-menu-parent > a, .header-section .zozo-main-nav li.current-menu-item > a, .header-section .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:focus, .header-section .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu > li > a:hover, .header-section .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:focus, .header-section .header-main-section .zozo-main-nav.navbar-nav .sub-menu > li > a:hover, .header-section .header-main-section .dropdown-menu > li.dropdown:hover > a, .header-section .header-main-section .sub-menu > li.dropdown:hover > a, .header-section .header-main-section .dropdown-menu > .active > a, .header-section .header-main-section .dropdown-menu > .active > a:focus, .header-section .header-main-section .dropdown-menu > .active > a:hover, .header-section .header-main-section .menu-item.active > a, .header-section .header-main-section .mobile-sub-menu > li > a:hover, .header-section .header-main-section .mobile-sub-menu > li > a:active, .header-section .header-main-section .mobile-sub-menu > li > a:focus, .header-section .header-toggle-section .nav > li > a:focus, .header-section .header-toggle-section .nav > li > a:hover, .header-section .header-logo-section .header-contact-details li a:hover, .header-section .header-toggle-section .header-contact-details li a:hover, .header-toggle-content .btn-toggle-close, .header-toggle-section .header-side-top-section .header-side-top-submenu.dropdown-menu li > a:hover, .header-main-section li.header-side-wrapper > a:focus, .header-skin-light.header-transparent .header-top-section ul > li a:hover, .header-section.header-skin-dark .header-main-section .zozo-main-nav li.current-menu-item > a, .header-section .zozo-main-nav .mobile-sub-menu > li > a:hover, .header-section.header-menu-skin-dark .header-main-section a:hover, .header-section.header-menu-skin-light .header-main-section a:hover, .header-section.type-header-6 .header-logo-section .woo-cart .cart-icon:hover i, .header-section .woo-cart-item .cart-item-content .cart-product-title:hover, .header-overlay-menu-wrapper .zozo-main-nav > li > a:hover {
    color: #96152b;
}

/* Course Customizations */

.catalog-intro {
    margin-left: 10px;
    margin-right: 10px;
}
.course-menu-container {
    margin: 45px 0px;
}

h3.course-menu {
    padding: 20px 20px;
}

ul.course-menu-items {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.course-menu-items li {
    margin-top: 0px;
    font-family: 'Gudea', sans-serif;
	font-size: 14px;
    padding: 5px 10px 5px 10px;
}

.epf-container {
    text-align: center;
	margin-top: -50px;
    margin-bottom: 70px;
}

.epf-unit-wrapper {
    display: inline-block;
	margin-top: 50px;
}

ul.epf-box-list {
    list-style-type: none;
}

ul.epf-box-list li {
    width: 30%;
    float: left;
    margin: 10px;
}

h2.epf-unit-id {
    background-color: #B92204;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    margin: 0px auto;
    padding-top: 40px;
    padding-left: 1px;
    color: #FFF;
    font-size: 64px;
    text-align: center;
    position: relative;
    z-index: 300;
}
.epf-course-description {
    background-color: #353e47;
    color: #FFF;
    padding: 50px;
    position: relative;
    top: -32px;
    text-align: center;
}

.epf-course-description h4 {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 25px;
    line-height: 55px;
}

.epf-module-wrapper {
    /* min-width: 265px;
    max-width: 334px; */
    /* min-height: 170px;
    max-height: 180px; */
    width: 300px;
    height: 180px;
    /* margin: 20px 0px; */
    margin: 20px 10px 20px 0px;
    position: relative;
}

h3.epf-unit-module-id {
    background-color: #759CB1 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    padding-top: 8px;
    text-align: center;
    position: relative;
    z-index: 301;
    margin: 15px auto;
}

.epf-unit-module-description {
	font-size: 15px;
    background-color: #e3ebee;
    /* max-height: 180px; */
    padding: 40px;
	color: #333;
	font-family: 'Gudea', sans-serif;
    /* max-width: 334px;
    min-width: 265px; */
    /* min-height: 170px; */
    height: 180px;
    position: relative;
    top: -41px;
    text-align: center;
    margin: 0px auto;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.epf-unit-module-description:hover {
	background:#FDCF40;
}
.course-list {
	font-family: sans-serif;
	font-size: 22px;
}

/* Module Customizations */

ul.course-menu-items-course-unit-id {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.course-menu-items-course-unit-id li.course-menu-items-module-title {
    padding: 0px !important;
}

.course-menu-items-course-unit-id {
    box-shadow: 0 0 2em rgba(0,0,0,.15);
}

ul.course-menu-items-course-unit-id li h3 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 24px;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #b92204;
    color: #FFFFFF;
    width: 100%;
}

/* Footer Customizations */

.footer-note {
	font-family: sans-serif;
	font-size: 14px;
}

.footer-social {
	font-size: 24px;
}

#footer-widgets-container {
    /* margin-top: 50px; */
    background-color: #c4d9e2;
}

 .footer-copyright-section {
    background-color: #c4d9e2;
}

.footer-widgets ul,h3 {
	text-align: center;
}

/* Global Style Customizations */

body.single-acue_courses .entry-thumbnail {
    float: left;
	margin: 50px 15px 7px 50px;
    max-width: 284px;
}
body.single-acue_courses .entry-content {
    text-align: left;
}
body.home .page-title-container, body.page-id-19 .page-title-container {
    display: none;
}

.site-content {
    padding-top: 0px;
    padding-bottom: 10px;
	text-align: center;
}

h2, .mc_custom_border_hdr {
    text-align: center;
    font-size: 56px;
}

h2.attention-title {
    color: #343D47;
    padding-bottom: 15px;
    border-bottom: 5px solid #FDCF40;
    line-height: 64px;
    margin-top: 40px;
    text-align: center;
}

h4.sm-attention {
    font-size: 26px;
    color: #343D47;
    padding-bottom: 20px;
    border-bottom: 5px solid #FDCF40;
    line-height: 34px;
    margin-top: 20px;
    text-align: center;
}

.entry-title, .page-title-section .page-title-captions h1.entry-title {
    font-family: 'Gudea', sans-serif;
    color: #FFF;
}

.alt-entry-title, .alt-page-title-section .alt-page-title-captions h1.alt-entry-title {
    font-family: 'Gudea', sans-serif;
    color: #FFF;
}

.entry-content {
    padding: 50px;
    text-align: center;
	font-size: 18px;
}

.entry-content-module {
    padding: 20px;
    text-align: center;
	font-family: 'Gudea', sans-serif;
	font-size: 16px;
}

body.page-id-23 .page-title-container {
    background-color: transparent;
}

body.page-id-17 p {
	padding-left: 15px;
	padding-right: 15px;
}
.page-title-container {
    background-color: #333e48;
}

.alt-page-title-container {
    background-color: #ffffff;
    border-bottom: 3px solid #FFCC40;
}

.basic-section {
    padding: 50px;
    background-color: #FFFFFF;
    text-align: center;
    margin: 0px;
}

.cta-section {
    padding: 50px;
    background-color: #c4d9e2;
    text-align: center;
    margin: 0px;
}

a.red-button {
    width: 220px;
    background-color: #b92204;
    padding: 12px 30px;
    font-family: 'Gudea', sans-serif !important;
    color: white;
    font-size: 15px !important;
    font-weight: 900;
    text-align: center;
    display: inline-block;
    margin: 10px;
}

a.sm-red-button {
    width: 100px;
    background-color: #b92204;
    padding: 10px 30px;
    font-family: 'Gudea', sans-serif !important;
    color: white;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin: 5px;
}
.sm-slate-button {
    width: 100px;
    background-color: #759CB1;
    padding: 3px;
    font-family: 'Gudea', sans-serif !important;
    color: #333;
    font-size: 15px !important;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    bottom: 0;
	position: absolute;
	right: 70px;
	margin-bottom: 30px !important;
}
.sm-slate-button:hover{
	color:#FDCF40;
}

.bio-image-modal {
    float: left;
    padding: 20px;
    margin: 60px 20px 20px 20px;
}

.bio-image-modal .wp-post-image {
    border: 10px solid #c4d9e2;
}

.modal-wrapper .entry-content {
    padding: 0px;
}

.bio-card-group {
    display: inline-block;
}

.bio-card-container {
    font-family: 'Lora', serif;
    padding:30px;
    text-align: center;
    height: 530px;
}

.bio-card-container a {
    font-family: 'Gudea', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.bio-image {
    border: 10px solid #c4d9e2;
}

#zozo-backtotop {
    background: #b92204;
}

#zozo-backtotop:hover {
    background: #b92204;
}

.body.postid-929 .vc_col-md-9 {
    width: 100% !important;
}

.2col-text {
    transform: translateY(50%);
}

@media (min-width: 992px) {
    body.postid-929 .vc_col-md-9 {
        width: 100% !important;
    }
}
/* Home Page Customizations */

.three-blocks ul {
    background-color: #c4d9e2 !important;
    padding: 165px 30px 30px 30px;
    margin-bottom: 30px !important;
}

.three-blocks ul li {
    font-size: 20px;
    list-style-type: none;
    line-height: 28px;
    color: #313d48;
    text-align: center;
    padding-bottom: 20px;
}

a.three-blocks-button {
    background-color: #b92204;
    padding: 12px 30px;
    color: white;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    font-family: 'Gudea', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
.cta-button {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

.badges-container {
    display: inline-block;
    margin: 100px 0px 0px 0px;
}

.faculty-icon {
    content: " ";
    position: absolute;
    background-image: url(/wp-content/uploads/2020/06/acue-effective-teaching-practices-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 70%;
    max-width: 200px;
    height: 310px;
    background-size: 100%;
    margin-top: -65px;
    /* margin-left: 20%; */
    left: 50%;
    transform: translateX(-50%);
}

.teaching-center-icon {
    content: " ";
    position: absolute;
    background-image: url(/wp-content/uploads/2020/06/acue-online-open-enrollment-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 70%;
    max-width: 200px;
    height: 310px;
    background-size: 100%;
    margin-top: -65px;
    /* margin-left: 20%; */
    left: 50%;
    transform: translateX(-50%);
}

.admin-icon {
    content: " ";
    position: absolute;
    background-image: url(/wp-content/uploads/2020/04/acue-online-teaching-resources-icon.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 70%;
    max-width: 200px;
    height: 310px;
    background-size: 100%;
    margin-top: -65px;
    /* margin-left: 20%; */
    left: 50%;
    transform: translateX(-50%);
}

.bigstat {
    font-family: 'Gudea', sans-serif;
    text-align: center;
    color: #ffd040;
    font-size: 170px;
    font-weight: 900;
}

.join-newsletter .wpb_content_element {
    margin-bottom: 0 !important;
}

.join-newsletter {
    padding: 40px 0 45px !important;
    background-color: #c4d9e2 !important;
}

.join-newsletter h2 {
    font-size: 32px;
}

.salesforce_w2l_lead .submit {
    background-color: #b92204 !important;
    padding: 12px 35px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    color: white !important;
    font-family: 'Gudea', sans-serif;
}

.salesforce_w2l_lead .w2linput {
    background-color: white;
	color: #333;
    width: 395px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    margin-left: 0px;
    font-family: 'Gudea', sans-serif !important;
    padding: 10px;
}

.salesforce_w2l_lead {
    width: 500px;
    margin: 0 auto;
}

input.wpcf7-email::placeholder {
    color: #999999;
}

.salesforce_w2l_lead input[type="submit"] {
    float: left;
    width: 140px;
    /* margin-top: -51px; */
    padding: 14px 22px;
    background-color: #b92204;
    position: absolute;
    margin-left: 130px;
    height:50px;
    color: #FFF;
}

/* Next Steps CTA */

.next-steps-container {
    width: 50%;
    margin: 25px auto 100px;
}

/* Footer Customizations */

#footer-copyright-container .col-sm-6 {
    width: 100% !important;
}

#footer-copyright-container {
    text-align: center;
}

.footer-note img {
    width: 175px;
    margin: 0 auto;
    display: table;
}

.footer-contact-container {
    display: none;
    width: 400px;
    margin: 0 auto;
    background: #343D47;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    color: white !important;
}

.footer-social {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer-social a {
    color: #343D47 ;
}

.footer-social ul {
    padding-left: 0 !important;
}

.footer-social ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 30px;
}

.footer-note ul.pp-and-tos {
    padding-left: 0;
    padding-bottom: 25px;
}

.footer-note ul.pp-and-tos li {
    list-style-type: none;
    display: inline-block;
    padding: 0 15px;
}

.footer-note ul.pp-and-tos li a {
    color: #343D47;
}

/** styled modal **/

.modal-wrapper.styled {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}

.modal-wrapper.styled .modal {
    position: relative;
    background-color: #fefefe;
    margin: 10vh auto; /* 10vh from the top and centered */
    border: 5px solid #c4d9e2;
    width: 70%; /* Could be more or less, depending on screen size */
    transition: all 2s ease;
    overflow: visible;
}

.modal-wrapper.styled .modal .close-modal {
    /* background: #b92204;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 2.0em;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 50px;
    cursor: pointer;
    line-height: .8;
    font-family: 'Gudea', sans-serif; */

    font-size: 0em;
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    border-width: 3px;
    border-style: solid;
    border-color: #b92204;
    border-radius: 100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
    background-color: #b92204;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.modal-wrapper.styled .modal h1 {
    font-size: 56px;
    margin: 35px 0;
}

.modal-wrapper.styled .modal .entry-content {
    font-family: 'Lora', serif;
    font-size: 16px;
}

.modal-wrapper.styled .modal .loading {
    display: block;
    width: 40px;
    margin: auto;
    padding: 25vh 0;
}

.modal-wrapper.styled .modal p {
    font-size: 16px;
    text-rendering: optimizeLegibility;
    color: #444;
    line-height: 1.5em;
    margin-bottom: 0.8em;
}

.modal-wrapper.styled .modal h1, h2, h3, h4, h5, h6 {

}

.modal-wrapper.styled .modal h1 {
    font-size: 2.5em;
    margin: 0.3em 0;
}

.modal-wrapper.styled .modal h2 {
    font-size: 2.0em;
    margin: 0.3em 0;
}

.modal-wrapper.styled .modal h3 {
    font-size: 1.75em;
    margin: 0.3em 0;
}

.modal-wrapper.styled .modal h4 {
    font-size: 1.50em;
    margin: 0.3em 0;
}

.modal-wrapper.styled .modal h5 {
    font-size: 1.25em;
    margin: 0.3em 0;
}

.modal-wrapper.styled .modal h6 {
    font-size: 1.0em;
    margin: 0.3em 0;
    line-height: 1.5em;
}

.modal-content {
    padding: 0 0.7em 0em 0.5em;
}

.modal-wrapper.styled .modal ul li, .modal-wrapper.styled .modal ol li {
    line-height: 1em;
    padding-bottom: 0.5em;
    text-align: unset;
	font-size: 16px;
}

.modal-wrapper.styled .modal ul li {
    list-style: disc;
    margin-left: 0px;
}

.modal-wrapper.styled .modal ol li {
    list-style: decimal;
    margin-left: 30px;
}

.modal-wrapper.styled .modal ol ol {
    padding: 0.6em;
}

.modal-wrapper.styled .modal dt {
    font-weight: bold;
    text-decoration: underline;
}

.modal-wrapper.styled .modal dd {
    margin: 0;
    padding: 0.5em 0 0.5em 0;
}

.modal-wrapper.styled .modal blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;

    /*Font*/
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    text-align: justify;

    /*Borders - (Optional)*/
    border-left: 7px solid #009c7b;
    border-right: 1px solid #009c7b;

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

.modal-wrapper.styled .modal blockquote::before {
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top: 5px;
}

.modal-wrapper.styled .modal blockquote::after {
    /*Reset to make sure*/
    content: "";
}

.modal-wrapper.styled .modal blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.modal-wrapper.styled .modal blockquote a:hover {
    color: #666;
}

.modal-wrapper.styled .modal blockquote em {
    font-style: italic;
}

.modal-wrapper.styled .modal blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

.modal-wrapper.styled .modal blockquote cite:before {
    content: "\2014 \2009";
}

.modal-wrapper.styled .modal table {

    color: #757575;
    font-size: 1em;
    line-height: 2;
    margin: 0 0 24px;
    width: 100%;
}

.modal-wrapper.styled .modal input[type=password] {
    margin: 5px 0 10px;
    width: 25%;
    padding: 7px 0 7px 4px;
    border: 1px solid #E3E3E3;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    ul.epf-box-list li {
        width: 90%;
        float: left;
        margin: 10px;
    }
}

/* Roswell: add carat */
/* menu */
ul.zozo-main-nav.navbar-nav .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #96152b;
  margin-left: calc(50% - 12px);
  margin-top: -35px;
}

ul.zozo-main-nav.navbar-nav .dropdown-menu {
  left: auto;
  right: auto;
}

ul.zozo-main-nav.navbar-nav > li.menu-item {
  display: flex;
  justify-content: center;
}

/* grid, cards */
.card-group {
  margin-top: 20px;
  padding: 20px 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.card-container {
  display: inline-block;
  vertical-align: top;
}
.card-separator {
  display: inline-block;
  padding: 0px 39.5px;
  height: 630px;
}
.vline {
  width: 1px;
  border-right: #e1e1e1 1px solid;
  height: 100%;
}
.related_papers, .efficacy_reports {
  width: 225px;
  /* border-right: gray 1px solid; */
}
.card-container .entry-content {
  padding: 0px;
}
.card-row {
  margin-bottom: 30px;
}
.cards-row {
  text-align: center;
  width: 100%;
  font-size: 0;
  margin-bottom: 30px;
}
.title-container {
  min-height: 150px;
  display: table;
}
.card-title {
  color: #b92204;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  display: table-cell;
  vertical-align: middle;
  padding: 0px 5px;
}
.card-img-container {
  border: #e1e1e1 1px solid;
}
.card-image {
  position: relative;
  /* float: left; */
  /* width: 262px!important; */
  height: 300px!important;
  background-position: 50% 50%;
  background-repeat:   no-repeat;
  background-size:     cover;
}
.card-buttons {
  width: 100%;
  background-color: #b92204;
  padding: 10px 25px;
  font-family: 'Gudea', sans-serif !important;
  color: white;
  font-size: 15px !important;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}
.card-buttons-cohort {
  width: 100%;
  background-color: #b92204;
  padding: 10px 25px;
  font-family: 'Gudea', sans-serif !important;
  color: white;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width:980px) and (min-width:600px) {
  .bigstatip {
    font-size: 60px!important;
  }
}

/* News */
.news-list {
  display: table;
  border-collapse: collapse;
  margin: 75px 35px 0px 35px;
}
.news-row {
  display: table-row;
  padding: 10px 0px;
  border-bottom: #e1e1e1 1px solid;
}
.news-row:last-child {
  border-bottom: none;
}
.news-logo-container {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;
}
.news-details {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 15px;
}
.news-title {
  text-align: left;
  font-size: 28px;
  font-weight: 900;
  line-height: 36px;
}

/* social icons (non-footer) */
.social-icons {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-icons a {
  color: #343D47 ;
}

.social-icons ul {
  padding-left: 0 !important;
}

.social-icons ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0 30px;
}

/* form grid (specific to the contact page only - page-id-25) */
.page-id-25 form#sf_form_salesforce_w2l_lead_2 {
  font-family: 'Gudea', sans-serif;
  font-size: 15px;
  text-align: left;
}

.form-horizontal .form-group, .page-id-25 form#sf_form_salesforce_w2l_lead_2 .sf_field {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before,
.page-id-25 form#sf_form_salesforce_w2l_lead_2 .sf_field:after,
.page-id-25 form#sf_form_salesforce_w2l_lead_2 .sf_field:before {
  content: " ";
  display: table;
}

:after, :before {
  box-sizing: border-box;
}

.form-horizontal .form-group:after, .page-id-25 form#sf_form_salesforce_w2l_lead_2 .sf_field:after {
  clear: both;
}

.form-horizontal .control-label, .page-id-25 form#sf_form_salesforce_w2l_lead_2 .w2llabel {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-label-container, .page-id-25 form#sf_form_salesforce_w2l_lead_2 .w2llabel {
  width: 30%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.control-label, .page-id-25 form#sf_form_salesforce_w2l_lead_2 .w2llabel {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
  max-width: 100%;
}

.form-input-container, .page-id-25 form#sf_form_salesforce_w2l_lead_2 .w2linput, .form-radio {
  width: 70%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-id-25 form#sf_form_salesforce_w2l_lead_2 .form-radio {
  text-align: left;
  top: -15px;
}

.page-id-25 form#sf_form_salesforce_w2l_lead_2 .form-radio input[type=Radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}

.page-id-25 form#sf_form_salesforce_w2l_lead_2 input[type=Radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

.page-id-25 form#sf_form_salesforce_w2l_lead_2 .error_message,
.page-id-25 form#sf_form_salesforce_w2l_lead_2 sup .required {
  color: red;
}

.page-id-25 form#sf_form_salesforce_w2l_lead_2 .error_message {
  margin-left: 30%;
}

.page-id-25 .salesforce_w2l_lead form#sf_form_salesforce_w2l_lead_2 .form-radio label {
  display: block;
}

/* experts and faculty */
.acue_experts, .acue_faculty, .acue_contributor {
  position: relative;
  height: 100%;
}

.bio-row, .faculty-row {
  margin-top: 10px;
  font-size: 16px;
}

.bio-row:last-child, .faculty-row:last-child {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* mission cta buttons */
.cta_buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 40px;
}

.cta_buttons a {
  width: 200px;
  background-color: #b92204;
  padding: 12px 30px;
  font-family: 'Gudea', sans-serif !important;
  color: white;
  font-size: 15px !important;
  font-weight: 900;
  margin: 5px !important;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  display: flex;
}

/* Newsletter Join */
label.mc_var_label {
	display: none;
}

.mc_form_inside .mc_merge_var, .mc_form_inside .mc_signup_submit {
  display: inline-block;
}

.mc_form_inside {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

input#mc_mv_EMAIL {
  background-color: white;
  width: 395px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 0px;
  padding: 10px;
  font-family: 'Gudea', sans-serif;
  color: #333e48;
  border-width: 1px 0px 1px 1px;
}

div.mc_signup_submit #mc_signup_submit.button {
  font-family: 'Gudea', sans-serif;
  font-size: 14px;
  font-weight: 900;
  padding: 14px 22px;
  background-color: #b92204;
  /* position: absolute; */
  /* margin-left: 130px; */
  height: 50px;
	text-transform: uppercase;
}

div#mc_message {
    font-family: 'Gudea', sans-serif;
	color: #b92204;
	margin-top: 10px;
    margin-right: 10px;
}

/* Career page */
.career-accordion {
	text-align: left;
}

.vc_tta-panel-title {
	font-size: 26px;
}

/* testimonials */
.testimonial-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 50px;
}
.testimonial-container {
  font-family: 'Lora', serif;
  text-align: center;
  height: 278px;
  width: 370px;
  border: 10px solid #c4d9e2;
  padding: 10px 0px 0px 0px;
  background-size: cover;
  margin: 10px;
  cursor: pointer;
}
.testimonial-details {
	padding-right: 5px;
}
.testimonial-details h1 {
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 28px;
  padding-left: 200px;
  margin-top: -5px;
}
p.testimonial {
  margin-top: -15px;
  font-size: 16px;
  font-family: 'Gudea', sans-serif;
  line-height: 18px !important;
  padding-left: 200px;
}
p.testimonial-title {
  width: 100%;
  font-size: 14px;
  font-weight: 900;
  padding: 100px 10px 5px 10px;
  line-height: 18px;
  color: #333e48;
  bottom: 0;
  margin-bottom: 0px;
  position: absolute;
  background: white;
  background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0) 50%);
}
.modal-title {
	text-transform: uppercase;
	font-family: 'Gudea', sans-serif;
}

.lgl {
	text-align: left;
}

/* Effective Practice Framework */
.postid-929 #epf_unit {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* modal */
#modal-content .entry-content {
  display: flex;
}

#modal-content .bio-image-modal {
  float: none;
  padding: 0;
  margin: 0;
  width: 40%;
}

#modal-content .bio-details {
  width: 60%;
  margin-left: 5%;
  text-align: left;
}

.entry-content .modules {
  margin-top: 15px;
}

#modal-content .bio-details h4.sm-attention, #modal-content .bio-details {
  text-align: left;
}

#modal-content #modal-ready {
  padding: 20px;
}
.impact-tiles {
	color: #ab321b;
    font-family: 'Gudea', sans-serif;
    font-size: 14px;
    font-weight: bold;
}

h4.news-title {
    color: #a7311a;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 36px;
    padding-bottom: 12px;
}

.bigstat a {
    color: #ffd040;
}

.bigstatip {
    font-family: 'Gudea', sans-serif;
    text-align: center;
    color: #ffd040;
    font-size: 100px;
    margin-top: 100px;
    font-weight: normal;
}

.statdesc {
    font-family: 'Gudea', sans-serif;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -20px;
}

.admin-intro {
    margin-left: 21px;
    margin-right: 21px;
}

.essay-card-container {
    font-family: 'Lora', serif;
    padding: 30px;
    text-align: center;
}
.i-border {
    border: 1px #7f7f7f;
}
.news-date {
	text-align: left;
}

/* tiles for partnerships etc. */
.ptile-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.ptile-block {
	display: inline-block;
	/* width: 300px; */
	height: 160px;
    margin: 20px 10px 20px 0px;
	position: relative;
}
.ptile-body {
	background-color: #e3ebee;
	padding: 18px;
	color: #b92204;
	font-family: 'Gudea', sans-serif;
	height: 160px;
	position: relative;
	top: -20px;
	text-align: center;
	margin: 0px auto;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.ptile-body h2 {
	font-size: 20px;
	font-weight: bold;
    line-height: 26px;
}
.ptile-body p {
	font-size: 14px;
	color: #333e48;
}
/* Google indexed profile pages */
.single-acue_team .bio-details {
	margin-left: 0;
}
.single-acue_team .bio-details {
    width: 100%;
}

.single-acue_team h4.sm-attention {
	text-align: left;
}

.single-acue_team h4.sm-attention {
    margin-top: -8px !important;
}

.single-acue_team .bio-details h2 {
    text-align: left;
}

.single-acue_team .bio-image-modal {
    margin: -20px 20px 0px -15px;
}

.single-acue_team .bio-image-modal .post-navigation {
    max-width: 990px;
    margin: 0 auto;
}

.single-acue_team h4.sm-attention {
	border-bottom: none;
}

.single-acue_team .bio-details span::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
	  max-width: 720px;
    background-color: #FDCF40;
    margin-top: -110px;
    margin-left: 1px !important;
}

.single-acue_team .bio-details h2 {
    padding-top: 20px !important;
}

.single-acue_team .bio-details img {
    margin-bottom: 40px !important;
}

.single-acue_team .post-navigation {
    max-width: 1070px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	.single-acue_team .bio-details span::before {
		max-width: 380px;
		margin-top: -140px;
	}
	.single-acue_team .bio-image-modal {
    margin: 0;
    width: 100%;
    padding: 0 0 20px 0;
	}
.single-acue_team .bio-image-modal img {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
	}
}
/* SEARCH RESULTS */
body.search.search-results #archive-posts-container .entry-meta-wrapper {
  display: none;
}

/* MOBILE RESPONSIVE BREAKPOINTS - taken from Layer Theme (ZOZO theme) */
/* ---------- MAX 1024px ---------- */
@media only screen and (max-width:1024px) and (min-width:992px) {
}
/* 1024 - Styles */
@media only screen and (max-width: 1024px) {
  .main-mobile-nav .zozo-main-nav .toggle-wrapper {
    width: 100%;
    text-align: center;
  }
}
/* Min &992 - Styles */
@media only screen and (min-width: 992px){
}
/* Min &768 - Styles */
@media only screen and (min-width: 768px) {
}
/* ---------- MAX 1024px ---------- */
@media only screen and (max-width:1024px) and (min-width:768px) {
}
/* ---------- MAX 979px to 768px ---------- */
@media only screen and (max-width:991px) and (min-width:768px) {
}
/* 991 - Styles */
@media only screen and (max-width:991px) {
}
/* 767 - Styles */
@media only screen and (max-width: 767px) {
}
/* ---------- MAX 640px ---------- */
@media only screen and (max-width:640px) {
  .bigstat {
    font-size: 120px;
    font-weight: 900;
  }
  body.home .owl-controls .owl-dots {
    display: none!important;
  }
  body.home .vc_custom_1537827670530 .owl-nav .owl-prev,
  body.home .vc_custom_1537827670530 .owl-nav .owl-next {
    display: inline-block!important;
    position: relative;
    top: 0px;
    margin-top: 20px;
  }

  body.home .vc_custom_1537291417981 .next-steps-container {
    width: 100%;
  }
}
/* ---------- MAX 480px ---------- */
@media only screen and (max-width: 480px) {
  .entry-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  input#mc_mv_EMAIL {
    width: 300px;
    margin-bottom: 10px;
  }
  .news-list, .news-row, .news-logo-container, .news-details {
    display: block;
  }
  .news-logo-container {
    width: 100%;
  }
  .news-title, .news-date {
    text-align: unset;
  }

  /* mobile modals */
  .modal-wrapper.styled .modal {
    width: 95%; /* Could be more or less, depending on screen size */
  }
  #modal-content .entry-content {
    flex-wrap: wrap;
  }
  #modal-content .bio-image-modal {
    width: 100%;
  }

  /* mobile catalog courses */
  .course-menu-container > ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
  }
  body.single-acue_courses .entry-thumbnail {
    margin: unset;
    max-width: unset;
  }

  #modal-content .bio-details {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #modal-content .bio-details h4.sm-attention, #modal-content .bio-details h2 {
    text-align: unset;
  }

  h2, .mc_custom_border_hdr {
    font-size: 40px!important;
  }
}
/* ---------- MAX 360px ---------- */
@media only screen and (max-width:360px) {
}


/*   Acue Stories */


.page-template-page-stories .entry-title-stories {
    font-family: 'Domine', sans-serif !important;
    color:#fff;
    line-height: 20px;

}

.attention-title-stories h1, .attention-title-stories h2, .attention-title-stories h3 {
    font-family: 'Domine', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}

.attention-title-stories {
    font-family: 'Domine', sans-serif !important;
    /*float:left;*/
}

.page-template-page-stories .page-title-wrapper-stories{
    margin-top:300px;
    margin-left:150px;
    padding:25px;
    background-color: #333e48;
}

.page-template-page-stories .hero-p-stories {
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: white;
}

.page-template-page-stories .title-stories {
    text-align:left;
    border:none;
    float:left;
    margin-top: -25px;
    z-index:1000;

}


.page-template-page-stories .hr-yellow {
    border-top: 2px solid yellow;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    z-index: -1!important;
    display: inherit!important;
}

.page-template-page-stories .span-yellow{
    background-color:white;
    padding-right: 20px;
    z-index: 1000!important;

}



.page-template-page-stories .title-stories-browse {
    text-align:left;
    border:none;
    float:left;
    margin-top: -25px;
    z-index:1000;

}

.page-template-page-stories .zoo-parallax-stories-container {
    margin-top: -700px;
}

.page-template-page-stories .zozo_parallax-inner-stories {
    height: 200%;
    background-image: url(&quot;http://localhost/acue_wp/wp-content/uploads/2020/03/istockphoto-899910422-2048x2048.jpg&quot;);
    bottom: 0px;
    top: -29.54%;
}

.page-template-page-stories .load-text {
    cursor: pointer;
}

.page-template-page-stories .download-text {
    cursor: pointer;
    font-size: 16px;
}

.page-template-page-stories .acue-load-more {
    cursor: pointer;
}

.page-template-page-stories .stories-container{
    margin-top:140px;
    height:60px;

}

.page-template-page-stories .stories-featured-video {
    padding-left:0px;
    padding-right: 25px;
    height: 395px;
}


.page-template-page-stories .stories-featured-text {
    padding: 25px;
    height: auto;
    text-align: left;
}

.page-template-page-stories .stories-featured-p{
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333e48;
}

.page-template-page-stories .featured-anchor{
    color:#333e48!important;
    line-height: 15px!important;
}


.page-template-page-stories .featured-red-button{
    margin-left: 0px!important;
}

@media only screen and (max-width: 763px) {
.page-template-page-stories .stories-filter-by {
        padding: 10px 15px 10px 15px;
        height: auto;
        text-align: left;
    }

}

.page-template-page-stories .stories-filter-by {
    padding: 25px 25px 25px 0px;
    height: auto;
    text-align: left;
}

.page-template-page-stories .browse-videos-stories {
    width:100%;
}


@media only screen and (max-width: 763px) {
    .page-template-page-stories .browse-videos-stories-elements{
        padding: 10px 15px 10px 15px!important;
        height: auto!important;
    }
    .page-template-page-stories .header-mobile-sticky {
        height: auto;
    }

    .page-template-page-stories .stories-featured-video {
        padding-left: 20px;
        padding-right: 10px;
        padding-bottom: 0px!important;
        height: 395px;
    }

    .page-template-page-stories .entry-title-stories {
        line-height: 35px;
    }

    .page-template-page-stories .hero-p-stories {
        visibility: hidden;
        height: 0px;
    }

    .page-template-page-stories .stories-container-browse {
        margin-top: 75px;
    }

    .page-template-page-stories .page-title-wrapper-stories {
        /* margin-top: 50px; */
        margin-left: 0px;
        padding: 25px;
        background-color: #333e48;
        text-align:center;
    }

    .page-template-page-stories .zoo-parallax-stories-container{
        visibility: hidden;
        height: 0px;
    }


    .page-template-page-stories .page-title-wrapper-stories {
    margin-top: 10px;

}

.page-template-page-stories .zozo-parallax {
    visibility: hidden!important;
    height: 0px!important;
}

.page-template-page-stories .site-content {
    top:150px;
}

.page-template-page-stories .container{
    top:300px;
}

.page-template-page-stories .stories-container {
    margin-top: 750px;
    height: 60px;
}

.page-template-page-stories .title-stories{
    font-size: 30px!important;
}

.page-template-page-stories .stories-featured-text{
    padding-top: 0px!important;
    margin-top:-15px!important;
}

}



.page-template-page-stories .browse-videos-stories-elements{
    padding: 25px 45px 25px 0px;
    height: auto;
}

.page-template-page-stories .stories-video-element{
    margin: 0 auto;
}

.page-template-page-stories .download-transcript {
    float:right;
    font-size: 18px!important;
    font-weight: 400!important;
    padding-top:10px;
}

.page-template-page-stories .entry-title-stories-browse{
    line-height: 20px;
}

.page-template-page-stories .text-video-browse{
    text-align: left;
    background-color:#333e48;
    margin-top: -50px;
    z-index: 1000;
    padding: 15px;
    height:120px;
}


.page-template-page-stories .text-video-browse-link{
    font-size: 18px;
    line-height: 20px;
    color: #b92204 !important;
    margin-bottom:20px;
}


.page-template-page-stories .text-video-browse-date{
/*    float:left; */
    width:40%;
    font-family: 'Gudea', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: white;
/*    margin-top: 20px; */
}

.page-template-page-stories .text-video-browse-categories{
    text-align:right;
    position: relative;
    float:right;
    width:59%;
    font-family: 'Gudea', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color:white;
    margin-top: 32px;
}

.page-template-page-stories .container-load-more {
    padding: 25px;
    height: auto;
}

.page-template-page-stories .load-more-bio-card {
    width:100%;
}



/*  ACUE Single Stories  */

.single-stories .attention-title-stories {
    font-family: 'Domine', sans-serif !important;
    font-size: 30px!important;
    font-weight: 600;
}


.single-stories .title-stories {
    text-align:left;
    border:none;
    /*float:left;*/
    margin-top: -25px;
    z-index:1000;

}


.single-stories .hr-yellow {
    border-top: 2px solid yellow;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    z-index: -1!important;
    display: inherit!important;
}

.single-stories .span-yellow{
    background-color:white;
    padding-right: 20px;
    z-index: 1000!important;

}


.single-stories .back-to-acue {
    text-align:left!important;
    height: 35px;
    padding-left: 0px!important;
}

.single-stories  .back-link-bio{
    width:100%;
}

.single-stories  .back-link{
    text-align:left!important;
    width:275px;
}

.single-stories  .back-link-text{
    text-align:left!important;
    padding-left: 0px!important;
}

.single-stories  .sfsi_shortcode_container {
    float: right!important;
}

.single-stories .sfcm.sfsi_wicon {
    margin: -1px;
    padding: 0;
    width:18px;
}

.single-stories  .footer-sharing-icons .sfsi_shortcode_container {
    float: left!important;
}

.single-stories  .single-stories-container{
    margin-top: 50px;
}

.single-stories  .date-single-story{
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333e48;
    margin-top: 20px;
    margin-bottom: 35px;
}

.single-stories .video-single-story{
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333e48;
    margin-top: -20px;
    margin-bottom: 35px;
}

.single-stories .iframe-single-story {
    top:30px;
    left:0px;
    position: relative;
	width: 70%;
}

.single-stories  .category-single-story{
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333e48;
    margin-top: 50px;
}


.single-stories  .location-single-story {
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333e48;
    margin-top: 20px;
}

.single-stories  .tags-single-story {
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333e48;
    margin-top: 20px;
}

.single-stories  .content-single-story{
    font-family: 'Gudea', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#333e48;
    margin-top: 20px;
}

.single-stories  .single-subtitle {
    margin-top: 40px;

}

.single-stories  .single-subtitle-h {
    text-align:left;
    border:none;
}

.single-stories  .single-subtitle-s{
    font-family: 'Gudea', sans-serif!important;
    font-size: 20px!important;
    font-weight: 600!important;
    background-color:white;
    padding-right: 20px;
    width:50%;
}

.single-stories  .content-single-f{
    padding: 0px!important;
    height: auto;
    text-align: left;
}

.single-stories  .download-button-single{
    width:285px!important;
    margin-left: 0px!important;
    margin-right: 20px!important;
    font-size: 16px!important;
    padding: 10px!important;
}

.single-stories  .button-text-download{
    font-size: 14px!important;
}

.single-stories  .zozo-parallax {

    overflow: hidden;
    position: relative;
    height: 450px;
    width: 100%;

}

.single-stories  .page-title-section {
	visibility:hidden;
	height:0px;
}


/*******/

/* kanahoma hero updates */

.page-hero > section {
	    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

@media (min-width:992px) {

.page-hero > section {
	padding-top:200px;
}
}


/* kanahoma box panel updates */

.flex-two, .flex-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-two h4, .flex-three h4, .flex-two p, .flex-three p {
	text-align:left;
}

.flex-two .flex-item {
  flex: 0 0 calc(50% - 20px);
  padding: 20px;
  margin: 10px;
border: solid 2px #00377B;
}

.flex-three .flex-item {
  flex: 0 0 calc(33% - 20px);
  padding: 20px;
  margin: 10px;
border: solid 2px #00377B;
}




.flex-three .button-cta,
.flex-two .button-cta {
	margin-top:10px;
}


.dark-bg .flex-item {
   border: solid 2px #fff;
}


.dark-bg .flex-item h4,
.dark-bg .flex-item p, .dark-bg h3, .dark-bg p {
	color:#fff;
	text-align:center;
}

@media (max-width:991px) {

.flex-three .flex-item {
  flex: 0 0 calc(50% - 20px);
}
}


@media (max-width:767px) {

	.flex-three, .flex-two {
		flex-direction: column;
	}

}

/* kanahoma testimonial updates */

.testimonial-fullwidth {
        padding-top: 80px !important;
    padding-bottom: 80px !important;
        background-size: cover;
}

.testimonial-fullwidth > .vc-normal-section {
    display:flex;
    align-items:center;
}

.testimonial-fullwidth img {
        border-radius: 50%;
    border: solid 5px #E39725;
}

.testimonial-fullwidth p {
        color: #fff;
    text-align: left;
}

.testimonial-fullwidth p.speaker, .owl-carousel p.speaker {
    color:#E39725;
}

.testimonial-fullwidth p:first-of-type {
    font-size:20px;
}


@media only screen and (max-width: 768px) {
.testimonial-fullwidth > .vc-normal-section {
    flex-direction: column;
}

.testimonial-fullwidth p:first-of-type {
    text-align:center;
}

.testimonial-fullwidth .wpb_single_image.vc_align_left {
    text-align: center;
}

.testimonial-fullwidth img {
    max-width:200px;
}

}

/* kanahoma partners grid updates */

.partners-grid .zozo-vc-main-row-inner {
    display:flex;
	align-items:center;
}

.partners-grid .zozo-vc-main-row-inner img {
	    margin: 0 20px 20px !important;
    max-width: 70%;
}

@media only screen and (min-width:501px) and (max-width: 768px) {

.partners-grid .wpb_column:last-child {
    margin-bottom: 30px !important;
}
	.partners-grid.partners-first {
	padding-top: 30px !important;
}

	.partners-grid .zozo-vc-main-row-inner img {
    margin: 0 20px 0px !important;
}
}

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

.partners-grid .zozo-vc-main-row-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
	}

	.partners-grid .first-partner {
		margin-top:30px;
	}
}

/* kanahoma form updates */

.form-container .wpcf7 {

    max-width: 460px;
    margin: 0 auto;
}

.form-container .wpcf7 label, .form-container .wpcf7 label.asterisk {
	color:#fff;
}

.form-container span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px !important;
}

.form-container .wpcf7 input, .wpcf7 select {
	height:30px;
}

.form-container .wpcf7 .wpcf7-submit {
	height:unset;
}

/* kanahoma slider updates */


.lower-slider {
    background-size:cover;
}

.owl-carousel p {
    color:#fff;
}

#sa_slider_shortcode .owl-dots .owl-dot span {
    background-color:rgba(255,255,255,1) !important;
}

#sa_slider_shortcode .owl-dots .owl-dot.active span {
    background-color:#E39725 !important;
}


.slider-flex {
	display:flex;
}

.slider-flex h2 {
	margin-right:30px;
	color: #E39725;
	font-weight:700;
}

.slider-flex p {
	text-align:left;
}

#homepage_slider p:first-of-type, #student_outomes_slider p:first-of-type {
    font-size:20px;
}



@media only screen and (max-width: 768px) {
	.slider-flex {
		flex-direction:column;
	}

	.slider-flex h2 {
	margin-right:unset;
	margin-bottom:30px !important;
}

}

/* kanahoma buttons updates */

.button-cta.inverse-button {
	background-color: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border: solid 2px #fff;
}

.dark-bg .button-cta {
	margin-top:10px;
}

/* kanahoma bullets updates */

.two-col-bullets {
	display: flex;
    text-align: left;
    font-family: 'Gudea', sans-serif !important;}

.two-col-bullets ul {
	padding-left: 20px;
	margin-right:10px;
}

.two-col-bullets ul li {
	margin-bottom:10px;
}

@media only screen and (max-width: 768px) {
	.two-col-bullets {
		flex-direction:column;
	}
}

/* kanahoma nav updates */

.header-section .is-sticky .header-main-section, .header-section.type-header-3 .is-sticky .header-main-section {
    height: 70px;
}

.navbar-header .navbar-brand img, .navbar-brand img {
    max-height: 68px !important;
}

.button-cta {
	font-family: 'Gudea', sans-serif !important;
	margin-top:-5px;
	font-weight:700 !important;
	padding:5px 20px !important;
	border-radius:10px !important;
}

.zozo-mobile-logo a.navbar-brand img {
	max-height:90px;
}

#footer.footer-section.footer-style-default.footer-skin-light, #footer-widgets-container, .footer-copyright-section {
	background:#A4D5DA;
}

.cta-section {
background:#d1eaeb;}

.cta-section .mc_custom_border_hdr {
	    color: #01387c;
    font-weight: 800;
    font-size: 30px;
}

.mc_form_inside .mc_merge_var, .mc_form_inside .mc_signup_submit {
    margin-top: 10px;
}

.mc_form_inside .mc_merge_var {
	margin-right:20px;
}

input#mc_signup_submit {
	    padding-top: 0;
    padding-bottom: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border-radius: 10px;
}

div.mc_signup_submit #mc_signup_submit.button {
	padding-top:0;
	padding-bottom:0;
}

#mc_mv_EMAIL, #mc_signup_submit {
	height:30px !important;
}

.footer-widgets .widget h3.widget-title, .footer-widgets a {
    color: #01387c !important;
}

.footer-lower {
	display:flex;
	flex-direction:column;
	 font-family: 'Gudea';
}

.footer-lower p {
line-height:normal;
}


.footer-lower img.footer-logo {
	max-width: 200px;
    margin: 0 auto;
}



.footer-lower .footer-social {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-lower .footer-social a {
    color: #01387c !important;
}

.footer-lower a {
	text-decoration: underline;
	color:unset;
}

/* kanahoma mob menu updates */

.mobile-header-items-wrap .button-cta {
	font-weight: 700;
    border: none;
    font-size: 15px;
    font-family: 'Gudea', sans-serif !important;
    font-weight: 700;
    outline: none;
    padding: 7px 20px !important;
    color: #fff;
    background-color: #96152b;
    text-transform: uppercase;
}
.mobile-header-items-wrap .mobile-menu-nav {
    font-family: 'Gudea', sans-serif !important;
    border: 2px solid #01387c;
    border-radius: 10px;
    padding: 5px 10px;
    height: 45px;
}


#header-mobile-main .container {
	display:flex;
	    align-items: center;
}

#header-mobile-main #mob-button {
	margin:0 20px;
	    font-family: 'Gudea', sans-serif !important;
    font-weight: 700 !important;
    padding: 5px 20px !important;
    border-radius: 10px !important;
}

/* kanahoma hero updates */

.page-hero > section {
	    background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

@media (min-width:992px) {

.page-hero > section {
	padding-top:200px;
}
}


/* kanahoma box panel updates */

.flex-two, .flex-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-two h4, .flex-three h4, .flex-two p, .flex-three p {
	text-align:left;
}

.flex-two .flex-item {
  flex: 0 0 calc(50% - 20px);
  padding: 20px;
  margin: 10px;
border: solid 2px #00377B;
}

.flex-three .flex-item {
  flex: 0 0 calc(33% - 20px);
  padding: 20px;
  margin: 10px;
border: solid 2px #00377B;
}




.flex-three .button-cta,
.flex-two .button-cta {
	margin-top:10px;
}


.dark-bg .flex-item {
   border: solid 2px #fff;
}


.dark-bg .flex-item h4,
.dark-bg .flex-item p, .dark-bg h3, .dark-bg p {
	color:#fff;
	text-align:center;
}

@media (max-width:991px) {

.flex-three .flex-item {
  flex: 0 0 calc(50% - 20px);
}
}


@media (max-width:767px) {

	.flex-three, .flex-two {
		flex-direction: column;
	}

}

/* kanahoma testimonial updates */

.testimonial-fullwidth {
        padding-top: 80px !important;
    padding-bottom: 80px !important;
        background-size: cover;
}

.testimonial-fullwidth > .vc-normal-section {
    display:flex;
    align-items:center;
}

.testimonial-fullwidth img {
        border-radius: 50%;
    border: solid 5px #E39725;
}

.testimonial-fullwidth p {
        color: #fff;
    text-align: left;
}

.testimonial-fullwidth p.speaker, .owl-carousel p.speaker {
    color:#E39725;
}

.testimonial-fullwidth p:first-of-type {
    font-size:20px;
}


@media only screen and (max-width: 768px) {
.testimonial-fullwidth > .vc-normal-section {
    flex-direction: column;
}

.testimonial-fullwidth p:first-of-type {
    text-align:center;
}

.testimonial-fullwidth .wpb_single_image.vc_align_left {
    text-align: center;
}

.testimonial-fullwidth img {
    max-width:200px;
}

}

/* kanahoma partners grid updates */

.partners-grid .zozo-vc-main-row-inner {
    display:flex;
	align-items:center;
}

.partners-grid .zozo-vc-main-row-inner img {
	    margin: 0 20px 20px !important;
    max-width: 70%;
}

@media only screen and (min-width:501px) and (max-width: 768px) {

.partners-grid .wpb_column:last-child {
    margin-bottom: 30px !important;
}
	.partners-grid.partners-first {
	padding-top: 30px !important;
}

	.partners-grid .zozo-vc-main-row-inner img {
    margin: 0 20px 0px !important;
}
}

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

.partners-grid .zozo-vc-main-row-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
	}

	.partners-grid .first-partner {
		margin-top:30px;
	}
}

/* kanahoma form updates */

.form-container .wpcf7 {

    max-width: 460px;
    margin: 0 auto;
}

.form-container .wpcf7 label, .form-container .wpcf7 label.asterisk {
	color:#fff;
}

.form-container span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px !important;
}

.form-container .wpcf7 input, .wpcf7 select {
	height:30px;
}

.form-container .wpcf7 .wpcf7-submit {
	height:unset;
}

/* kanahoma slider updates */


.lower-slider {
    background-size:cover;
}

.owl-carousel p {
    color:#fff;
}

#sa_slider_shortcode .owl-dots .owl-dot span {
    background-color:rgba(255,255,255,1) !important;
}

#sa_slider_shortcode .owl-dots .owl-dot.active span {
    background-color:#E39725 !important;
}


.slider-flex {
	display:flex;
}

.slider-flex h2 {
	margin-right:30px;
	color: #E39725;
	font-weight:700;
}

.slider-flex p {
	text-align:left;
}

#homepage_slider p:first-of-type, #student_outomes_slider p:first-of-type {
    font-size:20px;
}



@media only screen and (max-width: 768px) {
	.slider-flex {
		flex-direction:column;
	}

	.slider-flex h2 {
	margin-right:unset;
	margin-bottom:30px !important;
}

}

/* kanahoma buttons updates */

.button-cta.inverse-button {
	    background-color: transparent;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border: solid 2px #fff;
}

.dark-bg .button-cta {
	margin-top:10px;
}

/* kanahoma bullets updates */

.two-col-bullets {
	display: flex;
    text-align: left;
    font-family: 'Gudea', sans-serif !important;}

.two-col-bullets ul {
	padding-left: 20px;
	margin-right:10px;
}

.two-col-bullets ul li {
	margin-bottom:10px;
}

@media only screen and (max-width: 768px) {
	.two-col-bullets {
		flex-direction:column;
	}
}

/* kanahoma nav updates */

.header-section .is-sticky .header-main-section, .header-section.type-header-3 .is-sticky .header-main-section {
    height: 70px;
}

.navbar-header .navbar-brand img, .navbar-brand img {
    max-height: 68px !important;
}

.button-cta {
	font-family: 'Gudea', sans-serif !important;
	margin-top:-5px;
	font-weight:700 !important;
	padding:5px 20px !important;
	border-radius:10px !important;
}

.zozo-mobile-logo a.navbar-brand img {
	max-height:90px;
}

#footer.footer-section.footer-style-default.footer-skin-light, #footer-widgets-container, .footer-copyright-section {
	background:#A4D5DA;
}

.cta-section {
background:#d1eaeb;}

.cta-section .mc_custom_border_hdr {
	    color: #01387c;
    font-weight: 800;
    font-size: 30px;
}

.mc_form_inside .mc_merge_var, .mc_form_inside .mc_signup_submit {
    margin-top: 10px;
}

.mc_form_inside .mc_merge_var {
	margin-right:20px;
}

input#mc_signup_submit {
	    padding-top: 0;
    padding-bottom: 0;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    border-radius: 10px;
}

div.mc_signup_submit #mc_signup_submit.button {
	padding-top:0;
	padding-bottom:0;
}

#mc_mv_EMAIL, #mc_signup_submit {
	height:30px !important;
}

.footer-widgets .widget h3.widget-title, .footer-widgets a {
    color: #01387c !important;
}

.footer-lower {
	display:flex;
	flex-direction:column;
	 font-family: 'Gudea';
}

.footer-lower p {
line-height:normal;
}


.footer-lower img.footer-logo {
	max-width: 200px;
    margin: 0 auto;
}



.footer-lower .footer-social {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-lower .footer-social a {
    color: #01387c !important;
}

.footer-lower a {
	text-decoration: underline;
	color:unset;
}

/* kanahoma mob menu updates */

#mob-button {
	    font-weight: 700;
    border: none;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Gudea', sans-serif !important;
    font-weight: 700;
    outline: none;
    padding: 10px 30px;
    color: #fff;
    background-color: #96152b;
    text-transform: uppercase;
}

#header-mobile-main .container {
	display:flex;
	    align-items: center;
}

#header-mobile-main #mob-button {
	margin:0 20px;
	    font-family: 'Gudea', sans-serif !important;
    font-weight: 700 !important;
    padding: 5px 20px !important;
    border-radius: 10px !important;
}

/* Responsive Video */
.responsive-vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.responsive-vid iframe,
.responsive-vid object,
.responsive-vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}