/*
Theme Name:     Custom Responsive Theme - Stellar Blue Technologies
Theme URI:      http://www.stellarbluetechnologies.com
Description:    Custom Responsive Theme
Version:        2.0
Author:         Stellar Blue
Author URI:     http://www.stellarbluetechnologies.com
*/

/* LAST MODIFIED - 5/11/2014 */

/*
    Structure:
    00 - Reset
    01 - Responsive Grid
    02 - General
    03 - Header
    04 - Home Page
    05 - Interior Page
    06 - Footer
    07 - My Calendar Plugin
*/

/*-------------------------------------
00 ------------------------------ Reset
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline-block;}
audio:not([controls]){display:none;}[hidden]{display:none;}
html{font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:400;}
a{color:#00f;}
a:focus{outline:thin dotted;}
li{list-style:none;}
abbr[title]{border-bottom:0;}
b,strong{font-weight:700;}
i,em,dfn{font-style:italic;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
ins{background:#ff9;color:#000;text-decoration:none;}
mark{background:#ff0;color:#000;font-style:italic;font-weight:700;}
pre,code,kbd,samp{font-family:monospace,monospace;_font-family:'courier new',monospace;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:none;}
q:before,q:after{content:"";content:none;}
small{font-size:85%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-.5em;}
sub{bottom:-.25em;}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}
label{cursor:pointer;}
input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;}
button,input{line-height:normal;}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;}
input[type=checkbox],input[type=radio]{box-sizing:border-box;}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;resize:vertical;}
table{border-collapse:collapse;border-spacing:0;}
td{vertical-align:top;}
::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-thumb {background-color: #888;}
::-webkit-scrollbar-track:hover {background-color: #f1f1f1;}


/*-------------------------------------
01 --------------------- Responsive Grid
-------------------------------------*/
.container {width: 100%; margin: 0px auto; position: relative;}
.row {max-width: 1360px; width: 100%; margin: 0px auto; position: relative;}
img {max-width: 100%;}
.one, .two, .three, .four,
.five, .six, .seven, .eight,
.nine, .ten, .eleven, .twelve {
    margin-right: 2%;
    float: left;
}
.one {width: 6.5%;}
.two {width: 15%;}
.three {width: 23.5%;}
.four {width: 32%;}
.five {width: 40.5%}
.six {width: 49%;}
.seven {width: 57.5%;}
.eight {width: 66%;}
.nine {width: 74.5%;}
.ten {width: 83%;}
.eleven {width: 91.5%;}
.twelve {margin-right: 0px; width: 100%;}
.last {margin-right: 0px;}

/*-------------------------------------
02 ---------------------------- General
-------------------------------------*/

i,
em {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

.alignleft {
    position: relative;
    display: block;
    float: left;
    margin: 8px 15px 15px 0px;
}

.alignright {
    position: relative;
    display: block;
    float: right;
    margin: 8px 0px 15px 15px;
}

.aligncenter {
    position: relative;
    display: block;
    float: none;
    margin: 15px auto;
}

.alignnone {
    position: relative;
    display: block;
    margin: 0px 0px 15px 0px;
}

.clear {
    position: relative;
    display: block;
    clear: both;
}

.sprite {
    position: relative;
    display: block;
    background: url(images/sprite.png) no-repeat;
}

a,
.standard-animation,
.menu-image-title,
.menu-image {
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

a:focus,
input:focus {
    outline: none;
}

body {
    font-family: 'lato-regular';
    font-size: 16px;
    color: #333333;
}

#outer-page-wrapper {
    overflow: hidden;
}

html.mobile-search-open,
html.sidebar-open {
    overflow: hidden;
}

/*------ ADA Compliance Specific ------*/
a.skip-text {
	z-index: 999;
	position: fixed;
	width: 241px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	top: -100px;
	background-color: #333;
	text-align: center;
	line-height: 31px;
	color: #f4f4f4;
	text-decoration: none;
	font-family: 'lato-regular';
	font-size: 16px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px -1px #000;
	-webkit-transition-delay: 0;
	-webkit-transform: translate3d(0,0,0);
	-webkit-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	   -moz-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	     -o-transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
	        transition: all 300ms cubic-bezier(0.32, 0.22, 0.35, 0.98);
}

a.skip-text.down {
	top: 55px;
}

.logged-in a.skip-text.down {
	top: 75px;
}

/*-------------------------------------
03 ----------------------------- Header
-------------------------------------*/
/* Announcement Panel */
#announcement-panel {
    padding: 10px 5%;
    width: 100%;
    box-sizing: border-box;
    background-color: #ea8d1e;
    text-align: center;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}

#announcement-panel a {
    color: #fff;
    font-family: 'rokkitt';
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1%;
    top: -1px;
    position: relative;
}

/* Top Navigation */
#top-navigation {
    background-color: transparent;
    z-index: 310;
    position: fixed;
    top: 0;
    left: 0;
    height: 31px;
}

#top-navigation .row {
    background: url(images/backgrounds/top-nav-bck.png) no-repeat;
    background-position: top left;
}

.logged-in #top-navigation {
    top: 32px;
}

.logged-in #header {
    top: 32px !important;
}

#top-navigation ul {
    display: block;
    float: right;
}

#top-navigation li {
    display: block;
    float: left;
    margin-left: 30px;
    padding: 4px 0px 5px 0px;
}

#top-navigation a {
    font-family: 'rokkitt';
    color: #e2dcee;
    text-decoration: none;
    font-size: 17px;
    line-height: 18px;
}

#top-navigation a:hover,
#top-navigation a:focus {
    color: #fff;
}

.top-nav-spacer {
    background-color: #31254d;
    height: 31px;
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 200px;
}

.top-nav-spacer.left {
    left: 0px;
}

.top-nav-spacer.right {
    right: 0px;
}

/* Header */
#header {
    background: #fff;
    background: rgba(256,256,256, .92);
    position: fixed;
    z-index: 300;
    top: 0px;
    left: 0px;
    padding-top: 31px;
}

#header-texture {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    height: 34px;
    background: url(images/backgrounds/nav-texture.png) repeat;
    background-position: center;
}

#main-logo {
    display: block;
    float: left;
    margin-top: -15px;
    margin-left: 19px;
}

#header nav {
    display: block;
    float: right;
}

#header li {
    display: block;
    float: left;
}

#header li a {
    font-family: 'lato-regular';
    font-size: 12px;
    line-height: 12px;
    color: #717171;
    display: block;
    padding: 22px 27px 15px 27px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
}

#header li.has-dropdown a:hover,
#header li.has-dropdown:hover,
#header li.has-dropdown a:focus {
    background-color: #fff;
    color: #717171;
}

#header li.has-dropdown > a:first-child {
    cursor: default;
}

#header li.has-dropdown:hover > a .menu-image {
    top: 10px;
}

#header li.has-dropdown:hover > a .menu-image-title {
    opacity: 0;
}

#header li a:hover,
#header li a:focus {
    color: #000;
}

#header li img {
    display: block;
    margin: 0px auto;
    padding-right: 0px;
    position: relative;
    top: 0px;
}

#header li img.menu-watermarks {
    position: absolute;
    right: 0px;
    top: auto;
    bottom: 0px;
    z-index: 1;
    opacity: 0;
}

#header li:hover > .sub-menu > img.menu-watermarks {
    opacity: 1;
}

#header span.menu-image-title {
    display: block;
    margin-top: 5px;
}

/* Dropdowns */
#header .sub-menu {
    position: absolute;
    background-color: #f8f8f8;
    z-index: 900;
    right: 0px;;
    width: 700px;
    font-size: 0;
    box-sizing: border-box;
    top: 84px;
    text-align: right;
    left: 30%;
    padding-bottom: 40px;
    display: none;
}

#header .two-column .sub-menu .sub-menu {
    position: relative;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    padding-bottom: 0px;
    background-color: transparent;
}

#header .two-column .sub-menu .sub-menu li {
    padding-bottom: 8px;
}

#header .sub-menu .menu-column {
    display: block;
    float: left;
    width: 295px;
    margin-left: 29px;
}

#header .sub-menu .menu-column > a {
    display: none;
}

#header .sub-menu .sub-menu li {
    margin-left: 0px;

}

#header .two-column .sub-menu {
    width: 955px;
}

#header .menu-item-29 .sub-menu {
    left: auto;
    right: 0px;
}

#header .menu-item-36 .sub-menu {
    left: 340px;
}

#header .menu-item-30 .sub-menu {
    left: auto;
    right: 122px;
}

#header .menu-item-31 .sub-menu {
    left: auto;
    right: 257px;
}

/*#menu-main li.has-dropdown:hover > .sub-menu {
    display: block;
}*/

.dropdown-header {
    height: 50px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.dropdown-header h2 {
    font-family: 'rokkitt';
    font-size: 44px;
    color: #507f4a;
    padding-left: 25px;
    padding-top: 5px;
    text-align: left;
}

.dropdown-resources {
    position: relative;
    margin-left: 25px;
    padding-top: 22px;
    display: block;
    float: left;
}

.menu-description {
    font-size: 14px;
    line-height: 22px;
    color: #474747;
    font-style: italic;
    width: 272px;
    text-align: left;
    margin-top: 8px;
}

.sub-menu .sub-menu {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 100%;
    display: block;
}

#header .sub-menu li {
    width: 374px;
    display: block;
    text-align: left;
    float: none;
    padding-right: 29px;
    border-left: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding-bottom: 8px;
    margin-top: 0px;
    padding-left: 29px;
    margin-left: 326px;
    z-index: 10;
    position: relative;
}

#header .sub-menu li:nth-child(3) {
    margin-top: 15px;
}

#header .two-column .menu-column {
    margin-top: 15px;
}

#header .sub-menu li a {
    font-family: 'lato-bold';
    color: #333;
    font-size: 18px;
    line-height: 20px;
    text-transform: none;
    padding: 0px;
    padding-top: 5px;
    margin-bottom: 6px;
    background: transparent !important;
}

#header .sub-menu li a:hover {
    background-color: transparent;
    color: #5f3996;
}

#header .sub-menu .sub-menu li {
    width: 100%;
    display: block;
    border-left: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    height: auto !important;
}

/*#header .sub-menu .sub-menu a {
    font-family: 'lato-regular';
    font-size: 14px;
    line-height: 16px;
    color: #333;
    text-transform: none;
    padding: 7px 0px;
    margin-bottom: 0px;
}*/

#header .sub-menu .sub-menu a:hover {
    background-color: transparent;
}

#header .sub-menu span.menu-image-title {
    margin-top: 0px;
}

/* Base Mobile Menu Styles */
#mobile-menu-button {
    width: 30px;
    height: 20px;
    right: 0px;
    top: 35px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    display: none;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

#mobile-menu-button .menu-bar {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #333;
    margin-bottom: 4px;
}

#mobile-menu-wrap {
    width: 100%;
    height: 100%;
    max-height: 0px;
    overflow: hidden;
    position: fixed;
    left: 0px;
    z-index: 9999;
    background: rgba(0,0,0,.96);
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

#mobile-menu-interior-wrap {
    width: 100%;
    position: absolute;
    top: 0px;
    overflow-y: scroll;
    text-align: center;
    background: url(/wp-content/themes/Stellar_Responsive/images/backgrounds/mobile-watermark.png) no-repeat;
    background-position: center 75px;
}

html.mobile-menu-open {
    overflow: hidden;
}

#mobile-menu-wrap .menu-column a {
    display: none;
}

#mobile-menu-wrap .menu-column ul a {
    display: block;
}

#mobile-menu-wrap .sub-menu {
    display: none;
    right: auto !important;
}

#mobile-search-btn {
    display: none;
    position: absolute;
    right: 45px;
    top: 35px;
    cursor: pointer;
}

#mobile-search-btn svg {
    fill: #333;
}

#mobile-menu-wrap .menu-main-container {
    padding-top: 75px;
    padding-bottom: 25px;
}

#mobile-menu-wrap .menu-main-container img {
    display: none;
}

.mobile-close {
    position: absolute;
    right: 26px;
    top: 32px;
    z-index: 99999;
    width: 32px;
}

.mobile-close svg {
    cursor: pointer;
    fill: #fff !important;
}

/* Base Link/Menu Styles (to be adjusted or removed) */
#mobile-menu-wrap li {
    margin-bottom: 16px;
}

