/*
Theme Name: Detroit People's Platform
Theme URI: http://www.detroitpeoplesplatform.org
Description: A custom WordPress theme for Detroit People's Platform based on the Kompleks Foundation framework.
Version: 0.1
Author: Kompleks Creative
Author URI: https://komplekscreative.com
Tags:  
License: 
License URI: 
*/


body {
	min-height: 100vh;
	overflow-x:hidden;
    display:flex;
    flex-direction:column;
}
body, #hero .overlay, #generic .overlay {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#generic .two-video .fl-module-pp-video {
	margin-bottom:12px;
}
body .pp-photo-gallery .pp-photo-gallery-content .pp-gallery-img {
	height:auto !important;
}
body#generic .event-info p, body#generic .event-info h6 {
	color:white;
}
body #photo-gallery-row > .fl-row-content-wrap {
	background-repeat: repeat;
    background-size: 996px 1205px;
}
html.fl-builder-edit #generic #comm-groups .comm-box a.link, html.fl-builder-edit  #generic #comm-groups .comm-box .hover-box {
	display:none;
}
body #main-content .main-text-row.no-margin + .fl-row {
	margin-top:40px;
}
#generic .two-video .fl-rich-text h4, #generic .two-video .fl-rich-text h5 {
	margin-bottom:4px;
}

body #fifty-fifty-left.two-video {
	padding-bottom:60px;
}
body .fl-builder-content .fl-row:first-child#fifty-fifty-left.video-row {
	padding-bottom:20px;
}

#generic .fl-module-pp-video {
	margin-bottom:30px;
}

body #fifty-fifty-left.video-row .fl-col.img-col {
	width:50%;
}
body #main-content #two-col-staff + .fl-row.main-text-row {
	padding-top:0px;
}
#generic #main-content .fl-builder-content > .fl-row:last-child.main-text-row {
	padding-bottom:50px;
}
#generic #main-content .fl-row#testimonial-row + .fl-row.main-text-row {
	padding-top:0px;
}
#generic #main-content .fl-builder-content > .fl-row:first-child#testimonial-row {
	padding-top:50px;
}

#generic #main-content .fl-builder-content > .fl-row:last-child#testimonial-row {
	padding-bottom:50px;
}
#home-full #hero.center .content {
	width:100%;
}
body.events #archive-pot #carousel .event-slide {
    width: 30%;
    padding: 0px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 50px;
    position: relative;
    margin: 0px 1.5% 50px 1.5%;
}

body.blog-single #hero .categories {
	    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:35px;
}
body.blog-single #hero .categories a {
	color: white;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 4px 8px;
    margin-top: 0px;
	margin:0px 8px;
}
body.blog-single #hero .categories a:hover {
	background:white;
	color:#292525;
}
body.blog-single #hero .categories a:after {
	display:none;
}
body #news-filters #category, body #news-filters #month {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

body .alm-btn-wrap .alm-load-more-btn {
	    background-color: transparent;
    padding: 8px 30px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    border: 2px solid #030303;
    color: #030303;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 24px;
    border-radius: 0px;
}
#form-row #mc_embed_signup_scroll, #mailing-list.generic-list #mc_embed_signup_scroll {
	display:flex;
	flex-wrap:wrap;
}

body .alm-btn-wrap .alm-load-more-btn.done {
	background-color:transparent;
}

body .alm-btn-wrap .alm-load-more-btn.loading {

    background: transparent;
    color: #030303;
}

#ajax-load-more {
	width:100%;
}
#two-col-staff + #photo-gallery-row {
	padding-top:30px;
}

body .alm-reveal {
	    display: flex;
    flex-wrap: wrap;
   
}
#form-row #mc_embed_signup_scroll .half, #form-row #mc_embed_signup .size1of2, #mailing-list.generic-list #mc_embed_signup .size1of2, #mailing-list.generic-list #mc_embed_signup_scroll  .half{
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
	margin-right:0px;
	min-height: unset;
}

#form-row #mc_embed_signup_scroll .half:not(.third) {
	width:50%;
}

body.blogroll #generic-wrap {
	padding:80px 0px;
}

#archive-pot,body.events #archive-pot #carousel {
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}

body.events #archive-pot {
	display:block;
	margin:0px;
}

#archive-pot #results {
	    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

body.events #carousel::after {
  content: "";
  flex: auto;
}

body.single #hero h5, body#generic.events .event-info p, body#generic.events .event-info h6 {
	color:white;
}

body.blogroll #loading {
	width:100%;
}

#archive-pot .news-item {
    width: 33.33%;
    padding: 0px 30px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 50px;
    position: relative;
}
.news-item .news-img {
    width: 100%;
    height: 300px;
    position: relative;
    border-top: 1px solid #030303;
    border-left: 1px solid #030303;
    border-right: 1px solid #030303;
    box-sizing: border-box;
}
.news-item .news-img .news-img-inner {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10;
	transition: all .3s ease-in-out;
	transform: scale(1.0);
}

.blog-btn span.icon {
    display: flex;
    align-items: center;
    margin-left: 8px;
    width: 7.5px;
    height: 12px;
}
body#generic #main-content .blog-btn a {
    background: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

#archive-pot .news-item.hover .news-content {
	border-color:#992025;
}

#archive-pot .news-item.hover .news-img .news-img-inner {
	transform: scale(1.1);
}
body#generic #main-content .blog-btn a:hover span.fl-button-text, body.search .next-link a:hover, body.search .prev-link a:hover {
	color:#992025;
}

body #archive-browser select, #post-search input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(112,112,112,.5);
    width: 180px;
    padding-bottom: 5px;
}

#post-search input[type="text"] {
    border: none;
    border: 1px solid rgba(112,112,112,.5);
    padding-right: 30px;
    width: 220px;
    box-sizing: border-box;
    font-size: 12px;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 14px;
    height: 32px;
    padding-top: 3px;
}
#post-search .submit-form {
	position: relative;
    margin-left: -30px;
}
#post-search input[type="text"]:focus {
	border-color:#992025;
}

body.search .next-link a, body.search .prev-link a {
	    font-size: 16px;
    line-height: 22px;
    /* background: transparent; */
    font-weight: bold;
    color: #030303;
    text-transform: uppercase;
    position: relative;
}

body.search .next-link a svg, body.search .prev-link a svg {
    width: 7px;
    height: 12px;
    fill: #030303;
}
body.search .navigation {
    padding-top: 20px;
    position: relative;
    height: 50px;
}
body.search .next-link {
	right:0px;
}

body.search .prev-link a svg {
    margin-right: 8px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
body.search .next-link, body.search .prev-link {
    position: absolute;
    bottom: 0px;
}
body.search .next-link a svg {
	margin-left:8px;
}
body.search .prev-link a svg {
	margin-right:8px;
}
#post-search .submit-form input:hover + svg {
	fill:#992025;
}
#post-search .submit-form svg {
	position: absolute;
    left: 5px;
    top: 5px;
    z-index: 10;
    fill: #292525;
    width: 17px;
}
#post-search .submit-form input[type="submit"] {
	background: transparent;
    color: transparent;
    width: 30px;
    position: relative;
    z-index: 50;
    border: none;
    height: 30px;
    padding: 0px;
    /* border-bottom: 1px solid rgba(112,112,112,.5); */
    cursor: pointer;
}
#post-search label {
	    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #292525;
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
body #archive-browser #month, body #news-filters #category {
	margin-right:30px;
}

body .news-item .categories {
	    padding: 8px 0px 12px 0px;
    display: flex;
    flex-wrap: wrap;
}
body .news-item .categories .category {
    margin-right: 10px;
    margin-bottom: 14px;
}

body .news-item .categories .category a:hover {
	background:#992025;
	color:white;
}
body .news-item .categories .category a {
	color: #992025;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #992025;
    padding: 4px 8px;
}

body#generic #main-content .blog-btn a:hover svg, body.search .next-link a:hover svg, body.search .prev-link a:hover svg {
	fill:#992025;
}

body#generic #main-content .blog-btn a:hover:after, body.search .next-link a:hover:after, body.search .prev-link a:hover:after {
	background:#992025;
}
body#generic #main-content .blog-btn a:after, body.search .next-link a:after, body.search .prev-link a:after {
    content: '';
    position: absolute;
    background: #030303;
    height: 1px;
	transition: all .3s ease-in-out;
    bottom: -3px;
    width: 100%;
    left: 0px;
}
body#generic #main-content .blog-btn a svg {
    width: 14px;
    height: 12px;
    fill: #030303;
}
body#generic #main-content .blog-btn a span.fl-button-text {
	font-size: 16px;
    line-height: 22px;
    /* background: transparent; */
    font-weight: bold;
    color: #030303;
}
body#generic .news-item .news-wrap h6.date {
	    font-family: 'Lato', sans-serif;
    font-size: 14px;
	line-height:18px;
    font-weight: 900;
}
body#generic .news-item .news-wrap h4 {
	margin-bottom:7px;
}
body#generic .news-item .news-wrap h4 a {
	    text-transform: none;
    text-decoration: none !important;
    line-height: 30px;
}

.news-item .news-img2 {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	overflow:hidden;
}
.news-item .news-img:after {
    content: '';
    position: absolute;
    background: #F7E836;
    width: 65px;
    height: 62px;
    top: -6px;
    z-index: 5;
    right: -6px;
}
.news-item .news-content {
    border: 1px solid #030303;
	border-top:none;
    padding: 25px 20px 30px;
    box-sizing: border-box;
    flex: 1;
	transition: all .3s ease-in-out;
}

.news-item.no-img .news-content {
	border-top: 1px solid #030303;
}
body.blogroll #news-filters {
	padding-bottom:60px;
}
.search-item {
	border-bottom: solid 1px #707070;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
#form-row #mc_embed_signup .mc-field-group label, #mailing-list.generic-list #mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #030303;
    text-transform: uppercase;
}
body.search .wrapper-small {
	padding:90px 0px;
}
#form-row #mc_embed_signup div#mce-responses.clear, #mailing-list.generic-list #mc_embed_signup div#mce-responses.clear{
	    padding: 0px;
    margin: 0px;
}

#form-row #mc_embed_signup #mce-success-response, #mailing-list.generic-list #mc_embed_signup #mce-success-response{
	margin: 0px;
    text-align: center;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
	    padding: 10px 0px;
    color: #030303;
}
#form-row #mc_embed_signup form, #mailing-list.generic-list #mc_embed_signup form {
    padding: 10px 0px 0px;
}

#form-row #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error, #mailing-list.generic-list #mc_embed_signup  #mc-embedded-subscribe-form div.mce_inline_error{
    display: inline-block;
    margin: 7px 0px 0px;
    padding: 0px;
    background-color: transparent;
    font-size: 12px;
	    line-height: 15px;
	    font-weight: bold;
    text-transform: uppercase;
    color: #992025;
    font-family: 'Lato', sans-serif;
}

#form-row #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error, #mailing-list.generic-list #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #992025;
}

#form-row #mc_embed_signup .mc-field-group input, #form-row #mc_embed_signup .mc-field-group select, #mailing-list.generic-list #mc_embed_signup .mc-field-group input, #mailing-list.generic-list #mc_embed_signup  .mc-field-group select{
    border: 2px solid #030303;
    border-radius: 0px;
    height: 35px;
    width: 100%;
    padding: 0px;
    background: transparent;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
}
#form-row #mc_embed_signup .mc-field-group input:focus, #form-row #mc_embed_signup .mc-field-group select:focus, #post-search input:focus, #mailing-list.generic-list #mc_embed_signup .mc-field-group input:focus, #mailing-list.generic-list #mc_embed_signup .mc-field-group select:focus{
	border-radius:0px;
	outline:none;
}
#form-row #mc_embed_signup .clear, #mailing-list.generic-list #mc_embed_signup .clear {
	    width: 100%;
    text-align: right;
    padding-right: 10px;
}
#form-row #mc_embed_signup .button,  #mailing-list.generic-list #mc_embed_signup .button {
	    margin-right: 0px;
    border-radius: 0px;
    background: #992025;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    height: 35px;
	transition: all .3s ease-in-out;
}

#form-row #mc_embed_signup .button:hover, #mailing-list.generic-list #mc_embed_signup .button:hover {
	background:#65B2E9;
}
body #main-content .fl-rich-text ul ul, body #main-content .fl-rich-text ul ul ul {
    padding-bottom:0px;
}
footer .col-wrap {
	flex:1;
}

footer .space-btwn .col.social-col, footer .wrapper .col.logo-col {
	    flex: unset;
}
footer .wrapper .col.logo-col {
    width: 300px;
    border-right: 1px solid white;
    margin-right: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#close-container {
	    position: absolute;
    top: 40px;
    right: 38px;
}

#mailing-list .wrapper, #mailing-list.generic-list .fl-row-content {
	max-width: 60% !important;
    margin: 0 auto;
    text-align: center;
    padding: 120px 0px 80px;
}

#list-intro, #mailing-list.generic-list .fl-row-content .fl-rich-text {
	max-width: 55%;
    margin: 0 auto;
}

body#generic #mailing-list.generic-list .fl-row-content .fl-rich-text p {
	margin-bottom:15px;
}
nav#main form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.68);
	transition: all .3s ease-in-out;
}

nav#main form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,.68);
	transition: all .3s ease-in-out;
}

nav#main form input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,.68);
	transition: all .3s ease-in-out;
}

nav#main #search-form .sf-field-search:hover input[type="text"]::-ms-input-placeholder{
	color:white;
	opacity:1;
}

nav#main #search-form .sf-field-search:hover input[type="text"]:-ms-input-placeholder{
	color:white;
	opacity:1;
}

nav#main #search-form .sf-field-search:hover input[type="text"]::placeholder{
	color:white;
	opacity:1;
}

#modal-search .sf-field-search {
	width:100%;
}

#modal-search form input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.68);
	transition: all .3s ease-in-out;
}

#modal-search form  input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,.68);
	transition: all .3s ease-in-out;
}

#modal-search form  input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,.68);
	transition: all .3s ease-in-out;
}

#modal-search form .sf-field-search:hover input[type="text"]::-ms-input-placeholder{
	color:white;
	opacity:1;
}

#modal-search form .sf-field-search:hover input[type="text"]:-ms-input-placeholder{
	color:white;
	opacity:1;
}

#modal-search form .sf-field-search:hover input[type="text"]::placeholder{
	color:white;
	opacity:1;
}

#carousel button.slick-arrow:focus, body #archive-browser select:focus {
	outline:none;
}

#search-form input[type="text"], #modal-search form input[type="text"] {
    width: 180px;
    background: rgba(255,255,255,.29);
    border: none;
    outline: none;
    color: white;
    height: 34px;
    padding-left: 10px;
    box-sizing: border-box;
    padding-right: 30px;
    font-size: 12px;
    text-transform: uppercase;
	border:1px solid transparent;
}
#modal-search form input[type="text"] {
    width: 100%;
    border: 1px solid white;
    height: 40px;
	background: #292525;
}
#search-form input[type="text"]:hover {
	border:1px solid white;
}

#search-form ul, #modal-search form ul {
    display: flex;
    position: relative;
}
#search-form .search-btn, #modal-search form .search-btn {
	position: absolute;
    right: 0px;
}
#search-form .search-btn:hover svg, #modal-search form .search-btn:hover svg {
	fill:white;
}

#search-form {
	margin-left:20px;
}

