/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	background: #BDD2FF;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #AABDE6;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}


/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../fonts/flexslider-icon.eot');
	src:url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		/* url('../fonts/flexslider-icon.woff') format('woff'), */
		url('../fonts/flexslider-icon.ttf') format('truetype'),
		url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


/** /!!! core css Should not edit !!!/**/

.csSlideOuter {
	overflow: hidden;
}
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.csSlideWrapper > .lightSlider:after {
	clear: both;
}
.csSlideWrapper .csSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade {
	position: relative;
}
.csSlideWrapper .csFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.csSlideWrapper.usingCss .csFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit;
	transition-timing-function: inherit;
}
.csSlideWrapper .csFade > *.active {
	z-index: 10;
}
.csSlideWrapper.usingCss .csFade > *.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.csSlideOuter .csPager.cSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.csSlideOuter .csPager.cSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.csSlideOuter .csPager.cSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.csSlideOuter .csPager.cSpg > li:hover a, .csSlideOuter .csPager.cSpg > li.active a {
	background-color: #428bca;
}
.csSlideOuter .media {
	opacity: 0.8;
}
.csSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.csSlideOuter .csPager.cSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.csSlideOuter .csPager.cSGallery li {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csSlideOuter .csPager.cSGallery li.active, .csSlideOuter .csPager.cSGallery li:hover {
	opacity: 1;
}
.csSlideOuter .csPager.cSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.csSlideOuter .csPager.cSGallery:before, .csSlideOuter .csPager.cSGallery:after {
	content: " ";
	display: table;
}
.csSlideOuter .csPager.cSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.csAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image:url('/lib/css/img/controls.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -16px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.csAction > a:hover {
	opacity: 1;
}
.csAction > .csPrev {
	background-position: 0 0;
	left: 10px;
}
.csAction > .csNext {
	background-position: -32px 0;
	right: 10px;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}


/*=============================================================================
  [site.minimal.css]
  ============================================================================*/


/*------------------------------------------------------------------
 # [Colors] ::start
 ------------------------------------------------------------------*/
.c-1 { color: #105c8e; }
.c-2 { color: #53B1E4; }
.c-white { color: #FFFFFF !important; }
/*------------------------------------------------------------------
 # [Colors] ::end
 ------------------------------------------------------------------*/

 /*------------------------------------------------------------------
 # [Background Colors] ::start
 ------------------------------------------------------------------*/
.bg-blue { background-color: #1D5678 !important; }
.bg-soft-red { background-color: #F2937E !important; }
.bg-haystacks { background-color: #CFAC46 !important; }
/*------------------------------------------------------------------
 # [Background Colors] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Font-Face] ::start
 ------------------------------------------------------------------*/

.ff1 { font-family: 'BebasNeue', Arial, Verdans, sans-serif; }
.ff2 { font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif; }
.ff3 { font-family: 'Regencie Light', Tahoma, Arial, sans-serif; }
.ff4 { font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif; }

/*------------------------------------------------------------------
 # [Font-Face] ::end
 ------------------------------------------------------------------*/


.minimal { display: block; }
.enhanced { display: none; }
.outline-label { display: none; }


/*------------------------------------------------------------------
 # [Selection] ::start
 ------------------------------------------------------------------*/
::-moz-selection {background:#00817f; color:#FFFFFF; text-shadow: none;}
::selection{background:#00817f; color:#FFFFFF; text-shadow: none;}
/*------------------------------------------------------------------
 # [Selection] ::end
 ------------------------------------------------------------------*/

body {
    background-color: #FFFFFF;
    /* letter-spacing: 0.09em; */
    /* letter-spacing: 1px; */
    color: #7d7d7d;
    /* font-family: 'Regencie Light', Tahoma, Arial, sans-serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 400;
    /* letter-spacing: normal; */
    /* letter-spacing: 1px; */
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    text-transform: uppercase;
}

ul, ol { font-size: 1.4em; }
nav ul, nav ol { font-size: 1.0em; }

/*------------------------------------------------------------------
 # [Headings] ::start
 ------------------------------------------------------------------*/
.hd-1, .hd-2, .hd-3, .hd-4 { 
    border-top: 1px solid #ECEDED;
    border-bottom: 1px solid #ECEDED;
    margin-bottom: 20px;
    padding: 6px;
}
.hd-1 { font-size: 3em; }
.hd-2 { font-size: 2em; }
.hd-3 { font-size: 1.5em; }
.hd-4 { font-size: 1.2em; }
/*------------------------------------------------------------------
 # [Headings] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Pull Quotes] ::start
 ------------------------------------------------------------------*/
.pullquote-1 { border-left: 2px solid #CCCCCC; padding-left: 10px; }
.pullquote-2 { }
/*------------------------------------------------------------------
 # [Pull Quotes] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Buttons] ::start
 ------------------------------------------------------------------*/
.btn-1 { 
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px; font-size: 1.3rem;
    line-height: 1;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0;
}

.btn-2 {
    background: #00817f;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 1.3em;
    line-height: 1;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0;
    padding: 10px;

    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.btn-2:hover,
.btn-2:focus {
    opacity: 0.8;
}

.btn-3 { 
    background: #E44156;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px; font-size: 1.3rem;
    line-height: 1;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0;
}

.btn-3:hover,
.btn-3:visited,
.btn-3:focus {
    opacity: 0.9;
    color: #FFF;
}
/*------------------------------------------------------------------
 # [Buttons] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Box-shadows] ::start
 ------------------------------------------------------------------*/
.box-shadow-1 { }
.box-shadow-2 { }
/*------------------------------------------------------------------
 # [Box-shadows] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Gradients] ::start
 ------------------------------------------------------------------*/
.gradient-1 { }
/*------------------------------------------------------------------
 # [Gradients] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Text-shadows] ::start
 ------------------------------------------------------------------*/
.text-shadow-1 { }
.text-shadow-2 { }
/*------------------------------------------------------------------
 # [Text-shadows] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Rounded-corners] ::start
 ------------------------------------------------------------------*/
.rounded-corners-1 { }
.rounded-corners-2 { }
/*------------------------------------------------------------------
 # [Rounded-corners] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Insets] ::start
 ------------------------------------------------------------------*/
.inset-1 { }
/*------------------------------------------------------------------
 # [Insets] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Notice] ::start
 ------------------------------------------------------------------*/
.notice {
    border: 1px dashed #CCCCCC;
    padding: 15px;
}
.notice p {
    background-color: #1F3A93;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
/*------------------------------------------------------------------
 # [Notice] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Separators] ::start
 ------------------------------------------------------------------*/
.separator-1 hr, 
.separator-2 hr { 
    display: none;
}

.separator-1 { 
    clear:both;
    overflow: hidden;
    margin:1.041666667% 0 1.041666667% 0;
    height: 1px;
    background-color: #105C8E;
}

.separator-2 {
    clear:both;
    overflow: hidden;
    border-bottom: 1px dashed #ccc
}
/*------------------------------------------------------------------
 # [Separators] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Flexbox] ::start
 ------------------------------------------------------------------*/
.d-flex { display: flex; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
/*------------------------------------------------------------------
 # [Flexbox] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Tables] ::start
 ------------------------------------------------------------------*/
.tbl { 
    margin: 5px 0 10px 0; 
    padding: 0; 
    border-collapse: collapse; 
    font-size: 1.2em; 
}

/* [Horizontal Box] ::start */
.tbl.horizontal-box caption { 
    margin: 0 0 10px 0; 
    font-size: 1.4em; 
    text-transform: uppercase; 
}
.tbl.horizontal-box th { 
    padding: 10px; 
    background-color: #979797; 
    border-bottom: 1px solid #ECEDED; 
    color: #FFFFFF; 
    text-align: left; 
}
.tbl.horizontal-box td { 

    background-color: #fefefe;
    border-bottom: 1px solid #ECEDED;
    border-top: 1px solid transparent;
        padding: 10px; 
}
/* [Horizontal Box] ::end */

.tbl-wrapper { margin-bottom: 80px; }

/* [.tbl-1] ::start */
.tbl.tbl-1 {
    margin: auto auto 20px;
    width: 100%;
    font-size: 1.3em;
    border: 1px solid #DDD;
}

.tbl.tbl-1 caption { 
    margin: 0 0 10px 0; 
    font-size: 1.4em; 
    text-transform: uppercase; 
}

.tbl.tbl-1 th {
    background-color: #CA4E7D;
    padding: 10px;
    color: #FFF;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    font-size: 1.4em;
    border-right: 1px solid #FFF;
    border-bottom-color: #FFF;
    text-transform: uppercase;
    text-align: center;
    /* letter-spacing: 0.05em; */
}

.tbl.tbl-1 td {
    padding: 10px;
    background-color: #FEFEFE;
    border-right: 1px solid #ECEDED;
    border-bottom: 1px solid #ECEDED;
    text-align: center;
}

.tbl.tbl-1 .highlighted td {
    color: #FFF;
    /*background-color: #F89F51;*/
    background-color: #FD9C5C;
    border-color: #DDD;
}

.tbl.tbl-1 .thead th:last-child,
.tbl.tbl-1 .tbody td:last-child {
    text-align: center;
}
/* [.tbl-1] ::end */

/*------------------------------------------------------------------
 # [Tables] ::end
 ------------------------------------------------------------------*/



/*------------------------------------------------------------------
 # [Image Lists] ::start
 ------------------------------------------------------------------*/
.img-list-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.img-list-1 li { margin-bottom: 20px; }

.img-list-2 { }
.img-list-3 { }

/* [Board of Directors] ::start */
.board-of-directors li { position: relative; }

.board-of-directors .item-img { width: 100%; }

.board-of-directors .caption {
    position: absolute;
    bottom: -10px;
    margin: 10px 0;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    color: #fff;
    background-color: #26c281;
    font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif;
}
/* [Board of Directors] ::end */


/*------------------------------------------------------------------
 # [Image Lists] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [List] ::start
-------------------------------------------------------------------*/
.list {
    margin: 0;
    padding: 0 0 0 26px;
    list-style: none;
}

.list li { margin-bottom: 10px; }

/* [.list-2] ::start */
.list-2 { 
    padding: 0;
    color: #1e9564;
    /* font-family: 'Regencie Light', Tahoma, Arial, sans-serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
    font-size: 1.7em;
    list-style: none;
}

.list-2 li {
    margin-bottom: 20px;
    padding: 16px 0;
    border-bottom: 1px dotted #e8c01f;
}
/* [.list-2] ::end */

/* [.list-3] ::start */
.list-3 { 
    padding: 0;
    color: #1e9564;
    /* font-family: 'Regencie Light', Tahoma, Arial, sans-serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
    font-size: 1.4em;
}

.list-3 li {
    margin: 0 20px;
    padding: 10px 0;
    list-style-type: disc;
    color: #7d7d7d;
}

.list-3 li ul {
    padding: 0;
    font-size: 1em;
}
/* [.list-3] ::end */


/* [.list-4] ::start */
.list-4 { 
    padding: 0;
    color: #1e9564;
    /* font-family: 'Regencie Light', Tahoma, Arial, sans-serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
    font-size: 1.7em;
    list-style: none;
}

.list-4 .list-item {
    margin-bottom: 20px;
    padding: 16px 0;
}

.list-4 .list-item .list-item-link,
.list-4 .list-item .list-item-link:focus,
.list-4 .list-item .list-item-link:visited {
    text-decoration: none;
}

.list-4 .list-item .list-item-link {
    position: relative;
    display: block;
}

.list-4 .list-item .btn-3 {
    font-size: 1em;
    padding: 10px 20px;
    display: block;
}

.list-4 .list-item .list-item-title {
    margin: 0;
    background-color: #333;
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 1.4em;
}
/* [.list-4] ::end */


.alpha-list { list-style-type: lower-alpha; }

/* [.link-list] ::start */
.link-list { padding-left: 0; }

.link-list li { margin-bottom: 0; }

.link-list a {
    display: block;
    padding: 10px 0 10px 30px;
    width: auto;
    color: #26c281;
    background:url('/img/ui/btns/arrow-right-20140729.png') 8px 17px no-repeat;
    text-decoration: none;
    border-bottom: 3px solid #26c281;
    text-transform: uppercase;
    font-size: 1.08em;
    /* font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
}
/* [.link-list] ::end */

/* [.zebra-list] ::start */
.zebra-list {
    margin: 0;
    padding: 0;
}

.zebra-list li {
    padding: 10px;
    font-size: 1.2cdem; 
}

.zebra-list li:nth-child(even) { background-color: #f3f3f3; }
/* [.zebra-list] ::end */

/* [.overview-list] ::start */
.overview-list a { word-wrap: break-word; }
/* [.overview-list] ::end */


/*------------------------------------------------------------------
 # [List] ::end
-------------------------------------------------------------------*/


#main-container {
    margin: 0;
    width: 100%;
    border-top: 12px solid #00aba9;
}

#main-content { padding: 10px 4.166666667%; }

.controller-index #main-content {
    margin-top: 10px;
    background-color: #c4f3fc;
}

#masthead { 
    position: relative;
    padding: 0 10px;
}

.inner-masthead { max-width: 100%; }

#logo {
    margin: 20px auto;
    padding: 0 0 20px 0;
    text-align: center;
}

#logo img { display: inline-block; }


/*------------------------------------------------------------------
 # [Masthead] ::start
-------------------------------------------------------------------*/

/* [Contact Numbers] ::start */
.contact-numbers .contact-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    color: #00aba9;
    font-size: 1.5em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.contact-numbers .contact-list .label { color: #3c55a4; }

.contact-numbers .contact-list li { 
    display: inline;
    margin-right: 10px;
}

.contact-numbers .contact-list li:last-child { margin-right: 0; }

.contact-numbers .contact-list li a { 
    text-decoration: none;
    color: #00aba9;
}
/* [Contact Numbers] ::end */

/* [Menu Toggler] ::start */
.menu-toggler,
.menu-toggler:active,
.menu-toggler:focus,
.menu-toggler:visited,
.menu-toggler:hover {
    display: block;
    padding: 6px 10px;
    color: #fff;
    border-top: 6px solid #26c281;
    background-color: #1f3a93;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 2.8em;
    text-align: center;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.menu-toggler.active { color: #f9d33b; }

.menu-toggler .text {
    background:url('/img/ui/icons/list-20140724.png') right center no-repeat;
    padding-right: 40px;
}

.menu-toggler:focus .text,
.menu-toggler.active .text { 
    background-image:url('/img/ui/icons/list-2-20140724.png'); 
}
/* [Menu Toggler] ::end */

/*------------------------------------------------------------------
 # [Masthead] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Index Page] ::start
-------------------------------------------------------------------*/

/* [.our-mission] ::start */
.our-mission {
    padding: 10px;
    margin-top: 10px;
    color: #faebc9;
    background-color: #699faf;
    line-height: 1.1em;
    font-size: 2em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    text-transform: uppercase;
    /* letter-spacing: 0.05em; */
}

.our-mission .label { color: #fff; }

/* [.our-mission] ::end */

/* [Features] ::start */
.features {
    margin-top: 10px;
    padding: 10px;
    background-color: #fff;

    -webkit-box-shadow: 0 2px 4px #6eb7c4;
    -moz-box-shadow: 0 2px 4px #6eb7c4;
    box-shadow: 0 2px 4px #6eb7c4;
}

.features .col-item { margin-bottom: 10px; }
.features .col-3 { margin-bottom: 0; }

.features .feature-details { padding: 10px; }

.features .latest-news .feature-details { background-color: #f0f2f6; }
/* .features .col-2 .feature-details { background-color: #e1f7fb; } */
.features .col-2 .feature-details { background-color: #e1f7fb; }
.features .col-3 .feature-details { background-color: #fff9ea; }

.features .feature-title {
    margin: 0;
    padding: 10px;
    font-size: 2em;
    color: #fff;
}

.features .latest-news .feature-title-link { background-color: #BB64AD; }
.features .latest-news .feature-title-link:hover { background-color: #800080; }

/* .features .col-2 .feature-title-link { background-color: #91C8D2; } */
.features .col-2 .feature-title-link { background-color: #009688; }
.features .col-2 .feature-title-link:hover { background-color: #699FAF; }

.features .col-3 .feature-title-link { background-color: #E0C078; }
.features .col-3 .feature-title-link:hover { background-color: #C1A15C; }

.features .feature-title .title-text {
    padding-right: 44px;
    width: 32px;
    height: 32px;
    background-position: right center;
    background-repeat: no-repeat;
}

.features .feature-title-link {
    display: block;
    text-decoration: none;
}

.features .latest-news .title-text { background-image:url('/img/pages/index/features/news-20140725.png'); }
.features .col-2 .title-text { background-image:url('/img/pages/index/features/calendar-20140725.png'); }
.features .col-3 .title-text { background-image:url('/img/pages/index/features/contact-20140725.png'); }

.features .feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.features .feature-list .item {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.features .feature-list .item:last-child {
    margin-bottom: 0;
    border-bottom: none; 
}

.features .feature-list .item a {
    outline: none;
    text-decoration: none;
}

.features .feature-list .title {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 1.6em;
    font-family: 'BebasNeue', Arial, Verdana, sans-serif;
}

.features .col-1 .feature-list .title { color: #A828A8; }
/* .features .col-1 .feature-list .item:hover .title { color: #800080; } */

.features .col-2 .feature-list .title { color: #5D929C; }

.features .col-1 .feature-list .item { border-bottom-color: #CAD4F2; }
.features .col-2 .feature-list .item { border-bottom-color: #B7BFDA; }

.features .feature-list .text {
    color: #646464;
    font-size: 1em;
}

.features .col-3 .text-group { color: #5d5748; }

.controller-index #paul-calvo .col-item.col-1 { text-align: center; }
.controller-index #paul-calvo .col-item { background-color: #f7f5f2; }

/* [Features] ::end */

/*------------------------------------------------------------------
 # [Index Page] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Subpage] ::start
-------------------------------------------------------------------*/
.subpage-header { padding: 20px; }

.subpage-header .details { margin: 0 auto; }

.page-title { 
    margin: 0;
    padding: 0;
    color: #1f3a93;
    font-size: 3.4em;
}

.page-subtitle.box {
    margin: 0 0 16px 0;
    padding: 10px;
    color: #fff;
    font-size: 2.3em;
}

.page-subtitle.box-1 { 
    background-color: #26c281;
    font-size: 2em;
}

/*.page-subtitle.box-2 {
    padding-right: 30px;
    background-color: #475A96;
}*/

/* [.inner-cols] ::start */
.inner-cols .col-1 { margin-bottom: 10px; }
/* [.inner-cols] ::end */

.fb-link,
.fb-link:visited,
.fb-link:active { 
    display: block;
    padding-left: 40px;
    height: 32px;
    font-size: 2.4em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    text-decoration: none;
    background:url('/img/ui/icons/facebook-20140729.png') 0 0 no-repeat;
    color: #346DA6;
}

.group .group-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 8px 15px;
}

.group-1 { margin: 40px 0; }

.group-1 .group-title {
    display: block;
    color: #475A96;
    border: 1px solid #B2BCDB;
    font-size: 2.2em;
    /* letter-spacing: 0.03em; */
}

.group-2 { text-align: center; }

.group-2 .group-title {
    margin-bottom: 10px;
    padding: 0;
    color: #475A96;
    border: none;
    font-size: 2.45em;
    /* letter-spacing: normal; */
}

.footnote {
    color: #333;
    font-size: 1.4em;
    font-style: italic;
}
.note {
    color: #E44156;
    font-size: 0.9em;
    font-style: italic;
}


/* [Sidebar] ::start */
.subpage .sidebar-group-1 {
    padding: 10px;
    border: 1px dashed #e0c078;
}

.sidebar-title {
    margin: 0;
    padding: 6px 10px;
    font-size: 2.8em;
    color: #fff;
    background-color: #e0c078;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
}

.sidebar-navigation {
    margin-top: 10px;
    padding-left: 10px; 
}

.sidebar-navigation a {
    display: block;
    text-decoration: none;
    font-size: 1.4em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    color: #999;
    border-bottom: 1px dotted #5d5748;
}

.sidebar-navigation li.active a { 
    color: #f1ae17;
    border-bottom-color: #f1ae17;
}

.sidebar-navigation li:last-child a { border-bottom: none; }
/* [Sidebar] ::end */


/* [Toggables] ::start */
.has-toggable {
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #E7E7E7;
}
.has-toggable:hover,
.has-toggable.active {
    border-color: #475A96;
}

.csstransitions .has-toggable {
    -webkit-transition: border 0.8s;
    -moz-transition: border 0.8s;
    -o-transition: border 0.8s;
    -ms-transition: border 0.8s;
    transition: border 0.8s;
}

.has-toggable .toggable-trigger {
    margin: 0;
    padding: 5px 12px;
    background:url('/img/ui/btns/arrow-down-20140730.png') #475A96 99% center no-repeat;
    color: #FFF;
    font-size: 2em;
    line-height: normal;
    /* letter-spacing: 0.03em; */
    cursor: pointer;
}

.has-toggable.active .toggable-trigger { background-image:url('/img/ui/btns/arrow-up-20140730.png'); }

.csstransitions .has-toggable .toggable-trigger {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.has-toggable .toggable-content {
    padding: 20px 10px 10px;
    display: none;
}
/* [Toggables] ::end */


.subpage .link-1,
.subpage .link-1:visited,
.subpage .link-1:active,
.subpage .link-1:focus,
.subpage .link-1 a,
.subpage .link-1 a:visited,
.subpage .link-1 a:focus,
.subpage .link-1 a:active {
    color: #26c281;
}

/* [Kick the Fat 5k and Community Fair] ::start */
.kick-the-fat-5k-and-community-fair .col-1 {
    text-align: center;
    padding-bottom: 20px;
}

.img-link {
    display: block;
    border: 1px dashed #26c281;
    margin: 20px auto;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.link { font-size: 1.4em; }

.link-1 { color: #a828a8; }
.link-1:hover,
.link-1:focus,
.link-1:active {
    color: #800080;
}

.link-2 { color: #5D929C; }
.link-2:hover,
.link-2:focus,
.link-2:active {
    color: #91C8D2;
}

.link-3 { color: #c99217; }
.link-3:hover,
.link-3:focus,
.link-3:active {
    color: #b09456;
}

.pdf {
    display: inline-block;
    background:url('/img/ui/icons/pdf-icon-20160113.png') 0 0 no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.img-link-1 {
    margin-top: 10px;
    display: block;
    border: 1px dashed #26c281;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.img-link-1:hover { border-style: solid; }

.img-caption {
    background-color: #26c281;
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    padding: 10px;
}

/* [Kick the Fat 5k and Community Fair] ::end */


/* [Press Release] ::start */

.subpage.press-release .news-item {
    border-bottom: 1px dotted #e8c01f;
    padding: 10px 15px;
}

.subpage.press-release .news-item:hover {
    background-color: #F5F7FF;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.subpage.press-release .title {
    margin: 0;
    padding: 0;
}

.subpage.press-release .title a {
    /* font-family: "Hallo Sans",Georgia,"Times New Roman",serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
    color: #26c281;
    text-decoration: none;
    font-size: 1.5em;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.subpage.press-release .title a:hover { color: #1F3A93; }

.subpage.press-release .description p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.4em;
}

.subpage.press-release .read-more {
    background:url('/img/ui/btns/arrow-right-20140729.png') 0 center no-repeat;
    display: block;
    text-decoration: none;
    /* font-family: "Hallo Sans",Georgia,"Times New Roman",serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
    font-size: 1.5em;
    color: #26c281;
    margin-top: 10px;
    padding-left: 20px;
    outline: none;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.subpage.press-release .text-group p { line-height: 1.5em; }

.subpage.press-release .read-more:hover {
    color: #1F3A93;
    background:url('/img/ui/btns/arrow-right-2-20140729.png') 0 center no-repeat;
}

.subpage.press-release figure figcaption { font-size: 1.2em; }

.subpage.press-release .img-list-1 .col-item {
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 49%;
}
.subpage.press-release .img-list-1 .col-item:last-child { margin-right: 0; }
/* [Press Release] ::end */


.circle-of-care-psycho-oncology-support-program-page .cols .col-item {
    margin-bottom: 20px;
}
.circle-of-care-psycho-oncology-support-program-page .cols .col-item img {
    border: 1px solid #1f3a93;
}
/*------------------------------------------------------------------
 # [Subpage] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Froz Search Results] ::start
-------------------------------------------------------------------*/
.froz-search-results ol {
    margin: 0;
    padding: 0;
}

.froz-search-results li { 
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px dotted #c2c2c2; 
    list-style: none;
}

.froz-search-results li p { font-size: 1.3em; }

.froz-search-results .title { 
    margin: 0 0 6px 0;
    padding: 0;
}

.froz-search-results .title a {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #26c281;
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    line-height: 1.2em;
}

.froz-search-results .title a:hover { 
    color: #FF1212;
    text-decoration: underline;
}

.froz-search-results .url a,
.froz-search-results .summary { 
    word-wrap: break-word; 
    word-break: break-all;
}

.froz-search-results .url { margin-bottom: 10px; }

.froz-search-results .url a {
    display: block;
    margin-top: 10px;
    color: #1f3a93; 
    text-decoration: none;
    background:url('/img/ui/icons/arrow-right-2-20140813.png') 0 4px no-repeat;
    font-size: 0.9em;
    padding-left: 16px;
}

.froz-search-results .summary {
    color: #757575;
    font-size: 1.2em;
    font-family: 'Regencie Light', Tahoma, Arial, sans-serif;
}

.froz-search-results .search-summary { 
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 2.4em;
    font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif;
}

/* [Pagination Control] ::start */
.froz-search-results .pagination-control {
    margin: 0 auto;
    padding: 10px;
    color: #acacac;
    text-align: center;
    font-size: 1.9em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
}

.froz-search-results .pagination-control .separator {
    padding: 0 6px;
    color: #e9e9e9;
    font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif;
}

.froz-search-results .pagination-control a { 
    color: #1f3a93; 
    text-decoration: none;
}

.froz-search-results .pagination-control .summary { 
    color: #acacac; 
    font-size: 0.8em !important;
}
/* [Pagination Control] ::end */

/*------------------------------------------------------------------
 # [Froz Search Results] ::end
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Footer] ::start
-------------------------------------------------------------------*/
#inner-footer {
    padding: 20px;
    background-color: #00aba9; 
}

#inner-footer .address { 
    margin-top: 20px;
    color: #ccf6f5;
}

#inner-footer .address .label {
    margin: 0;
    padding: 0;
    color: #ccf6f5;
    font-size: 1.8em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
}

#inner-footer .address .text {
    font-size: 1.8em;
    line-height: 0.9em;
    /* font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif; */
    font-family: 'Louis George Cafe Regular', Tahoma, Arial, sans-serif;
}

#copyright {
    padding: 10px;
    color: #ffe68e;
    font-size: 1.4em;
    border-top: 4px solid #f9bf3b;
    background-color: #1f3a93;
}

#copyright a { 
    color: #fff;
    text-decoration: none;
}
/*------------------------------------------------------------------
 # [Footer] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 480 to 640] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 640px) {
    .board-of-directors li {
        float: left;
        margin-right: 4%;
        width: 48%;
    }

    .board-of-directors li:nth-child(even) { margin-right: 0; }
}
/*------------------------------------------------------------------
 # [Browser Width: 480 to 640] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 481 to 640] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 640px) {
    /* [Kick the Fat 5k and Community Fair] ::start */
    .kick-the-fat-5k-and-community-fair .col-1 {
        width: 20%;
        margin-right: 2%;
    }

    .kick-the-fat-5k-and-community-fair .col-2 {
        width: 78%;
    }
    /* [Kick the Fat 5k and Community Fair] ::end */
}
/*------------------------------------------------------------------
 # [Browser Width: 481 to 640] ::end
 ------------------------------------------------------------------*/








/*=============================================================================
  [site.navigations.minimal.css]
  ============================================================================*/


/*------------------------------------------------------------------
 # [Breadcrumbs] ::start
 ------------------------------------------------------------------*/
.breadcrumbs { }

.breadcrumbs.breadcrumbs-1 { 
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 0;
    border-bottom: 1px solid #ECEDED;
}

.breadcrumbs.breadcrumbs-1 ul li {
    float: left;
    overflow: hidden;
    padding-right: 23px;
    margin-bottom: 6px;
    background:url('/img/ui/icons/breadcrumbs-separator-20140728.png') right 1px no-repeat;
}

.breadcrumbs.breadcrumbs-1 ul li:first-child { }

.breadcrumbs.breadcrumbs-1 ul li:last-child {
    background: none;
    padding-right: 0;
}

.breadcrumbs.breadcrumbs-1 ul li a {
    padding: 0 0 4px 0;
    color: #666666;
    text-decoration: none;
    display: inline-block;
    margin-left: 6px;
    font-size: 1.6em;
    line-height: 1.0em;
    font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif;
    text-transform: uppercase;
}

.breadcrumbs.breadcrumbs-1 ul li a:hover {
    color: #2A8ACA;
    text-decoration: underline;
}

.breadcrumbs.breadcrumbs-1 ul li.active a { color: #00aba9; }

.breadcrumbs.breadcrumbs-1 ul li:first-child a { margin-left: 0; }

.breadcrumbs.breadcrumbs-2 { }

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie .breadcrumbs.breadcrumbs-1 ul li { background-position: right 0; }
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/
/*------------------------------------------------------------------
 # [Breadcrumbs] ::end
 ------------------------------------------------------------------*/



/*------------------------------------------------------------------
 # [Head Navigation] ::start
 ------------------------------------------------------------------*/
#head-navigation {
    position: absolute;
    display: none;
    margin-top: 6px;
    width: 94%;
    font-size: 0.9em;
    z-index: 100;
}

#head-navigation > ul > li {
    display: block;
    overflow: hidden;
    clear: both;
}

#head-navigation > ul > li:first-child > a {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#head-navigation > ul > li:last-child > a {
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

#head-navigation > ul > li a {
    display: block;
    padding: 10px 20px;
    width: auto;
    font-size: 2.2em;
    font-weight: 400;
    background-color: #14255e;
    border-bottom: 1px dotted #3c55a4;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Hallo Sans', Georgia, 'Times New Roman', serif;
    color: #FFFFFF;
}

#head-navigation > ul > li a:hover,
#head-navigation > ul > li a:focus {
    background-color: #3c55a4;
}

#head-navigation > ul > li.active > a { 
    background-color: #ffd36d;
    color: #283f87;
}



/* [Sub Menu] ::start */
#head-navigation > ul > li li { border-bottom: 1px solid #8ca7fb; }

#head-navigation > ul > li li a { 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    background-image:url('/img/ui/icons/arrow-right-20140725.png');
    background-color: #6a84d6;
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 1.9em;
}

#head-navigation > ul > li:last-child li a:hover,
#head-navigation > ul > li:last-child li a:focus,
#head-navigation > ul > li:last-child.active li a {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#head-navigation > ul > li > .submenu > li.active a { 
    background-color: #446ef2;
    background-position: 18px center;
}

#head-navigation > ul > li li.expanded > a { background-color: #0a1741; }

#head-navigation > ul > li.nav-about-us .overview a,
#head-navigation > ul > li.nav-go-green .overview a { 
    display: none; 
}

/* [Sub Menu] ::end */




/* [.sf-menu] ::start */

.sf-menu { float: none; }

.sf-menu li {
    float: none; 
    width: 100%;
    background-color: transparent;
}

.sf-menu a {
    padding: 0;
    border: none;
}
/* [.sf-menu] ::end */




/*------------------------------------------------------------------
 # [Head Navigation] ::end
 ------------------------------------------------------------------*/




/*------------------------------------------------------------------
 # [Foot Navigation] ::start
 ------------------------------------------------------------------*/
#foot-navigation ul { font-size: 1.2em; }

#foot-navigation ul li { display: block; }

#foot-navigation ul li:first-child { margin-left: 0; }

#foot-navigation ul li a {
    display: block;
    clear: both;
    width: 100%;
    font-size: 1.6em;
    text-decoration: none;
    color: #f0ffbf;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
}
/*------------------------------------------------------------------
 # [Foot Navigation] ::end
 ------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Browser Width: 481 to 640px] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 640px) {
    #head-navigation { width: 97%; }
}
/*------------------------------------------------------------------
 # [Browser Width: 481 to 640px] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Browser Width: 361 to 480] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 361px) and (max-width: 480px) {
    #head-navigation { width: 96%; }
}
/*------------------------------------------------------------------
 # [Browser Width: 361 to 480] ::end
 ------------------------------------------------------------------*/



/*=============================================================================
  [site.forms.minimal.css]
  ============================================================================*/


/*------------------------------------------------------------------
 # [Main Search] ::start
 ------------------------------------------------------------------*/
/*#main-search {
    position: relative;
    top: 10px;
    right: 0;
    left: 0;
    display: inline-block;
    width: auto;
    margin: auto;
    padding: 0;
}

.controller-index #main-search { top: 0; }

#main-search legend { display: none; }

#main-search label { display: none; }

#main_search_box_txt {
    display: block;
    padding: 10px 22% 10px 12px;
    width: auto;
    border: 1px solid #d8def0;
    outline: none;
    text-align: left;
    font-size: 1.8em;
    line-height: 1.0em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;

    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;

    -webkit-appearance: none;
}

#main_search_box_txt:hover,
#main_search_box_txt:focus {
    border: 1px solid #333;
}

#main-search ::-webkit-input-placeholder { color: #e7dbb6; }

#main-search :-moz-placeholder { color: #e7dbb6; }

#main_search_btn {
    position: absolute;
    top: 10px;
    right: -20px;
}*/

#main-search {
    position: relative;
    top: 10px;
    right: 0;
    left: 0;
    display: block;
    width: 80%;
    margin: auto;
    padding: 0;
    border: 1px solid #d8def0;
}

#main-search:hover,
#main-search:focus {
    border: 1px solid #333;
}


.controller-index #main-search { top: 0; }

#main-search legend { display: none; }

#main-search label { display: none; }

#main_search_box_txt {
    display: block;
    margin: 0;
    padding: 10px 50px 10px 15px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.8em;
    line-height: 1.0em;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;

    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-appearance: none;
}

/*#main_search_box_txt:hover,
#main_search_box_txt:focus {
    border: 1px solid #333;
}
*/
#main-search ::-webkit-input-placeholder { color: #e7dbb6; }

#main-search :-moz-placeholder { color: #e7dbb6; }

#main_search_btn {
    position: absolute;
    top: 10px;
    right: 16px;
    margin: 0 auto;
}
/*------------------------------------------------------------------
 # [Main Search] ::end
 ------------------------------------------------------------------


/*------------------------------------------------------------------
 # [Smart Form] ::start
 ------------------------------------------------------------------*/
.smart-form ol:after, 
.smart-form li:after, 
.smart-form li div:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    content: ".";
}

.smart-form ol {
    margin:0;
    padding:0;
    list-style-type:none;
}

.smart-form ol li {
    width: auto;
    overflow: hidden;
    clear: both;
}

.smart-form { }
.smart-form ol { }
.smart-form .group { }

.smart-form .errors {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    clear: both;
}

.smart-form .errors li { }

.smart-form .errors label {
    display: block;
    padding: 8px 0 6px 26px;
    border-bottom: 1px dashed #CC0000;
    font-size: 1em;
    color: #CC0000;
    background:url('/img/ui/icons/error-20140730.png') 0 12px no-repeat;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    text-transform: uppercase;
}

.smart-form .errors label:hover { color: #9AB0BF; }

.smart-form .group-label {
    display: none;
    margin: 30px 0 20px 0;
    font-size: 1.2em;
    font-weight: 700;
}

.smart-form .element-wrapper {
    display: block;
    clear: both;
    margin: 0 0 16px 0;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.smart-form .element-wrapper .hint {
    font-size: 0.84em;
    font-style: italic;
}

.smart-form .element-wrapper label { display: inline-block; }

.smart-form .element-wrapper > label {
    display: block;
    margin-bottom: 2px;
    padding: 6px 12px;
    font-size: 1.4em;
    background-color: #26c281;
    color: #fff;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    text-transform: uppercase;
}

.smart-form .element-wrapper .required em {
    margin-left: 0.1em;
    font-size: 0.9em;
    color: #cc0000;
}

.smart-form .element-wrapper .text,
.smart-form .element-wrapper .textarea {
    width: 97.4%;
    padding: 6px 0 6px 2%;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    outline: none;
    font-family: inherit;
    
    -webkit-appearance: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.smart-form .element-wrapper .text.error,
.smart-form .element-wrapper .textarea.error {
    border: 1px solid #CC0000;
}

.smart-form .element-wrapper .text:hover,
.smart-form .element-wrapper .textarea:hover,
.smart-form .element-wrapper .text:focus,
.smart-form .element-wrapper .textarea:focus {
    border: 1px solid #333; 
}

.smart-form .element-wrapper .button {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 9px 34px 11px;
    background: #1f3a93;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    text-transform: uppercase;
    line-height: 1;
    font-family: inherit;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.smart-form .element-wrapper .button:hover,
.smart-form .element-wrapper .button:focus {
    background: #395ac8;
}


/* [iCheck] ::start */
.smart-form .element-wrapper .radio-labels {
    display: inline-block;
    margin-top: 10px;
}

.smart-form .element-wrapper .radio-label {
    margin-right: 15px;
    font-size: 1.1em;
    letter-spacing: 0.05em;
}

.smart-form .element-wrapper .radio-label .radio-wrapper { margin-right: 8px; }
/* [iCheck] ::end */


/* [select2] ::start */
.select2-container { width: 100%; }

.select2-container .select2-choice abbr { top: 11px; }

.select2-container .select2-choice {
    position: static;
    padding: 7px 10px 7px 15px;
    height: auto;
    line-height: normal;
    border-color: #e9e9e9;
    color: #999999;
    font-size: 1.15em;
    background: #f8f8f8;
    letter-spacing: 0.05em;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-container .select2-choice:hover,
.select2-container .select2-choice:focus,
.select2-container-active .select2-choice {
    border-color: #99dabf;
}

.csstransitions .select2-container .select2-choice,
.csstransitions .select2-container-active .select2-choice {
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -o-transition: border 0.5s;
    -ms-transition: border 0.5s;
    transition: border 0.5s;
}

.select2-container .select2-choice > .select2-chosen { color: #999999; }

.select2-container-active .select2-choice > .select2-chosen,
.select2-container .select2-choice:hover > .select2-chosen {
    color: #999999;
}

.csstransitions .select2-container-active .select2-choice > .select2-chosen,
.csstransitions .select2-container .select2-choice:hover > .select2-chosen {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -ms-transition: color 0.5s;
    transition: color 0.5s;
}

.select2-container .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice .select2-arrow {
    width: 20px;
    border-left: none;
    filter: none;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-container .select2-choice .select2-arrow, .select2-dropdown-open .select2-choice .select2-arrow {
    background: #26c281;
    border-left: 1px solid #26c281;
}

.select2-container .select2-choice .select2-arrow b { background-position: 1px 1px; }

/* [.select2-drop] ::start */
.select2-drop { padding: 10px 5px 5px; }

.select2-drop, .select2-drop.select2-drop-above {
    margin-top: 5px;
    font-family: "Colaborate-Regular Regular", Verdana, Arial, sans-serif;
    border: 1px solid #bdbdbd;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-drop.select2-drop-above { margin-top: -5px; }

.select2-results .select2-result-label { font-size: 1.2em; }

.select2-results .select2-result-label:hover, .select2-results .select2-highlighted .select2-result-label { color: #FFFFFF; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #bdbdbd;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-drop.select2-drop-above.select2-drop-active { border-color: #bdbdbd; }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices { background: none; }

.select2-results .select2-highlighted { background-color: #1f3a93; }

.select2-search input {
    color: #0A3B75;
    border-color: #BBC9E6;
    font-size: 1.4em;
}

.select2-dropdown-open .select2-choice { background-color: #ebf5f1; }

.select2-dropdown-open .select2-choice .select2-arrow b { background-position: -16px 0; }
/* [.select2-drop] ::end */

/* [select2] ::end */

/* [ReCaptcha] ::start */
.smart-form .field.recaptcha { display: none; }
/* [ReCaptcha] ::end */

/*------------------------------------------------------------------
 # [Smart Form] ::end
 ------------------------------------------------------------------*/


/*------------------------------------------------------------------
 # [Smart Form] ::start
------------------------------------------------------------------*/
.form-success-wrapper {
    display: block;
    margin: 40px 0;
    padding: 20px;
    font-size: 1.5em;
    text-align: center;
    border: 3px dashed #26C281;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form-field-note {
    padding: 10px 0;
    display: block;
    clear: both;
    font-size: 1.15em;
}
/*------------------------------------------------------------------
 # [Smart Form] ::end
------------------------------------------------------------------*/



/*------------------------------------------------------------------
 # [Browser Width: 335 to 640] ::start
 ------------------------------------------------------------------*/
@media screen and (min-width: 336px) and (max-width: 640px) {
    .smart-form .element-wrapper .text,
    .smart-form .element-wrapper .textarea {
        width: 97.5%;
    }

    .smart-form .element-wrapper .textarea { width: 97.5%; }
}
/*------------------------------------------------------------------
 # [Browser Width: 335 to 640] ::end
 ------------------------------------------------------------------*/





/* [Kick the Fat 5k 205] ::start */
/* .controller-kick-the-fat-5k-2026 #masthead { background-color: #91cfcb; } */

/* .controller-kick-the-fat-5k-2026 .inner-masthead { display: none; } */
/* .controller-kick-the-fat-5k-2026 #main-container { border-top-color: #03A568; } */
.controller-kick-the-fat-5k-2026 #main-container { border-top-color: #1f0b1f; }
.controller-kick-the-fat-5k-2026 #masthead {
    background-color: #311d31;
}
.controller-kick-the-fat-5k-2026 .content-details,
.controller-kick-the-fat-5k-2026 .subpage {
    background-color: #1f0b1f;
    color: #FFFFFF;
    padding: 10px;
}
.controller-kick-the-fat-5k-2026 .content-details p,
.controller-kick-the-fat-5k-2026 .subpage p,
.controller-kick-the-fat-5k-2026 .content-details a,
.controller-kick-the-fat-5k-2026 .subpage a,
.controller-kick-the-fat-5k-2026 .content-details h2,
.controller-kick-the-fat-5k-2026 .subpage h2,
.controller-kick-the-fat-5k-2026 .content-details ul > li,
.controller-kick-the-fat-5k-2026 .subpage ul > li {
    color: #FFFFFF;
}
.controller-kick-the-fat-5k-2026 #logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.controller-kick-the-fat-5k-2026 .contact-numbers .contact-list .label,
.controller-kick-the-fat-5k-2026 .contact-numbers .contact-list li {
    color:#FFFFFF;
}

.controller-kick-the-fat-5k-2026 .subpage-header .page-title { color: #fdd069; }

.controller-kick-the-fat-5k-2026 .notice p { background-color: #F2937E; }

.controller-kick-the-fat-5k-2026 #inner-content { background-color: #311d31; }

.controller-kick-the-fat-5k-2026 #head-navigation > ul > li a { background-color: #1f0b1f; }
.controller-kick-the-fat-5k-2026 #head-navigation > ul > li:first-child > a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.controller-kick-the-fat-5k-2026 #head-navigation {
    background-color: #1f0b1f;
    box-shadow: inset 0 5px 0 #F2CD5E;
}

.controller-kick-the-fat-5k-2026 #head-navigation > ul > li > a:hover,
.controller-kick-the-fat-5k-2026 #head-navigation > ul > li:hover > a {
    background-color: #e53c4a;
    color: #FFFFFF;
}

.controller-kick-the-fat-5k-2026 #head-navigation > ul > li {
    border-right-color: #FFFFFF
}

.controller-kick-the-fat-5k-2026 #head-navigation > ul > li > a,
.controller-kick-the-fat-5k-2026 #head-navigation > ul > li > a {
    padding: 15px 12px;
}

.controller-kick-the-fat-5k-2026 #head-navigation > ul > li.active > a,
.controller-kick-the-fat-5k-2026 #head-navigation > ul > li.active > a:hover {
    background-color: #F15B2B;
    color: #FFFFFF;
}

/* .controller-kick-the-fat-5k-2026 #inner-content,
.controller-kick-the-fat-5k-2026 .list-3 {
    font-family: 'WellrockSlab Regular';
} */

/* .controller-kick-the-fat-5k-2026 h1, h2, h3, h4, h5, h6{
    font-family: 'WellrockSlabBold Regular' !important;
}

.controller-kick-the-fat-5k-2026 .tbl.tbl-1 { border: 1px solid #000; }

.controller-kick-the-fat-5k-2026 .page-subtitle.box-1 { font-size: 2.4em; }
.controller-kick-the-fat-5k-2026 .subpage-header .page-title { font-size: 3em; } */


.controller-kick-the-fat-5k-2026 #inner-footer { background-color: #311d31; }
.controller-kick-the-fat-5k-2026 #foot-navigation ul li a { color: #FFFFFF; }
.controller-kick-the-fat-5k-2026 #copyright {
    border-top-color: #ffffff;
    background-color: #1f0b1f;
}
.controller-kick-the-fat-5k-2026 #copyright .details { color: #FFFFFF; }

.controller-kick-the-fat-5k-2026 #main-search { display: none;}

.controller-kick-the-fat-5k-2026 .page-subtitle.box-1 { background-color: #fdd069;}
.controller-kick-the-fat-5k-2026 .smart-form .element-wrapper > label {
    background-color: #7c60bd;
    border-top: #7c60bd;
    border-left: #7c60bd;
    border-bottom: #7c60bd;
}

.controller-kick-the-fat-5k-2026 .tbl.tbl-1 th {
    background-color: #fdd069;
    border-right: 2px solid #000;
    border-bottom-color: #000;
    border-bottom-width: 2px;
    text-transform: none;
    color: #000000;
}

.uppercase { text-transform: uppercase !important; }

.controller-kick-the-fat-5k-2026 .tbl.tbl-1 td {
    /* background-color: #FEFEFE; */
    background-color: transparent !important;
    color: #FFF !important;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    color: #1D5678;
    vertical-align: middle;
    font-size: 1.25em;
}

.controller-kick-the-fat-5k-2026 .tbl.tbl-1 {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.banner { margin: 0 0 20px; }

.banner-details {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #2B5585;
    text-align: center;
    background-color: #1f0b1f;
}
.banner-details .banner-title {
    color: #fdd069;
    margin-top: 0;
    font-size: 2.6em;
}

.banner-caption {
    margin-top: 4px;
    color: #ec7b32;
}

.controller-kick-the-fat-5k-2026 .banner-register-button .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6em;
    background-color: #253732;
}

.controller-kick-the-fat-5k-2026 .list-4 .list-item .btn.btn-3 { background-color: #E58259; }

.controller-kick-the-fat-5k-2026 .btn.btn-3 { background-color: #ec7b32; }

.controller-kick-the-fat-5k-2026 .registration-page.btn.btn-3 { background-color: #ec7b32; }

.banner-event-date {
    background-color: rgba(20, 39, 60, 0.5);
    color: #FFF;
    padding: 10px 20px;
    z-index: 2;
    position: relative;
    font-size: 0.8em;
    text-align: center;
}
.event .event-item .event-item-title { margin: 0; }
/* [Kick the Fat 5k 205] ::end */

/* [Countdown Timer] ::start */
.countdown-container { margin-bottom: 20px; }
.countdown-container .date-wrapper .time-unit {
    font-size: 1.8em;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 25%;
    margin: 0;
    background-color: #14273C;
    border-bottom: 5px solid #295487;
    border-top: 5px solid #295487;
}
.countdown-container .date-wrapper .time-unit:before {
    content: ":";
    font-size: 1.5em;
    margin-left: 11%;
    position: absolute;
    color: #F7D764;
}
.countdown-container .date-wrapper .time-unit:last-child:before { display: none; }
.ie .countdown-container .date-wrapper .time-unit:before { display: none; }

.countdown-container .date-wrapper .time-unit .value {
    display: block;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;
    font-size: 2.3em;
    line-height: 1em;
    /* color: #F8D85A; */
    color: #FFFFFF;
}

.countdown-container .date-wrapper .time-unit .label {
    font-size: 0.8em;
    color: #ccc;
    font-family: 'Regencie Light', Tahoma, Arial, sans-serif;
}
/* [Countdown Timer] ::end */


/*=============================================================================
  [site.slider.minimal.css]
  ============================================================================*/

/*------------------------------------------------------------------
 # [Flexslider] ::start
-------------------------------------------------------------------*/
.flexslider .slides img { width: auto; }
/*------------------------------------------------------------------
 # [Flexslider] ::end
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 # [Main Slider] ::start
-------------------------------------------------------------------*/
.main-slider { 
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'BebasNeue', Arial, Verdans, sans-serif;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.main-slider .slider-btn {
    display: inline-block;
    margin: 10px 0;
    padding: 4px 16px;
    font-size: 1.6em;
    text-decoration: none;
    color: #00aba9;
    background-color: #fff;
}

.main-slider img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* [Slider Flex Direction Nav] ::start */
.main-slider .flex-direction-nav { display: none; }
/* [Slider Flex Direction Nav] ::end */

/* [Specific pages] ::start */


/* [Type 1 Buttons] ::start */
.main-slider .slider-btn.type-1 {
    color: #00aba9;
    background-color: #fff;
}
/* [Type 1 Buttons] ::end */


/* [Type 2 Buttons] ::start */
.main-slider .slider-btn.type-2 { 
    color: #fff;
    background-color: #009591;
}
/* [Type 2 Buttons] ::end */


/* [Specific pages] ::end */


/* [Slider Control Paging] ::start */
.main-slider .flex-control-nav { 
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: 0;
}

.main-slider .flex-control-paging li:last-child {  margin-right: 0; }

.main-slider .flex-control-paging li a {
    width: 16px;
    height: 16px;
    background: #fff; 
}

.main-slider .flex-control-paging li a.flex-active { background: #f9bf3b; }
/* [Slider Control Paging] ::end */

/* [Slider Flex Direction Nav] ::start */
.main-slider .flex-direction-nav a {
    padding: 7px 8px 10px;
    width: 15px;
    height: 15px;
    color: #fff;
    background-color: #14273C;
    border-radius: 50px;
    text-shadow: none;
}

.main-slider .flex-direction-nav a::before { font-size: 20px; }
/* [Slider Flex Direction Nav] ::end */

/* [LightSlider] ::start */
.image-gallery {
    padding: 0;
    list-style-type: none;
}

.csAction > a { background-image:url('/img/ui/controls-20140819.png'); }

/*+++++++++++++++++++++
 # [IE] ::start
 +++++++++++++++++++++*/
.ie8 .csSlideOuter .csPager.cSGallery li {
    opacity: 0.7;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.ie8 .csSlideOuter .csPager.cSGallery li:hover,
.ie8 .csSlideOuter .csPager.cSGallery li.active {
    opacity: 1;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
/*+++++++++++++++++++++
 # [IE] ::end
 +++++++++++++++++++++*/
/* [LightSlider] ::end */
/*------------------------------------------------------------------
 # [Main Slider] ::end
-------------------------------------------------------------------*/