#mobile-menu-wrap .sub-menu {
    margin-top: 12px;
}

#mobile-menu-wrap li a {
    color: #fff;
    font-size: 22px;
    font-family: 'rokkitt';
    text-decoration: none;
}

#mobile-menu-wrap li li {
    margin-bottom: 12px;
}

#mobile-menu-wrap li li a {
    font-family: 'lato-regular';
    text-transform: none;
    color: #ea8d1e;
    font-size: 14px;
}

#mobile-menu-wrap .dropdown-header,
#mobile-menu-wrap .dropdown-resources {
    display: none;
}

/* Mobile Search */
#mobile-hero-search {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,.96);
    z-index: 9999;
    max-height: 0px;
    overflow: hidden;
    transition: all .3s ease-out;
}

#mobile-search-interior-wrap {
    overflow-y: scroll;
}

#mobile-searchform {
    width: 250px;
    margin: 0px auto;
    position: relative;
    height: 40px;
    margin-top: 75px;
    margin-bottom: 20px;
}

#mobile-searchform label {
    display: none;
}

#mobile-searchform input[type="submit"] {
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px;
}

#mobile-hero-search-input {
    height: 44px;
    line-height: 44px;
    font-family: 'lato-regular';
    font-size: 14px;
    color: #333;
    font-style: italic;
    width: 206px;
    box-sizing: border-box;
    padding: 0px 12px;
    border: none;
    top: 0px;
    left: 0px;
    border-radius: 0px;
}

#mobile-trending-searches {
    text-align: center;
    font-size: 22px;
    font-family: 'rokkitt';
    color: #fff;
    padding-bottom: 25px;
}

#mobile-trending-searches a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #ea8d1e;
    font-family: 'lato-regular';
    text-decoration: none;
    margin: 6px 0px;
}

/*-------------------------------------
04 -------------------------- Home Page
-------------------------------------*/
/* Home Navigation */
#home-navigation {
    position: fixed;
    right: 0px;
    top: 30%;
    width: 30px;
    height: 135px;
    background-color: black;
    background-color: rgba(0,0,0,.5);
    z-index: 900;
    border-radius: 5px 0px 0px 5px;
}

#home-navigation-line {
    position: absolute;
    width: 0px;
    border-right: 1px solid #fff;
    height: 87px;
    top: 20px;
    left: 15px;
    opacity: .59;
}

.home-nav-section {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    cursor: pointer;
    left: 13px;
    display: block;
}

#section-nav-1 {
    top: 17px;
}

#section-nav-2 {
    top: 61px;
}

#section-nav-3 {
    top: 105px;
}

#home-navigation-hover {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    opacity: .6;
    left: 8px;
}

#home-navigation-hover.position-1 {
    top: 12px;
}

#home-navigation-hover.position-2 {
    top: 56px;
}

#home-navigation-hover.position-3 {
    top: 100px;
}

/* Home Hero */
#home-hero {
    margin-top: 0px;
    position: relative;
    box-shadow: 0px 0px 10px #000;
    z-index: 90;
    min-height: 800px;
}

#home-hero img {
    width: 100%;
}

#hero-headline {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 215px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#landing-hero-headline {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 215px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#tagline {
    font-family: 'rokkitt';
    font-size: 60px;
    line-height: 60px;
    color: #31254c;
    text-shadow: 0px 0px 8px #fff;
    opacity: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#tagline.loaded {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
}

#tagline div {
    display: inline-block;
}

#headline {
    text-align: left;
    font-family: 'rokkitt';
    font-size: 60px;
    line-height: 60px;
    color: #31254c;
    text-shadow: 0px 0px 8px #fff;
}

#audio-text {
    font-family: 'lato-regular';
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
    color: #333;
    margin-top: -8px;
    text-shadow: 0px 0px 8px #fff;
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

#audio-text.loaded {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
}

.icon-audio {
    display: inline-block;
    top: 7px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

#hero-search {
    position: absolute;
    top: 365px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 740px;
    max-width: 90%;
    background: #000;
    background: rgba(0,0,0,.8);
    padding: 24px;
    box-sizing: border-box;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

#hero-search.loaded {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 1;
}

#hero-search label {
    display: none;
}

#hero-search form {
    position: relative;
    width: 100%;
}

#hero-search-input {
    width: 100%;
    background-color: #fff;
    height: 44px;
    line-height: 45px;
    padding: 0px 60px 0px 15px;
    box-sizing: border-box;
    border: none;
    font-size: 22px;
    font-style: italic;
    color: #333;
}

#hero-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    border: none;
}

#trending-searches {
    color: #fff;
    line-height: 18px;
    margin-top: 14px;
}

#trending-searches a {
    color: #ea8d1e;
    text-decoration: none;
    display: inline-block;
    margin-right: -3px;
}

#trending-searches a:hover,
#trending-searches a:focus {
    color: #fff;
}

.container h1 {
    font-family: 'rokkitt';
    font-size: 56px;
    line-height: 58px;
    color: #31254c;
    margin-top: -10px;
}


/* Popup Container */
#popup-container {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(images/backgrounds/callout-bck.png) repeat;
    font-size: 0;
    text-align: center;
}

.popup {
    position: relative;
    display: inline-block;
    margin: 0px 64px;
    top: -63px;
}

.popup-icon {
    position: relative;
    width: 126px;
    height: 126px;
    border-radius: 126px;
    box-sizing: border-box;
    border: 4px solid #fff;
    box-shadow: 0px 0px 16px -4px #000;
    top: 0px;
}

.popup-icon span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

.popup:first-child .popup-icon span {
    transform: translateY(-62%);
}

.popup:nth-child(2) .popup-icon span {
    transform: translateY(-52%);
}

.popup:nth-child(4) .popup-icon span {
    transform: translateY(-54%);
}

#we-are-oneida-popup .popup-icon {
    background-color: #5f3996;
}

#government-popup .popup-icon {
    background-color: #507f4a;
}

#community-popup .popup-icon {
    background-color: #ea8d1e;
}

#enterprises-popup .popup-icon {
    background-color: #4b3f2e;
}

#popup-container .popup-label {
    font-family: 'lato-black';
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin: 0px auto 0px -26px;
    color: #fff;
    line-height: 20px;
    margin-top: 8px;
    position: relative;
    top: 0px;
    text-align: center;
    width: 180px;
}

#popup-container .popup-panel {
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    background-color: #fff;
    width: 360px;
    left: -120px;
    top: 62px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
    height: 0px;
}

.popup-panel p {
    margin-bottom: 22px;
}

.popup-panel a {
    font-size: 18px;
    color: #5f3996;
    text-decoration: none;
}

.popup-panel a:hover,
.popup-pane a:focus {
    color: #333;
}

#popup-container .popup:hover > .popup-panel,
#popup-container .popup.hover > .popup-panel,
#popup-container .popup:focus > .popup-panel {
    transform: translateY(-340px);
    height: 440px;
    padding-top: 100px;
    padding-bottom: 30px;
}

#popup-container .popup:hover > .popup-icon,
#popup-container .popup.hover > .popup-icon,
#popup-container .popup:focus > .popup-icon {
    transform: translateY(-340px);
}

#popup-container .popup:hover > .popup-label,
#popup-container .popup.hover > .popup-label,
#popup-container .popup:focus > .popup-label {
    color: #5f3996;
    transform: translateY(-340px);
}

/*mobile pop-up content for landing pages*/

#popup-mobile-space {
    display: none;
    place-items: center;
    position: relative;
    z-index: 100;
    width: 100%;
    height: auto;
    padding-top: 14px;
    color:#fff;
}
#popup-mobile-space h2 {
    font-size: 14px;
    text-transform: uppercase;
}
#popup-mobile-space a {
    color: #ea8d1e;
}
#popup-mobile-space div {
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-bottom: 14px;
    background: url(images/backgrounds/callout-bck.png) repeat;
    background-color: #5f3996;
    font-family: 'lato-black';
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border: 5px solid #fff;
}

/* News Panels */
#news-panel {
    padding-top: 57px;
}

#news-toggle {
    display: block;
    float: left;
    width: 23.75%;
    margin-right: 2%;
}

#latest-news-nav,
#upcoming-events-nav {
    border-bottom: 1px solid #cecfcf;
}

.news-toggle {
    margin-bottom: 17px;
    padding-bottom: 9px;
}

.news-toggle.active {
    padding-bottom: 30px;
    margin-bottom: 17px;
}

.news-toggle h2 {
    font-family: 'rokkitt';
    color: #507f4a;
    font-size: 40px;
    margin-bottom: 5px;
    cursor: pointer;
}

.news-toggle-content {
    font-family: 'lato-regular';
    font-size: 16px;
    line-height: 26px;
    color: #333;
    display: none;
}

#latest-news-nav .news-toggle-content {
    display: block;
}

.news-toggle-content a {
    color: #507f4a;
    text-decoration: none;
    display: block;
    margin-top: 27px;
    font-size: 12px;
    text-transform: uppercase;
}

.news-toggle-content a:hover,
.news-toggle-content a:focus {
    color: #333;
}

.icon-news-plus {
    position: relative;
    display: block;
    float: right;
    opacity: 1;
    margin-right: 15px;
    margin-top: 15px;
}

.active .icon-news-plus {
    transform: rotate(90deg);
    opacity: 0;
}

#toggle-content {
    display: block;
    float: left;
    width: 74%;
}

.post-slide {
    display: block;
}

.toggle-panel {
    display: none;
    position: relative;
}

.toggle-panel.active {
    display: block;
}

.post-slide {
    margin-right: 11px;
    margin-left: 11px;
    position: relative;
    text-decoration: none;
    height: 320px;
}

.news-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,.87);
    padding: 12px 18px 13px 18px;
    color: #fff;
    font-size: 12px;
}

.news-overlay h3 {
    font-size: 20px;
    font-family: 'lato-bold';
    margin-bottom: 1px;
}

.news-overlay .orange {
    color: #ea8d1e;
}

.news-arrows {
    position: absolute;
    top: 33%;
    left: 0px;
    width: 100%;
}

.icon-news-prev {
    position: absolute;
    left: 11px;
    top: 0px;
    cursor: pointer;
}

.icon-news-next {
    position: absolute;
    right: 11px;
    top: 0px;
    cursor: pointer;
}

/* Upcoming Events */
#upcoming-events {
    margin-top: 20px;
}

#upcoming-events a {
    text-decoration: none;
    text-align: center;
}

#upcoming-events .ai1ec-event-time,
#upcoming-events .ai1ec-weekday,
#upcoming-events .ai1ec-popover.ai1ec-popup,
#upcoming-events .ai1ec-subscribe-buttons-widget {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

#upcoming-events .timely.ai1ec-agenda-widget-view {
    max-width: 100%;
}

#upcoming-events .ai1ec-month {
    background: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: inherit;
    padding-top: 17px;
    font-family: 'lato-regular';
    color: #fff;
    text-transform: uppercase;
}

#upcoming-events .ai1ec-day {
    font-size: 50px;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    font-family: 'rokkitt';
    border: none;
    line-height: 50px;
    padding: 0px;
    margin-top: -3px;
    font-weight: normal !important;
}

#upcoming-events .ai1ec-date .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(1) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(5) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(9) .ai1ec-date-title.ai1ec-load-view {
    display: block;
    float: none;
    margin: 0px auto;
    width: 93px;
    height: 93px;
    border-radius: 93px;
    border: none;
    box-shadow: none;
    background: #363767;
    margin-top: 36px;
    outline: none !important;
}

#upcoming-events .ai1ec-date:nth-child(2) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(6) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(10) .ai1ec-date-title.ai1ec-load-view {
    background-color: #507f4a;
}

#upcoming-events .ai1ec-date:nth-child(3) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(7) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(11) .ai1ec-date-title.ai1ec-load-view {
    background-color: #ea8d1e;
}

#upcoming-events .ai1ec-date:nth-child(4) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(8) .ai1ec-date-title.ai1ec-load-view,
#upcoming-events .ai1ec-date:nth-child(12) .ai1ec-date-title.ai1ec-load-view {
    background-color: #4b3f2e;
}

#upcoming-events .ai1ec-agenda-widget-view .ai1ec-date {
    background: none;
    border: none;
    margin: 0px 10px;
    position: relative;
}