#hero .inner-wrapper p {
	margin-bottom:0px;
}
#search-form .search-btn input, #modal-search form .search-btn input {
	height: 34px;
    width: 30px;
	cursor:pointer;
	position:relative;
	z-index:100;
    /* position: absolute; */
    border-radius: 0px;
    background: transparent;
    outline: none;
    border: none;
    color: transparent;
    margin: 0px;
    padding: 0px;
}
#modal-search form .search-btn input {
	height:40px;
}

#search-form .search-btn svg, #modal-search form .search-btn svg {
    width: 15px;
    position: absolute;
    height: 15px;
    fill: rgba(255,255,255,.7);
    right: 10px;
    top: 10px;
    z-index: 10;
}

#modal-search form .search-btn svg {
	top:13px;
}
section#community:before, #generic #comm-groups .fl-row-content-wrap:before {
	content:'';
	position:absolute;
	background:url(img/black-box.png) center/cover no-repeat;
	width:70%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10;
}



#teams .wrapper, body#generic #teams {
	max-width: 88% !important;
    margin: 0 auto;
}
#comm-boxes .hover-btn svg, #generic #comm-groups .comm-box .hover-btn svg {
	    width: 15px;
    height: 15px;
    fill: #992025;
}

#comm-boxes .box:hover .hover-box, #generic #comm-groups .comm-box:hover .hover-box {
	opacity:1;
	visibility:visible;
}

#about #left #quote-box img {
	width:55px;
	height:auto;
}
body#home-full .inner-hover h5, #generic #comm-groups .comm-box .inner-hover h5 {
	color: #F7E836;
    margin-bottom: 0px;
    margin-top: 15px;
}
.hover-btn {
	border: 2px solid #F7E836;
    border-radius: 50%;
}
.hover-btn-inner {
	    background: #F7E836;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    box-sizing: content-box;
}
#comm-boxes .hover-box, #generic #comm-groups .comm-box .hover-box  {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 95;
	transition: all .3s ease-in-out;
	    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
	background: #992025;
}

.hover-box .inner-hover {
    width: 100%;
    height: 100%;
    background: url(img/comm-pattern.png) center/cover no-repeat;
    border: 14px solid #992025;
    box-sizing: border-box;
}
#comm-row, #generic #comm-groups .fl-row-content {
    padding-left: 6%;
    padding-top: 190px;
    padding-bottom: 120px;
    color: white;
	position:relative;
	z-index:200;
}
#generic #comm-groups .fl-row-content {
	padding-top:120px;
}
#comm-row #comm-intro, #generic #comm-groups #comm-intro  {
    width: 30%;
    padding-right: 85px;
    box-sizing: border-box;
}

body#generic #comm-groups #comm-intro .fl-rich-text p {
	color:white;
}
#generic #comm-groups .fl-col-group {
	flex-wrap:unset;
}
#comm-boxes {
	flex:1;
	position:relative;
}

#comm-boxes:after, #generic #comm-groups .fl-row-content-wrap:after {
    content: '';
    position: absolute;
    background: url(img/comm-text.png) right center/contain no-repeat;
    width: 100%;
    height: 200px;
    top: -100px;
    z-index: 10;
    right: -25px;
}
#generic #comm-groups {
	margin-top:70px;
	margin-bottom:60px;
}
#generic #comm-groups .fl-row-content-wrap:after {
	top:50px;
}
#events .rel {
	position:relative;
	z-index:100;
}
body#home-full #shape {
	    background: #F6F4F0 url(img/home-text.png) left/contain no-repeat;
	    -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 90%, 0% 100%);
	clip-path: polygon(0 11%, 100% 0%, 100% 90%, 0% 100%);
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index:1;
}

#teams #team-intro {
    /* width: 30%; */
    /* padding-right: 55px; */
    box-sizing: border-box;
    max-width: 45%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

#teams, body#generic #teams  {
    padding: 60px 0px 280px;
}
body#generic #teams {
	padding-bottom:60px;
}
body#generic #teams #team-intro {
	float:none;
}

#team-icons .col {
	width:25%;
}

#team-icons .col .circle, body#generic #teams .col .circle {
	width: 200px;
    height: 200px;
    background: #992025;
    border-radius: 50%;
    position: relative;
}
#team-icons .circle-box, body#generic #teams .col .circle-box {
	position:relative;
}

#team-icons .circle-text, body#generic #teams .col .fl-rich-text {
	padding-top: 85px;
    text-align: center;
}

#team-icons .arrow, body#generic #teams .col .arrow {
	    position: absolute;
    bottom: -58px;
    left: 0px;
    right: 0px;
}

#team-icons .arrow .line, body#generic #teams .col .arrow .line {
	width: 2px;
    height: 70px;
    background: #030303;
}

#team-icons .arrow svg, body#generic #teams .col .arrow svg {
	    transform: rotate(90deg);
    fill: #030303;
    margin-top: -16px;
}
#team-icons .col .circle:after, body#generic #teams .col .circle:after {
    content: '';
    position: absolute;
    border: 2px solid #992025;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    /* transform: translate(-50%, -50%); */
    top: -10px;
    left: -10px;
    box-sizing: border-box;
	transition: transform .3s ease-in-out;
     transform: scale( 1.0 ); 
}

#team-icons .col .circle-box.hover .circle:after, body#generic #teams .col .circle-box.hover .circle:after, body#generic #teams .fl-module-html.hover .circle:after{
	transform: scale( 1.06 );
	
}

#team-icons .col .circle-box.hover .arrow, body#generic #teams .col .circle-box.hover .arrow, body#generic #teams .fl-module-html.hover .circle-box .arrow {
	bottom:-78px;
}

#team-icons .col .circle-box.hover .line, body#generic #teams .col .circle-box.hover .line, body#generic #teams .fl-module-html.hover .circle-box .line {
	height:90px;
}
#team-icons .col .circle .inner, body#generic #teams .col .circle .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/dot-pattern.png) center/cover no-repeat;
    border-radius: 50%;
    border: 10px solid #992025;
    box-sizing: border-box;
}
body#generic #teams .fl-rich-text h5 {
	    text-transform: uppercase;
    font-weight: bold;
    color: #030303;
}

body#generic #teams .fl-rich-text p a {
	    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
    color: #030303;
}
body#generic #teams .fl-html {
	display: flex;
    flex-direction: column;
    align-items: center;
}
section #team-intro h6 a span,body #main-content .shape.blue a.fl-button span {
	color: #030303;
}

section #team-intro h6 a:after, body #main-content .shape.blue a.fl-button:after {
	background:#65B2E9;
}
section #team-intro h6 a, body #main-content .shape.blue a.fl-button  {
	border-color: #030303;
}

#team-intro h2, #team-intro p, #event-intro p, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, body#generic h6, body#generic h6 a, body#generic p {
	color:#292525;
}
#comm-boxes .quote-box {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
#comm-boxes .quote-box img {
	width: 50px;
	height:auto;
}
#generic #comm-groups .comm-box .fl-col-content {
	justify-content:flex-end;
}
#comm-boxes .inner-box, #generic #comm-groups .comm-box .fl-rich-text  {
	padding: 0px 25px 40px;
	position:relative;
	z-index:60;
}

#generic #comm-groups .comm-box {

    position: relative;
    height: 400px;
    z-index: 200;
    /* flex: unset; */
    /* margin-right: 20px; */
    border: 20px solid transparent;
}
#comm-boxes .inner-box h4,  #generic #comm-groups .comm-box  .fl-rich-text h4 {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 32px;
    color: white;
}

#comm-boxes .box:after {
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	z-index:50;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+94&0+16,0.85+78 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 16%, rgba(0,0,0,0.85) 78%, rgba(0,0,0,0.85) 94%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.85) 78%,rgba(0,0,0,0.85) 94%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 16%,rgba(0,0,0,0.85) 78%,rgba(0,0,0,0.85) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
}

#social-bar {
    position: absolute;
    left: 3.5%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 150px;
}

#social-bar #icons a{
	    margin: 9px 0px;
}

#icons a svg {
    width: 19px;
    fill: #030303;
    height: 19px;
}
#social-line {
	    width: 2px;
    background: #030303;
    height: 30px;
    margin: 5px 0px 13px;
}
footer .social-col h5 {
	color:white;
	margin-bottom:15px;
}
#comm-boxes .box {
    width: 31%;
    position: relative;
    height: 400px;
    z-index: 200;
}

section#community {
	margin-top: -60px;
    z-index: 300;
}
#team-intro h2, #comm-intro h2 {
	    border-left: 1px solid #030303;
    padding-left: 20px;
    display: inline-block;
}
#team-intro h2 {
	    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border: none;
    padding-left: 0px
}
#comm-intro h2 {
    border-color: white;
    color: white;
}
#teams #team-icons {
/*	flex:1;*/
	width:100%;
}
body #main-content .fl-rich-text ul ul ul li:last-child {
	margin-bottom:0px;
}

body#generic .fl-post-carousel-post {
    background-color: #8c0000;
    color: white;
    border: none;
}

body#generic a.fl-post-carousel-more {
	    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 10px;
    display: inline-block;
    margin-top: 14px;
	background: transparent;
    color: white;
    border: 2px solid white;
}

body#generic a.fl-post-carousel-more:hover, body #main-content #two-cta-row a.fl-button:hover {
	background:white;
	color:#8c0000;
}

body #main-content #two-cta-row a.fl-button:hover span.fl-button-text {
	color:#8c0000;
}
body#generic  .bx-wrapper .bx-pager {
    bottom: -50px;
}
body#generic .fl-post-carousel-grid .fl-post-carousel-title, body#generic .fl-post-carousel-title a {
	font-size: 22px;
    line-height: 28px;
    font-weight: bold;
	text-decoration: none !important;
	color:white;
	    margin-bottom: 5px;
}

body #two-cta-row .fl-col-content .fl-rich-text h3, body #two-cta-row .fl-col-content .fl-rich-text h4, body #two-cta-row .fl-col-content .fl-rich-text p, body #two-cta-row .fl-col-content .fl-rich-text h5, body#generic #fifty-fifty-wide p, body#generic footer h6, body#generic footer h6 a, body#generic footer p, body#generic footer a, body#generic footer li, body.search #category-title h5 {
	color:white;
}

body #main-content #two-cta-row a.fl-button {
	    background: transparent;
    border: 2px solid white;
}

body #two-cta-row .fl-col-content {
	padding: 68px 15% 80px;
}

body#generic #post-carousel-row {
	padding-bottom:50px;
}
body .wpsisac-slick-carousal.design-6 .slick-image-slide {
    text-align: center;
    margin: 0px .5vw;
    width: 84vw;
}
#generic .chantal-test  .pp-video-image-overlay:hover .pp-video-play-icon{
    border-color:white;
}
#generic .chantal-test .vid-title {
        position: relative;
    z-index: 200;
}
body .uabb-close-custom-popup-top-right:hover {
    background:white;
}

body .uabb-close-custom-popup-top-right:hover .uabb-close-icon {
    color:#8c0000;
}
body .uabb-modal-text {
    padding: 120px 80px 80px 80px !important;
    position: relative;
    display: flex;
}

body .uabb-modal .uabb-close-icon:before {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

body  .uabb-modal-text .text-box {
    flex: 1;
}
body .uabb-modal-text .img-box {
    width: 30%;
    margin-right: 45px;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
}
body  .uabb-modal .uabb-close-icon {
    color: #fff;
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
}

body  .uabb-close-custom-popup-top-right {
    position: absolute;
    right: 45px;
    top: 45px;
    bottom: auto;
    left: auto;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
    justify-content: center;
}

body .uabb-modal-text .text-box img {
    display: none;
}

body  .uabb-modal .uabb-content {
    width: 100%;
    max-width: 60%;
    background: #8c0000;
    color: white;
}
body #main-content .three-staff-row .pp-social-icon i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

body #main-content a.uabb-button {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: #8c0000;
    border: none;
}
body #main-content .three-staff-row .fl-module-photo {
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.three-staff-row .fl-col.three-col .uabb-modal-action-wrap .uabb-creative-button-wrap {
    text-align: center;
}

.three-staff-row .uabb-modal-action-wrap .uabb-creative-button-wrap a {
    margin-top: 20px;
}
.three-staff-row .fl-col-group .three-col .fl-module-rich-text {
    padding: 40px 20px 20px 20px;
}

body #main-content .three-staff-row .fl-col .fl-photo-content {
    max-width: 100%;
        width: 70%;
}
html:not(.fl-builder-edit) .three-staff-row .fl-module-photo img, #search-icon {
display:none;
}
nav#main.social #nav-items {
    align-items:flex-end;
}

#nav-items .social-row {
    margin-bottom:25px;
}
#nav-items .social-row a {
        margin: 0px 8px;
    display: flex;
    align-items: center;
}

#nav-items .social-row a svg {
    fill:white;
        width: 18px;
    height: 18px;
}
#nav-items .social-row h6 {
        margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    position: relative;
    margin-right: 20px;
    padding-right: 5px;
    font-weight: 800;
}

nav ul.menu > li:not(.button) > a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    /* background: #fff; */
    left: -4px;
    top: 12px;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid white;
}

nav#main ul.menu > li > a {
    margin: 0px;
    padding: 5px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

/*
nav#main ul.menu > li:last-child a:after {
    display:none;
}
*/

nav#main ul.menu > li {
    margin: 0px 10px;
    position: Relative;
}

nav#main .social-row h6:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    right: -15px;
    top: 6.5px;
}

#main-content .fl-photo-caption-below {
    text-align: left;
    white-space: normal;
    position: relative;
    padding-top: 25px;
    z-index: 400;
    overflow: visible;
    max-width: 80%;
    color: #8c0000;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

#main-content .fl-photo-caption-below:before {
        content: '';
    width: 2px;
    height: 55px;
    background: #8c0000;
    left: 40px;
    position: absolute;
        top: -35px;
}
body.category .wrapper-small {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.category #main-content .news-post a.fl-button {
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    margin-top: 10px;
}
body.category .news-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #8c0000;
}
#contact-form-row .fl-rich-text h2 {
        position: relative;
    margin-bottom: 28px;
    padding-bottom: 5px;
}#contact-form-row .fl-rich-text h2 {
    margin-bottom:50px;
}


body .fl-row.two-col-img + .fl-row.wrapper {
    padding-top: 40px;
}



#contact-form-row .fl-rich-text h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: -10px;
        left: 0px;
    right: 0px;
    margin: 0 auto;
    background:white;
}
body #two-col-staff {
    margin: 40px auto;
    padding: 20px 0px;
}
#two-col-staff .fl-col-group {
    flex-wrap: nowrap;
}
#generic .fl-module-content .pp-social-icon a {
    width: 22px;
    height: 22px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#two-col-staff .fl-col.staff-col {
    width: 30%;
    margin-right: 70px;
}
body#generic .pp-social-icon i {
    color: #030303;
    font-size: 22px;
    line-height: 22px;
    transition: all .3s ease-in-out;
    width: 22px;
    height: 22px;
}

#comm-boxes .box a.link, .news-item a.link {
	    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 500;
}
.news-item a.link {
    width: calc(100% - 60px);
}
body#generic .pp-social-icon i:hover {
    color:#992025;
}

#icons a:hover svg {
	fill:#992025;
}
#generic .pp-social-icons-left .pp-social-icon {
    margin-right: 15px;
}


