/*
 *************
 	
 	7.0 MISC ELEMENTS AND MODULES
 
 	File is loaded in header.php via the wp_head() hook 
 
 		
 *************
 */

/* 7.1 BUTTONS */

a.epic_button{text-shadow:none;display:block;float:left;position:relative;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:1px 1px 2px rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1);margin-bottom:10px;}

/* Button alignment */
a.epic_button_left{float:left;margin-right:6px!important;}
a.epic_button_right{float:right;margin-left:6px!important;}

/* Button sizes */
a.epic_button_regular{line-height:24px!important;padding:4px 10px;margin:0 0 20px 0;font-size:12px;}
a.epic_button_medium{line-height:36px!important;padding:0 10px 0 10px;margin:0 0 20px 0;}
a.epic_button_large{line-height:44px!important;padding:0 16px 0 16px;margin:0 0 20px 0;font-size:150%;}
a.epic_button_xlarge{line-height:52px!important;padding:0 24px 0 24px;margin:0 0 20px 0;font-size:250%;}

/* Button colors */
a.epic_button_default{border:1px solid #aaa;border-top:1px solid #ccc;border-left:1px solid #ccc;color:#666;background:#f4f4f4; /* Old browsers */background:#f4f4f4 -moz-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(200,200,200,.1) 100%); /* FF3.6+ */background:#f4f4f4 -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(255,255,255,.8)),color-stop(100%,rgba(200,200,200,.1))); /* Chrome,Safari4+ */background:#f4f4f4 -webkit-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(200,200,200,.1) 100%); /* Chrome10+,Safari5.1+ */background:#f4f4f4 -o-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(200,200,200,.1) 100%); /* Opera11.10+ */background:#f4f4f4 -ms-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(200,200,200,.1) 100%); /* IE10+ */background:#f4f4f4 linear-gradient(top,rgba(255,255,255,.8) 01%,rgba(200,200,200,.1) 100%); /* W3C */text-shadow:0 1px rgba(255,255,255,.60);cursor:pointer;margin-bottom:20px;line-height:21px;}
a.epic_button_default:hover{border:1px solid #888;border-top:1px solid #aaa;border-left:1px solid #aaa;color:#333;background:#eee; /* Old browsers */background:#eee -moz-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(200,200,200,.1) 100%); /* FF3.6+ */background:#eee -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(255,255,255,.8)),color-stop(100%,rgba(150,150,150,.1))); /* Chrome,Safari4+ */background:#eee -webkit-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(150,150,150,.1) 100%); /* Chrome10+,Safari5.1+ */background:#eee -o-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(200,200,200,.1) 100%); /* Opera11.10+ */background:#eee -ms-linear-gradient(top,rgba(255,255,255,.8) 10%,rgba(200,200,200,.1) 100%); /* IE10+ */background:#eee linear-gradient(top,rgba(255,255,255,.8) 01%,rgba(200,200,200,.1) 100%); /* W3C */box-shadow:-1px -1px 2px rgba(0,0,0,.1);-webkit-box-shadow:-1px -1px 2px rgba(0,0,0,.1);-moz-box-shadow:-1px -1px 2px rgba(0,0,0,.1);}
a.epic_button_black{border:1px solid #111;color:#f9f9f9;background:#222 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#252525),to(#111));background:-webkit-linear-gradient(top,#252525,#111);background:-moz-linear-gradient(top,#252525,#111);background:-ms-linear-gradient(top,#252525,#111);background:-o-linear-gradient(top,#252525,#111);text-shadow:#000 -1px -1px 0px!important;}
a.epic_button_black:hover{border:1px solid #000;color:#fff;background:#950a0e url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#950a0e),to(#a70c10));background:-webkit-linear-gradient(top,#950a0e,#a70c10);background:-moz-linear-gradient(top,#950a0e,#a70c10);background:-ms-linear-gradient(top,#950a0e,#a70c10);background:-o-linear-gradient(top,#950a0e,#a70c10);box-shadow:-1px -1px 2px rgba(0,0,0,.3);-webkit-box-shadow:-1px -1px 2px rgba(0,0,0,.3);-moz-box-shadow:-1px -1px 2px rgba(0,0,0,.3);}
a.epic_button_dark{border:1px solid #353535;color:#f9f9f9;background:#353535 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#353535),to(#222));background:-webkit-linear-gradient(top,#353535,#222);background:-moz-linear-gradient(top,#353535,#222);background:-ms-linear-gradient(top,#353535,#222);background:-o-linear-gradient(top,#353535,#222);text-shadow:#000 -1px -1px 0px!important;}
a.epic_button_dark:hover{border:1px solid #000;color:#fff;background:#222 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#222),to(#353535));background:-webkit-linear-gradient(top,#222,#353535);background:-moz-linear-gradient(top,#222,#353535);background:-ms-linear-gradient(top,#222,#353535);background:-o-linear-gradient(top,#222,#353535);box-shadow:-1px -1px 2px rgba(0,0,0,.3);-webkit-box-shadow:-1px -1px 2px rgba(0,0,0,.3);-moz-box-shadow:-1px -1px 2px rgba(0,0,0,.3);}
a.epic_button_orange{border:1px solid #f99200;color:#fff;background:#f99200 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f99200),to(#f77b00));background:-webkit-linear-gradient(top,#f99200,#f77b00);background:-moz-linear-gradient(top,#f99200,#f77b00);background:-ms-linear-gradient(top,#f99200,#f77b00);background:-o-linear-gradient(top,#f99200,#f77b00);text-shadow:#c96b00 -1px -1px 0px!important;}
a.epic_button_orange:hover{border:1px solid #c96b00;color:#fff;background:#f77b00 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f77b00),to(#f99200));background:-webkit-linear-gradient(top,#f77b00,#f99200);background:-moz-linear-gradient(top,#f77b00,#f99200);background:-ms-linear-gradient(top,#f77b00,#f99200);background:-o-linear-gradient(top,#f77b00,#f99200);box-shadow:-1px -1px 2px rgba(0,0,0,.3);-webkit-box-shadow:-1px -1px 2px rgba(0,0,0,.3);-moz-box-shadow:-1px -1px 2px rgba(0,0,0,.3);}
a.epic_button_red{border:1px solid #a70c10;color:#fff;background:#a70c10 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#a70c10),to(#950a0e));background:-webkit-linear-gradient(top,#a70c10,#950a0e);background:-moz-linear-gradient(top,#a70c10,#950a0e);background:-ms-linear-gradient(top,#a70c10,#950a0e);background:-o-linear-gradient(top,#a70c10,#950a0e);text-shadow:#6e0003 -1px -1px 0px!important;}
a.epic_button_red:hover{border:1px solid #6e0003;color:#fff;background:#950a0e url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#950a0e),to(#a70c10));background:-webkit-linear-gradient(top,#950a0e,#a70c10);background:-moz-linear-gradient(top,#950a0e,#a70c10);background:-ms-linear-gradient(top,#950a0e,#a70c10);background:-o-linear-gradient(top,#950a0e,#a70c10);box-shadow:-1px -1px 2px rgba(0,0,0,.3);-webkit-box-shadow:-1px -1px 2px rgba(0,0,0,.3);-moz-box-shadow:-1px -1px 2px rgba(0,0,0,.3);}
a.epic_button_olive{border:1px solid #8e8600;color:#fff;background:#8e8600 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#8e8600),to(#767000));background:-webkit-linear-gradient(top,#8e8600,#767000);background:-moz-linear-gradient(top,#8e8600,#767000);background:-ms-linear-gradient(top,#8e8600,#767000);background:-o-linear-gradient(top,#8e8600,#767000);text-shadow:#534e00 -1px -1px 0px!important;}
a.epic_button_olive:hover{border:1px solid #534e00;color:#fff;background:#767000 url(../library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#767000),to(#8e8600));background:-webkit-linear-gradient(top,#767000,#8e8600);background:-moz-linear-gradient(top,#767000,#8e8600);background:-ms-linear-gradient(top,#767000,#8e8600);background:-o-linear-gradient(top,#767000,#8e8600);box-shadow:-1px -1px 2px rgba(0,0,0,.3);-webkit-box-shadow:-1px -1px 2px rgba(0,0,0,.3);-moz-box-shadow:-1px -1px 2px rgba(0,0,0,.3);}

/* Button icons	*/
a.epic_button span.btnIcon{float:left;width:15px;height:15px;background:url('../library/images/sprite_button_icons.png');}
a.epic_button_regular span.btnIcon{margin-top:4px;margin-right:6px;}
a.epic_button_medium span.btnIcon{margin-top:10px;margin-right:8px;}
a.epic_button_large span.btnIcon{margin-top:14px;margin-right:12px;}
a.epic_button_xlarge span.btnIcon{margin-top:18px;margin-right:16px;}
a.epic_button_download span.btnIcon{background-position:-5px -30px;}
a.epic_button_prev span.btnIcon{background-position:-5px -55px;}
a.epic_button_next span.btnIcon{background-position:-5px -30px;}
a.epic_button_pdf span.btnIcon{background-position:-5px -80px;}
a.epic_button_star span.btnIcon{background-position:-5px -105px;}
a.epic_button_check span.btnIcon{background-position:-5px -130px;}

/* Default button - no icon */
a.epic_button_none span.btnIcon{display:none;}

/* 7.2 DIALOGUE BOXES */
.epic_info,.epic_success,.epic_warning,.epic_error,.epic_validation{border:1px solid;margin:10px 0px 20px;padding:15px 20px 15px 50px;background-repeat:no-repeat;background-position:20px 15px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;box-shadow:1px 1px 2px rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);-moz-box-shadow:1px 1px 2px rgba(0,0,0,.1);float:left;}
.epic_info{color:#00529B;background-color:#BDE5F8;background-image:url('../library/images/information.png');}
.epic_success{color:#4F8A10;background-color:#DFF2BF;background-image:url('../library/images/tick-circle.png');}
.epic_warning{color:#D8000C;background-color:#FFBABA;background-image:url('../library/images/cross-circle.png');}
.epic_error{color:#cfa600;background-color:#fff7c3;background-image:url('../library/images/exclamation.png');}
.epic_validation{color:#D63301;background-color:#FFCCBA;background-image:url('../library/images/tick-circle.png');}

/* 7.3 CONTENT BOXES */
.box{margin:0 0 20px 0;float:left;color:#fff;text-shadow:none;width:90%;}
.one-half.box,.one-third.box,.two-third.box,.three-fourth.box,.one-fourth.box,.one-fifth.box,.two-fifth.box,.three-fifth.box,.four-fifth .box,.one-sixth.box{-o-border-top-left-radius:4em;-o-border-bottom-right-radius:4em;-webkit-border-top-left-radius:4em;-webkit-border-bottom-right-radius:4em;-moz-border-top-left-radius:4em;-moz-border-bottom-right-radius:4em;border-top-left-radius:4em;border-bottom-right-radius:4em;}
.box h1,.box h2,.box h3,.box h4,.box h5{color:#3F5E2A;border:none;}
#article-team .box h3{color:#fff;}
#article-team .box h3{margin:0;}
#article-team .box h2{color:#464d54;}
.box p{color:#fff;}
.box_inner{width:80%;float:left;display:inline;padding:16px 20px 0 20px;background:none repeat scroll 0 0 #90C744;-o-border-top-left-radius:3em;-o-border-bottom-right-radius:3em;-webkit-border-top-left-radius:3em;-webkit-border-bottom-right-radius:3em;-moz-border-top-left-radius:3em;-moz-border-bottom-right-radius:3em;border-top-left-radius:3em;border-bottom-right-radius:3em;-webkit-box-shadow:4px 8px 8px rgba(50,50,50,0.24);-moz-box-shadow:4px 8px 8px rgba(50,50,50,0.24);box-shadow:4px 8px 8px rgba(50,50,50,0.24);}
.box_inner h3{margin:0 0 5px;}
.box_inner li{margin-left:6.25em;margin-bottom:5px;}
.box_inner ul{margin-top:0;}
.grid_16 .box_full .box_inner{width:880px;}
.grid_11 .box_full .box_inner{width:580px;}
.grid_8 .box_full .box_inner{width:400px;}
.box .one-half,.box .one-third,.box .two-third,.box .three-fourth,.box .one-fourth,.box .one-fifth,.box .two-fifth,.box .three-fifth,.box .four-fifth,.box .one-sixth{margin-bottom:10px!important;}
.box_shadow{}
.box_corners{-o-border-top-left-radius:4em;-o-border-bottom-right-radius:4em;-webkit-border-top-left-radius:4em;-webkit-border-bottom-right-radius:4em;-moz-border-top-left-radius:4em;-moz-border-bottom-right-radius:4em;border-top-left-radius:4em;border-bottom-right-radius:4em;}

/* Box alignment */
.box_left{float:left;margin:0 4% 20px 0;}
.box_right{float:right!important;margin:0 0 4% 20px;}

/* Box colors */
.box_default{color:#555;background:#f1f1f1 url(library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f1f1f1));background:-webkit-linear-gradient(top,#fff,#f1f1f1);background:-moz-linear-gradient(top,#fff,#f1f1f1);background:-ms-linear-gradient(top,#fff,#f1f1f1);background:-o-linear-gradient(top,#fff,#f1f1f1);text-shadow:none!important;}
.box_white{color:#555;background:#fff;text-shadow:none!important;}
.box_white h1,.box_white h2,.box_white h3{color:#333;}
.box_white p{color:#666;}
.box_dark{color:#f9f9f9;background:#353535 url(library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#353535),to(#303030));background:-webkit-linear-gradient(top,#353535,#303030);background:-moz-linear-gradient(top,#353535,#303030);background:-ms-linear-gradient(top,#353535,#303030);background:-o-linear-gradient(top,#353535,#303030);text-shadow:#000 -1px -1px 0px!important;}
.box_dark h1,.box_dark h2,.box_dark h3{color:#f9f9f9;}
.box_dark p{color:#f9f9f9;}
.box_red{color:#f9f9f9;background:#a70c10 url(library/images/fallback-gradient.png) repeat-x left center;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#a70c10),to(#950a0e));background:-webkit-linear-gradient(top,#a70c10,#950a0e);background:-moz-linear-gradient(top,#a70c10,#950a0e);background:-ms-linear-gradient(top,#a70c10,#950a0e);background:-o-linear-gradient(top,#a70c10,#950a0e);text-shadow:#6e0003 -1px -1px 0px!important;}
.box_red h1,.box_red h2,.box_red h3{color:#fff;}
.box_red p{color:#f9f9f9;}
.box_olive{color:#f9f9f9;background:#8e8600;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#8e8600),to(#767000));background:-webkit-linear-gradient(top,#8e8600,#767000);background:-moz-linear-gradient(top,#8e8600,#767000);background:-ms-linear-gradient(top,#8e8600,#767000);background:-o-linear-gradient(top,#8e8600,#767000);text-shadow:#534e00 -1px -1px 0px!important;}
.box_olive h1,.box_olive h2,.box_olive h3{color:#fff;}
.box_olive p{color:#f9f9f9;}
.box_orange{color:#f9f9f9;background:#f99200;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f99200),to(#f77b00));background:-webkit-linear-gradient(top,#f99200,#f77b00);background:-moz-linear-gradient(top,#f99200,#f77b00);background:-ms-linear-gradient(top,#f99200,#f77b00);background:-o-linear-gradient(top,#f99200,#f77b00);text-shadow:#c96b00 -1px -1px 0px!important;}
.box_orange h1,.box_orange h2,.box_orange h3{color:#fff;}
.box_orange p{color:#f9f9f9;}

/* 7.4 COLUMNS */

/* 7.4.1 Liquid columns */
.one-half{width:47.9%!important;}
.one-third{width:32%!important;}
.two-third{width:65.33%!important;}
.one-fourth{width:22%!important;}
.three-fourth{width:74%!important;}
.one-fifth{width:16.75%!important;}
.two-fifth{width:37.6%!important;}
.three-fifth{width:58.4%!important;}
.four-fifth{width:67.2%!important;}
.one-sixth{width:13.33%!important;}
.one-half,.one-third,.two-third,.three-fourth,.one-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth,.one-sixth{display:inline;clear:none;float:left;margin-bottom:20px;}

/* Custom CSS for services page */
.post-116 .one-third{margin-right:-10px;}
#article.post-116 img{margin-top:-20px;}
.post-116 .one-third p{margin:0;}
.last{margin-right:0 !important; /* Used to remove margins in the last item on a row, to ensure proper floating*/}

/* 7.4.2 Fixed width columns */
.one-half-fixed{width:435px;margin-right:30px;margin-bottom:0px;}
.one-third-fixed{width:280px;margin-right:30px;margin-bottom:0px;}
.two-third-fixed{width:630px;margin-right:30px;margin-bottom:0px;}
.one-fourth-fixed{width:210px;margin-right:20px;margin-bottom:0px;}
.one-fifth-fixed{width:169px;margin-right:20px;margin-bottom:0px;}
.one-sixth-fixed{width:140px;margin-right:12px;margin-bottom:0px;}
.one-half-fixed,.one-third-fixed,.two-third-fixed,.one-fourth-fixed,.one-fifth-fixed,.one-sixth-fixed{display:inline;clear:none;float:left;}

/* 7.5 TABS AND TOGGLES */

/* 7.5.1 Toggles */

p.togglehandle{width:100%;height:30px;line-height:30px;padding:0 0 0 30px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;cursor:pointer;float:left;clear:both;background-image:url('../library/images/icon_plus.png');background-repeat:no-repeat;background-position:6px 6px;}
p.acc_handle{height:30px;padding:0 0 0 30px;cursor:pointer;background-image:url('../library/images/icon_plus.png');background-repeat:no-repeat;background-position:6px 6px;color:#609934;font-family:Helvetica,sans-serif;font-size:1.4em;line-height:1.5em;margin:0 0 16px;border-bottom:1px solid #EEEEEE;padding-bottom:5px;width:80%;}
p.active{color:#888;background-image:url('../library/images/icon_minus.png');}
.acc_container{overflow:hidden;width:100%;clear:both;display:none;}
.acc_container .acc_block{float:left;width:100%;padding:0px 0 20px 0;}

/* 7.5.2 Tab panels */
.tabmodule{ /* Default */
    width:100%;float:left;margin:0 0 30px 0;position:relative;}
.tabmodule-inner{margin:20px;}
.tabcontent{width:100%;float:left;clear:both;margin:0px 0 0px 0;background:#fff;position:relative;z-index:0;}

/* @ Dark skin */
.dark .tabcontent{background:#222;}

/* @ Light skin */
.light .tabcontent{background:#f1f1f1;}
.tabcontent .marginal{margin:20px;}
ul#epic_tabnav{margin:0;position:relative;z-index:1;padding:0;float:left;clear:both;list-style:none;width:100%;}
ul#epic_tabnav li{margin:0;padding:0;float:left;clear:none;width:auto;position:relative;}
ul#epic_tabnav li a{line-height:20px;display:inline;float:left;padding:5px 10px;margin:0 1px 0 0;font-size:11px; /* Tip: Reduce font-size if you need space for more menu items */font-weight:bold;text-transform:uppercase;position:relative;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;}

/* @ Dark skin */
.dark ul#epic_tabnav li.current-menu-item a,.dark ul#epic_tabnav li a:hover{background:#222;color:#eee;}

/* @ Light skin */
.light ul#epic_tabnav li.current-menu-item a,.light ul#epic_tabnav li a:hover{background:#f1f1f1;color:#333;}

/* Tabs on home page */
.module ul#epic_tabnav{list-style:none;}
.module ul#epic_tabnav li{float:left;clear:both;width:auto;position:relative;width:100%;border-bottom:1px solid #eee;border-top:1px solid #fff;}
.module ul#epic_tabnav li:first-child{border-top:none;}
.module ul#epic_tabnav li:last-child{border-bottom:none;}
.module ul#epic_tabnav li a{line-height:16px;float:left;margin:0 20px 0 0;font-size:11px;font-weight:bold;color:#777;text-transform:uppercase;padding:10px 0;width:100%;}
.module ul#epic_tabnav li a:hover{color:#333;}
.module ul#epic_tabnav li.current-menu-item a{color:#333;background-image:url('../images/home_tab_active.png');background-repeat:no-repeat;background-position:right center;margin-right:-31px;padding-right:31px;}

/* 7.6 BREADCRUMBS */

/**
 *  Breadcrumbs
 *
 * @ Since ver 1.0
 */


#breadcrumb{font-size:11px;line-height:20px;min-height:20px;text-transform:uppercase;padding-top:0px;padding-bottom:8px;margin-bottom:16px;}
.home #breadcrumb{margin-bottom:0;padding-top:8px}

/* @Dark skin */
.home .dark #breadcrumb{border-bottom:1px solid #333;color:#666;}

/* @ Light skin */
.home .light #breadcrumb{border-bottom:1px solid #eee;color:#666;}
#breadcrumb a{margin:0 10px 0 0;padding:0 20px 0 0;color:#666;background:url(../images/breadcrumb_delimiter.png) no-repeat right center;}
#breadcrumb a.homebtn{width:20px;height:20px;display:block;background:url('../images/icon_home.png') no-repeat center center;float:left;margin-top:-1px;margin-left:0px;margin-right:14px;padding:0;}
#breadcrumb a:hover{text-decoration:underline;}
#breadcrumb span{font-style:normal;margin-right:20px; /* The "You are here" text in the breadcrumb trail. Set 'display:none;' if you want to hide the breadcrumbs" */}

/*  # PAGINATION
================================================== */
#pager{margin-bottom:20px;width:100%;clear:both;display:block;}
.home #pager{display:none;}
#page-nav{clear:both;width:100%;float:left;}
a.page-numbers{padding:2px 2px 2px 2px;color:#999;}
a.page-numbers:hover{color:#555;}
#pager span.current{background:#333;color:#eee;padding:2px 6px 2px 6px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}

/* Previous post | Next post links */
.prevnext{float:left;clear:both;margin:0 0 30px 0;width:100%;}
.prev_post{float:left;margin:10px 1px 30px;padding:5px 8px;}
.next_post{float:right;margin:10px 0px 0;padding:5px 8px;}

/* @ Dark skin */
.dark .prev_post,.dark .next_post{background:#181818;}

/* @ Light skin */
.light .prev_post,.light .next_post{background:#fff;}

/* 7.8 SLIDERS

/*  Flex slider */
.flexslider{width:100%;margin:0 auto 0px!important;padding:0;height:auto;box-shadow:0px 1px 3px rgba(0,0,0,.1);-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.1);-moz-box-shadow:0px 1px 3px rgba(0,0,0,.1);}

/* @ Dark skin */
.dark .flexslider{background:#fff;border-color:#fff;}

/* @ Light skin */
.light .flexslider{background:transparent;border-color:#222;}
.slide-info{position:absolute;bottom:50px;right:0px;width:40%;padding:20px 0px 20px;background:none;text-shadow:none;border-bottom-left-radius:3em;-moz-border-bottom-left-radius:3em;-webkit-border-bottom-left-radius:3em;border-bottom-right-radius:3em;-moz-border-bottom-right-radius:3em;-webkit-border-bottom-right-radius:3em;}
.slide-info h1,.slide-info h2,.slide-info h3,.slide-info h4,.slide-info h5{color:#8fca43;font-size:3.6em;}
.slide-info p{margin:0 0 12px 0;color:#bbb;}
.subcaption{display:none;border-top:1px solid #eee;padding:12px 0 0;margin:4px 0 0 0;width:100%;clear:both;float:left;}
.subcaption div{margin-bottom:0;}
.slide-info .slide-title{color:#8fca43;font-size:3.6em;float:left;margin:2px 0 20px 30px;width:100%;-moz-text-shadow:1px 1px 2px #333333;-webkit-text-shadow:1px 1px 2px #333333;text-shadow:1px 1px 2px #333333;}
.slide-info .slide-title a{color:#f9f9f9;}
.slide-info .caption{max-width:90%;float:left;margin:4px 30px 10px 20px;padding:0 0 0 20px;color:#FFF;font-size:18px;line-height:24px;font-weight:100;min-height:30px;-moz-text-shadow:1px 1px 2px #333333;-webkit-text-shadow:1px 1px 2px #333333;text-shadow:1px 1px 2px #333333;}
.alphaomega{margin:0!important;}
.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8{display:inline;float:left;}
.col_1{width:100%;}
.col_2{width:50%;}
.col_3{width:33.33%;}
.col_4{width:25%;}
.col_5{width:20%;}
.col_6{width:16.58%;}
.col_7{width:14.28;}
.col_8{width:12.5%;}
ol.flex-control-nav{box-sizing:border-box;list-style:none;display:flex;justify-content: space-between;padding:3px 2rem;width:100%;position:relative;z-index:0;margin:3px 0 0;border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-webkit-border-radius:2px 2px 0 0;background:#FFF;border-top-left-radius:4em;-moz-border-top-left-radius:4em;-webkit-border-top-left-radius:4em;border-top-right-radius:4em;-moz-border-top-right-radius:4em;-webkit-border-top-right-radius:4em;}
ol.flex-control-nav li{box-sizing:border-box;margin:0;text-align:center;}
ol.flex-control-nav li{width:auto;min-width:58px;}
ol.flex-control-nav li:last-child{background-image:none;}
ol.flex-control-nav li a{box-sizing:border-box;float:left;margin:-36px 0 0 0;padding:33px 1.147em 0;width:100%;text-align:center;color:#ACACAC;}

/* @ Dark skin */
.dark ol.flex-control-nav li a{background:#252525;outline:1px solid #555;}

/* @ Light skin */
.light ol.flex-control-nav li a{}
ol.flex-control-nav li a figure{clear:both;display:none;float:left;margin:0 0 0 -20px;max-width:64px;padding:15px 5px 15px 27px;}
.flexslider ol.flex-control-nav li a p{min-height: 48px;margin:0;padding:20px 0 4px 0;text-align:center;font-size: 0.7rem;}
ol.flex-control-nav li a img{background:none repeat scroll 0 0 #acacac;}
ol.flex-control-nav li a.active img{background:none repeat scroll 0 0 #8FCA43;}
ol.flex-control-nav li a:hover,.flex-control-nav li a.active{color:#464d54;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;border-top-left-radius:3em;-moz-border-top-left-radius:3em;-webkit-border-top-left-radius:3em;border-top-right-radius:3em;-moz-border-top-right-radius:3em;-webkit-border-top-right-radius:3em;}

/* @ Dark skin */
.dark .flex-control-nav li a.active,.dark .flex-control-nav li a:hover{background:#151515;}

/* @ Light skin */
.light .flex-control-nav li a.active,.light .flex-control-nav li a:hover{background:url(../images/slideshow_active_arrow.png) no-repeat center top transparent;}
li a.active .active_arrow{background:url(../images/slideshow_active_arrow.png) transparent;}

/* Connect with Financial Insights */
div.srp-widget-container h3.widget-title{display:none;}
#homecontent .container .sixteen.columns h2{background:url(../library/images/headerline.png) repeat-x;color:#008C98;font-family:Helvetica,sans-serif;font-size:1.6em;font-weight:bold;letter-spacing:1px;line-height:1.4em;margin:0 0 12px;}
.container .sixteen.columns h2.gsection_title{background:none;font-size:1.3em;padding:20px 0 0 0!important;}
.container .sixteen.columns h2 code{background:#FFF;margin-right:10px;padding-right:20px;font-family:Helvetica,sans-serif;}
div.srp-widget-container{display:inline;clear:none;}
div.srp-widget-singlepost{float:left;margin-right:70px;width:25.4%;display:inline-block;border-bottom:none;}
#homecontent div.srp-widget-singlepost{width:100%;}
.srp-widget-thmblink img{float:left;}
div.srp-thumbnail-box,div.srp-content-box{flex:1;}
a.srp-widget-stringbreak-link{display:inline;color:#609934;padding:0 0 0 2px;}
a.srp-widget-title-link,.teasermodule .one-third h4{color:#609934;font-weight:bold;margin:0 0 10px;}
span.srp-widget-date,#homecontent .one-third h6{background:none repeat scroll 0 0 transparent;color:#609934;display:block;height:25px;margin:0;padding:0 0 5px;text-transform:none;}
.srp-content-box p.srp-widget-excerpt{width:100%;}
.srp-widget-excerpt{width:100%;}
h3.srp-widget-title{display:none!important;}
div.srp-widget-singlepost{border-bottom:none!important;margin:0!important;padding:0!important;}

/**
 * 7.8.1 Kwicks Accordion slider
 *
 * The accordion slider styles should be edited with care...
 *
 */
#kwicks{overflow:hidden;width:100%;z-index:1;margin:0px auto;padding:0;background:#000;float:left;text-shadow:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.kwicks img{padding:0;border:0;display:block;}
.kwicks{list-style:none;position:relative;margin:0;padding:0;float:left;width:100%;}
.kwicks li{display:block;overflow:hidden;padding:0;}
.kwicks.horizontal li{margin:0px;float:left;}
.kwicks.vertical li{margin:0px;}
.kwickshadow{z-index:1;background:url(lib/img/theme/accordion-shadow.png) repeat-y right;position:absolute;right:0px;width:200px;margin-right:0px;}
.slide-minicaption{bottom:0px;left:0px;position:absolute;color:#eee;padding:10px;font-size:12px;line-height:1.3em;background:#000;width:140px;}
.slide-minicaptiontitle{letter-spacing:0;color:#eee;display:block;line-height:18px;}
.slidecaption{bottom:0px;left:0px;position:absolute;color:#eee;padding:20px 30px 10px;line-height:1.5em;background:#000;max-width:440px;}
.slidecaption h2{margin:0 0 10px 0;line-height:1.3em;color:#eee;}
.slidecaption a{color:#999;}
.slidecaption h2 a{color:#eee;}
.slidecaption h2 a:hover{text-decoration:underline;}
.slidecaption a:hover{text-decoration:none;}
p.captiontitle{letter-spacing:0px;display:block;color:#222;margin-bottom:4px;font-size:26px;}
.slidecaptiontitle h2 a{color:#222;margin-top:0;}
.slidecaptiontitle h2 a:hover{color:#555;text-decoration:none;}

/* 7.10 BLOCKQUOTES

/* Blockquotes */
blockquote.quotation_1{border:none;margin-left:0;padding-left:80px;background:url('../library/images/quotation_1.png') no-repeat!important;}
blockquote.quotation_2{border:none;margin-left:0;padding-left:80px;background:url('../library/images/quotation_2.png') no-repeat!important;}

/* 7.11 DROPCAPS */
.epic_dropcap{float:left;margin:0 0.15em 0 0;text-align:center;font-size:300%;line-height:1em;}
.epic_dropcap_light{height:42px;width:42px;float:left;background:url('../library/images/sprite_dropcaps.png') no-repeat -4px -104px;margin:2px 4px 0px 0;text-align:center;padding-top:2px;font-size:26px;line-height:38px;text-shadow:none;color:#eee;}
.epic_dropcap_outline{height:42px;width:42px;float:left;background:url('../library/images/sprite_dropcaps.png') no-repeat -4px -54px;margin:2px 4px 0px 0;text-align:center;padding-top:2px;font-size:26px;line-height:38px;text-shadow:none;color:#555;}
.epic_dropcap_dark_ball{height:42px;width:42px;float:left;background:url('../library/images/sprite_dropcaps.png') no-repeat -4px -4px;margin:4px 4px 0px 0;text-align:center;padding-top:2px;font-size:26px;line-height:38px;text-shadow:none;color:#fff;}
.epic_dropcap_light_ball{height:42px;width:42px;float:left;background:url('../library/images/sprite_dropcaps.png') no-repeat -4px -104px;margin:2px 4px 0px 0;text-align:center;padding-top:2px;font-size:26px;line-height:38px;text-shadow:none;color:#555;}
.epic_dropcap_white_ball{height:42px;width:42px;float:left;background:url('../library/images/sprite_dropcaps.png') no-repeat -4px -154px;margin:2px 2px 0px 0;text-align:center;padding-top:2px;font-size:26px;line-height:38px;text-shadow:none;color:#555;}

/* 7.12 Twitter feed */
.epic_twitter_feed{width:auto;margin:15px auto;text-align:center;padding-bottom:10px;margin-bottom:20px;}

/* @ Dark skin */

/* .dark  .epic_twitter_feed{ border-top:1px solid #eee;} */

/* @ Light skin */

/* .light .epic_twitter_feed{ border-top:1px solid #333;} */

span.twitter-button{width:30px;height:30px;display:block;margin:-15px auto 0;background-color:none!important;background-image:url('../images/twitterbird.png');background-repeat:no-repeat}

/* @ Dark skin */
.dark span.twitter-button{background-position:center bottom;}

/* @ Light skin */
.light span.twitter-button{background-position:center top;}
#twitter_update_list{width:100%;list-style:none;padding:0;clear:both;float:left;margin:10px 0 10px 0;}
#twitter_update_list li{font-size:1.8em;line-height:1.8em;text-align:center;}
#twitter_update_list li span{width:100%;text-align:center;margin-right:10px;}

/*Gravity Forms */
.gform_wrapper ul.right_label li ul.gfield_radio li,.gform_wrapper form ul.right_label li ul.gfield_radio li,.gform_wrapper ul.left_label li ul.gfield_radio li,.gform_wrapper form ul.left_label li ul.gfield_radio li,.gform_wrapper ul.right_label li ul.gfield_checkbox li,.gform_wrapper form ul.right_label li ul.gfield_checkbox li,.gform_wrapper ul.left_label li ul.gfield_checkbox li,.gform_wrapper form ul.left_label li ul.gfield_checkbox li{float:left;margin-right:20px;}
.gform_wrapper .left_label .gfield_label{font-weight:normal;}
.light .ginput_container input[type="text"],.light .ginput_container input[type="password"],.light .ginput_container input[type="email"],.light .ginput_container textarea,.light .ginput_container select{color:#000000;}
.gform_wrapper .gsection.secondary,.gform_wrapper .gsection.tertiary{border-bottom:none;}
.container .gform_wrapper .gsection.secondary h2{font-weight:normal;font-size:1.1em;}
.container .gform_wrapper .gsection.tertiary h2{font-weight:normal;font-size:1.1em;color:#609934;}

/*Gravity Forms */
h3.gform_title{display:none;}

/*NextGen Gallery*/
.ngg-slideshow{float:left;margin:0 30px 20px 0;-webkit-border-top-left-radius:50px;-webkit-border-bottom-right-radius:50px;-moz-border-radius-topleft:50px;-moz-border-radius-bottomright:50px;border-top-left-radius:50px;border-bottom-right-radius:50px;}
#article .ngg-slideshow img{-webkit-border-top-left-radius:50px;-webkit-border-bottom-right-radius:50px;-moz-border-radius-topleft:50px;-moz-border-radius-bottomright:50px;border-top-left-radius:50px;border-bottom-right-radius:50px;padding:0;}
#article.post-124 img{padding:10px 0;}

img.wp-image-6593 {
    margin: 0 0 10px 0 !important;
	float: none !important;
	padding: 0 !important;
	width: 100% !important;
}

#pager {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
}