#upcoming-events .ai1ec-agenda-widget-view .ai1ec-date .ai1ec-event-location {
    display: none;
}

#upcoming-events .corner-div {
    position: absolute;
}

#upcoming-events .icon-top-left-corner {
    top: 0px;
    left: 0px;
}

#upcoming-events .icon-top-right-corner {
    top: 0px;
    right: 0px;
}

#upcoming-events .icon-bottom-left-corner {
    bottom: 0px;
    left: 0px;
}

#upcoming-events .icon-bottom-right-corner {
    bottom: 0px;
    right: 0px;
}

#upcoming-events .ai1ec-popup-trigger.ai1ec-load-event {
    font-family: 'lato-bold';
    padding: 0px;
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    outline: none !important;
}

#upcoming-events .ai1ec-event {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 63%;
}

#upcoming-events .ai1ec-agenda-widget-view .ai1ec-date-events {
    margin-right: 0px;
    text-align: center;
}

#upcoming-events .event-details-link {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #363767;
    font-family: 'lato-regular';
}

#upcoming-events .icon-event-diamonds {
    display: block;
    margin: 0px auto;
    margin-top: 35px;
    margin-bottom: 25px;
}

.slick-arrow:focus {
    outline: 1px dashed #999;
}

/* Who We Are */
#sky-wrapper {
    background: url(images/backgrounds/sky-bck.jpg) no-repeat;
    background-color: #eeeeee;
    background-position: bottom center;
    background-size: 100%;
    box-shadow: 0px 0px 10px #000;
    position: relative;
    z-index: 80;
}

#who-we-are {
    padding-top: 100px;
}

#who-we-are-graphic {
    display: block;
    margin-left: -10px;
    width: 49%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#wwa-slider .slick-dots {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0;
    text-align: center;
    width: 100%;
}

#who-we-are-content {
    width: 51%;
    display: block;
    float: right;
}

#who-we-are-content h2 {
    font-size: 26px;
    color: #31254d;
    opacity: .45;
    letter-spacing: 19px;
    font-family: 'rokkitt';
    text-transform: uppercase;
    text-align: center;
}

#wwa-slider .slick-list {
    padding-top: 155px;
}

#wwa-slider li {
    display: inline-block;
}

#wwa-slider button {
    font-family: 'rokkitt';
    font-size: 30px;
    line-height: 24px;
    color: #31254c;
    text-decoration: none;
    display: inline-block;
    width: 125px !important;
    height: 125px;
    border-radius: 125px;
    border: 3px solid #31254c;
    box-sizing: border-box;
    margin: 0px 23px;
    cursor: pointer;
    background: transparent;
    outline: none !important;
    padding: 0px;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

#wwa-slider button:hover,
#wwo-slider button:focus,
#wwa-slider .slick-active button {
    background-color: #ea8d1e;
}

#wwa-nav span {
    display: block;
    margin-top: 38px;
}

#wwa-slider {
    margin-top: 45px;
}

.wwa-slide {
    text-align: center;
    font-size: 24px;
    color: #1b1b1b;
    line-height: 32px;
}

.wwa-slide a {
    color: #5f3996;
    text-decoration: none;
}

#who-we-are-content .icon-who-we-are-diamonds {
    margin: 44px auto 80px auto;
}

/* Panel Gallery Slideshow */

.slideshow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    justify-content: flex-end;
    align-items:flex-end;
    color: #fff;
    font-family: 'rokkitt';
    padding: 0% 10% 5% 5%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.slideshow-overlay span {
    align-self: flex-end;
}

.slideshow-overlay a {
    font-size: 26px;
    line-height: 30px;
    color: #ea8d1e
}

.slideshow-overlay .title {
    font-size: 30px;
    line-height: 30px;
}

.slide-container {
    position: relative;
    width: 100%; /* Set the width of your slideshow container */
    aspect-ratio: 5/2; /* Set the height of your slideshow container */
    margin-bottom: 20px;
    overflow: hidden;
}

.slideshow {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio and fill the container */
}

/* Styles for navigation dots */
.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
}

/* School Template Main Content */
#school-sky-wrapper {
    background: url(images/backgrounds/sky-bck.jpg) no-repeat;
    background-color: #eeeeee;
    background-position: bottom center;
    background-size: 100%;
    box-shadow: 0px 0px 10px #000;
    position: relative;
    z-index: 80;
}

#school-main-content-container {
    padding-top: 40px;
    overflow: hidden;
}

#school-main-content-graphic {
    display: block;
    margin-left: -10px;
    width: 49%;
    position: absolute;
    top: 0px;
    left: 0px;
}

#school-slider .slick-dots {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 0;
    text-align: center;
    width: 100%;
}

#school-main-content {
    width: 51%;
    display: block;
    float: right;
}

#school-main-content h2 {
    font-size: 26px;
    color: #31254d;
    opacity: .45;
    letter-spacing: 19px;
    font-family: 'rokkitt';
    text-transform: uppercase;
    text-align: center;
}

#school-slider .slick-list {
    padding-top: 155px;
}

#school-slider ul {
    display: flex;
    justify-content: center;
}

#school-slider li {
    display: inline-flex;
}

#school-slider button {
    font-family: 'rokkitt';
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    width: 125px !important;
    height: 125px;
    border-radius: 125px;
    border: 3px solid #ea8d1e;
    box-sizing: border-box;
    margin: 0px 23px;
    cursor: pointer;
    background: url(images/backgrounds/callout-bck.png) repeat;
    background-blend-mode: lighten;
    outline: none !important;
    padding: 10px;
    -webkit-transition: all .3s ease-out;
       -moz-transition: all .3s ease-out;
         -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
}

#school-slider button:hover,
#school-slider button:focus,
#school-slider .slick-active button {
    background-color: #ea8d1e;
}

#school-nav span {
    margin-top: 38px;
}

#school-slider {
    margin-top: 45px;
}

.school-slide {
    text-align: center;
    font-size: 20px;
    color: #1b1b1b;
    line-height: 32px;
}

.school-slide a {
    color: #5f3996;
    text-decoration: none;
}

#school-main-content .icon-who-we-are-diamonds {
    margin: 44px auto 80px auto;
}

.school-row {
    max-width: 1360px; 
    width: 100%; 
    margin: 0px auto; 
    position: relative; 
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;}

.school-sm-info {
    display: flex;
    width: 260px;   
    position: relative;
    top: 0;
    padding: 20px;
    font-family: 'rokkitt';
    font-size: 24px;
    line-height: 24px;}

.school-section {
    display: flex;
    padding: 20px; 
    width: auto;
    flex-wrap: wrap;
}

.fb-page{
    display: flex;
}

/* Social Media */
#social-media {
    background: url(images/backgrounds/sm-cloth-bck.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 70;
    padding-bottom: 60px;
}

#social-media .row {
    max-width: 1235px;
}

#social-media h2 {
    font-size: 44px;
    color: #40392d;
    font-family: 'rokkitt';
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 5px;
}

#sm-container-navigation {
    display: none;
    width: 100%;
    clear: both;
}

#sm-container-navigation .sm-panel-title {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}

#sm-container-navigation h3 {
    font-size: 14px;
    position: relative;
    padding-bottom: 9px;
}

#sm-container-navigation h3:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: green;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0px;
    opacity: 0;
}

#sm-container-navigation .active h3:after {
    opacity: 1;
}

#sm-container-navigation .icon-twitter,
#sm-container-navigation .icon-instagram {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

#sm-content {
    font-size: 0;
    text-align: center;
}

#sm-content a {
    display: inline-block;
    margin: 0px 3px;
    margin-bottom: 30px;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

#sm-content a svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

#sm-content a * {
    fill: #fff;
}

.icon-facebook {
    background-color: #3b5999;
}

.icon-facebook svg {
    height: 16px;
}

.icon-twitter {
    background-color: #00acee;
}

.icon-twitter svg {
    height: 12px;
}

.icon-youtube {
    background-color: #cc332d;
}

.icon-youtube svg {
    height: 17px;
}

.icon-linkedin {
    background-color: #0080b1;
}

.icon-linkedin svg {
    height: 15px;
}

.icon-pinterest {
    background-color: #cb2028;
}

.icon-pinterest svg {
    height: 17px;
}

.icon-instagram {
    background-color: #3e729a;
}

.icon-instagram svg {
    height: 15px;
}

#sm-content a img {
    width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sm-panel {
    width: 48%;
    display: block;
    min-height: 372px;
    float: left;
    background: #fff;
    background-color: rgba(256,256,256,.8);
    border-radius: 5px;
    padding: 24px;
    box-sizing: border-box;
}

#left-sm {
    margin-right: 4%;
}

.sm-panel-title {
    text-decoration: none;
    line-height: 20px;
}

.sm-panel-title .icon-twitter,
.sm-panel-title .icon-instagram {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background-color: #443c27;
    position: relative;
}

.sm-panel-title svg {
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

.sm-panel-title svg path {
    fill: #fff;
}

.sm-panel-title .icon-instagram svg {
    height: 20px;
}

.sm-panel-title div {
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.sm-panel-title h3 {
    font-family: 'lato-bold';
    font-size: 20px;
    color: #507f4a;
}

.sm-panel-title span {
    font-size: 14px;
    color: #7e7e7e;
    font-style: italic;
    display: block;
    margin-top: 0px;
}

.sm-feed {
    margin-top: 22px;
}

/* Twitter Feed */
.tweet-block {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.tweet-block:nth-child(3) {
    margin-bottom: 0px;
}

.twitter-right {
    display: block;
    float: left;
    width: 75%;
    position: relative;
    padding-right: 10%;
}

.tweet-time {
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
}

.twitter-right a {
    color: #507f4a;
    text-decoration: none;
}

.twitter-right a:hover,
.twitter-right a:focus {
    color: #333;
}

.twitter-header a {
    text-decoration: none;
    font-family: 'lato-regular';
    color: #7e7e7e;
    font-size: 14px;
    font-style: italic;
}

.twitter-header h3 {
    color: #507f4a;
    font-size: 18px;
    font-family: 'lato-regular';
    display: inline-block;
    font-style: normal;
}

.tweet-time {
    font-size: 14px;
    display: block;
    font-family: 'lato-black';
}

/* Pinterest Feed */
.pinterest-title {
    display: none !important;
}

.easy-pinterest img {
    max-width: none !important;
}

.easy-pinterest ol a:first-child {
    display: none
}

#pinterest-feed ul.easy-pinterest ol {
    width: 23.25%;
    height: 126px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#right-sm #pinterest-feed{
    position: relative;
    left: 2%;
}

/* Enterprises */
#enterprises {
    z-index: 200;
}

#enterprise-slideshow {
    padding: 45px 0px;
    width: 90%;
    margin: 0px auto;
}

#enterprises-top {
    position: absolute;
    left: 0px;
    height: 15px;
    width: 100%;
    top: -15px;
    background: url(images/backgrounds/enterprise-top.png) repeat-x;
}

#enterprises-bottom {
    position: absolute;
    left: 0px;
    height: 15px;
    width: 100%;
    bottom: -15px;
    background: url(images/backgrounds/enterprise-bottom.png) repeat-x;
}

.enterprise-slide img {
    margin: 0px auto;
    position: relative;
}

#enterprise-arrows {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 64px;
    top: 50%;
    transform: translateY(-50%);
}

#enterprise-arrows div {
    position: absolute;
    top: 0px;
    cursor: pointer;
}

#enterprise-prev {
    left: 0px;
}

#enterprise-next {
    right: 0px;
}

/* More Icon */
.icon-home-more {
    position: fixed;
    z-index: 900;
    bottom: 22px;
    right: -60px;
}

.icon-home-more.loaded {
    opacity: 1;
    right: 23px;
}

.icon-home-more.loaded.hidden {
    opacity: 0;
}

/*-------------------------------------
05 ---------------------- Interior Page
-------------------------------------*/
#main {
    padding-top: 28px;
    padding-bottom: 5vw;
    background: #eeeeee;
}

#interior-header {
    height: 295px;
    background-color: #ccc;
    margin-top: 34px;
}

.logged-in #interior-header {
    margin-top: 0px;
}

#interior-header .row {
    position: relative;
    height: 100%;
}