#carousel .event-info:after {
	content:'';
	position:absolute;
}

#carousel .event-info:after {
    background: #992025;
    width: 60px;
    height: 50px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
}
#generic .pp-social-icons-left h6:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #030303;
    width: 30px;
    right: 15px;
    top: 10px;
}
#generic .pp-social-icons-left h6 {
    color: #030303;
    position: relative;
    padding-right: 60px;
    margin-bottom: 0px;
}

.uabb-modal-parent-wrapper.prev-disable a.pag-link.prev, .uabb-modal-parent-wrapper.next-disable a.pag-link.next {
    opacity: 0;
    visibility: hidden;
}
.uabb-content a.pag-link.prev {
    left: 20px;
}

.uabb-content a.pag-link.prev span {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #fff;
    display: block;
    transition: all .3s ease-in-out;
}

.uabb-content a.pag-link.next {
    right: 20px;
}
.uabb-content a.pag-link.next span {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #fff;
    display: block;
    transition: all .3s ease-in-out;
}
.uabb-content a.pag-link {
    position: absolute;
    top: 50%;
    z-index: 100;
    transition: all .3s ease-in-out;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#generic .pp-social-icons-left {
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
#two-col-staff .fl-col.staff-text {
    width: 70%;
}

#two-col-staff .fl-col.staff-col .fl-photo-content {
	    border: 2px solid #8c0000;
    border-radius: 50%;
}
#two-col-staff .fl-col.staff-col img {
    border: 8px solid white;
	    filter: grayscale(100%);
    box-sizing: border-box;
}
#cta.boxed-cta {
   background: rgba(211,211,211,.35) url(img/home-bg.png) center/cover repeat-y;
       padding: 80px 0px;
    position: relative;
}

#fifty-fifty-left + #sponsor-row {
    padding-top: 40px;
}

#sponsor-row .fl-row-content-wrap {
    position: relative;
}
#sponsor-row .fl-row-content .fl-rich-text {
    padding-bottom: 60px;
}
#sponsor-row .fl-row-content > .fl-col-group > .fl-col {
    max-width: 80%;
    margin: 0 auto;
    float: none;
}
#sponsor-row .fl-row-content {
    max-width: 100%;
    padding: 50px;
    /* border: 2px solid #CCE57F; */
    box-sizing: border-box;
}

#sponsor-row .fl-row-content > .fl-col-group {
    border: 2px solid #001338;
    /* background: rgba(0,0,0,.7); */
    padding: 100px 0px;
}

#sponsor-row .fl-row-content-wrap:before {
    background: url(img/sponsor-pattern.png) center/cover no-repeat;
    width: 110%;
    height: 100%;
    left: -5%;
        content: '';
    position: absolute;
    z-index: 100;
    right: -5%;
}

#intro-section.cta-row .cta-col .fl-col-content {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
#cta.boxed-cta .fl-row-content-wrap {
    max-width: 65%;
    margin: 0 auto;
    border: 4px solid #8c0000;
    box-sizing: border-box;
}
#generic .chantal-test .vid-title h5 {
    text-transform: uppercase;
    color: #C3DB7A;
    transition: all .3s ease-in-out;
}
#generic .chantal-test  .pp-video-image-overlay:hover .pp-video-play-icon svg {
    fill:white;
}
#generic .chantal-test .pp-video-play-icon {
    background: transparent;
    border: 2px solid #C3DB7A;
    border-radius: 0px;
    transition: all .3s ease-in-out;
    z-index: 200;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}
#generic .chantal-test  .pp-video-image-overlay:hover .vid-title h5 {
    color:white;
}
#generic .pp-video-image-overlay {
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*.pp-video-image-overlay:after {
    content:'';
    position:absolute;
    width:100%;
    height:100%;

background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 85%, rgba(0,0,0,0) 94%);
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 94%);
background: radial-gradient(ellipse at center, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 94%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
    left:0px;
    top:0px;
    z-index:10;
}*/
body .pp-video-play-icon {
        background: #890000;
}

body .pp-video-image-overlay:hover  .pp-video-play-icon{
    background:#fff;
}

body .pp-video-image-overlay:hover .pp-video-play-icon svg {
    fill:#890000;
}
body .pp-video-play-icon svg {
    fill:white;
}
footer {
    margin-top: auto;
}

#generic.left .content {
    text-align: left;
   position: Relative;
    z-index: 300;
}
#generic.left #hero h1 {
	width: 80%;
}

#generic.left #hero h2 {
    width:60%;
}

#main-content .main-text-row:not(:first-child) {
    padding-top: 50px;
}
#main-content #fifty-fifty-left.two-col-small .fl-col.img-col .fl-col-content {
    position:relative;
}
#main-content #fifty-fifty-left.two-col-small .fl-col.img-col.gradient .caption {
    background: transparent;
    position: relative;
    z-index: 300;
}
#main-content #fifty-fifty-left.two-col-small .fl-col.img-col.gradient .fl-col-content:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 9%, rgba(0,0,0,0.02) 12%, rgba(0,0,0,0.63) 86%, rgba(0,0,0,0.65) 89%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 9%,rgba(0,0,0,0.02) 12%,rgba(0,0,0,0.63) 86%,rgba(0,0,0,0.65) 89%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 9%,rgba(0,0,0,0.02) 12%,rgba(0,0,0,0.63) 86%,rgba(0,0,0,0.65) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index: 10;
}
#generic.left.relative .content {
	padding: 150px 0px 60px 0px;
}
#generic.left.absolute .content {

    padding: 250px 0px 60px 0px;
}


body, html, h1, h2, h3, h4, h5, h6, ul, ol, p, button {
    margin:0px;
    padding:0px;
}

body .nf-form-content {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

#nav-items ul li.button a {
        padding: 8px 25px;
    background: white;
    color: #030303;
	position:relative;
}
#nav-items ul li.button a:hover {
	background:#F7E836;
}

#nav-items ul li.button a:hover:after {
	border-top-color:#F7E836;
}

#nav-items ul li.button a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block !important;
    border-top: 16px solid #fff;
    border-left: 19px solid transparent;
    transition: all .3s ease-in-out;
    right: 0px;
}

body#generic .caption p {
	    color: white;
    font-size: 14px;
    line-height: 18px;
}

body #fifty-fifty-left .fl-col.img-col {
	width:40%;
}
/* --------- Fonts --------- */

body p, body li, body a, body button, body input, body textarea, body select, body label, body .nf-error-msg, body .nf-form-content input,  body .nf-form-content textarea, body #main-content a.fl-button, body .nf-form-content .listselect-wrap .nf-field-element div, body .nf-form-content input.ninja-forms-field, body .nf-form-content select.ninja-forms-field:not([multiple]), body .nf-error-msg, body .nf-form-content input, body .nf-form-content textarea.ninja-forms-field, #main-content .pp-accordion-item .pp-accordion-button, #main-content .pp-tabs-horizontal.pp-tabs-default .pp-tabs-labels .pp-tabs-label, #main-content table td, #main-content .pp-business-hours-content .pp-bh-row, #main-content .pp-testimonial .pp-title-wrapper h3.pp-testimonials-title, #main-content .pp-testimonial .pp-title-wrapper h4.pp-testimonials-subtitle, .pp-tabs-panel-label span, body #main-content .pp-post-tile-post .pp-post-tile-text {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
}

body .uabb-modal-text h2 {
    margin-bottom:5px;
}

body .uabb-modal-text h4 {
    margin-bottom:15px;
}
#new-test-slider, body .testimonial-new, #main-content .fl-photo-caption-below, body .uabb-modal .uabb-content, body .fl-post-carousel-grid .fl-post-carousel-meta, body #two-col-staff .fl-col.staff-text h6  {
       font-family: 'Lato', sans-serif;
}
body #main-content .pp-post-tile-post .pp-post-tile-category span {
    background-color: #8c0000;
    font-size: 14px;
    line-height: 20px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: bold;
}

#main-content .pp-testimonial .pp-title-wrapper h3.pp-testimonials-title, #main-content .pp-testimonial .pp-title-wrapper h4.pp-testimonials-subtitle {
    font-weight:bold;
}
body #hero h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}
body#generic #hero h2 {
    margin-top:20px;
}

body#generic #scroll-container {
	left: 0px;
    right: 0px;
}

#generic.center.relative .content {
    padding: 100px 0px;
}
#generic.center.absolute .content {
    padding: 260px 0px 120px 0px;
    text-align: center;
    color: white;
    position: relative;
}

#photo-gallery-row > .fl-row-content-wrap .gallery-heading2 .fl-heading {
        border-bottom: 6px solid white;
    padding-bottom: 20px !important;
}
#photo-gallery-row > .fl-row-content-wrap {
    padding: 100px 0px 160px 0px;
    position: relative;
}

#main-content .fl-node-5e5d6d2f451da .pp-business-hours-content {
    background-color: #b70000;
}
#main-content .pp-business-hours-content .pp-bh-row {
    color: white;
    border-bottom: 2px solid white;
}
#main-content p.wp-caption-text {
        font-size: 14px;
    font-weight: bold;
}
#photo-gallery-row > .fl-row-content-wrap .fl-heading {
    position: relative;
    margin-bottom: 32px !important;
    display: flex;
    align-items: center;
}

#photo-gallery-row > .fl-row-content-wrap .fl-heading span.fl-heading-text {
    color: #F7E836;
    position: relative;
    z-index: 300;
    padding-right: 28px;
}
#photo-gallery-row > .fl-row-content-wrap .fl-heading span.line {
    background: #F7E836;
    height: 2px;
    z-index: 10;
    display: block;
    flex: 1;
}

body .nf-error.field-wrap .nf-field-element:after {
    background: #21427c;
    color: #fff;
    font-family: FontAwesome;
    font-size: 20px;
    content: "\f12a";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 1px;
    height: 38px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    transition: all .5s;
}

body .nf-pass.field-wrap .nf-field-element:after {
    color: #21427c;
    font-family: FontAwesome;
    font-size: 30px;
    content: "\f058";
    position: absolute;
    top: 0;
    right: 16px;
    height: 38px;
    line-height: 38px;
    transition: all .5s;
}

#intro-section .fl-row-content {
        padding: 85px 0px 100px 0px;
}

.fl-module.center {
    text-align:center;
}
#intro-section .fl-col-group:last-child {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#intro-section .three-col .fl-module-button, #intro-section .four-col .fl-module-button {
    margin-top:10px;
}

#intro-section .fl-col .fl-module.center + .fl-module-button .fl-button-wrap, #cta.fl-row .fl-module-button .fl-button-wrap{
    text-align:center !important;
}

#intro-section .fl-col-group .three-col .fl-module-rich-text {
   padding: 40px 20px 20px 20px;
}

body .nf-form-content .listselect-wrap .nf-field-element div, body .nf-form-content input.ninja-forms-field, body .nf-form-content select.ninja-forms-field:not([multiple]) {

    padding: 5px 15px;
}

body .nf-form-content .list-select-wrap>div div:after, body .nf-form-content .listselect-wrap .nf-field-element div, body .nf-form-content input.ninja-forms-field, body .nf-form-content select.ninja-forms-field:not([multiple]), #main-content .nf-form-content .list-select-wrap>div div {
        height: 38px;
}

body .nf-form-content .list-select-wrap>div div:after {
        height: 38px;
    line-height: 38px;
    color:red;
}

#fifty-fifty-wide.contact-row .text-col .fl-col-content {
    padding: 70px 100px;
}

body .nf-form-content input.ninja-forms-field[type=button] {
    height:auto;
    
}

#cta.fl-row .fl-rich-text h2{
    margin-bottom:20px;
}
#cta.fl-row .fl-module-icon {
    margin-bottom:40px;
}

#intro-section .fl-col-group .four-col .fl-module-rich-text  {
     padding: 40px 10px 20px 10px;
}

#intro-section .fl-col-group .two-col .fl-module-rich-text {
     padding: 40px 0px 0px 0px;
}

.fl-col.three-col .fl-module.circle .fl-photo-content, .fl-col.four-col .fl-module.circle .fl-photo-content {
    max-width: 100%;
    width: 70%;
}
 .fl-col.three-col {
    width: 30% !important;
}

.fl-col.four-col {
    width:22% !important;
}

.fl-row.no-margin, #generic #main-content .fl-builder-content > .fl-row:last-child#photo-gallery-row {
    margin-bottom:0px !important;
}
.fl-col.two-col {
    width:47% !important;
}

#fifty-fifty-wide .text-col .fl-col-content:after, #generic #comm-groups .comm-box:before {
    content: '';
    position: absolute;
    opacity: 1;
    z-index: 10;
    width: 65px;
    height: 80px;
    background: url(img/quote-box.svg) top left/contain no-repeat;
    top: 0px;
    left: 0px;
}

#generic #comm-groups .comm-box:before {
    width: 50px;
    height: 80px;
    z-index: 100;
}
#generic #comm-groups .fl-col-group .comm-box:last-child {
	margin-right:-20px;
}
#generic #comm-groups .comm-box .inner-hover h5 {
	text-transform:uppercase;
	font-weight:bold;
}
.fl-col.two-col .fl-photo-content, .fl-col.two-col .fl-photo-content img {
    width:100%;
}

#generic #comm-groups .comm-box a.link {
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:600;
}

#intro-section .fl-col-group:last-child:before, #intro-section .fl-col-group:last-child:after, body .pp-hover-card-image,  #generic #comm-groups .comm-box .fl-rich-text p a {
    display:none;
}
.fl-col.intro-col {
    padding-bottom: 70px;
    max-width: 70%;
    margin: 0 auto;
    float: none;
}

body .pp-hover-card-content .pp-hover-card-title:after {
    content: '';
    position: absolute;
    height: 1px;
    background: white;
    width: 60px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -8px;
}

.fl-module-rich-text.light .fl-rich-text h2, .fl-module-rich-text.light .fl-rich-text p, .fl-module-rich-text.light .fl-rich-text h5, .fl-module-rich-text.light .fl-rich-text h4,
#cta.fl-row .fl-rich-text h2, #cta.fl-row .fl-rich-text h5, #cta.fl-row .fl-rich-text h4, #cta.fl-row .fl-rich-text p, #cta.fl-row .pp-testimonials-title {
    color:white;
}
#home-full.relative #hero.left .content {
    padding-bottom:9%;
}

body .wrapper-wide-inner .fl-col.intro-col {
    max-width: 55%;
}

body .pp-hover-card .pp-hover-card-content .pp-hover-card-description .pp-hover-card-description-inner {
    padding: 0px 25px;
    box-sizing: border-box;
}
body  .fl-module-pp-logos-grid .bx-wrapper .bx-pager {
    bottom: -55px;
}

body .fl-module-pp-logos-grid .pp-logos-content .logo-slider-prev, body .fl-module-pp-logos-grid .pp-logos-content .logo-slider-next {
    top: 12%;
    }


body .pp-hover-card-content .pp-hover-card-title {
    text-align: center;
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
    line-height: 30px;
}
#home-full.relative #hero.left {
    align-items:flex-end;
}


body #main-content a.fl-button {
        border: none;
    border-radius: 0px;
    background: black;
    position:relative;
}

body #main-content a.fl-button:hover {
    background:#890000;
}
body #main-content a.fl-button span.fl-button-text {
    position:relative;
}
body #main-content a.fl-button span {
    color:white;
}

body #main-content a.fl-button:hover span {
    color:white;
}
body p {
	margin-bottom: 15px;
}

