/*
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
*/

/*-------------------------------------
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;*display:inline;*zoom:1}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;*vertical-align:middle}button,input{line-height:normal;*overflow:visible}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}html{-ms-overflow-style:scrollbar;}


/*-------------------------------------
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;
    vertical-align: top;
    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;
}

#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;
}

#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;
}

/* 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: 14px;
    text-transform: uppercase;
    display: block;
    margin: 0px auto;
    color: #fff;
    line-height: 14px;
    margin-top: 8px;
    position: relative;
    top: 0px;
}

#popup-container .popup-panel {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    width: 282%;
    left: -91%;
    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: 12px;
    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);
}

/* 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;
}

/* 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: 70px;
    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;
}