.icon-interior-header-watermark {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
}

.client-content {
    font-family: 'lato-regular';
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.client-content h1 {
    font-family: 'rokkitt';
    font-size: 56px;
    line-height: 58px;
    color: #31254c;
    margin-top: -10px;
}

.client-content h2 {
    font-family: 'rokkitt';
    font-size: 30px;
    line-height: 32px;
    color: #507f4a;
}

.client-content h3 {
    font-family: 'lato-black';
    font-size: 16px;
    line-height: 18px;
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.client-content h4 {
    font-weight: bold;
    color: #333;
}

.client-content h3 a {
    color: #231f20;
}

.client-content p,
.client-content ul,
.client-content ol,
.client-content table  {
    margin-bottom: 30px;
}

.client-content li {
    margin-left: 30px;
}

.client-content ul li {
    list-style: disc;
}

.client-content ol li {
    list-style: decimal;
}

.client-content a {
    color: #ea8d1e;
    text-decoration: none;
}

.client-content a.phone_number,
.client-content a.phone_number:focus,
.client-content a.phone_number:hover {
    color: #333;
}

.client-content a:hover,
.client-content a:focus {
    color: #000;
}

.client-content audio {
    max-width: 100%;
}

.client-content em {
    font-family: 'lato-italic';
}

.client-content strong {
    font-family: 'lato-bold';
}

.client-content img {
    max-width: 100%;
    height: auto !important;
}

.client-content .wp-caption {
    font-size: 14px;
    line-height: 18px;
    font-family: 'lato-italic';
    margin-bottom: 0px;
}

.client-content .wp-caption p {
    margin-bottom: 0px;
    margin-top: 4px;
}

.client-content table {
    border-collapse: collapse;
}

.client-content tr:nth-child(even) td,
.client-content tr:nth-child(even) th {
    background: #ddd;
}

.enterprise-table img {
    margin-bottom: 0px;
    margin: 0px auto;
}

.client-content .enterprise-table td {
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.enterprise-table tr:nth-child(even) td {
    background: transparent;
}

.client-content th {
    font-weight: bold; /* Make sure this is changed to bold version of font instead */
}

.client-content td,
.client-content th {
    padding: 5px 10px 5px 10px;
    background: transparent;
    text-align: left;
    vertical-align: top;
}

.client-content table h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 5px;
    text-transform: inherit;
}

.client-content audio {
    display: block;
    margin-bottom: 30px;
}

/* Gallery Page */
#image-gallery-wrapper {
    position: relative;
}

#image-gallery-arrows {
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    width: 100%;
}

#image-gallery-arrows .icon-news-prev {
    left: 0px;
}

#image-gallery-arrows .icon-news-next {
    right: 0px;
}

.gallery-image-wrapper {
    position: relative;
}

.gallery-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 3%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
}

.gallery-image {
    width: 100%;
    padding-bottom: 58%;
    background-size: cover;
    background-position: center;
}

.gallery-thumbnail {
    width: 97%;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center !important;
    margin: 3%;
    cursor: pointer;
    opacity: .65;
}

.slick-current .gallery-thumbnail {
    opacity: 1;
}

/* Video Gallery */
#video-gallery-wrapper {
    position: relative;
    width: 100%;
}

#video-gallery-arrows {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

#video-gallery-arrows .icon-news-prev {
    left: 0px;
}

#video-gallery-arrows .icon-news-next {
    right: 0px;
}

.video-wrapper-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0px;
}

.video-wrapper-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sitemap Page */
.client-content .page-list,
.client-content .page-list ul {
    margin-bottom: 0px;
}

.client-content .page-list li {
    margin-top: 10px;
    list-style: none;
}

.client-content .page-list li a {
    font-family: 'rokkitt';
    font-size: 30px;
    line-height: 32px;
    color: #507f4a;
}

.client-content .page-list li li a {
    font-family: 'lato-black';
    font-size: 16px;
    line-height: 18px;
    color: #231f20;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.client-content .page-list li li li a {
    font-family: 'lato-regular';
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-transform: inherit;
}

/* Forms */
.client-content form {
    width: 555px;
    max-width: 100%;
}

.client-content label,
.frm_style_formidable-style.with_frm_style label.frm_primary_label {
    font-size: 14px;
    font-family: 'lato-bold';
    color: #333 !important;
}

.client-content .frm_style_formidable-style.with_frm_style .frm_error,
.client-content .ss_shortcode_signup_form .frm_error {
    font-size: 14px;
    font-family: 'lato-bold';
}

.client-content input[type="text"],
.client-content .frm_style_formidable-style.with_frm_style input[type="text"],
.client-content input[type="email"],
.client-content .frm_style_formidable-style.with_frm_style input[type=email],
.client-content input[type="phone"],
.client-content .frm_style_formidable-style.with_frm_style input[type="phone"],
.client-content input[type="url"],
.client-content .frm_style_formidable-style.with_frm_style input[type="url"],
.client-content input[type="password"],
.client-content .frm_style_formidable-style.with_frm_style input[type="password"],
.client-content textarea,
.client-content .frm_style_formidable-style.with_frm_style textarea,
.client-content select,
.client-content .frm_style_formidable-style.with_frm_style select {
    width: 270px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 12px;
    margin-bottom: 0px;
    font-family: 'lato-regular';
    box-sizing: border-box;
    box-shadow: none;
}

.client-content input:focus,
.client-content .frm_style_formidable-style.with_frm_style input:focus,
.client-content textarea:focus,
.client-content .frm_style_formidable-style.with_frm_style textarea:focus,
.client-content button:focus,
.client-content .frm_style_formidable-style.with_frm_style button:focus,
.client-content .orange-btn:focus,
.client-content select:focus,
.client-content .frm_style_formidable-style.with_frm_style select:focus,
.ai1ec-modal-body .ai1ec-form-control:focus {
    box-shadow: 0px 0px 6px -2px #000 !important;
    outline: none;
}

.client-content textarea,
.client-content .frm_style_formidable-style.with_frm_style textarea {
    padding: 12px;
    line-height: 16px;
    height: 100px;
}

.client-content select,
.client-content .frm_style_formidable-style.with_frm_style select,
.client-content select option:first-child,
.client-content .frm_style_formidable-style.with_frm_style select option:first-child {
    font-family: 'lato-italic';
    color: #b3b3b3;
}

.client-content select option,
.client-content .frm_style_formidable-style.with_frm_style select option {
    font-family: 'lato-regular';
    color: #333;
}

.client-content input::-webkit-input-placeholder,
.client-content textarea::-webkit-input-placeholder {
    font-family: 'lato-italic';
}

.client-content input:-moz-input-placeholder,
.client-content textarea:-moz-input-placeholder {
    font-family: 'lato-italic';
}

.client-content input::-moz-input-placeholder,
.client-content textarea::-moz-input-placeholder {
    font-family: 'lato-italic';
}

.client-content input::-ms-input-placeholder,
.client-content textarea::-ms-input-placeholder {
    font-family: 'lato-italic';
}

.client-content input.placeholder {
    font-family: 'lato-italic';
}

.client-content button,
.client-content input[type="submit"],
.client-content .frm_style_formidable-style.with_frm_style input[type="submit"],
.client-content input[type="button"],
.client-content .orange-btn,
.client-content #ai1ec-container .ai1ec-read-more {
    display: inline-block;
    height: 41px;
    line-height: 43px;
    text-transform: uppercase;
    font-family: 'rokkitt';
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    border: none;
    outline: none !important;
    padding: 0px 17px;
    background-color: #ea8d1e;
    border-radius: 0px;
    font-size: 18px;
}

.client-content input[type="checkbox"],
.client-content .frm_style_formidable-style.with_frm_style input[type="checkbox"],
.client-content input[type="radio"],
.client-content .frm_style_formidable-style.with_frm_style input[type="radio"] {
    position: relative;
    top: 2px;
}

.icon-subscribe {
    display: block;
}

/* Subscribe Form */
.client-content .ss_shortcode_signup_form input[type="text"],
.client-content .ss_shortcode_signup_form input[type="email"],
.client-content .ss_shortcode_signup_form select,
.client-content #commentform input,
.client-content #commentform textarea {
    margin-top: 0px;
    margin-bottom: 20px;
}

.client-content #ss_tel_box {
    margin-top: 20px;
}

.client-content .depts input[type="submit"] {
    margin-top: 20px;
}

.client-content #confirm-message {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.client-content .ss_shortcode_signup_form .frm_error {
    margin-top: -17px;
    margin-bottom: 20px;
}

/* Breadcrumbs */
#breadcrumbs {
    text-transform: capitalize;
    font-family: 'rokkitt';
    font-size: 16px;
    color: #696969;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 38px;
}

#breadcrumbs a {
    font-family: 'rokkitt';
    font-size: 16px;
    text-decoration: none;
    margin-right: 7px;
    color: #696969;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
    color: #507f4a;
}

.breadcrumb-arrow {
    margin-right: 7px;
    display: inline-block;
}

.icon-home {
    display: inline-block;
    position: relative;
    top: 2px;
}

.icon-print {
    display: block;
    float: right;
    cursor: pointer;
}

/* In This Section */
.left-menu-column {
    display: block;
    float: left;
    width: 18%;
    margin-right: 3.5%;
    font-family: 'rokkitt';
}

.icon-in-this-section-arrow {
    display: none;
}

.left-menu-column li {
    margin: 17px 0px;
    position: relative;
}

.left-menu-column li .icon-news-plus {
    position: relative;
    right: 0;
    margin-top: 0px;
    margin-right: 0px;
    transform: rotate(0deg);
    opacity: 1 !important;
    float: none;
    display: inline-block;
    top: 1px;
    margin-left: 10px;
}

.left-menu-column li .icon-news-plus.active {
    transform: rotate(90deg);
}

.left-menu-column .sub-menu {
    position: relative;
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
}

.left-menu-column .sub-menu .sub-menu {
    padding-left: 5%;
    margin-bottom: -27px;
}

.left-menu-column .sub-menu .sub-menu li {
    border-bottom: none;
    margin: 15px 0px;
    padding-bottom: 0px;
}

.left-menu-column .sub-menu.active {
    display: block;
}

.left-menu-column li.current-menu-ancestor {
    border-bottom: 0px;
}

.left-menu-column li {
    margin: 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.left-menu-column a {
    padding-left: 7px;
    display: block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.left-menu-column a:hover,
.left-menu-column li.active a {
    color: #507f4a;
}

#in-this-section-title {
    height: 25px;
    line-height: 26px;
    background-color: #d9d9d9;
    padding-left: 7px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #507f4a;
}

.left-menu-column li {
    display: none;
}

.left-menu-column ul.active li, /* <- used when the active page is in the top-level menu */
.left-menu-column li.current-menu-ancestor,
.left-menu-column li.current-menu-ancestor li,
.left-menu-column li.current-menu-ancestor li a {
    display: block;
}

/* hide nested menus */
.left-menu-column .active ul {
    display: none;
}

.left-menu-column li.current-menu-ancestor a {
    display: none;
}

/* Middle Column Content */
.small-middle-column {
    display: block;
    float: left;
    width: 55%;
}

.large-middle-column {
    display: block;
    float: left;
    width: 76%;
}

/* Right Sidebar */
#sidebar {
    display: block;
    float: right;
    width: 20%;
    position: relative;
}

#sidebar form {
    position: relative;
}

#sidebar label {
    display: none;
}

#sidebar .icon-search-glass {
    padding: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
}

#search {
    margin-bottom: 0px;
}

#sidebar .icon-subscribe {
    display: block;
    margin-top: 31px;
    margin-bottom: 19px;
}

#sidebar .wp-caption {
    margin-bottom: 30px;
    max-width: 100%;
}

#sidebar .category-list li {
    list-style: none;
    margin-left: 0px;
}

.department-section {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.department-section img {
    width: 89px;
}

.department-section.social-media {
    font-size: 0;
}

.department-section.social-media a {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: relative;
}

.department-section.social-media a svg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 50%;
    transform: translateY(-50%);
}

.department-label {
    font-family: 'lato-black';
    display: block;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.client-content .department-section a.phone_number,
.client-content .department-section a.phone_number:focus,
.client-content .department-section a.phone_number:hover {
    color: #666;
}

#mobile-division-toggle {
    display: none;
}