body li {
    margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, body#generic h6 a {
    font-family: 'Kanit', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

h1 {
	font-size: 50px;
	line-height: 56px;
	/*margin-bottom: 30px;*/
}
/*h1:after {
	content: '';
	position: absolute;
    height: 4px;
    background: white;
    width: 70px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;

}*/


nav a#logo img {
    width: 150px;
    height: auto;
    display: block;
}
h2, blockquote p, #cta h4, #search-container h4, h2 a {
	font-size: 44px;
	line-height: 48px;
        font-weight:bold;
}

h2, h2 a, h4, h4 a, h6, h6 a {
    text-transform:uppercase;
}

body#generic footer {
	border-top:1px solid white;
}

span.sr, label.sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    border: 0 !important;
}



#carousel {
	position:relative;
	padding-bottom:80px;
}

#carousel button.slick-arrow {
    position: absolute;
    top: 25%;

}

#carousel button.slick-arrow span.flex:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #030303;
    border-radius: 50%;
    /* top: -6px; */
    /* left: -6px; */
    box-sizing: border-box;
}

#carousel button.slick-arrow.slick-prev {
	left:-7%;
}

#carousel button.slick-arrow.slick-prev svg {
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#carousel button.slick-arrow.slick-next {
	right:-7%;
}
#carousel button.slick-arrow span.flex {
    width: 38px;
    height: 38px;
    background: #030303;
    border-radius: 50%;
}
#carousel button.slick-arrow svg {
	fill:#F7E836;
	width:12px;
	height:12px;
}
#event-intro h2 {
    color: #292525;
}

#cta .fl-row-content h2, #event-intro h2 {
	    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
h2 a:hover, h4 a:hover, h6 a:hover, h3 a:hover, h5 a:hover, body#generic h6 a:hover, body #main-content .fl-rich-text p a:hover, body #main-content .fl-rich-text li a:hover, .pp-accordion-item .pp-accordion-content li a:hover, .pp-tabs-panels .pp-tabs-panel-content a:hover {
    color:#65B2E9;
}


h3, h3.pp-headline, h3 a {
    font-size: 35px;
    line-height: 40px;
    color: #292525;
    font-weight: 600;
    text-transform: uppercase;
}

body#generic h6, body#generic h6 a {
	font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
h4, h4 a {
	font-size: 30px;
    line-height: 35px;
    font-weight:bold;
}
h5, .pp-testimonials-title, h5 a {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
	text-transform:none;
	color:#292525;


}

body#home-full h5, body#generic footer h5, body#generic footer h5 a {
	    text-transform: uppercase;
	    font-weight: bold;
	    color: #030303;
}
body#generic footer h5, body#generic footer h5 a {
	color:white;
}
#team-icons .circle-text p {
	margin-bottom:0px;
}

#team-icons .circle-text h5, body#generic #teams .fl-rich-text h5 {
	margin-bottom:5px;
}

#team-icons .circle-text p a:hover, body#generic #teams .fl-rich-text p a:hover {
	color:#992025;
}

body#generic #teams #team-intro .fl-rich-text p:last-child {
	margin-bottom:15px;
}
#team-icons .circle-text p a {
	    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
    color: #030303;
}
h6, .pp-testimonials-subtitle, h6 a {
    font-size: 15px;
    line-height: 21px;
    font-weight:bold;
     color: #8c0000;
}

a {
	text-decoration: none;
}

body #main-content .pp-post-tile-post .pp-post-tile-title a {
    text-decoration: none !important;
}

body h2 a,body  h3 a, body h4 a,body  h5 a,body  h6 a {
    text-decoration:underline !important;
}
body #main-content #new-test-slider .bx-wrapper .bx-viewport {
    overflow: visible !important;
}
#new-test-slider .uabb-testimonial-photo img {
    width: 150px;
}
#new-test-slider .uabb-image .uabb-image-content {
    padding: 10px;
    border: 2px solid #e89923;
    border-radius: 50%;
}

body #main-content #new-test-slider .bx-wrapper .bx-pager{
    bottom:-45px;
}
#main-content .uabb-testimonial-info h3, #main-content .uabb-testimonial-info .uabb-testimonial-author-designation, #main-content .uabb-testimonial-info p,.event-info h4, .event-info h6 {
    color:white;
}

#new-test-slider .uabb-testimonials.uabb-testimonial-top .uabb-testimonial {
    background: #00539b;
    padding: 20px 60px 30px 60px;
    border-bottom: 8px solid rgb(232, 153, 35);
    box-sizing: border-box;
}

#main-content .uabb-testimonial-info .uabb-testimonial-author-designation:after {
    content: '';
    position: absolute;
    background: #e89923;
    height: 1px;
    width: 40px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#main-content .uabb-testimonial-info .uabb-testimonial-author-designation {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
#main-content .uabb-testimonial-info h3 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 700;
}
html:not(.fl-builder-edit) .uabb-testimonial-photo.uabb-testimonial-top, html:not(.fl-builder-edit)  .testimonial-new .uabb-testimonial-info {
    position: relative;
    z-index: 200;
}
#new-test-slider .uabb-testimonial-photo {
    margin-top: -90px;
}

body .testimonial-new .fl-col-group .fl-col:first-child {
    padding-right: 20px;
}
body .testimonial-new .fl-col-group .fl-col:last-child {
    padding-left: 20px;
}

body .testimonial-new  .fl-col.test-col .fl-module, body .testimonial-new  .fl-col.test-col .fl-module-content, body .testimonial-new  .uabb-testimonials, body .testimonial-new  .uabb-testimonials.uabb-testimonial-top .uabb-testimonial {
    height: 100%;
}
body .testimonial-new .uabb-testimonials.uabb-testimonial-top .uabb-testimonial {
    border-bottom: 8px solid #e89923;
    position: relative;
    /* display: flex; */
    padding-bottom: 30px;
}
body .testimonial-new .uabb-image .uabb-image-content {
    padding: 10px;
    border: 2px solid #e89923;
    border-radius: 50%;
}
html:not(.fl-builder-edit) .uabb-testimonial-photo.uabb-testimonial-top, html:not(.fl-builder-edit) body .testimonial-new .uabb-testimonial-info {
    position: relative;
    z-index: 200;
}

#new-test-slider .uabb-testimonials.uabb-testimonial-top .uabb-testimonial {
    background: #8c0000;
    padding: 20px 60px 30px 60px;
    border-bottom: 8px solid rgb(232, 153, 35);
    box-sizing: border-box;
}
body .testimonial-new {
    padding-bottom:30px;
}
body #main-content #new-test-slider {
    margin-top: 145px;
    position:relative;
    z-index:400;
    margin-bottom: 50px;
}

#contact-form-row .fl-row-content-wrap {
    padding: 80px 0px;
}
#contact-form-row .fl-row-content-wrap .fl-row-content {
    max-width: 60%;
    margin: 0 auto;
    padding: 15px;
    border: 2px solid #8c0000;
}

#contact-form-row .fl-row-content-wrap .fl-row-content > .fl-col-group {
    padding: 60px 100px;
    background: #8c0000;
    text-align: center;
}

/* --------- Bullets/Numbers --------- */

body #main-content .fl-rich-text ul, .pp-accordion-item .pp-accordion-content ul, #main-content .pp-tabs-panels .pp-tabs-panel-content ul {
    list-style-type: none;
    -webkit-padding-start: 30px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 20px;
    overflow: hidden;
    padding-left: 43px;
}
body #main-content .fl-rich-text p a, body #main-content .fl-rich-text li a, .pp-accordion-item .pp-accordion-content li a, .pp-tabs-panels .pp-tabs-panel-content a {
    font-weight: bold;
    color: #992025;
}


body #main-content .fl-rich-text ul li, body #main-content .fl-rich-text ol li, .pp-accordion-item .pp-accordion-content li, #main-content .pp-tabs-panels .pp-tabs-panel-content li {
	position: relative;
	margin-bottom: 10px;
}
body #main-content .fl-rich-text ul li:before, .pp-accordion-item .pp-accordion-content ul li:before, #main-content .pp-tabs-panels .pp-tabs-panel-content ul li:before {
    content: '';
    background-color: #992025;
    height: 6px;
    width: 6px;
    top: 10px;
    display: block;
    border-radius: 0px;
    position: absolute;
    margin-left: -19px;
}
body .pp-hover-card .pp-hover-card-content .pp-hover-card-description .pp-hover-card-description-inner {
    padding: 0px 25px;
    box-sizing:border-box;
}
body  .fl-row:not(.dark-bg) .pp-hover-card .pp-hover-card-title-wrap .pp-hover-card-title, body  .fl-row:not(.dark-bg) .pp-hover-card .pp-hover-card-content .pp-hover-card-description p, #intro-section.dark-bg .fl-rich-text, body#home-full footer h5 {
    color: white !important;
}

#fifty-fifty-wide .text-col .fl-col-content .fl-module {
    position:Relative;
    z-index:300;
}

#main-content .pp-tabs-default .pp-tabs-panels, #main-content .pp-tabs-horizontal.pp-tabs-default .pp-tabs-label {
        border-color: #b70000;
}

#main-content .pp-tabs .pp-tabs-label.pp-tab-active, #main-content .pp-tabs .pp-tabs-label.pp-tab-active:hover, #main-content .pp-tabs .pp-tabs-label:hover {
        background-color: #b70000;
    color: white;
}
body #main-content .fl-rich-text ol, .pp-accordion-item .pp-accordion-content ol, #main-content .pp-tabs-panels .pp-tabs-panel-content ol {
    list-style: none;
    counter-reset: li;
    padding-start: 30px;
    -webkit-padding-start: 30px;
    padding-bottom: 20px;
    padding-left: 43px;
}

#main-content .pp-hover-card-overlay {
    opacity: 1 !important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 80%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 80%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    height: 100%;
    top: auto;
    bottom: 0px;
}

#main-content .pp-hover-card .pp-hover-card-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.2);
    opacity: 0;
    transition: all .3s ease-in-out;
}

body .fl-row .pp-hover-card .pp-hover-card-title-wrap .pp-hover-card-title, body .fl-row .pp-hover-card .pp-hover-card-content .pp-hover-card-description p {
    color: white !important;
}

body .pp-hover-card-content p {
    text-align: center;
}
body .pp-hover-card.style-1:hover .pp-hover-card-content .pp-hover-card-title-wrap {
    transform: translate3d(0px, -120px, 0px);
}
body .pp-hover-card.style-1:hover .pp-hover-card-content .pp-hover-card-description {
    transform: translate3d(0px, -100px, 0px);
}
#main-content .pp-hover-card:hover .pp-hover-card-overlay, #main-content .pp-hover-card:hover .pp-hover-card-overlay:after {
    opacity: 1 !important;
}
.fl-row.wrapper-extra-wide-inner .fl-col.intro-col {
    max-width:50%;
    margin:0 auto;
    float:none;
}
 
body #main-content .fl-rich-text ol li:before, .pp-accordion-item .pp-accordion-content ol li:before, #main-content .pp-tabs-panels .pp-tabs-panel-content ol li:before {
    content: counter(li) ".";
    color: #992025;
    display: block;
    margin-left: -20px;
    position: absolute;
    font-weight: bold;
}

#fifty-fifty-wide.contact-row .text-col .nf-error .nf-error-msg, #fifty-fifty-wide.contact-row .text-col .nf-error-msg, #contact-form-row .fl-row-content-wrap .fl-row-content h2, #contact-form-row .fl-row-content-wrap .fl-row-content p, #contact-form-row .fl-row-content-wrap .fl-row-content label  {
    color:white;
}
body #main-content .fl-rich-text ol li, .pp-accordion-item .pp-accordion-content ol li, #main-content .pp-tabs-panels .pp-tabs-panel-content  ol li {
	counter-increment: li;
}

body #fifty-fifty-left, body #fifty-fifty-right {
    margin-bottom:0px;
    padding-bottom:80px;
}

body .fl-builder-content .fl-row:first-child#fifty-fifty-left, body .fl-builder-content .fl-row:first-child#fifty-fifty-right {
        padding-top: 100px;
    padding-bottom:100px;
}



/* --------- Colors ---------*/
/*White*/
.shiftnav .shiftnav-panel-close:hover,
#search-container h4,
nav .menu a,
#testimonials .pp-content-wrapper, 
.caption,
#fifty-fifty-wide .text-col .fl-col-content,
#cta .fl-col-content,
#hero h1, 
#hero h2, 
#hero h3,
footer p, #fifty-fifty-wide .text-col .fl-col-content h2, #fifty-fifty-wide .text-col .fl-col-content h5, #fifty-fifty-wide .text-col .fl-col-content h4, #fifty-fifty-wide .text-col .fl-col-content h3 {
	color: white;
}
#close-container svg, #search-icon {
	fill: white;
}
/*Black*/
nav .sub-menu li a {
	color: black;
}
.caption,
footer {
	background-color: black;
}
.shiftnav .shiftnav-panel-close:hover {
	background: #F7E836;
	color: #292525;
}

body .shiftnav ul.shiftnav-menu.shiftnav-indent-subs li.shiftnav-sub-always ul.sub-menu li.menu-item>a {
    padding: 8px 10px 8px 50px;
    text-transform: none;
}

body .shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Kanit', sans-serif;
}
body .shiftnav ul.shiftnav-menu {
	padding-top:50px;
}
body .shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target, body .shiftnav ul.shiftnav-menu li.shiftnav-retract>.shiftnav-target {
    color:white;
}

body .shiftnav, body .shiftnav-inner {
    background: #292525;
}
/*Blue*/
#search-icon:hover svg, #close-container:hover svg {
	fill: #F7E836;
}
.shiftnav-toggle-button:hover, nav .menu a:hover {
	color: blue;
}

.shiftnav .shiftnav-panel-close {
    background: #65B2E9;
    color: #292525;
}

nav#main ul.menu > li:not(.button) > a:hover, body .shiftnav ul.shiftnav-menu li.menu-item>.shiftnav-target:hover,  body.search #category-title h5 span {
	color:#F7E836;
}

nav#main ul.menu > li:not(.button) > a:hover:after {
	border-left-color:#F7E836;
}

/* --------- Universal ---------*/
#hero a, .fl-button span, section h6 a, #events-btn a {
	font-weight: bold;
    text-transform: uppercase;
}
#events-btn {
	    text-align: center;
    margin-bottom: 65px;
}

.divider-wrapper {
	padding-bottom: 50px;
    max-width: 85%;
    margin: 0 auto;
}

.divider-wrapper .dots {
	margin: 0px 10px;
}

.divider-wrapper .line {
	    height: 1px;
    background: rgba(137,137,137,.63);
    flex: 1;
}

.divider-wrapper .dots span {
    background: #898988;
    width: 8px;
    height: 8px;
    margin: 0px 6px;
}

#events-btn a:hover, body .alm-btn-wrap .alm-load-more-btn:hover {
	background: #65B2E9;
}
#events-btn a {
	    background-color: transparent;
    padding: 8px 30px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    border: 2px solid #030303;
    color: #030303;
}
#nav-items a,
h1,
nav .menu li.menu-item-has-children,
nav,
.wrapper-wide, 
.wrapper-mid, 
.wrapper-small,
body,
#hero .content,
#hero {
	position: relative;
}
nav .menu .sub-menu,
#modal-container, 
#modal-overlay,
.overlay {
	position: absolute;
}
#cta .fl-col-content,
#grid .fl-col-content,
#generic.center .content{
	text-align: center;
}
.wrapper-wide, 
.wrapper-mid, 
.wrapper-small, .wrapper-extra-wide, #cta .fl-row-content {
	margin: 0 auto;
}
.wrapper-wide, .wrapper-wide-inner .fl-row-content-wrap > .fl-row-content  {
	max-width: 80% !important;
}