/* Toggle Pages */
#page-nav a {
    color: #333;
    background-color: #d6d6d6;
    display: inline-block;
    padding: 0px 11px;
    margin-bottom: 5px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
}

#page-nav a.active,
#page-nav a:focus,
#page-nav a:hover {
    color: #fff;
    background-color: #ea8d1e;
}

.toggle-page-section {
    display: none;
    margin-top: 20px;
}

.toggle-page-section.active {
    display: block;
}

/* Expandable Pages */
.expandable-toggle-section {
    margin: 20px 0px;
}

.expandable-toggle-section h3 {
    cursor: pointer;
}

.expandable-toggle-section p:last-child {
    margin-bottom: 0px;
}

.expandable-toggle-section .icon-news-plus {
    display: inline-block;
    float: none;
    margin-top: 0px;
    margin-right: 0px;
    transform: rotate(0deg);
    opacity: 1 !important;
}

.expandable-toggle-section .icon-news-plus.active {
    transform: rotate(90deg);
}

.expandable-section-content {
    display: none;
    margin-top: 10px;
}

/* Panel Links */
#panel-link-container {
    margin-top: 13px;
}

#panel-link-container a {
    color: #fff;
    font-family: 'rokkitt';
    font-size: 30px;
    line-height: 30px;
}

.panel-link {
    display: block;
    float: left;
    width: 32.2%;
    height: 100px;
    background-color: #31254c;
    margin-bottom: 1.7%;
    margin-right: 1.7%;
    box-sizing: border-box;
    padding: 0px 24px;
    position: relative;
}

.panel-link:focus {
    box-shadow: 0px 0px 15px 0px #000 !important;
    outline: none;
}

.panel-link:nth-child(3n) {
    margin-right: 0px;
}

.panel-link:nth-child(even) {
    background-color: #6f6e86;
}

.panel-name {
    position: absolute;
    left: 7.5%;
    top: 50%;
    transform: translateY(-50%);
    width: 85%;
}

/* Calendar */
.ai1ec-popup-in-month-view {
    display: none !important;
}

.client-content #ai1ec-container td {
    vertical-align: top;
}

.ai1ec-clearfix .ai1ec-dropdown-toggle,
.ai1ec-clearfix .ai1ec-next-year,
.ai1ec-clearfix .ai1ec-prev-year,
.ai1ec-clearfix .ai1ec-dropdown-menu i {
    display: none;
}

.ai1ec-clearfix .ai1ec-prev-month {
    border-radius: 5px 0px 0px 5px !important;
}

.ai1ec-clearfix .ai1ec-next-month {
    border-radius: 0px 5px 5px 0px !important;
}

.ai1ec-clearfix {
    margin-bottom: 20px;
}

.ai1ec-calendar-title {
    font-family: 'lato-regular';
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
}

.ai1ec-pagination a {
    font-family: 'lato-regular' !important;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
}

.ai1ec-clearfix .ai1ec-views-dropdown .ai1ec-dropdown-menu {
    margin-right: 224px;
}

.ai1ec-clearfix .ai1ec-views-dropdown .ai1ec-dropdown-menu {
    display: block;
    position: relative;
    padding: 0px;
    box-shadow: none;
    border: 1px solid #cccccc;
    margin-left: 0px;
    border-radius: 5px;
    background-color: #fff;
}

.ai1ec-category-filter .ai1ec-dropdown-menu div {
    width: 100%;
}

.ai1ec-category-filter .ai1ec-dropdown-toggle {
    color: #333;
}

.ai1ec-dropdown-menu .ai1ec-view-month .ai1ec-hidden-xs.ai1ec-hidden-sm {
    display: block !important;
}

.ai1ec-clearfix .ai1ec-dropdown-menu div {
    display: block;
    float: left;
}

.ai1ec-dropdown-menu a {
    border-right: 1px solid #cccccc;
}

.ai1ec-dropdown-menu div:last-child a {
    border-right: none;
}

.ai1ec-dropdown-menu a,
.ai1ec-dropdown-menu a:hover {
    color: #666;
    font-size: 14px;
    font-family: 'lato-regular';
    background-color: transparent;
    padding: 4px 10px !important;
}

.ai1ec-dropdown-menu li {
    list-style: none !important;
}

.ai1ec-dropdown-menu > .ai1ec-active > a,
.ai1ec-dropdown-menu > .ai1ec-active > a:hover {
    background-color: #ececec;
    color: #666;
    font-size: 14px;
    font-family: 'lato-regular';
}

.ai1ec-calendar-toolbar {
    position: absolute;
    right: 0px;
    z-index: 10;
    border: none;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
}

.client-content .ai1ec-category-filter {
    margin-left: 0px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.client-content .ai1ec-category-filter > .ai1ec-dropdown-toggle {
    padding: 5px 10px;
}

.ai1ec-category-filter .ai1ec-dropdown-menu > div > a {
    width: 100% !important;
    box-sizing: border-box;
    border: none !important;
}

.ai1ec-month-view th,
.ai1ec-oneday-view th {
    text-align: left !important;
    font-family: 'lato-regular';
    color: #666 !important;
}

.ai1ec-month-view .ai1ec-event {
    font-family: 'lato-regular';
}

.ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-oneday-view th {
    background: none !important;
    font-weight: normal;
}

.ai1ec-month-view td {
    background: #fff !important;
}

table.ai1ec-month-view,
.ai1ec-week-view table,
.ai1ec-oneday-view table,
.ai1ec-month-view td.ai1ec-empty,
.ai1ec-month-view .ai1ec-date {
    background: transparent !important;
    text-align: left !important;
}

.ai1ec-month-view td, .ai1ec-week-view td, .ai1ec-oneday-view td {
    border: 1px solid #c9c9c9 !important;
}

table.ai1ec-month-view {
    border: none !important;
}

.ai1ec-weekday a {
    text-align: left !important;
    font-family: 'lato-regular';
    color: #666 !important;
}

.ai1ec-day .ai1ec-date a {
    font-size: 14px;
    color: #507f4a !important;
    display: block;
    margin-top: 8px;
    margin-left: 3px;
    font-size: 14px;
    text-shadow: none;
}

.ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today {
    background: #d1dadb !important;
}

.ai1ec-month-view .ai1ec-event {
    color: #31254c !important;
    font-size: 12px;
    font-family: 'lato-regular';
    margin-left: 4px;
}

.ai1ec-popup-title a {
    font-size: 14px;
    font-weight: normal !important;
    color: #333 !important;
}

.ai1ec-title-buttons .ai1ec-btn-group {
    margin-left: 0px;
}

.ai1ec-popover.ai1ec-popup .ai1ec-event-time {
    background-color: #eeeeee;
    font-family: 'lato-regular';
}

.ai1ec-subscribe-container {
    margin-top: 20px;
}

.client-content .ai1ec-single-event .ai1ec-recurrence {
    display: none;
}

/* Event Submission */
.ai1ec-contribution-buttons a.ai1ec-btn-xs,
.ai1ec-modal-footer a.ai1ec-submit,
.ai1ec-modal-footer a.ai1ec-btn-primary {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0px 11px;
    color: #fff;
    background-color: #ea8d1e !important;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    height: 28px;
    line-height: 30px;
    margin-top: -4px;
}

.ai1ec-modal-footer a.ai1ec-btn-primary {
    margin-top: 15px
}

.ai1ec-modal-header h2 {
    font-family: 'rokkitt';
    font-size: 30px;
    line-height: 32px;
    color: #507f4a;
}

.ai1ec-modal-content {
    background-color: #eeeeee !important;
}

.ai1ec-modal-body .ai1ec-form-control {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 12px;
    margin-bottom: 0px;
    font-family: 'lato-regular';
    box-sizing: border-box;
    box-shadow: none;
}

.ai1ec-modal-body .select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 0px;
    background: #fff;
}

.ai1ec-modal-body .select2-container .select2-choice div {
    border-left: none;
    background: #fff;
}

.ai1ec-modal-body .select2-container .select2-choice div b {
    position: relative;
    top: 7px;
}

.select2-drop {
    border: none !important;
}

.ai1ec-modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ai1ec-modal-footer {
    padding-top: 0px;
    border-top: none;
}

.ai1ec-modal-content .ai1ec-modal-header {
    padding: 0px 15px;
    border-bottom: 0px;
}

/* Addiitonal Views */
.ai1ec-oneday-view table,
.ai1ec-oneday-view tbody,
.ai1ec-oneday-view tr,
.ai1ec-oneday-view th,
.ai1ec-oneday-view thead,
.ai1ec-week-view table,
.ai1ec-week-view tbody,
.ai1ec-week-view thead,
.ai1ec-week-view tr {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.ai1ec-week-view th,
.ai1ec-week-view td {
    box-sizing: border-box !important;
    max-width: 14.28%;
    width: 14.28% !important;
}

.ai1ec-week-view table {
    border: 1px solid #ececec !important;
}

.ai1ec-week-view td {
    background-color: #fff !important;
}

.ai1ec-oneday-view td {
    background-color: #fff !important;
}

/* Agenda View */
.ai1ec-event-toggle,
.ai1ec-agenda-buttons {
    display: none;
}

.ai1ec-agenda-view .ai1ec-date-events {
    margin: 0px;
}

.ai1ec-agenda-view .ai1ec-date {
    background: none;
    border: none;
}

.ai1ec-agenda-view .ai1ec-event {
    background: none;
    border: none;
    box-shadow: none !important;
    padding: 0px;
    margin-top: 0px;
}

.ai1ec-agenda-view .ai1ec-date-title {
    width: 93px;
    height: 93px;
    border-radius: 93px;
    padding: 0px;
    background: #31254c;
    border: none !important;
    box-shadow: none !important;
    margin: 0px 26px 0px 0px;
}

.ai1ec-agenda-view .ai1ec-day {
    font-size: 50px;
    font-family: 'rokkitt';
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    padding-top: 14px;
}

.ai1ec-agenda-view .ai1ec-month {
    background: none;
    background: none;
    font-family: 'lato-regular';
    letter-spacing: inherit;
    font-size: 14px;
    font-weight: normal;
    padding-top: 19px;
}

.ai1ec-agenda-view .ai1ec-weekday {
    display: none;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    font-family: 'rokkitt';
    font-size: 30px;
    text-transform: inherit;
    line-height: 30px;
    color: #507f4a !important;
    font-weight: normal;
}

.ai1ec-event-details {
    margin-top: -4px;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time,
.ai1ec-event-location {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-family: 'lato-bold';
    font-weight: normal;
    color: #333;
    opacity: 1;
}

.ai1ec-agenda-view .ai1ec-event-description {
    font-family: 'lato-regular';
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.client-content #ai1ec-container .ai1ec-read-more {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0px;
}

.client-content #ai1ec-container .ai1ec-read-more i {
    display: none;
}

.ai1ec-event-summary-footer {
    position: absolute;
    top: 0px;
    right: 0px;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header {
    cursor: default;
}

.ai1ec-agenda-view .ai1ec-event-summary {
    display: block !important;
}

.ai1ec-event-excerpt {
    margin-bottom: 60px;
    width: 75%;
}

.ai1ec-event-excerpt .social-share {
    margin-bottom: 50px;
}

.ai1ec-event-excerpt .social-share a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin: 25px 10px 0px 0px;
}

.ai1ec-event-excerpt .social-share .icon-facebook {
    background-color: #3b5999;
}

.ai1ec-event-excerpt .social-share .icon-twitter {
    background-color: #00acee;
}

.ai1ec-event-excerpt .social-share .icon-linkedin {
    background-color: #0080b0;
}

.ai1ec-event-excerpt .social-share .icon-facebook img {
    width: 9px;
    top: 7px;
    position: relative;
}

.ai1ec-event-excerpt .social-share .icon-twitter img {
    width: 14px;
    top: 7px;
    position: relative;
}

.ai1ec-event-excerpt .social-share .icon-linkedin img {
    width: 15px;
    top: 6px;
    position: relative;
}

/* Single Event */
.ai1ec-single-event .ai1ec-field-label {
    text-align: left;
    font-weight: normal;
    color: #333;
    font-family: 'lato-bold';
    padding-left: 0px;
    font-size: 16px !important;
}

.ai1ec-single-event .ai1ec-field-value {
    font-size: 16px !important;
    font-family: 'lato' !important;
    color: #333 !important;
    line-height: 26px !important;
}

.ai1ec-single-event .ai1ec-row {
    margin-left: 0px;
    margin-right: 0px;
}

.ai1ec-single-event .ai1ec-col-sm-7 {
    padding-left: 0px !important;
}

/*------ Blog ------*/
.posted {
    font-size: 16px;
    color: #696969;
    font-family: 'rokkitt';
    line-height: 16px;
    margin-top: 0px;
    margin-bottom: 23px;
}

.featured-image-container {
    width: 35%;
    padding-bottom: 22.5%;
    display: block;
    float: left;
    margin-right: 2.5%;
}

.blog-right-content {
    display: block;
    float: left;
    width: 60%;
    max-width: 460px;
}

article {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}

article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.article-categories {
    margin-bottom: 29px;
    margin-top: -2px;
}

.article-categories a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0px 11px;
    color: #fff;
    background-color: #ea8d1e;
    text-transform: uppercase;
    font-size: 12px;
}