.wrapper-extra-wide-inner .fl-row-content-wrap > .fl-row-content, .wrapper-extra-wide {
    max-width:85% !important;
}
.wrapper-wide-inner .fl-row-content-wrap:before, .wrapper-mid-inner .fl-row-content-wrap:before, .wrapper-small-inner .fl-row-content-wrap:before,
.wrapper-wide-inner .fl-row-content-wrap:after, .wrapper-mid-inner .fl-row-content-wrap:after, .wrapper-small-inner .fl-row-content-wrap:after, #event-intro h2:after, #cta .fl-row-content h2:after, #team-intro h2:after{
    content:'';
    position:absolute;
    z-index:100;
}

#event-intro h2:after, #cta .fl-row-content h2:after, #team-intro h2:after {
    background: #030303;
    height: 1px;
    width: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

#cta .fl-row-content h2:after {
	background:white;
}

.event-wrapper {
	max-width:80%;
	margin:0 auto;
	position:relative;
}

#generic .fl-rich-text p + h4, #generic .fl-rich-text p + h5, #generic .fl-rich-text p + h6, #generic .fl-rich-text p + h3 {
    padding-top: 10px;
}

#generic #main-content .fl-builder-content > .fl-row:first-child.main-text-row {
    padding-top: 100px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

#fifty-fifty-left.wrapper-mid-inner .fl-row-content-wrap:before {
    background: url(img/kompleks-bg.png) top left/contain no-repeat;
    width: 190px;
    height: 130%;
    top: 10%;
    left: 0px;
}

#fifty-fifty-left.wrapper-mid-inner .fl-row-content-wrap:after {
    background: url(img/kompleks-bg.png) top right/contain no-repeat;
    width: 190px;
    height: 130%;
    top: 10%;
   right: 0px;
}
.wrapper-wide-inner .fl-row-content-wrap > .fl-row-content, .wrapper-mid-inner .fl-row-content-wrap > .fl-row-content, .wrapper-small-inner .fl-row-content-wrap > .fl-row-content,
.wrapper-extra-wide-inner .fl-row-content-wrap > .fl-row-content{
    margin:0 auto;
    position:relative;
    z-index:500;
}
.wrapper-mid, #two-col.contact .fl-row-content, .wrapper-mid-inner .fl-row-content-wrap > .fl-row-content {
	max-width: 65% !important;
}
.wrapper-small, .wrapper-small-inner .fl-row-content-wrap > .fl-row-content {
	max-width: 55% !important;
}

#cta .fl-row-content {
	max-width:40% !important;
}
body#home-full #scroll-container:hover, 
#search-icon:hover, 
#close-container:hover, #carousel button {
	cursor: pointer;
}

#logo-carousel {
    padding:35px 0px 25px 0px;
}
.nav-callout, #nav-items li a:after, .shiftnav .shiftnav-panel-close, a, svg, #modal-container, #modal-overlay, nav .menu .sub-menu, .shiftnav-toggle-button, a.fl-button:after, a.fl-button span, input, textarea, button, .pp-accordion-item .pp-accordion-button-icon, select, body .pp-video-play-icon, body i, #carousel button.slick-arrow span:after, #carousel .event-info:after, #team-icons .col .circle-box .arrow , #team-icons .col .circle-box .line, body#generic #teams .col .arrow .line, body#generic #teams .col .arrow {
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


#carousel .event-info.hover:after {
	width:100%;
	height:100%;
}

#carousel button.slick-arrow:hover span:after {
	    width: 40px;
    height: 40px;
}

ul {
    list-style-type:none;
}
.slick-slide {
	position:relative;
	margin:0px 32px;
}
#carousel .event-img:before {
    content: '';
    position: absolute;
    background: #65B2E9;
    width: 60px;
    height: 60px;
    top: -7px;
    left: -7px;
    z-index: -1;
}
#carousel .event-img {
    width: 100%;
    height: 550px;
    border-bottom: 25px solid #F6F4F0;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
}

#carousel .event-info:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 25px solid #030303;
    border-right: 25px solid transparent;
    top: -25px;
}

.event-info button.read-more {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    height: 50px;
    z-index: 50;
    position: relative;
}
.event-info button.read-more span.text {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    padding-right: 10px;
    padding-bottom: 7px;
}

.event-info button.read-more svg {
	    width: 45px;
    height: 19px;
}
.event-info button.read-more a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    padding-right: 30px;
}

#carousel .event-info.hover:before {
	border-bottom-color:#992025;
}

.event-info .info-wrap {
    padding: 40px 40px 12px;
    color: white;
    position: relative;
    z-index: 100;
}

.event-info .info-wrap .info-title {
	    border-left: 1px solid #F7E836;
    padding-left: 15px;
}

.event-info .info-wrap .info-title h4, #two-col-staff .fl-col.staff-text h4 {
	margin-bottom:3px;
}

#two-col-staff .fl-col.staff-text .fl-rich-text h6 {
	    font-weight: 900;
	position:relative;
	    margin-bottom: 20px;
}

#two-col-staff .fl-col.staff-text .fl-rich-text h6:after {
    content: '';
    position: absolute;
    background: #292525;
    height: 1px;
    width: 43px;
    left: 0px;
    bottom: -9px;
}

.event-info .info-wrap .info-title h6{
	    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

body #two-col-staff .fl-col.staff-text  h6 {
	font-size:16px;
	line-height:22px;
	font-weight:900;
}
#carousel .event-info {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 97%;
    background: #030303;
    z-index: 200;
}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
	    height: 560px !important;
}

a {
    text-decoration:none;
}

.flex {
    display:flex;
}

.align-c {
    align-items:center;
}

.just-c {
    justify-content:center;
}

.flex-col {
    flex-direction:column;
}

.space-btwn {
    justify-content:space-between;
}

.align-e {
    align-items:flex-end;
}

.just-e {
    justify-content:flex-end;
}

.just-s {
    justify-content:flex-start;
}

.align-s {
    align-items:flex-start;
}

.f-wrap {
    flex-wrap:wrap;
}

.flex-1 {
    flex:1;
}

.fb-50 {
    flex-basis:50%;
}

.fb-33 {
    flex-basis:33.333%;
}

.fb-25 {
    flex-basis:25%;
}

.fb-75 {
    flex-basis:75%;
}

button {
    background:transparent;
    border:none;
    padding:0px;
    margin:0px;
}

 nav .menu .sub-menu, nav .menu li, #modal-title, #modal-container, #nav-items, nav ul.menu,  #home-full #hero {
	display:-webkit-box;
  	display:-webkit-flex;
  	display:-ms-flexbox;
   	display: flex;
}
 nav .menu .sub-menu {
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
}
nav .menu .sub-menu, nav .menu li, #modal-container, #home-full #hero {
	 -webkit-box-pack: center;
 	 -webkit-justify-content: center;
      	-ms-flex-pack: center;
      	 justify-content: center;
}
#modal-title {
	 -webkit-box-pack:justify;
  	-webkit-justify-content:space-between;
      	-ms-flex-pack:justify;
	 justify-content: space-between;
}
nav .menu .sub-menu, #modal-title, #modal-container, #nav-items, #home-full #hero {
	-webkit-box-align: center;
 	 -webkit-align-items: center;
     	 -ms-flex-align: center;
    	 align-items: center;
}
.sticky {
	-webkit-box-flex: 1;
  	-webkit-flex: 1;
    	 -ms-flex: 1;
	  flex: 1;
}

body #main-content .rounded a.fl-button {
    display: inline-block;
    position: relative;
    font-weight: 800;
    border-radius: 20px;
    padding: 10px 26px;
    background: #890000;
}

body #main-content .offset a.fl-button:hover, body #main-content .rounded a.fl-button:hover {
background:black;
}

body #main-content .offset a.fl-button:hover:after, body #main-content .rounded a.fl-button:hover:after {
    border-color:black;
}
body #main-content .minimal a.fl-button {
    border-radius: 0px;
    background-color: transparent;

    padding: 15px 36px;
    display: inline-block;
    border: 2px solid #890000;
}

/*
body #main-content .shape a.fl-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 10px 54px 8px 36px;
}
*/
/*
body #main-content .shape a.fl-button:hover {
    background:black;
}
*/
/*
body #main-content .shape a.fl-button:before {
  
}

body #main-content .shape a.fl-button:hover:before {
        width: 100%;
    border-left: 0px solid transparent;
    right: 0px;
}
*/
body #main-content .offset.rounded a.fl-button:after {
    border-radius: 32px;
}

body #main-content .offset a.fl-button {
    margin: 10px 0px;
    background: #890000;
    margin-left: 10px;
}
body #main-content .offset a.fl-button:after {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 3px solid #890000;

    left: -10px;
    top: -10px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

body #main-content .minimal a.fl-button span.fl-button-text {
        color: #890000;
}

body #main-content .minimal a.fl-button:hover {
    background:#890000;
}

body #main-content .minimal a.fl-button:hover span.fl-button-text, body #main-content .rounded a.fl-button i,body #main-content .offset a.fl-button i, body #main-content #fifty-fifty-wide .text-col .fl-rich-text p a:hover, body #main-content #cta .fl-rich-text p a:hover {
    color:white;
}

/* --------- Nav --------- */
.relative nav {
	background-color: black;
	padding: 20px 0px;
	box-sizing: border-box;
	z-index: 100;
}
.absolute nav {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    z-index: 100;
/*    background: rgba(255,255,255,.72);*/
        padding: 28px 0px 22px;
    z-index:500;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
nav ul.menu li a {
	margin: 0px 10px;
    padding: 5px 20px;
    box-sizing: border-box;
} 
/*#nav-items li:hover a:after {
    width: 100%;
}*/

/*
nav#main ul.menu > li.button a:after {
    display:none;
}
*/
nav ul.sub-menu li a {
    text-align: left;
    margin: 0px;
    padding: 22px 10px 16px 16px;
    position:relative;
    display: block;
    font-family: 'Kanit', sans-serif;
    color: #292525;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
}

nav ul.sub-menu li a:after {
	content:'';
	position:absolute;
	background:#992025;
	width:14px;
	height:14px;
	bottom:0px;
	right:0px;
	opacity:0;
}

nav ul.sub-menu li a:hover:after {
	opacity:1;
}

nav ul.sub-menu li a:hover {
	color:#992025;
}

nav ul.menu > li:not(.button) > a:hover:after {
	left:0px;
}
#search-icon  {
	margin-left: 30px;
}
nav .menu .sub-menu li {
	width: 100%;
	    padding-bottom: 0px;
    background-color: white;
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
nav .menu .sub-menu:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
}
nav .menu .sub-menu li:not(:last-child) {
	border-bottom: solid 1px #707070;
    margin-bottom: 0px;
}
nav ul li {
	margin-bottom: 0px;
}
nav .wrapper {
    max-width: 88%;
    margin: 0 auto;
}

nav .small-wrapper {
	max-width: 85%;
	margin: 0 auto;
}
nav li:before {
	display: none;
}
#search-icon {
	height: 25px;
	width: 25px;
}
nav .menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    min-width: 200px;
    top: 38px;
    left: 0px;
    padding-top: 20px;
}
nav #nav-items ul li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
body .shiftnav .shiftnav-panel-close {
	background: #65B2E9;
    color: #292525;
}
body .shiftnav-toggle-button:hover {
	color:#F7E836;
}
body .shiftnav-toggle-button {
    background: transparent !important;
    padding: 0px !important;
    margin-left: 18px;
    display: none;
    color: white;
	margin-top:-4px;
}
.shiftnav-toggle-button .fa {
	font-size: 25px;
}
/* Underline Hover - change submenu top #*/
/*nav ul.menu li {
	margin: 0px 10px;
    padding: 5px 20px;
    box-sizing: border-box;
}
#nav-items li a:after {
	content: '';
    position: absolute;
    height: 2px;
    background-color: white;
    width: 0%;
    bottom: -7px;
    left: 0;
}
nav ul.sub-menu li a:after {
	display: none;
}*/

/*Nav Callout*/
/*.nav-callout {
	background-color: black;
}
.nav-callout:hover {
	background-color: blue;
}
nav ul.menu li.nav-callout {
    padding: 10px 25px;
}
nav .menu .nav-callout a {
    color: white;
}
nav .menu .nav-callout:hover a {
	color: black;
}
nav ul.menu > li.menu-item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}*/



h1 {
      font-size: 55px;
    line-height: 60px;

}
footer h6 {
	font-size: 18px;
    color: white;
    text-transform: none;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
}

body:not(#generic) #hero h1 {
      margin-bottom: 20px;  
}

body #hero h1:before, body #hero h1:after, #list-intro h2:before, #list-intro h2:after, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:before, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:after {
    content: '';
    position: absolute;
    background: white;
    height: 2px;
    width: 55px;
	    top: 40%;
}
#list-intro h2, #mailing-list.generic-list .fl-row-content .fl-rich-text h2 {
	    display: inline-block;
    position: relative;
}
#list-intro h2:before, #list-intro h2:after, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:before, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:after {
	background:#030303;
}

body #hero h1:before, #list-intro h2:before, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:before {
    left: -80px;

}

body #hero h1:after, #list-intro h2:after, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:after {
	right:-80px;
}
body #hero h1 {
	    color: #65B2E9;
	display:inline-block;
	position:relative;
		text-transform:uppercase;
}
body #hero h1 em {
	font-style:normal;
	color:white;

}
/* --------- Search --------- */
div.asl_w .probox .promagnifier  .innericon, #carousel .event-info:before {
-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.asl_w .probox .promagnifier:hover  .innericon {
    background: blue !important;
}

body #ajaxsearchlite1 .proclose,body #ajaxsearchlite1  .probox, .promagnifier, body #ajaxsearchlite1 .probox .promagnifier div.innericon, body #ajaxsearchlite1 .probox .proinput input, body div.asl_w .probox .proinput input {
height: 40px !important;
}
div.asl_w .probox .promagnifier {
width: 40px !important;
}

body div.asl_w .probox .proinput input.autocomplete {
top: -6px !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content .asl_desc {
font-size: 14px;
line-height: 20px;
}

div.asl_r.vertical {
background: rgb(52, 107, 255) !important;
}

/* --------- Modal --------- */
#modal-container, #modal-overlay {
	z-index: -1;
	visibility: hidden;
}
#modal-overlay, #modal-container  {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#modal-overlay.open {
	z-index: 999;
	background-color: rgba(0,0,0,0.8);
	visibility: visible;
}
.fixed, #modal-container {
	position: fixed;
	width: 100%;
}
#modal-container.show {
	z-index: 9999;
	visibility: visible;
}
#search-container {
	width: 30%;
}
#close-container svg {
	height: 25px;
	width: 25px;
}

/* --------- Home Heroes --------- */
#hero .overlay {
    background-color: rgba(0,0,0,0.65);
    z-index: 190;
}
#scroll-container h6 {
	    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    margin-bottom: 15px;
}

#scroll-container span {
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 35px solid #fff;
    display: block;
}