.article-categories a:hover,
.article-categories a:focus {
    color: #333;
    background-color: #d6d6d6;
}

#blog-navigation {
    width: 100%;
}

#older-articles {
    display: block;
    float: left;
}

#newer-articles {
    display: block;
    float: right;
}

#sidebar aside li {
    list-style: none;
    margin-left: 0px;
}

#sidebar h3 {
    margin-top: 30px;
}

#sidebar select {
    width: 210px;
    margin-top: 7px;
}

#sidebar aside {
    margin-top: 45px;
}

/* Single Article */
.single article header {
    text-align: center;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 33px;
}

.single article .posted {
    margin-top: -5px;
}

footer.posted {
    text-align: center;
}

.article-content {
    margin: 0px auto;
    width: 790px;
    max-width: 100%;
}

.featured-image-container-full {
    width: 100%;
    padding-bottom: 66%;
    margin-bottom: 25px;
}

.article-action-title {
    font-family: 'rokkitt';
    font-size: 16px;
    color: #696969;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.social-share {
    text-align: left;
    margin-bottom: 30px;
}

.social-share a {
    background-color: transparent;
    margin-right: 20px;
}

.social-share .st0 {
    fill: #818181 !important;
}

/* Comments */
#reply-title {
    cursor: pointer;
}

#commentform {
    display: none;
}

#respond label {
    display: block;
}

.single article.comment {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.single article.comment article {
    border-bottom: none;
    padding-left: 5%;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0px;
}

.single article.comment article:last-child {
    margin-bottom: 0px;
}

.single article.comment a {
    display: block;
    margin-top: -2px;
    font-size: 16px;
    font-family: 'rokkitt';
    line-height: 16px;
    margin-bottom: 10px;
}

.single article.comment img {
    display: block;
    float: left;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.single article.comment .comment-edit-link {
    display: none;
}

/*-------------------------------------
06 ----------------------------- Footer
-------------------------------------*/
#footer {
    background-color: #5f3996;
    z-index: 100;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.icon-footer-belt {
    display: block;
    margin: 0px auto;
    margin-bottom: 29px;
}

#google_translate_element {
    display: block;
    margin: 0px auto;
}

#footer .menu {
    font-size: 0;
    margin-top: 17px;
}

#footer li {
    display: inline-block;

}

#footer li a {
    font-family: 'rokkitt';
    color: #d2c4e7;
    font-size: 20px;
    line-height: 17px;
    text-decoration: none;
    padding-right: 10px;
    border-right: 2px solid #d2c4e7;
    margin-right: 8px;
    display: block;
}

#footer li a:hover,
#footer li a:focus {
    color: #fff;
}

#footer li:last-child a {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.menu-footer-navigation-container {
    margin-bottom: 35px;
}

#footer-left {
    display: block;
    float: left;
    margin-top: -10px;
}

#footer-left div {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 5px;
}

.footer-text {
    font-size: 12px;
    color: #fff;
}

.footer-text a {
    color: #ffffff;
    text-decoration: none;
}

.footer-text a:hover,
.footer-text a:focus {
    color: #cecde1;
}

#footer-left a {
    display: inline-block;
    margin-right: 23px;
}

#footer-right {
    display: block;
    float: right;
}

/*-------------------------------------
07 My Calendar Plugin
-------------------------------------*/

.my-calendar-cards h3 {
    background: rgb(49, 37, 76) !important;
    color: #fff !important;
    height: 100%;
}

.my-calendar-cards h3 a {
    color: #fff !important;
    font-size: 1.8vh;
}
.my-calendar-cards h3 a svg {
    fill: #fff !important;
    margin: .3em;
}


.my-calendar-cards header {
   height: 7vh;
}

.my-calendar-cards .card-event .details{
    background:rgba(49, 37, 76, .2)
}

.my-calendar-navigation *, .mc-main * {
	line-height: 1.3;
}

.mc-main {
	position: relative;
}

.mc-main div, .mc-main span, .mc-main h1, .mc-main h2, .mc-main h3, .mc-main h4, .mc-main h5, .mc-main h6, .mc-main p, .mc-main blockquote, .mc-main pre, .mc-main a, .mc-main img, .mc-main dl, .mc-main dt, .mc-main dd, .mc-main ol, .mc-main ul, .mc-main li, .mc-main fieldset, .mc-main form, .mc-main label, .mc-main legend, .mc-main table, .mc-main caption, .mc-main tbody, .mc-main tfoot, .mc-main thead, .mc-main tr, .mc-main th, .mc-main td, .mc-main article, .mc-main aside, .mc-main details, .mc-main footer, .mc-main header, .mc-main menu, .mc-main meter, .mc-main nav, .mc-main output, .mc-main progress, .mc-main section, .mc-main summary {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}

.mc-main a {
	display: inline;
}

.mc-main .my-calendar-table tbody, .mc-main .my-calendar-list {
	background: var(--primary-light);
}

.mc-main.list .my-calendar-month:not(.widget .mc-main.list .my-calendar-month), .mc-main .heading:not(.widget .mc-main .heading)  {
	font-size: var(--calendar-heading);
	color: var(--primary-dark);
	text-align: center;
	margin: 0;
}

.mc-main thead {
	border-bottom: 4px solid var(--grid-header-border);
}

.mc-main th {
	font-size: var(--grid-date-heading);
	line-height: 1.5;
	text-align: center;
	padding: 4px 0;
	color: var(--grid-header-color);
	background: var(--grid-header-bg);
}

.mc-main th abbr, .mc-main .event-time abbr {
	border-bottom: none;
	text-decoration: none;
}

.mc-main td {
	border: 1px solid var(--grid-cell-border);
	background: var(--grid-cell-background);
	padding: 0 !important;
	height: 6em;
	vertical-align: top;
}

.mc-main.mini td {
	height: auto;
}

.mc-main td .event-title {
	font-size: clamp( .75rem, 14px, 1.125rem );
	font-weight: 600;
}

.mc-main td .event-title img {
	max-width: 100%;
	height: auto;
}

.mc-main.mini .event-title {
	font-weight: 700;
	background: #00000006;
	border-bottom: 1px solid #0000002f;
}

.mc-main .event-title {
	margin: 0 !important;
	font-size: var(--event-title);
	text-transform: none;
	letter-spacing: normal;
}

.mc-main .event-title a {
	display: flex;
	align-items: center;
	column-gap: 4px;
	padding: 4px;
	position: relative;
}

.mc-main .card-event .event-title a {
	padding: 2px 8px;
}

.upcoming-events.my-calendar-cards li.card-event,
.upcoming-events.my-calendar-cards {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mc-main .event-title a.list > span {
	display: flex;
	align-items: center;
	column-gap: 4px;
	flex: 1;
}

.mc-main.mini .event-title {
	padding: 8px 32px 7px 8px;
}

.mc-main.mini .has-events .active-toggle {
	background: var(--secondary-light);
	color: var(--secondary-dark);
}

.mc-main.mini .event-title .category-icon {
	position: relative;
	margin-right: 4px;
	top: 0;
	left: 0;
}

.mc-main .mc-event {
	word-break: normal;
    max-width: 40vh;
}

.mc-main .calendar-events .mc-event:nth-of-type(1n+1) {
	border-top: 1px solid var(--highlight-dark);
}

.mc-main .details {
	padding: 24px;
}

.mc-main.mini .details {
	padding: 16px;
}

.mc-main .list-event .event-title {
	display: flex;
	column-gap: 16px;
	align-items: center;
}

.mc-main .list-event .event-title {
	padding: 8px;
	margin-bottom: 4px 0 !important;
}

.mc-main .list-event > .event-title {
	display: block;
	font-size: var(--list-event-title);
}

.mc-main .mc-list .event-date button.mc-text-button {
	width: auto;
	padding: 0;
	border: none;
	text-align: left;
	background: transparent;
	background-color: transparent ! important;
	color: var(--primary-dark) ! important;
	outline-offset: 2px;
	font-size: var(--list-event-date);
}

.mc-main .mc-list .event-date button.mc-text-button:hover,
.mc-main .mc-list .event-date button.mc-text-button:focus {
	background: transparent;
	background-color: transparent !important;
	outline: 1px solid var(--nav-button-border);
}

.mc-main .event-title a.list {
	text-decoration: none;
}

.mc-main .event-title a > span {
	text-decoration: underline;
	flex: 1;
	display: flex;
	align-items: top;
	column-gap: 4px;
}

.mc-main .mc-list .mc-text-button > span {
	text-decoration: underline;
}

.mc-main .mc-list .event-date button:hover,
.mc-main .mc-list .event-date button:focus {
	background: transparent;
}

.mc-main .mc-list .details .address {
	padding-right: 0;
}

.mc-main .mc-list .details > p {
	padding: 8px;
}

.mc-main button.close {
	position: absolute;
	right: 3px;
	top: 4px;
	padding: 8px !important;
	border-radius: 3px;
}

.mc-main button.close, .mc-main button.close * {
	padding: 0;
	line-height: 1;
	opacity: 1;
}

.mc-main button .dashicons {
	width: auto;
	height: auto;
}

.mc-main.mini .close {
	left: auto;
	right: 0;
	font-size: 18px;
}

.mc-main .close:hover, .mc-main .close:focus {
	background: var(--primary-light) !important;
	outline: 1px solid var(--primary-dark);
}

.mc-main .details img.alignleft {
	width: auto;
	float: left;
	margin: 0 16px 8px 0;
}

.mc-main .details img.alignright {
	width: auto;
	float: left;
	margin: 0 0 8px 16px;
}

.mc-main .details img.aligncenter {
	width: auto;
	display: block;
	margin: 0 auto 8px;
}

.mc-main .details p {
	margin: 0 0 24px;
}

/* Date/times */
.mc-main.mini .time-block {
	font-size: var(--mini-time-text);
}

.mc-main .time-block {
	background: var(--primary-light);
	padding: 8px;
	color: var(--secondary-dark);
}

.mc-main .time-block .time-wrapper {
	font-weight: 700;
}

.mc-main .time-block p {
	display: inline-block;
	margin: 0 !important;
}

.mc-main .time-block .mc-event-date {
	display: block;
}

.mc-main .mc-event-date {
	font-weight: 700;
	color: var(--primary-dark);
}

.mc-main .mc-date {
	display: block;
	padding: 0 8px;
	font-weight: 700;
	font-size: var(--grid-date);
	text-align: right;
}

.mc-main.mini .mc-date {
	text-align: center;
	padding: 0;
}

.mc-main.mini .has-events.current-day a.mc-date {
	background: var(--date-has-events-bg);
	color: var(--date-has-events-color);
	border-top: 0px solid;
}

.mc-main.mini .has-events.current-day a.mc-date:hover,
.mc-main.mini .has-events.current-day a.mc-date:focus {
	color: var(--date-has-events-bg);
	background: var(--date-has-events-color);
}

.mc-main .has-events .mc-date {
	font-weight: 700;
	background: var(--date-has-events-bg);
	color: var(--date-has-events-color);
}

.mc-main .has-events a.mc-date {
	background: var(--date-has-events-bg);
	color: var(--date-has-events-color);
}

.mc-main .has-events a.mc-date:hover,
.mc-main .has-events a.mc-date:focus {
	color: var(--date-has-events-bg);
	background: var(--date-has-events-color);
}

.mc-main .mc-single {
	font-size: var(--single-event-title);
	margin: 0 0 8px;
}

.mc-main .current-day:not(.day .current-day) {
	outline: 2px solid var(--current-day-border);
	background: rgb(49, 37, 76, .2) !important;
	color: var(--current-day-color);
	outline-offset: -2px;
}

.mc-main .mc-list li.current-day {
	border-left: 4px solid var(--current-day-border);
	background: var(--current-day-bg);
}

.my-calendar-nav ul, .mc-main .category-key ul, .mc-main .mc-export ul, .mc-main .mc-list {
	margin: 0 !important;
	padding: 0 !important;
}

.my-calendar-navigation .category-key ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 4px;
}

.my-calendar-today a::before,
.my-calendar-prev a::before,
.my-calendar-next a::after {
	display: inline;
	font-family: dashicons;
	vertical-align: middle;
}

.my-calendar-today a::before {
	content: '';
}

.my-calendar-prev a::before {
	content: '\f341';
	margin-right: 3px;
}

.my-calendar-next a::after {
	content: '\f345';
	margin-left: 3px;
}

.my-calendar-navigation div > * {
	display: flex;
}

.mc-time {
	column-gap: 8px;
}

.mc-main .mc-time .week {
	padding-left: 8px;
	padding-right: 8px;
}

.mc-main .category-key li a {
	border: 1px solid transparent;
}

.mc-main .category-key li.current a {
	border: 1px solid var(--highlight-dark);
	background-color: var(--primary-light);
}

.mc-main .details .mc-title {
	font-size: clamp( 1.333rem, 28px, 2.666rem );
}

.mc-main .my-calendar-navigation .no-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin: 0 4px;
	border-radius: 16px;
	position: relative;
	border: 1px solid var(--primary-light);
}

.mc-main .calendar-event .details, .mc-main .calendar-events {
	position: absolute;
	top: 10em;
	left: 1%;
	width: 98%;
	background: var(--primary-light);
	box-shadow: 0 0 4px var(--highlight-dark);
	color: var(--primary-dark);
	z-index: 3;
}

.mc-main.mini .calendar-events {
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	width: 100%;
}

/* hCard */
.mc-main .address {
	clear: right;
}

.single-event .address,
.mc-main .address {
	margin: 16px 0;
}

.single-event .address {
	margin-left: 0;
	padding: 0;
}

.single-event .address .street-address,
.mc-main .address .street-address {
	display: inline;
}

.single-event .address .street-address:nth-of-type(2)::before,
.mc-main .address .street-address:nth-of-type(2)::before {
	content: ', ';
}

.mc-author-card, .mc-host-card, .sharing {
	clear: both;
}

.mc-author-card, .mc-host-card {
	margin-top: 16px;
	background: #00000006;
	color: var(--secondary-dark);
	font-size: var(--author-card);
	align-items: end;
}

.mc-main .my-calendar-date-switcher input[type=submit] {
	min-width: 2em;
	width: auto;
}

/* List View */
.mc-main .mc-list li, .mc-day {
	position: relative;
}

.mc-main .mc-list li.mc-events {
	list-style-type: none !important;
	margin: 0;
	padding: 4px 0;
}

.mc-main .mc-list .mc-events:nth-of-type(even) {
	background: none;
}

.mc-main .details .sharing {
	clear: both;
	margin: 8px 0;
}

.mc-main p:last-of-type {
	margin-bottom: 0;
}

.mc-main.mini .sharing p {
	font-size: .875rem;
	padding: 0 4px 0 0;
	margin-bottom: 8px;
}

.details .longdesc {
	margin: 16px 0;
}

.details .longdesc > * {
	margin-bottom: 24px;
}

.mc-main .mc-list .event-date {
	font-size: var(--list-date);
	font-weight: 600;
}

.mc-main .list-event {
	margin: 0 0 0 32px;
}

.mc-main .day .list-event, .mc-main .day .details {
	padding: 0;
	margin: 0;
}

.mc-main .mc-list-extended {
	font-size: 14px;
	font-style: italic;
}

.mc-main .details .mc-image {
	width: 100%;
	max-width: 100% !important;
    max-height: 100% !important;
	height: auto;
}

/* Single view */
.single-event .event-title {
	padding: 8px;
	font-size: inherit;
}

.single-event .time-block {
	border-bottom: 1px solid;
	background: #00000006;
	padding: 8px;
}

.single-event .event-title .category-icon {
	margin-right: 8px;
	position: static;
}

.view-full {
	text-align: right;
}

.mc-list-details.all-events {
	text-align: left;
	display: inline-block;
	text-transform: none;
}

.mc-main .calendar-event .details {
	z-index: 10001 !important;
}

/* Override overflow:hidden */
main,div.entry-content,div.site-content, table, .mc-main nav {
	overflow: visible !important; 
}

.my-calendar-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.my-calendar-cards > * {
	flex: 1 1 18rem;
}

.my-calendar-cards .card-event {
	border: 1px solid var(--highlight-light);
	box-shadow: 4px 4px 4px var(--highlight-light);
	background: var(--primary-light);
}

.my-calendar-cards .card-event .mc-content-container {
	display: grid;
	grid-template-columns: 4rem auto;
	gap: 8px;
}

.my-calendar-cards .card-event .details {
	position: relative;
	padding: 0;
}

.my-calendar-cards .card-event .mc-card-content > * {
	margin-bottom: 1rem;
}

.my-calendar-cards .card-event .details > *:not(h3, img) {
	padding: 0 8px;
	margin: 0 0 16px;
}

.my-calendar-cards .card-event .details {
	display: flex;
	flex-wrap: wrap;
}

.my-calendar-cards .card-event .details > * {
	width: 100%;
}

.my-calendar-cards .mc-image-container {
	margin: 0 -8px;
}

.my-calendar-cards header h2 {
	font-size: var(--card-heading);
	padding: 8px;
}

.my-calendar-cards .card-event .details h3 {
	margin-bottom: 12px;
	padding: 6px;
}

.mc-main {
	line-height: 1;
	width: 100%;
	max-width: 1260px !important;
	margin: 0 auto;
}

.mc-main .my-calendar-table, .mc-main .my-calendar-list {
	color: var(--primary-dark);
}

.mc-main .my-calendar-navigation li,
.mc-main .my-calendar-navigation ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
}

.my-calendar-nav ul {
	display: flex;
}

.mc-main article, .mc-main aside, .mc-main dialog, .mc-main figure, .mc-main footer, .mc-main header, .mc-main nav, .mc-main section, .mc-main blockquote {
	display: block;
}

.mc-main .my-calendar-navigation > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 8px;
	row-gap: 8px;
	padding: 8px 0;
	margin: 0;
	background-color: var(--navbar-background);
}

.mc-main .mc-active,
.mc-main .my-calendar-navigation a {
	padding: 4px;
	display: flex;
	align-items: center;
	border: 1px solid transparent;
}

.mc-main .my-calendar-navigation .mc-active {
	outline: 2px solid;
	outline-offset: -2px;
	border-radius: 3px;
	background-color: var(--primary-light);
	color: var(--primary-dark);
	border: 1px solid transparent;
	filter: brightness(95%);
}

.mc-main .my-calendar-navigation select,
.mc-main .my-calendar-navigation input[type=text],
.mc-main .my-calendar-navigation input[type=submit],
.mc-main .my-calendar-navigation button {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
	font-size: var(--navigation-controls);
	border: 1px solid var(--nav-input-border);
	background-color: var(--nav-input-background);
	color: var(--nav-input-color);
	-webkit-appearance: none;
	appearance: none;
	line-height: 1.62;
	height: auto;
}

.mc-main .my-calendar-navigation select {
	padding-right: 3rem;
	background-image: url("data:image/svg+xml,%3csvg width='800' height='600' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='arrow-down'%3e%3cpath transform='rotate(90 398.52 307.42)' stroke='%23323232' id='svg_2' d='m151.01949%2c560.26198l230.96062%2c-252.90392l-230.96062%2c-252.90574l132.00568%2c-144.53259l362.99432%2c397.43833l-362.99432%2c397.56164' fill='%23323232'/%3e%3c/g%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.7rem top 50%;
	background-size: 0.65rem auto;
  }
  
  .mc-main .my-calendar-navigation select:focus {
	background-image: url("data:image/svg+xml,%3csvg width='800' height='600' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='arrow-up'%3e%3cpath transform='rotate(-90 398.519 307.42)' stroke='%23323232' id='svg_2' d='m151.01949%2c560.26198l230.96062%2c-252.90392l-230.96062%2c-252.90574l132.00568%2c-144.53259l362.99432%2c397.43833l-362.99432%2c397.56164' fill='%23323232'/%3e%3c/g%3e%3c/svg%3e");
  }

.mc-main .my-calendar-navigation select::-moz-focus-inner,
.mc-main .my-calendar-navigation input[type=submit]::-moz-focus-inner { 
	border: 0;
}

.mc-main .my-calendar-navigation a {
	color: var(--nav-button-color);
	background-color: var(--nav-button-bg);
	border-radius: 3px;
}

.mc-main .my-calendar-navigation .mc-active,
.mc-main .my-calendar-navigation a,
.mc-main .my-calendar-navigation select,
.mc-main .my-calendar-navigation input,
.mc-main .my-calendar-navigation input[type=submit],
.mc-main .my-calendar-navigation button {
	font-size: var(--navigation-controls);
	font-weight: 400;
	text-decoration: none;
}

.mc-main .my-calendar-navigation select:focus,
.mc-main .my-calendar-navigation select:hover,
.mc-main .my-calendar-navigation input:hover,
.mc-main .my-calendar-navigation input:focus,
.mc-main .my-calendar-navigation button:hover,
.mc-main .my-calendar-navigation button:focus,
.mc-main .my-calendar-navigation a:hover,
.mc-main .my-calendar-navigation a:focus {
	outline: 3px solid var(--primary-dark);
	outline-offset: -2px;
	border-radius: 3px;
}

.mc-time {
	display: flex;
	column-gap: 4px;
}

.mc-date-badge {
	display: grid;
	justify-content: center;
	text-align: center;
}

.mc-date-badge .day {
	font-weight: 700;
	font-size: 1.2rem;
}

.mc-main h2::before {
	display: none;
}

.mc-main h4.mc-title {
	margin-top: 0;
	margin-bottom: 8px;
}

.mc-main nav ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 2px;
}

.mc-main nav ul li:nth-of-type(1) a {
	border-radius: 3px 0 0 3px;
}

.mc-main nav ul li:nth-of-type(2) a {
	border-radius: 0;
}

.mc-main nav ul li:nth-of-type(3) a {
	border-radius: 0 3px 3px 0;
}

.mc-main ol {
	list-style: decimal;
}

.mc-main ul {
	list-style: disc;
}

.mc-main ul ul {
	list-style: circle;
}

.mc-main blockquote, .mc-main q {
	quotes: none;
}

.mc-main blockquote::before, .mc-main blockquote::after, .mc-main q::before, .mc-main q::after {
	content: none;
}

.mc-main table.my-calendar-table {
	border-collapse: collapse;
	border-spacing: 0;
	position: relative;
	table-layout: fixed;
	width: 100%;
}

.mc-main *, .mc-main *::before, .mc-main *::after {
	box-sizing: border-box;
}

.mc-main .maybe-hide:not(.my-calendar-nav span),
.mc-main .mc_filters label,
.mc-main .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	color: inherit;
}

img.category-icon,
svg.category-icon,
.category-color-sample.svg * {
	max-width: 22px;
	min-width: 18px;
	height: auto;
	padding: 1px;
	border-radius: 3px; 
    fill: #000 !important;
}

.mc-main .category-color-sample {
	border-radius: 3px;
	padding: 3px;
}

.mc-adjacent .mc-event-date {
	display: block;
	font-size: 80%;
}

.mc-main .mc-list li, .mc-day {
	position: relative;
}

.mc-main .mc-export ul {
	position: absolute;
	box-shadow: 0 0 3px #ccc;
	width: calc( 100% - 4px );
	left: 2px;
	top: calc( 1.62rem + 16px ); /* Line-height + padding of control. */
	z-index: 2;
}

.mc-main .mc-export {
	position: relative;
}