#hero a span, section h6 a span, body #main-content .shape a.fl-button span {
	position:relative;
	z-index:200;
	color:white;
	transition: all .3s ease-in-out;
}
 #hero:before {
    content: '';
    position: absolute;
    z-index: 195;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(img/hero-scratch.png) center/cover no-repeat;
}
#hero a:after, section h6 a:after, body #main-content .shape a.fl-button:after {
    content: '';
    position: absolute;
    transition: all .3s ease-in-out;
    right: 0px;
    bottom: 0px;
    width: 12px;
    height: 12px;
    background: #F7E836;
}
body#generic #main-content #fifty-fifty-wide + .main-text-row {
	padding-top:100px;
}
#hero a:hover:after, section h6 a:hover:after, body #main-content .shape a.fl-button:hover:after {
	width:100%;
	height:100%;
}
#hero a, section h6 a, body #main-content .shape a.fl-button {
    background-color: transparent;
    padding: 8px 30px;
    margin-top: 30px;
    display: inline-block;
    position: relative;
    border: 2px solid white;
}
body #main-content .shape a.fl-button {
	margin-top:15px;
}
#about .wrapper {
    max-width: 86%;
    margin: 0 auto;
    padding-top: 40px;
    z-index: 300;
    padding-left: 1%;
    position: relative;
    box-sizing: border-box;
}

html:not(.fl-builder-edit) #mailing-list {
	overflow:hidden;
}



section, #mailing-list.generic-list .fl-row-content-wrap {
	position:relative;
}
section#about:before, section#about:after, #mailing-list:after, #mailing-list.generic-list .fl-row-content-wrap:after  {
	    content: '';
    position: absolute;
    background: url(img/splatter.png) center/contain no-repeat;
    z-index: 200;
}



#mailing-list:after,  #mailing-list.generic-list .fl-row-content-wrap:after {
    width: 550px;
    height: 450px;
    top: 0px;
    left: 0px;
    right: 0px;
    background-position: top center !important;
    margin: 0 auto;
}

#mailing-list .wrapper, #mailing-list.generic-list .fl-row-content  {
	position:relative;
	z-index:300;
}
section#about:before {

    width: 600px;
    height: 500px;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
section#about:after {
    width: 500px;
    height: 500px;
    right: 0px;
    top: 160px;
}
section#about {
	    z-index: 200;
}
/*
section#events {
	    z-index: 180;
    margin-top: -300px;
    padding-top: 450px;
}
*/
/*
start CHANGES TO ISSUES REMOVAL::::
*/
section#events {
	    z-index: 180;
        margin-top: -220px;
    padding-top: 375px;
}

#events .rel.event-wrapper {
	    padding-bottom: 120px;
}
/*
end CHANGES TO ISSUES REMOVAL::::
*/



#about #left {
	position:relative;
	background:url(img/about-pattern.jpg) center/cover no-repeat;
	width:50%;
}

#event-intro {
	    max-width: 45%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
}

#about #right {
	flex:1;
}
#about #right #right-img:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: #992025;
    width: 100%;
    height: 100%;
    right: -5%;
    bottom: -5%;
}
#about #right #right-img {
    width: 100%;
    height: 650px;
	position:relative;
}

body #main-content #fifty-fifty-wide .text-col .fl-rich-text p a, body #main-content #cta .fl-rich-text p a {
	    color: #F7E836;
}

#left-inner h2, #fifty-fifty-wide .text-col .fl-col-content h2 {
	    border-left: 1px solid white;
    padding-left: 20px;
	    margin-bottom: 15px;
}
#left-inner h2 {
	color: white;
    line-height: 44px;

}

#home-full h6 a {
    text-decoration: none !important;
    margin-top: 20px;
}
#left #left-inner {
	padding: 40px 100px 100px;
    box-sizing: border-box;
    padding-right: 24%;
    color: white;
}

#hero a:hover span, section h6 a:hover span, #list-intro h2, #list-intro p, body #main-content .shape.yellow a.fl-button:hover span {
	color:#030303;
}
#hero h2 {
	margin-bottom: 0px;
}
#scroll-container {
    position: absolute;
    bottom: 0px;
    z-index: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body .wrapper-small.no-results {
	text-align:center;
}

#home-full #hero {
	height: 87vh;
}

#generic #hero, #home-full #hero {
	    background: black;
}
#home-full.absolute #hero {
    height: 100vh;

}
#home-full #hero.center .content, #hero .content {
    text-align: center;
    z-index: 200;
}

#home-full #hero.left .content {
    max-width: 88%;
    margin: 0 auto;
    text-align: left;
    z-index: 200;
    padding-bottom: 13%;
}

#home-full #hero.left  .content .inner-wrapper {
    max-width: 55%;
}
#home-full #hero.center .content .inner-wrapper {
    max-width: 40%;
    margin: 0 auto;
    width: 100%;
}

#home-full.absolute #hero.left {
    align-items: flex-end;
}


/* --------- Beaver Builder --------- */
#main-content {
	padding: 0px;
	width:100%;
	overflow-x:hidden;
}
.caption .fl-rich-text {
    box-sizing: border-box;
    padding: 20px 35px 30px 35px;
}
#two-col .col-left .fl-col-content, #fifty-fifty-left .img-col .fl-col-content {
    margin-right: 30px;
}
#two-col .col-right .fl-col-content, #fifty-fifty-right .img-col .fl-col-content {
	margin-left: 30px;
}



#fifty-fifty-left .text-col .fl-col-content {
	margin: 0px 0px 0px 25px;
}
#fifty-fifty-right .text-col .fl-col-content {
	margin: 0px 25px 0px 0px;
}
.fl-row {
	margin-bottom: 50px;
}
.fl-module-button {
	margin-top: 25px;
}
.fl-rich-text p:last-child, blockquote p, .caption p {
	margin-bottom: 0px;
}
.fl-rich-text a {
	text-decoration: underline;
}
#fifty-fifty-wide .text-col .fl-col-content {
    padding: 180px 25% 120px 150px;
    box-sizing: border-box;
    position: relative;
}

html:not(.fl-builder-edit) #fifty-fifty-wide .text-col .fl-col-content {
    overflow:hidden;
}
#cta .fl-col-content {
    padding: 170px 0px 160px;
    text-align: center;
}
#cta.testimonial-slider .fl-row-content-wrap:before {
    left: 10%;
    top: 20%;
    background: url(img/testimonial-quotes.png) top center/contain no-repeat;
}

#cta.testimonial-slider .fl-row-content-wrap:after {
    background: url(img/testimonial-quotes2.png) center/contain no-repeat;
    bottom: 20%;
    right: 10%;
}

#cta.testimonial-slider .fl-row-content-wrap:before, #cta.testimonial-slider .fl-row-content-wrap:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    opacity: .4;
}


#cta.testimonial-slider .fl-col-content {
    padding: 120px 0px 60px 0px;
}

#grid .fl-col-content {
	padding: 100px 50px;
}
#testimonials .fl-col-content {
	padding: 50px 0px;
}
blockquote {
	margin: 50px 0px;
}

#testimonial-row.version1 blockquote h4 {
    border-left: solid 2px black;
    padding-left: 50px;
}

#testimonial-row.version2 blockquote {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}


#testimonial-row.version3 .fl-module-rich-text {
    position: relative;
    border-top: 12px solid #e1e1e1;
    border-bottom: 12px solid #e1e1e1;
}

#testimonial-row.version3 .fl-module-rich-text blockquote {
    margin:0px;
}
 #testimonial-row.version3 .fl-rich-text {
    position: relative;
    padding-top: 90px;
    padding-bottom: 40px;
    padding-left: 160px;
    padding-right: 150px;
}

#main-content #testimonial-row.version4 .fl-row-content-wrap {
    position: relative;
    border-bottom: 2px solid #030303;
    padding-bottom: 30px;
}

body #testimonial-row .fl-rich-text h4, #two-col-staff .fl-col.staff-text h4 {
	color: #992025;
    text-transform: none;
}
#main-content #testimonial-row.version4 .quote-wrap .quote {
        background: url(img/quotes.svg) center/contain no-repeat;    
    width: 65px;
    height:65px;
}

#main-content #testimonial-row.version4 .quote-wrap .line {
        flex: 1;
    height: 2px;
    background: #030303;
}
#main-content #testimonial-row.version4 .fl-rich-text {
    padding-top: 25px;
}
#main-content .pp-accordion-item .pp-accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    background: #b70000;
    padding-right: 30px;
    color: white;
    display: flex;
    align-items: center;
}
#main-content #testimonial-row.version4 .quote-wrap .line:first-child {
    margin-right:40px;
}

#main-content .pp-accordion-item .pp-accordion-button-icon:before {
    font-size:18px;
}
#main-content .pp-accordion-item.pp-accordion-item-active .pp-accordion-button-icon, #main-content .pp-accordion-item .pp-accordion-button-icon {
    color:white;
}
#main-content #testimonial-row.version4 blockquote {
    margin:0px;
}
#main-content #testimonial-row.version4 .quote-wrap .line:last-child {
    margin-left:40px;
}
 #testimonial-row.version3 .fl-module-rich-text:before {
    content: '';
    position: absolute;
    background: url(img/quotes.png) center/contain no-repeat;
    width: 95px;
    height: 95px;
    top: 30px;
    left: 0px;
}
#testimonial-row blockquote h6 {
    text-align: right;
    padding-top: 15px;
    margin-bottom: 0px;
}
#three-col .fl-col, #four-col .fl-col {
	padding: 0px 15px;
}
#three-col .fl-rich-text, #four-col .fl-rich-text {
	padding-top: 15px;
}
#panels .fl-col-group:nth-child(n+2) .fl-col, #three-col .fl-col-group:nth-child(n+2) .fl-col, #four-col .fl-col-group:nth-child(n+2) .fl-col  {
    margin-top: 20px;   
}
.fl-module-pp-animated-headlines, .fl-module-heading {
	margin-bottom: 25px;
}
.pp-member-social-icons ul li:before {
	display: none;
}
.alignleft {
	float: left;
	margin-right: 25px;
	margin-bottom: 5px;
}
.alignright {
	float: right;
    margin-left: 25px;
    margin-bottom: 5px;
}
.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}
.pp-testimonials-title, .pp-testimonials-subtitle {
	margin: 0 !important;
}
 #fifty-fifty-wide.contact-row .text-col .nf-form-content .nf-form-content textarea, #fifty-fifty-wide.contact-row .text-col .nf-form-content input:not([type=button]){
    border: none !important;
}

body .main-text-row .nf-form-content .listselect-wrap .nf-field-element div, body .main-text-row  .nf-form-content input.ninja-forms-field, body .main-text-row  .nf-form-content select.ninja-forms-field:not([multiple]), body .main-text-row .nf-form-content textarea {
    border: 1px solid #8c0000;
}

#main-content .uabb-table-inner-wrap .uabb-table-header .table-header-th {
        background: #b70000;
    color: white;
}
.nf-form-content input:not([type=button])::placeholder,  .nf-form-content textarea::placeholder {
	color: grey !important;
}
.ninja-forms-req-symbol, .nf-before-form-content {
	display: none;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	padding: 12px 24px !important;
	text-transform: uppercase;
	font-weight: bold;
	background-color: black !important;
	color: white !important;
}
body .nf-form-content button:hover, body .nf-form-content input[type=button]:hover, body .nf-form-content input[type=submit]:hover {
	cursor: pointer;
	background-color: grey !important;
	color: black !important;
}
body #main-content .fl-contact-form textarea, body #main-content .fl-contact-form input[type=text], body #main-content .fl-contact-form input[type=tel], body #main-content .fl-contact-form input[type=email] {
    height: 40px;
    padding-left: 10px;
    border: 3px solid black;
}
#main-content .fl-contact-form label {
    padding-bottom: 5px;
}
body #main-content .fl-contact-form textarea, body #main-content .fl-contact-form input[type=text], body #main-content .fl-contact-form input[type=tel], body #main-content .fl-contact-form input[type=email] {
	margin-bottom: 0px;
}
#main-content .fl-module-contact-form .fl-input-group {
    margin-bottom: 25px;
}
.nf-form-content input:not([type=button])::-webkit-input-placeholder, .nf-form-content textarea::-webkit-input-placeholder, body #main-content .fl-contact-form textarea::-webkit-input-placeholder, #main-content .fl-contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: grey;
}
.nf-form-content input:not([type=button])::-moz-placeholder, .nf-form-content textarea::-moz-placeholder, body #main-content .fl-contact-form textarea::-moz-placeholder, #main-content .fl-contact-form input::-moz-placeholder { /* Firefox 19+ */
  color: grey;
}
.nf-form-content input:not([type=button]):-ms-input-placeholder, .nf-form-content textarea:-ms-input-placeholder, body #main-content .fl-contact-form textarea:-ms-input-placeholder, #main-content .fl-contact-form input:-ms-input-placeholder { /* IE 10+ */
  color: grey;
}
.nf-form-content input:not([type=button]):-moz-placeholder, .nf-form-content textarea:-moz-placeholder, body #main-content .fl-contact-form textarea:-moz-placeholder, #main-content .fl-contact-form input:-moz-placeholder { /* Firefox 18- */
  color: grey;
}
.nf-form-content input:not([type=button])::placeholder, .nf-form-content textarea::placeholder, body #main-content .fl-contact-form textarea::placeholder, #main-content .fl-contact-form input::placeholder {
	color: grey;
}
.pp-gallery-filter-label:before {
	display: none;
}
.pp-restaurant-menu-item-title, .pp-post-timeline-text-wrapper {
	padding-top: 0px !important;
}
.pp-post-timeline-content-wrapper .pp-post-timeline-item .pp-post-timeline-content .pp-post-timeline-title-wrapper {
	padding: 20px 0px !important;
}
.pp-post-timeline-content-wrapper .pp-post-timeline-item .pp-post-timeline-content .pp-post-timeline-text-wrapper {
	padding: 0px !important;
}
.pp-separator-arrow {
	display: none !important;
}
.fl-slide-title {
	margin-bottom: 10px !important;
}
.fl-contact-form .fl-success-none {
	
}
body #main-content .pp-member-social-icons ul li:before, body #main-content ul.page-numbers li:before {
	display: none;
}
#full-two-col .fl-col-group {
	margin: 0 5% 0 18.5%;
}
#full-two-col .img-col .fl-col-content {
	margin: 30px 30px 30px 0px;
}
#full-two-col .text-col .fl-col-content {
    margin: 50px 100px 100px 50px;
}
#two-col.contact .fl-row-content, #testimonials.two-tone .fl-module-pp-testimonials, #full-two-col .text-col {
	background-color: white;
}
#testimonials.two-tone .fl-col-content {
	padding: 100px 0px;
}
#testimonials.two-tone .fl-module-pp-testimonials {
    padding: 50px 100px 30px 100px;
    z-index: 1;
}
#testimonial-background {
	width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#three-col .pp-infobox, #three-col .fl-col-small .fl-col-content, #two-col.contact .fl-row-content .fl-col-group, #testimonial-background {
	background-color: lightgrey;
}
#two-col.contact .fl-row-content .fl-col-group {
    margin: 0 15px;
    padding: 50px;
}
#three-col .fl-col {
	padding: 0px 15px;
}
#three-col .fl-col-small .fl-col-content {
    padding: 30px;
}
.fl-post-grid-image {
    height: 150px;
    overflow: hidden;
}
.fl-post-grid-image img {
    height: auto !important;
    width: auto !important;
    min-width: 100%;
    min-height: 100%;
}