.mc-main .mc-export li {
	border-bottom: 1px solid #ccc;
}

.mc-main .mc-export li:last-of-type {
	border-bottom: none;
}

.mc-main .category-key.has-icons ul li {
	display: inline;
}

button.mc-toggle {
	border: 0;
	padding: 4px;
	background-color: transparent !important;
	font-size: 1.25rem;
	color: var(--close-button) !important;
	font-family: dashicons !important;
}

button .mc-toggle::before {
	font-family: dashicons !important;
}

button.mc-toggle:hover, button.mc-toggle:focus {
	outline: 1px solid var(--highlight-dark);
}

.mc-main .mc_filters p {
	margin: 0;
	padding: 0;
}

.mc-main .mc-date-switcher div,
.mc-main .mc-search-form .mc-search,
.mc-main .mc_filters form {
	display: flex;
	align-items: center;
}

.mc-main .mc-date-switcher .button,
.mc-main .mc-search-form .button,
.mc-main .mc_filters .button {
	border-radius: 0 3px 3px 0;
	position: relative;
	border-left-width: 0;
	color: var(--nav-button-color);
	background: var(--nav-button-bg);
	border-color: var(--nav-button-border);
	line-height: 1.62;
	word-break: normal;
}

.mc-main .my-calendar-navigation button {
	border-radius: 3px;
}

.mc-main .event-title button {
	all: unset;
	width: 100%;
	text-align: left;
	display: flex;
	gap: .5rem;
	align-items: center;
	padding: 8px;
	box-sizing: border-box;
	white-space: wrap;
    font-size: .8em;
}

.mc-main .event-title button:hover,
.mc-main .event-title button:focus {
	cursor: default;
	outline: 1px solid var(--highlight-light);
	outline-offset: -2px;
}

.mc-main .mc-date-switcher select:first-of-type,
.mc-main .mc-search-form input[type=text],
.mc-main .mc_filters select {
	border-radius: 3px 0 0 3px;
}

.mc-main .event-icon {
	display: none;
}

.mc-main.mini .event-icon {
	display: block;
	font-size: .6rem;
	padding-bottom: 6px;
	line-height: 1;
}

.mc-main.my-calendar ul button.mc-text-button {
	border: 0;
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.mc-main.my-calendar ul button.mc-text-button:hover,
.mc-main.my-calendar ul button .mc-text-button:focus {
	text-decoration: underline;
	background-color: transparent;
}

.mc-main .category-key li .mc-active,
.mc-main .category-key li a {
	display: flex;
	align-items: center;
	gap: 4px;
	padding-right: 12px;
}

.mc-main .category-key li.all-categories .mc-active {
	padding-right: 4px;
}

.mc-main .category-key .category-color-sample {
	display: flex;
	align-items: center;
	position: relative;
}

.mc-main .mc-loading {
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -40px 0 0 -40px;
	height: 80px;
	width: 80px;
	border: 6px solid var(--highlight-light);
	border-left-color: var(--highlight-dark);
	background-color: #00000006;
	border-radius: 50px;
	animation: animation-rotate 1250ms linear infinite;
}

.mc-author-card, .mc-host-card {
	display: grid;
	grid-template-columns: 3.5em 1fr;
	gap: 8px;
}

.mc-author-card img, .mc-host-card img {
	max-width: 100%;
	height: auto;
}

.mc-author-card p, .mc-host-card p {
	margin: 0;
	padding: 8px;
}

/* Baseline styles for search results */
ol.mc-search-results {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.mc-search-results li {
	margin: 0 0 16px;
	padding: 8px 16px;
}

.mc-search-results .mc_search_term {
	background: var(--search-highlight-bg);
	color: var(--primary-dark);
}

ol.mc-search-results li:nth-of-type(even) {
	background: #00000006;
}

ol.mc-search-results li.no-results {
	padding: 8px;
	border-left: 8px solid var(--close-button);
	background-color: #00000006;
	color: var(--primary-dark)
}

@-webkit-keyframes animation-rotate {
	100% {
	-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes animation-rotate {
	100% {
	-moz-transform: rotate(360deg);
	}
}

@-o-keyframes animation-rotate {
	100% {
	-o-transform: rotate(360deg);
	}
}

@keyframes animation-rotate {
	100% {
	transform: rotate(360deg);
	}
}

.mc-main .mc-day .list-event {
	margin: 0;
}

/**
 * This is focus passed to a div for the purpose of navigation; visible focus not required.
 */
.mc-main:focus {
	outline: none;
}

/* Prevent missing background image on google maps */
.mc-gmap-markers img {
	max-width: none ! important; 
}

.mc-main .calendar-events {
	position: relative;
	z-index: 100;
}

.mc-main .uses-modal {
	display: none !important;
}

.mcjs.mc-main.listjs .details, .mcjs.mc-main.gridjs .calendar-events { display: none; }
.mcjs.mc-main .single-event .details, .mcjs.mc-main.list.day .details { display: block; }

.mc-main .details ul, .mc-main .details ol  {
	margin: 0 0 24px 32px;
}

.mc-main .details a {
	text-decoration: underline;
}

.mc-main .details a:hover,
.mc-main .details a:focus {
	text-decoration: none;
}

.details .location,
.mc-gmap-location-list {
	margin: 16px 0;
}

.details .mc-accessibility ul.mc-access,
.details .sharing {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 8px 0;
	list-style: none;
	padding: 0;
}

.details img.alignnone,
.details img.alignleft,
.details img.alignright {
	max-width: 100%;
}

.mc-main .details .mc-image {
	width: 100%;
	height: auto;
}

.details .mc-access li {
	background: #00000006;
	padding: 4px;
	border-radius: 3px;
}

.mc-location-details {
	margin-bottom: 8px;
}

.mc-maps .mc-gmap-location-list .mc-location-details button {
	padding: 4px;
	border-radius: 3px;
	margin: 0 4px 0 0;
}

.mc-geolocate-form .mc-gl-fields {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	align-items: self-end;
}

.mc-geolocate-form .mc-gl-fields label {
	display: block;
}

.entry-title .category-icon {
	fill: var(--primary-dark) !important;
	max-width: .75em;
	padding: 0;
	display: inline-block;
}

.mc-date-container > button:hover,
.mc-date-container > button:focus {
	outline: 2px solid var(--nav-button-border);
	outline-offset: 2px;
}

.mc-date-container.has-month {
	display: grid;
	grid-template-columns: auto auto;
	padding: 0 8px;
	align-items: center;
	font-size: 1rem;
	font-weight: 700;
}

.mc-date-container .mc-change-months {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
}

.mini .mc-date-container {
	display: grid;
}

.mini .mc-date-container .mc-change-months {
	display: none;
}

.mc-row .month-even {
	background: #00000006;
}

.mini .mc-date-container.has-month {
	grid-template-columns: 1fr;
}

.mc-local-time-label {
	font-weight: 700;
}

/* Add styles for simple modal. */
dialog.my-calendar-modal {
	display: block;
	border: 0;
	border-radius: 4px;
	text-align: left;
}

dialog.my-calendar-modal .my-calendar-modal__wrapper {
	padding: 0;
}

dialog.my-calendar-modal .js-modal-title-container {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding: 16px;
	background: var(--highlight-light);
	z-index: 1;
}

dialog.my-calendar-modal #modal-title {
	font-size: var(--modal-title);
	margin: 0;
	margin-right: 64px;
	box-sizing: border-box;
}

dialog.my-calendar-modal .modal-content {
	display: none;
}

#js-modal-content .mc-toggle {
	display: none;
}

/* removes scroll when modal is opened */
body.mc-no-scroll {
	overflow: hidden;
}
/*
/* overlay covers everything */
.my-calendar-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--primary-dark);
  opacity: .8;
  z-index: 99998;
  cursor: pointer;
}

.my-calendar-modal .time-wrapper {
	font-weight: 700;
}

.mc-main span.event-time {
	display: inline;
}

.my-calendar-modal .event-title {
	display: flex;
	align-items: center;
	column-gap: .5rem;
}

.my-calendar-modal img {
	max-width: 100%;
	height: auto;
}

.my-calendar-modal #js-modal-content {
	padding: 16px;
}

.my-calendar-modal #js-modal-content > * {
	margin: 0 0 24px;
}

.my-calendar-modal-overlay[data-background-click="disabled"] {
  cursor: auto;
}
.my-calendar-modal-overlay  {
  animation: fadewhite ease .5s 1 normal ;
}

@keyframes fadewhite {
  0% {
	opacity: 0;
  }
  100% {
	opacity: .8;
  }
}
/* modal */
.my-calendar-modal {
  position: fixed;
  left: calc( ( 100% - 55.625em ) / 2 );
  top: 10vh;
  width: 100%;
  max-width: 55.625em;
  max-height: 80vh;
  border: 2px solid var(--primary-dark);
  background: var(--primary-light);
  color: var(--primary-dark);
  z-index: 99999;
  padding: 0;
  right: auto;
  overflow: auto;
}
.my-calendar-modal-close {
  position: absolute;
  top: 3px;
  right: 3px;
  background: var(--close-button);
  border-radius: 3px;
  color: var(--primary-light);
  border: 0;
  padding: 12px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.my-calendar-modal-close:focus,
.my-calendar-modal-close:hover,
.my-calendar-modal-close:active {
  outline: 2px solid var(--primary-light);
  outline-offset: -4px;
}

.my-calendar-modal {
  animation: apparition ease .3s 1 normal ;
}

@keyframes apparition {
  0% {
	opacity: 0;
	max-height: 100%;
	max-width: 55.625em;
  }
  100% {
	opacity: 1;
	max-height: 100%;
	max-width: 55.625em;
  }
}

/* for this example: tablets */
@media (max-width: 55.625em) {
  .my-calendar-modal {
	left: 5%;
	top: 5%;
	height: 90%;
	width: 90%;
  }
}

/* for this example: mobile */
@media (max-width: 44.375em) {
  .my-calendar-modal {
	left: 1%;
	top: 1%;
	width: 98%;
	height: 98%;
  }
  .admin-bar .my-calendar-modal {
	top: 45px;
	height: calc( 99% - 45px );
  }  
}


/* Base responsive styles. Migrated to main plugin 12/10/2023 */
@media screen and ( max-width: 720px ) {
	.mc-main:not(.mini) thead {
		border-bottom: none;
	}

	.mc-main:not(.mini) table.my-calendar-table,
	.mc-main:not(.mini) .my-calendar-table thead,
	.mc-main:not(.mini) .my-calendar-table tbody,
	.mc-main:not(.mini) .my-calendar-table tr,
	.mc-main:not(.mini) .my-calendar-table td,
	.mc-main:not(.mini) .my-calendar-table caption {
		display: block;
		height: auto;
		min-height: 0;
	}

	.mc-main:not(.mini) .my-calendar-navigation,
	.mc-main:not(.mini) table.my-calendar-table,
	.mc-main:not(.mini) .my-calendar-table thead,
	.mc-main:not(.mini) .my-calendar-table tbody,
	.mc-main:not(.mini) .my-calendar-table caption  {
		margin: .5rem auto;
		padding: 0;
	}

	.mc-main:not(.mini) .my-calendar-table td {
		margin-bottom: .5em;
		width: auto;
	}
	.mc-main:not(.mini) .my-calendar-table td.no-events,
	.mc-main:not(.mini) .my-calendar-table td.nextmonth {
		display: none;
	}

	.mc-main:not(.mini) .my-calendar-table td .mc-date span[aria-hidden=true] {
		display: none;
	}

	.mc-main:not(.mini) .my-calendar-table td .mc-date {
		font-size: var(--grid-date);
		padding: .5em 1em;
	}

	.mc-main:not(.mini) .my-calendar-table td .button {
		font-size: 1rem;
		padding: .5rem;
	}

	.mc-main:not(.mini) .my-calendar-table td .mc-date .screen-reader-text {
		display: block;
		clip: auto;
		clip-path: none;
		height: auto;
		margin: 0;
		overflow: auto;
		position: static !important;
		width: auto;
		text-align: left;
	}
	
	html[dir=rtl] .mc-main:not(.mini) .my-calendar-table td .mc-date .screen-reader-text {
		text-align: right;
	}

	.mc-main:not(.mini) .my-calendar-table th {
		display: none;
	}
}