/* --------- Footer --------- */
footer {
 background:url(img/foot-pattern.jpg) center/cover no-repeat;
 padding: 50px 0px;
}

footer.copyright {
    padding-bottom: 0px;
}

#copyright-line {
    text-align: center;
    padding: 15px 50px 15px 50px;
    margin-top: 40px;
    /* font-size: 12px; */
    background: grey;
}

#copyright-line p {
    font-size:14px;
    line-height:20px;
}


footer .space-btwn .col {
    flex: 1;
}

footer .space-btwn .text-col {
    padding-left: 25px;
    box-sizing: border-box;
}
footer p {
	margin-bottom: 0px;
}
footer p a, footer li a, footer li, footer p, footer h5 {
	color:white;
}
footer p a:hover, footer li a:hover {
color:#F7E836 !important;
}

footer p + h6 {
	    margin-top: 15px;
}

footer .social-col a {
    /* background: white; */
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 50%;
    margin-right: 15px;
}

footer .social-col a:last-child {
    margin-right:0px;
}

footer .social-col a svg {
    width: 20px;
    height: 20px;
    fill: white;
}

footer .social-col a:hover svg {
    fill:#F7E836;
}



footer #foot-logo img {
    width: 165px;
    height: auto;
}

@media (max-width:1750px) {
    body .uabb-modal .uabb-content {
        max-width: 70%;
    }
}

@media (max-width:1600px) {
	#home-full #hero.center .content .inner-wrapper {
    max-width: 50%;
}
	
	#comm-boxes .box {
    width: 31.5%;
    height: 350px;
}
	#team-icons .col .circle, body#generic #teams .col .circle {
    width: 170px;
    height: 170px;
	}
	.event-info .info-wrap {
    padding: 40px 40px 0px;
	}
	.event-wrapper {
    max-width: 83%;
	}
	.slick-slide {
    margin: 0px 20px;
}
	
	#left #left-inner {
    padding: 20px 18% 70px 70px;
}
	
	#team-icons .col .circle .inner img {
		width:55px;
		height:auto;
	}
	
	#team-icons .col.col3 .circle .inner img, #team-icons .col.col5 .circle .inner img, body#generic #teams .col.col5 .circle .inner img, body#generic #teams .col.col3 .circle .inner img {
    width: 65px;
}
	
}

/* --------- Media Queries --------- */
@media (max-width: 1550px) {
	#two-col.contact .fl-row-content {
		max-width: 75%; 
	}
/*
	#teams #team-intro {
    padding-right: 35px;
	}
*/
	#comm-row #comm-intro, #generic #comm-groups #comm-intro {
    padding-right: 55px;
	}
}

@media (max-width:1500px) {
    #contact-form-row .fl-row-content-wrap .fl-row-content {
    max-width: 70%;
}
	
	.news-item .news-img {
    height: 250px;
}
	
	#teams .wrapper, body#generic #teams {
    max-width: 93% !important;
}
	#generic #comm-groups .comm-box {
    border: 15px solid transparent;
}
	#generic #comm-groups .fl-col-group .comm-box:last-child {
    margin-right: -15px;
}
	#fifty-fifty-wide .text-col .fl-col-content {
    padding: 150px 20% 100px 130px;
	}
	footer .wrapper .col.logo-col {
    width: 270px;
    margin-right: 70px;
}
	section#community:before {
    width: 65%;
	}
	footer #foot-logo img {
    width: 150px;
}
	#comm-boxes .inner-box,  #generic #comm-groups .comm-box .fl-rich-text {
    padding: 0px 20px 35px;
	}
	section#community {
    margin-top: -80px;
	}
	body#home-full #shape {
    background: #F6F4F0 url(img/home-text.png) left/100px no-repeat;
	}
	.event-wrapper {
    max-width: 85%;
}
	#carousel button.slick-arrow.slick-prev {
    left: -5.5%;
}
	
	#carousel button.slick-arrow.slick-next {
    right: -5.5%;
}
}
@media (max-width: 1400px) {
	#two-col.contact .fl-row-content {
		max-width: 85%; 
	}
	#archive-pot {
    margin-left: -20px;
    margin-right: -20px;
}
	#archive-pot .news-item {
    padding: 0px 20px;
	}
	#fifty-fifty-wide .text-col .fl-col-content {
    padding: 140px 17% 90px 110px;
	}
	#mailing-list .wrapper, #mailing-list.generic-list .fl-row-content {
    max-width: 75% !important;
	}
	
	footer .wrapper .col.logo-col {
    width: 240px;
    margin-right: 50px;
}
	#comm-boxes .inner-box h4, .event-info .info-wrap .info-title h4, #generic #comm-groups .comm-box .fl-rich-text h4 {
    font-size: 27px;
    line-height: 30px;
}
	
	.inner-hover h5 {
    font-size: 20px;
    line-height: 25px;
}
	#comm-boxes .box, #generic #comm-groups .comm-box {
    height: 320px;
}
	#comm-row #comm-intro, #generic #comm-groups #comm-intro {
    padding-right: 45px;
}
/*
	#teams #team-intro {
    padding-right: 20px;
}
*/
	#team-icons .col .circle .inner img, body#generic #teams .col .circle .inner img {
		width:50px;
	}
	#team-icons .col.col3 .circle .inner img, #team-icons .col.col5 .circle .inner img, body#generic #teams .col.col5 .circle .inner img, body#generic #teams .col.col3 .circle .inner img {
    width: 55px;
}
	#team-icons .col .circle, body#generic #teams .col .circle {
    width: 150px;
    height: 150px;
	}
	
	#event-intro,  #teams #team-intro {
    max-width: 55%;
	}
	
	#about #right #right-img {
    height: 610px;
	}
	.event-info .info-wrap .info-title h4 {
    font-size: 27px;
    line-height: 30px;
}
	.event-info .info-wrap {
    padding: 30px 30px 0px;
}
	#left #left-inner {
    padding: 20px 13% 60px 70px;
}

    body .uabb-modal .uabb-content {
            max-width: 80%;
    }
	.event-info .info-wrap .info-title h6 {
    font-size: 16px;
    line-height: 24px;
}
    
    #testimonial-row.version3 .fl-rich-text {
    padding-left: 120px;
    padding-right: 60px;
}
    #testimonial-row.version3 .fl-module-rich-text:before {
    width: 75px;
    height: 75px;
}
    
    #fifty-fifty-wide.contact-row .text-col .fl-col-content {
        padding:60px;
    }
    
    #search-container {
    width: 40%;
}
	.wrapper-mid, .wrapper-mid-inner .fl-row-content-wrap > .fl-row-content, #cta.boxed-cta .fl-row-content-wrap {
	    max-width: 75%;
	}
	.wrapper-small, .wrapper-small-inner .fl-row-content-wrap > .fl-row-content,  #cta .fl-row-content {
	    max-width: 65% !important;
	}
	#full-two-col .fl-col-group {
	    margin: 0 5% 0 13.5%;
	}
}

@media (max-width:1300px) {
    #home-full #hero.left .content .inner-wrapper, #list-intro,  #mailing-list.generic-list .fl-row-content .fl-rich-text {
    max-width: 65% !important;
}
	#comm-row {
    padding-top: 150px;
    padding-bottom: 90px;
	}
	footer .wrapper {
		max-width:88%;
	}
	h5, .pp-testimonials-title, h5 a {
		font-size:20px;
		line-height:25px;
	}
#generic.left #hero h2 {
    width:60%;
}
	#home-full #hero.center .content .inner-wrapper {
    max-width: 60%;
}
	
	h2, blockquote p, #cta h4, #search-container h4, #left-inner h2, h2 a {
    font-size: 40px;
    line-height: 45px;
}
	
	body.events #archive-pot #carousel .event-slide {
    width: 48%;
    margin: 0px 1% 50px 1%;
}
}

@media (max-width:1250px) {
    body .uabb-modal-text .img-box {
        width: 100%;
    margin-right: 0px;
    background-size: cover;
    height: 250px;
    margin-bottom: 30px;
    }
	
	.divider-wrapper {
    padding-bottom: 20px;
    max-width: 88%;
}
/*
	#teams #team-intro {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 50px;
}
*/
	#teams .wrapper {
		flex-direction:column;
	}

     body .uabb-modal .uabb-content {
           overflow-y: hidden;;
/*    height: 95vh;*/
    position: relative;
        width: 100%;
    max-width: 90%;
    }

    body .uabb-show.uabb-modal {
    top: 2vh !important;
    transform: scale(1) !important;
}
    body .uabb-modal-text {
    padding: 120px 40px 50px 40px !important;
    flex-direction: column;
}
}
@media (max-width: 1200px) {
	#full-two-col .fl-col-group, .wrapper-mid, .wrapper-mid-inner .fl-row-content-wrap > .fl-row-content, #list-intro,  #mailing-list.generic-list .fl-row-content .fl-rich-text {
		max-width: 85% !important;
	}
	
	#teams #team-icons, body#generic #teams .fl-col-group:last-child {
    flex-direction: column;
    flex: unset;
    width: 100%;
}
	body#generic #teams .fl-col-group:last-child {
		display:flex;
		align-items:center;
	}
	#team-icons .col, body#generic #teams .col {
    width: 100%;
    margin-bottom: 55px;
}
    #contact-form-row .fl-row-content-wrap .fl-row-content > .fl-col-group {
    padding: 60px;
}
	.wrapper-small, #generic.center #hero .wrapper-small, #home-full #hero .wrapper-small, .wrapper-small-inner .fl-row-content-wrap > .fl-row-content,  #cta .fl-row-content {
		max-width: 75% !important;
	}
	#home-half #hero .content {
		width: 80%;
	}
    
    #home-full #hero.left .content .inner-wrapper {
    max-width: 65%;
}
	#generic.left #hero h1, #generic.left #hero h2 {
		width: 70%;
	}
	#full-two-col .fl-col-group {
		margin: 0 auto;
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	#full-two-col .img-col .fl-col-content {
	    height: 400px;
	    margin: 25px 0;
	}
	#full-two-col .fl-col {
		width: 100% !important;
	}
}

@media (max-width:1100px) {
	nav a#logo img {
    width: 120px;
	}
	#archive-pot {
    flex-direction: column;
		    margin-left: 0px;
    margin-right: 0px;
}
	#archive-pot .news-item {
    width: 100%;
    padding: 0px;
}
	#event-intro,  #teams #team-intro {
    max-width: 75%;
}
	
	body .shiftnav-toggle-button, #search-icon {
    display: block;
}
	.main-menu-container,nav ul.sub-menu li a:after,nav#main #search-form  {
		display:none;
	}
}
@media (max-width: 1000px) {
	 
	h1 {
	    font-size: 45px;
	    line-height: 51px;
	}
	#team-icons .col.col3 .circle .inner img, #team-icons .col.col5 .circle .inner img, body#generic #teams .col.col5 .circle .inner img, body#generic #teams .col.col3 .circle .inner img {
    width: 70px;
}
	
	body#generic #teams {
    padding-bottom: 30px;
    padding-top: 40px;
}
	section#events #carousel .slick-slide {
		height:520px !important;
	}
	#carousel .event-img {
    height: 510px;
	}
	body.events #archive-pot #carousel {
		margin:0px;
		flex-direction:column;
	}
	body.events #archive-pot #carousel .event-slide {
    width: 100%;
    margin: 0px 0px 45px 0px;
}
	body #archive-browser select {

    width: 100%;
}
	body.search .wrapper-small, body.blogroll #generic-wrap {
	padding:50px 0px;
}
	#fifty-fifty-wide .text-col .fl-col-content:after {
    width: 50px;
	}
	
	#generic .pp-social-icons-left .pp-social-icon:last-child {
		margin-right:0px;
	}
	
	#two-col-staff .fl-col.staff-text .fl-rich-text h6:after {
    right: 0px;
    margin: 0 auto;
}
	
	#generic .pp-social-icons-left {
    text-align: center;
    justify-content: center;
}
	
	body#generic #main-content #fifty-fifty-wide + .main-text-row {
	padding-top:40px;
}
	footer {
		background:url(img/mobile-footer.png) center/cover no-repeat;
	}
	footer .space-btwn .col.social-col, #two-col-staff .fl-col.staff-text {
		text-align:center;
	}
	#two-col-staff .fl-col.staff-text .fl-button-wrap{
		text-align:center;
	}
	#form-row #mc_embed_signup_scroll, #mailing-list.generic-list #mc_embed_signup_scroll {
    flex-direction: column;
    width: 100%;
}
	
	#form-row #mc_embed_signup .clear,   #mailing-list.generic-list #mc_embed_signup .clear {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}
	#form-row, #form-row #mc_embed_signup .mc-field-group input, #form-row #mc_embed_signup .mc-field-group select, #form-row #mc_embed_signup_scroll .half, #form-row #mc_embed_signup .size1of2, #mailing-list.generic-list #mc_embed_signup .size1of2, #mailing-list.generic-list #mc_embed_signup_scroll .half, #form-row #mc_embed_signup_scroll .half:not(.third) {
		width:100%;
	}
	footer .space-btwn .col.social-col .social-wrap {
		justify-content:center;
	}
	footer .wrapper .col.logo-col {
    margin-right: 0px;
    border-right: none;
    border-bottom: 1px solid white;
    width: 100%;
    text-align: center;
    padding-top: 0px;
}
	footer .col-wrap {
    flex: unset;
    flex-direction: column;
    width: 100%;
}
	footer #foot-logo img {
    width: 150px;
}
	.event-wrapper, #mailing-list .wrapper, #mailing-list.generic-list .fl-row-content {
    max-width: 88% !important;
}
	#mailing-list .wrapper, #mailing-list.generic-list .fl-row-content {
    padding: 30px 0px 60px;
}
	#list-intro,  #mailing-list.generic-list .fl-row-content .fl-rich-text {
		max-width:100%;
	}
	
	#comm-row #comm-intro, #generic #comm-groups #comm-intro {
    background: url(img/black-box.png) center/cover no-repeat;
    padding: 40px;
    width: 100%;
    margin-bottom: 25px;
}
	#generic #comm-groups .fl-col-group {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
	section#community {
    margin-top: -100px;
}
	#teams.rel {
    padding-bottom: 150px;
    padding-top: 45px;
}
	
	#team-icons .col .circle,  body#generic #teams .col .circle  {
    width: 180px;
    height: 180px;
}
	#comm-groups .comm-box{
		flex-basis:unset;
	}
	#comm-boxes .inner-box h4, .event-info .info-wrap .info-title h4, #team-icons .circle-text h5, body#generic #teams .fl-rich-text h5, #generic #comm-groups .comm-box .fl-rich-text h4  {
    font-size: 22px;
    line-height: 28px;
}
	.inner-hover h5  {
    font-size: 18px;
    line-height: 22px;
}
	#comm-row, #generic #comm-groups .fl-row-content {
    padding-top: 0px;
    padding-bottom: 30px;
    flex-direction: column;
    padding-left: 0px;
		    max-width: 88%;
    margin: 0 auto;
}
	#comm-boxes .box,  #generic #comm-groups .comm-box {
    height: 320px;
    width: 100%;
    margin-bottom: 25px;
}
	
	 #generic #comm-groups .comm-box {
    border: none;
}
	#teams #team-icons, #comm-boxes {
    flex-direction: column;
    flex: unset;
    width: 100%;
}
	#team-icons .col {
    width: 100%;
    margin-bottom: 55px;
}
	body#home-full #shape {
		clip-path: polygon(0 6%, 100% 0, 100% 95%, 0% 100%);
	}
	
	#team-icons .col .circle .inner img {
    width: 55px;
}
	
#event-intro, #teams #team-intro {
    max-width: 100%;
    padding-bottom: 20px;
}
	#generic #comm-groups {
    margin-top: 50px;
    margin-bottom: 20px;
}
	#about #right #right-img {
    height: 270px;
    margin-bottom: 30px;
}
	#generic #comm-groups .fl-col-group .comm-box:last-child {
    margin-right: 0px;
}
	#about #left #quote-box img, #comm-boxes .quote-box img {
		width:40px;
		height:auto;
	}
	
	#generic #comm-groups .comm-box:before {
		width:40px;
		height:65px;
	}
section#events {
    margin-top: -280px;
    padding-top: 360px;
}
	.event-info .info-wrap .info-title h4 {
    font-size: 24px;
    line-height: 29px;
}
	#carousel button.slick-arrow {
    top: auto;
    bottom: 0px;
}
	#events-btn {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}
	#left #left-inner {
    padding: 10px 40px 40px 40px;
}
	#carousel button.slick-arrow.slick-next {
    left: 0px;
    right: calc(0px - 70px);
    margin: 0 auto;
}
	#carousel button.slick-arrow.slick-prev {
    left: calc(0px - 70px);
    right: 0px;
    margin: 0 auto;
}
	#about #right #right-img:after {
    right: -10px;
    bottom: -10px;
}
	body #hero h1:before, body #hero h1:after, #social-bar, section#community:before, body:not(#generic) #hero h1 br, #comm-boxes:after, #list-intro h2:before, #list-intro h2:after, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:before, #mailing-list.generic-list .fl-row-content .fl-rich-text h2:after, #generic #comm-groups .fl-row-content-wrap:before, #generic #comm-groups .fl-row-content-wrap:after {
		display:none;
	}
	#about #left {
		width:100%;
	}
	#about #right {
    flex: unset;
       width: calc(100% - 10px);
}
	#about .wrapper {
    max-width: 88%;
    margin: 0 auto;
		    align-items: flex-start;
    padding-top: 40px;
    z-index: 300;
    padding-left: 0px;
    position: relative;
    box-sizing: border-box;
    flex-direction: column-reverse;
}
	body #hero h2 {
    font-size: 16px;
	}
	
#generic.left #hero h2, #post-search input[type="text"], #post-search form, #post-search .search-input {
    width:100%;
}
	
	#home-full #hero.center .content .inner-wrapper {
    max-width: 88%;
}
	
	.uabb-content a.pag-link {
    top: auto;
    bottom: 30px;
}
	
	.uabb-content a.pag-link.next {
    right: 40px;
}
	.uabb-content a.pag-link.prev {
    left: 40px;
}
      body .uabb-modal-text {
   padding: 110px 40px 70px 40px !important;
  
}

    body #fifty-fifty-left.two-col-small {
    margin-bottom: 0px;
    padding-bottom: 50px;
}

    body .fl-row.slider-row.alternate .fl-col-group .fl-col:last-child, body .fl-row.slider-row:not(.alternate) .fl-col-group .fl-col:first-child {
    margin-bottom: 35px;
}

body .fl-row.two-col-img + .fl-row.two-col-img {
    padding-top: 40px;
}

body .fl-row.slider-row.alternate .fl-col-group {
    display: flex;
    flex-direction: column-reverse;
}
body #main-content #new-test-slider {
    margin-bottom: 30px;
    margin-top: 120px;
}
	#photo-gallery-row > .fl-row-content-wrap .fl-heading {
    margin-bottom: 15px !important;
	}
	#photo-gallery-row > .fl-row-content-wrap {
    padding: 60px 0px 80px 0px;
}
    #sponsor-row .fl-row-content .fl-rich-text {
    padding-bottom: 35px;
}
body #cta .fl-row-content, #sponsor-row .fl-row-content, #sponsor-row .fl-row-content > .fl-col-group {
    padding: 0px;
}
    #contact-form-row .fl-row-content-wrap {
    padding: 40px 0px;
}
#sponsor-row .pp-logos-content .pp-logo {
    margin: 0px 0px 15px 0px;
}

    #contact-form-row .fl-row-content-wrap .fl-row-content {
    max-width: 90%;
    padding: 10px;
}

    #cta.boxed-cta .fl-row-content-wrap {
    max-width: 85%;
}
#sponsor-row .pp-logos-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body .testimonial-new .fl-col-group .fl-col:first-child {
    padding-right: 0px;
    margin-bottom:50px;
}
body .testimonial-new .fl-col-group .fl-col:last-child {
    padding-left: 0px;
    margin-bottom:30px;
}
body #archive-browser #month, body #news-filters #category {
    margin-right: 0px;
    margin-bottom: 30px;
}
#contact-form-row .fl-row-content-wrap .fl-row-content > .fl-col-group {
    padding: 40px;
}
	body #two-cta-row .fl-col-content {
    padding: 40px 7.5%;
}

#two-col-staff .fl-col.staff-text, #cta.boxed-cta .fl-row-content-wrap, #two-col-staff .fl-col.staff-col, body .testimonial-new .fl-col-group .fl-col:first-child, body .testimonial-new .fl-col-group .fl-col:last-child, body #two-cta-row .fl-col {
    width:100%;
}
#two-col-staff .fl-col-group, body .testimonial-new .fl-col-group, body #two-cta-row, body.blogroll #archive-browser  {
    flex-direction: column;
}
#two-col-staff .fl-col.staff-col {
    margin-right: 0px;
    margin-bottom: 30px;
}

    body .wrapper-wide-inner .fl-col.intro-col, .fl-col.intro-col, #sponsor-row .fl-row-content > .fl-col-group > .fl-col {
        max-width:100%;
    }
    footer .space-btwn .text-col {
    padding-left: 0px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 25px;
    flex: auto;
    width: 100%;
}
    
    footer .col.logo-col {
        margin-bottom:30px;
    }
    footer .wrapper {
            flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    #main-content .pp-tabs-horizontal.pp-tabs-default .pp-tabs-panel:last-child .pp-tabs-label {
        border-bottom:1px solid !important;
    }
    
    #main-content .pp-tabs-panels .pp-tabs-panel-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
    
    #main-content .pp-tabs .pp-tabs-label.pp-tab-active .pp-toggle-icon {
    color: white;
    opacity: 1;
    text-align: right;
}
    
    #main-content .pp-tabs-panel-label .pp-toggle-icon {
    font-size: 16px;
    text-align: right;
}
    #photo-gallery-row > .fl-row-content-wrap .fl-heading span.fl-heading-text {
        padding-right:20px;
    }
    
    #cta.testimonial-slider .fl-row-content-wrap:after {
        bottom:20px;
    }
    
    #cta.testimonial-slider .fl-row-content-wrap:before {
        top:20px;
    }
    #cta.testimonial-slider .fl-row-content-wrap:before, #cta.testimonial-slider .fl-row-content-wrap:after {
    width: 80px;
    height: 80px;
    }
    #testimonial-row.version3 .fl-module-rich-text:before {
    width: 55px;
    height: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 20px;
    display: block;
}
    
    #testimonial-row.version3 .fl-rich-text {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    padding-top: 100px;
}
    #generic #main-content .fl-builder-content > .fl-row:first-child.main-text-row {
    padding-top: 40px;
    padding-bottom: 60px;
    margin-bottom: 0px;
}
    body .nf-form-content .nf-field-container {
        margin:20px 0px;
    }
    #fifty-fifty-wide.contact-row .text-col .fl-col-content {
    padding: 40px 7.5% 40px 7.5%;
}
    
    #fifty-fifty-wide.contact-row .fl-col:not(.text-col) {
    min-height: 300px;
}
    
    #intro-section .fl-col-group .three-col .fl-module-rich-text, #intro-section .fl-col-group .four-col .fl-module-rich-text, #intro-section .fl-col-group .two-col .fl-module-rich-text {
    padding: 20px 0px 15px 0px;
}
    
    #intro-section .fl-row-content {
    padding: 60px 0px 40px 0px;
}
   .fl-col.two-col, .fl-col.three-col, .fl-col.four-col{
        margin-bottom:60px;
           max-width: 100%;
    width: 100% !important;
    }
    body .fl-builder-content .fl-row:first-child#fifty-fifty-left, body .fl-builder-content .fl-row:first-child#fifty-fifty-right {
    padding-top: 50px;
    padding-bottom: 60px;
}
    
    #intro-section .fl-col-group:last-child {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
        align-items:center;
}
    #intro-section.hover-cards .fl-col-group:last-child {
        display:block;
    }
    
  body #main-content .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100%;
    width: 100% !important;
}
	h2, blockquote p, #cta h4, #search-container h4, #left-inner h2, h2 a {
		font-size: 35px;
		line-height: 41px;
	}
    
    #fifty-fifty-right .fl-col-group, #fifty-fifty-wide.left-text-col .fl-col-group {
        display:flex;
        flex-direction:column-reverse;
    }
    
  nav a#logo img {
    width: 100px;
    height: auto;
}
    
    nav .wrapper {
    max-width: 85%;
    margin: 0 auto;
}
	#home-half #hero .overlay, body .shiftnav-toggle-button {
		display: block;
	}
    
     #home-full #hero.left .content .inner-wrapper {
    max-width: 100%;
}
	body#home-full #scroll-container, #nav-items .social-row {
		display: none;
	}
	body#generic #scroll-container {
    bottom: 0px;
}
	
	#teams #team-intro {
    margin-bottom: 30px;
    text-align: center;
}
	
	#team-intro h2 {
		    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
		border:none;
		padding-left:0px;
	}
	
	#team-intro h2:after {
		background: #030303;
    height: 1px;
    width: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
		    content: '';
    position: absolute;
    z-index: 100;
	}
    
    #home-full.absolute #hero, #home-full.relative #hero {
    height: auto;
}
    
 #home-full.absolute #hero .content {
    padding-bottom: 50px;
    padding-top: 140px;
}
	.wrapper-small, #generic.center #hero .wrapper-small, #home-full #hero .wrapper-small, #home-half #hero .content, .wrapper-small-inner .fl-row-content-wrap > .fl-row-content,
   .wrapper-mid-inner .fl-row-content-wrap > .fl-row-content, .wrapper-wide-inner .fl-row-content-wrap > .fl-row-content,  #cta .fl-row-content, .wrapper-wide {
		max-width: 85% !important;
	}
	.pp-hover-card, #home-half #hero .content, #generic.left #hero h1, #generic.left #hero h2 {
		width: 100% !important;
	}
	#home-half #hero .content {
		background-color: transparent;
		margin: 0 auto;
	}
	#home-half.relative #hero .content {
		padding: 100px 0px;
	}
	#home-half.absolute #hero .content {
	    padding: 175px 0px 100px 0px;
	}
	.fl-col-small {
	    max-width: 100%;
	}
	#grid .fl-col-content, #fifty-fifty-wide .text-col .fl-col-content {
    padding: 100px 7.5% 50px 7.5%;
}
	#panels .fl-col:nth-child(-n+2) {
		margin-bottom: 25px;
	}
	#search-container {
	    width: 50%;
        padding-bottom: 70px;
	}
	#full-two-col .text-col .fl-col-content {
		margin: 50px;
	}
	#testimonials.two-tone .fl-module-pp-testimonials {
	    padding: 50px 50px 30px 50px;
	}
	#two-col .col-left .fl-col-content, #fifty-fifty-left .img-col .fl-col-content {
		margin-right: 0px;
	}
	#two-col .col-right .fl-col-content, #fifty-fifty-right .img-col .fl-col-content {
	    margin-left: 0px;
	}
	.img-col:not(.non-bg) .fl-col-content {
		min-height: 300px;
        height:auto;
	}
	#fifty-fifty-left .text-col .fl-col-content, #fifty-fifty-right .text-col .fl-col-content {
	    margin: 25px 0px 0px 0px;
	}
	
	#four-col .fl-col-group .fl-col:not(:last-child), #three-col .fl-col-group .fl-col:not(:last-child), #panels .fl-col-group .fl-col:not(:last-child), .fl-row, #two-col .col-left .fl-col-content {
	    margin-bottom: 25px;
	}
	
	#cta .fl-col-content {
    	padding: 50px 0px;
	}
	#panels .fl-module-rich-text .fl-module-content {
		margin: 10px 0px 0px 0px;
	}
	#three-col .fl-col, #four-col .fl-col {
	    padding: 0px;
	}
	.fl-post-grid-image {
		height: 200px;
	}
    
    .alignleft, .alignright, .alignleft img, .alignright img, .aligncenter {
    float: none;
    margin: 0;
    width: 100% !important;
    display: block;
    height: auto;

}
    
    #generic.left.absolute .content, #generic.center.absolute .content {
    padding: 180px 0px 50px 0px;
}
    #generic.left.relative .content, #generic.center.relative .content {
    padding: 100px 0px 50px 0px;
}
    
    img.alignleft, img.alignright, img.aligncenter {
                    margin: 20px 0px;
    }
	.slick-slide {
    margin: 0px 10px;
}
}
@media (max-width: 800px) {
	h1 {
	    font-size: 38px;
	    line-height: 41px;
	}
	h2, blockquote p, #cta h4, #search-container h4, #left-inner h2, h2 a {
		font-size: 30px;
		line-height: 35px;
	}
	h3, h3.pp-headline, h3 a {
		font-size: 25px;
		line-height: 31px;
	}
	h4, h4 a {
		font-size: 20px;
	    line-height: 26px;
	}
	
	body#generic .news-item .news-wrap h4 a {
		    font-size: 22px;
    line-height: 27px;
	}
	h5, .pp-testimonials-title, h5 a {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	body#generic h6, body#generic h6 a, body p, body li, body p a, body li a {
    font-size: 16px;
    line-height: 22px;
}
	#home-full #hero {
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
 	 -webkit-flex-direction: column;
      	-ms-flex-direction: column;
             flex-direction: column;
             height: auto !important;
	}
    #search-modal {
        width: 75%;
    }
	#home-full #hero .content {
		padding: 100px 0px;
	}
	
	#scroll-container {
		position: relative;
		bottom: 25px;
	}	
	#scroll-container svg {
		height: 40px;
		width: 40px;
	}
	#search-container {
	    width: 70%;
	}
	#full-two-col .text-col .fl-col-content {
		margin: 25px;
	}
	#testimonials.two-tone .fl-module-pp-testimonials {
	    padding: 25px 25px 15px 25px;
	}
	#testimonials.two-tone .fl-col-content {
	    padding: 50px 0px;
	}
}
@media (max-height: 750px) {
	#home-full #hero {
             height: auto;
	}



}
@media (max-width: 600px) {
    #search-modal {
        width: 95%;
    }
    #search-input {
        width: 100%;
    }
  
	

	#search-container {
    width: 85%;
    padding-bottom: 60px;
}
	#nav-logo {
		width: 150px;
	}
}

#left #left-inner p a{
	color:#ffff00;
}
#left #left-inner p a:hover{
	color:#fff;
}