/* Minification failed. Returning unminified contents.
(1658,84): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
/************************
* Resets *
************************/
@import url(//use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(/content/styles/forms.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,main{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{height:auto;border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}

html {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*, *:before, *:after {-webkit-box-sizing: inherit;-moz-box-sizing: inherit;box-sizing: inherit;}

.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:""}.clearfix:after{clear:both}

/*------ prevent focus zoom on mobile ------*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px!important; }
}

/*------typography, etc.------*/
body{margin:0;font-family: 'Source Sans Pro', sans-serif;font-size:16px;line-height:1.5em;color:#333333; font-weight: 400;background-color:#333;}
main {background-color:#fff;}

p {margin:0 0 .5em;}

a { text-decoration: underline; font-weight:bold;color: #910048;font-size: 16px;
	-webkit-transition: color .1s ease-in;
	-moz-transition: color .1s ease-in;
	-o-transition: color .1s ease-in;
	transition: color .1s ease-in;
}
	a:hover { color: #910048; text-decoration: none;}
	/*a:visited {color: #609;}
	a:active { color: #C00;}*/
	
a:link img, a:visited img { border-style: none }

img {max-width:100%;}

h1, h1 a, .h1 {margin-bottom:.35em;font-weight:700;font-size: 40px;color: #414141;letter-spacing: 0;
line-height: 48px;}
h1::before {display: block;content: '';width: 71px;height: 13px;background: #910048;text-align: left;	margin: 0 0 0.5em 0}
h2, h2 a, .h2 {font-weight:600;font-size: 40px;color: #246E4C;line-height: 48px;margin-bottom:.75em;}
h3, h3 a, .h3 {font-weight:300;font-size: 38px;color: #414141;line-height:42px; margin-bottom:.60em;}
h4, h4 a, .h4 {font-weight: 700; font-size: 22px;color: #246E4C; line-height: 31px;text-align: left;    margin-bottom: 0.50em;}
h5, h5 a, .h5 {font-size:1em;margin-bottom:.5em;font-weight:bold;}
h6, h6 a, .h6 {font-size:1.1em;margin-bottom:0;font-weight:bold;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration:none;font-size:1em;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration:underline;}

p+div, p+fieldset{margin-top:1.5em;}
p+ul, p+ol {margin-top:-.125em;margin-bottom:1.5em;}
p+h2, ul+h2, ol+h2, aside+h2, p+h3, ul+h3, ol+h3, aside+h3, p+h4, ul+h4, ol+h4, aside+h4, p+h5, ul+h5, ol+h5, aside+h5, p+h6, ul+h6, ol+h6, aside+h6{margin-top:1.25em;}

.lead {font-weight:300;font-size: 20px;color: #6C6C6C;letter-spacing: 0;line-height: 37px;margin:1em 0 }
.why_imet {font-size: 28px;color: #6C6C6C;letter-spacing: 0;line-height: 42px;font-weight:300;}
hr {color: #CCCCCC;background-color: #CCCCCC;height:1px;border: 0;width: 100%;margin-bottom:2em;margin-top:1.5em; clear:both;}

blockquote{font-size:16px; font-family:Georgia, "Times New Roman", Times, serif;color:#666;margin:0 0 1.5em 0;padding-left:.75em; font-style:italic;}
	blockquote p{margin-bottom:.75em}
cite{color:#333;margin:0 00;display:block;text-emphasis:none; font-style:normal;}
cite p{margin-bottom:1em;}
	
sup, sub{line-height:1em;}
strike {color:#999;}

iframe{margin:0 auto 1.5em auto;display:block;width:100%;}
.center {text-align: center;margin:0 auto; display:block; }
code {font-size:1em;background:rgba(0,0,0,.085);border-radius:4px;padding:0 3px;}
pre code {display:block;background:#f4f6f9;font-family: Monaco, monospace;border:1px solid #DDD;-moz-border-radius:4px;border-radius:4px;margin-bottom:2.5em;overflow:auto;width:100%;padding:1em;font-size:1.25em;}
pre {white-space: pre; padding:0;font-size:12px;line-height:1.4em;}

aside, figure {float:right;margin:0 0 1em 2.5%;width:33%;background:#f4f6f9;padding:.75em;font-size:.75em;line-height:1.333em;-moz-border-radius:4px;border-radius:4px;}
aside img, figure img{margin:0 0 1em;}

dl {margin-bottom:1em;}
dt {font-weight:bold;}

.mobile {display:none;}

.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }


.skip { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; } 
.skip:focus { position:static;  width:auto;  height:auto; margin:.5em .5em; font-size:.9em;} 

/************************
* Structure *
************************/

.first {float:left;margin-right:3.5%;}
.middle {float:left;margin-right:3.5%;}
.last {float:right;}

/*------widths------*/

.group {margin-bottom:1.5em;}
.group:last-child {margin-bottom:0;}

.group_1of2, table.table_structure_2x td {width:48.25%;}

.group_1of3, table.table_structure_3x td{width:31%;}
.group_2of3 {width:65.5%;}

.group_1of4, table.table_structure_4x td {width:22.375%;}
.group_3of4 {width:74.125%;}

.group_1of5 {width:17.2%;}
.group_2of5 {width:37.9%;}
.group_3of5 {width:58.6%;}
.group_4of5 {width:79.3%;}

.group_1of6 {width:13.75%;}
.group_5of6 {width:82.75%;}

.group_1of7 {width:11.28571428571429%;}
.group_2of7 {width:26.07142857142858%;}
.group_3of7 {width:40.85714285714287%;}
.group_4of7 {width:55.64285714285716%;}
.group_5of7 {width:70.42857142857145%;}
.group_6of7 {width:85.21428571428574%;}

.group_1of8 {width:9.4375%;}
.group_3of8 {width:35.3125%;}
.group_5of8 {width:61.1875%;}
.group_7of8 {width:87.0625%;}

/*------sections / wrappers------*/
.site_wrapper {max-width: 1440px;margin: 0 auto;-moz-box-shadow: 0 0 20px rgba(0,0,0,.15);
-webkit-box-shadow: 0 0 20px rgba(0,0,0,.3);box-shadow: 0 0 20px rgba(0,0,0,.3);overflow: hidden;}
.wrapper { margin: 0 auto; padding: 0 3.5%;  max-width:1440px}
section.section_primary { padding-top: 2px; }
section.section_secondary { padding: 3em 0; }
.section_hero { background: #f4f6f9; margin-top: -130px; z-index: 0 }
.section_hero .wrapper { position: relative; }
.top_bar { background-color: #246E4C; position: relative; z-index: 1000; }
.chart_container {max-width:900px;margin:0 auto;margin-bottom:0;}

/* --- global media object --- */
.media{display: -ms-flexbox;display: flex;-ms-flex-align: start;align-items: flex-start;}
.media_body{-ms-flex: 1;flex: 1;min-width: 0;-ms-word-break: break-all;overflow-wrap: break-word;word-wrap: break-word;}
.media_right{-ms-flex-negative: 0;flex-shrink: 0;margin-left: .75rem;}
.media_left {margin-left: 0;margin-right: .75rem;}
	/* --- no support for flex, .no-flexbox added with Modernizr--- */
	.no-flexbox .media {display:table;width:100%;}
	.no-flexbox .media_body, .no-flexbox .media_right, .no-flexbox .media_left{display:table-cell;}
	.no-flexbox .media_right{float:right;}

/*------site header------*/
.outer_header_wrapper {position:relative;}
.site_header .wrapper{position:relative;}
.site_header { z-index: 1000; position: relative; background: rgba(255, 255, 255);background-color:#fff; -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.1); box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.site_header a.logo { margin: 30px 40px 10px 30px; z-index: 1000; background: url(/content/images/logo-met-2x.png); /*------ PNG backup (2x final size)------*/ background-image: url(/content/images/logo-imet.png), none; /*------ SVG ------*/ background-repeat: no-repeat; background-position: top left; background-size: 254px 79px; width: 254px; height: 79px;/*------ final size ------*/ float: left; display: block; cursor: pointer; position: relative; }
.section_hero .hero_btn { position: absolute; left: 5%; bottom: 90px; }
.hide_desktop { display: none!important }

ul.site_header_cta { margin: 0; padding: 0; list-style: none; float:right; z-index: 1000;position: absolute;top: 38px; right: 0; }
ul.site_header_cta li { display: inline-block; padding-right: 1em }
ul.site_header_cta li > ul > li { display: block; }
.top_site {position:fixed; bottom:20px; right:20px; z-index:1; display:none;}
.top_site a { color:#777; color: rgba(119,119,119,.6); font-size:50px}

.why_imet .lead {padding: 10px 5em ;font-size:28px;}


/*------homepage banner------*/
.home_hero {position:relative;min-height: 650px;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position: center center;}
.home_hero .img_blend {position:absolute;top:0;left:0;width:100%;height:100%;background-image: linear-gradient(-180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.80) 100%);}

.home_hero .caption {position:absolute; top:50%; transform:translateY(-50%);padding:0 7%;color:#fff; width:70%; text-align:center;margin:0 auto; left:0; right:0 }
.home_hero .caption h1 {margin-bottom:.35em;font-weight:700;font-size: 58px; color: #FFFFFF;letter-spacing: 1.1px;text-align: center;line-height: 57.9px;}
.home_hero .caption h1::before {display: block;content: '';width: 71px;height: 13px;background: #910048;text-align: center;	margin: 0.5em auto;}
.home_hero .caption .lead {font-size: 18.5px;font-weight:500;color: #FFFFFF;text-align: center;line-height: 30px; margin-bottom:1em}
.home_hero .btn {background: #FFFFFF;font-size: 14px;color: #910048;letter-spacing: 3px;text-align: center;line-height: 14px;font-weight:600}

/*------homepage funds------*/
.compare_funds {background-color: #246F4C;}
.compare_funds span {clear:both;}
.compare_funds h2 {font-weight:500;font-size: 43px;color: #FFFFFF;letter-spacing: 0;line-height:50px;text-align: center;}
.compare_funds .wrapper {padding: 4em 5%;}
.compare_funds .one_three_fund h3 {font-weight:bold;font-size: 33px;color: #000000;
letter-spacing: 0;text-align: center;line-height: 56px; display:block; background-color:#efefef;}
.value {font-weight:700;font-size: 2rem;color: #414141;text-align: center;line-height: 42.12px;}
.cfr-value {font-size: 1.5rem;}
.compare_funds .one_three_fund .assest_tbl {font-weight:500;font-size: 15.65px;color: #4A4A4A;
text-align: center;line-height: 24px; margin-bottom:0;}
.compare_funds h5 {font-weight:700;font-size: 18.17px;color: #246E4C;text-align: center;margin-bottom:0; margin-top:1em}
.compare_funds .one_three_fund div.subheading {text-align: center;margin-bottom:.5em;}
.compare_funds .one_three_fund .nettotalreturn {margin-bottom: 0;}
.compare_funds ul.benefits {list-style:none;font-weight:400;font-size: 14px;color: #414141;line-height: 20px;padding-left:25px;margin-top:0; padding-top:0;}
.compare_funds ul.benefits li {padding:10px;width:100%}
.compare_funds ul.benefits svg {color:#989898; margin-right:10px}
.compare_funds h2 span {clear:both; display:block;}
.compare_funds .convenience_fund h3 {font-weight:bold;font-size: 33px;color: #000000;
letter-spacing: 0;text-align: center;line-height: 56px; display:block; background-color:#efefef;}
.compare_funds h4 {font-weight:bold;font-size: 26px;color: #246E4C;text-align: center;line-height: 28px;margin:1em 0 0 0;}
.compare_funds h4.recentperformance {padding-bottom: 0}
.compare_funds .convenience_fund div.subheading {text-align: center;margin-bottom:.5em;}
.compare_funds .convenience_fund .cfryield {margin-bottom: 0;}
.compare_funds div.fedfundsgroup {float: none; margin: 0 auto}
.compare_funds .fedfundsgroup h4 {margin-top: 0}
.compare_funds .convenience_fund .assest_tbl {font-weight:500;font-size: 15.65px;color: #4A4A4A;
text-align: center;line-height: 25px;    -moz-box-shadow: 0 0 35px rgba(0,0,0,.16);-webkit-box-shadow: 0 0 35px rgba(0,0,0,.16);box-shadow: 0 0 35px rgba(0,0,0,.16); margin-bottom:0;}
.compare_funds .grid {border: 1px solid #ddd;padding: .75em;text-align: center; background-color:#fff;  -moz-box-shadow: 0 0 35px rgba(0,0,0,.16);    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.16);    box-shadow: 0 0 35px rgba(0,0,0,.16); margin-bottom:0;}
.compare_funds h4 {font-size:26px;padding-bottom:0.65em;margin-top:1em;}
.compare_funds .convenience_fund .flex_grid, .compare_funds .convenience_fund .flex_grid .flex_item {margin-bottom:0;}
.compare_funds .inset {padding:1rem}
.compare_funds .one_three_fund .table_data_stack td {font-size: 1.5rem;}

/*---Tabs ---*/
.tab_content {border:1px solid #ddd;padding:4%}
.tabs {padding: 0 0;margin: 1.5em 0 0em 0}
.tabs > ul {margin:0 0 0em 0; padding:0; }
.tabs > ul > li {display:inline-block; list-style:none;}
.tabs > ul > li > a {text-transform: uppercase;display:inline-block;background:#F2F0EF; padding: 15px 25px; text-decoration:none; color:#333; position:relative;border:1px solid #ddd;margin-right:4px;margin-bottom:8px ;font-weight:700;font-size: 14px;letter-spacing: 3px;text-align: center;line-height: 14px;}
.tabs > ul > li > .current {background:#00703D;color:#fff ; position:relative}
.tabs h2 {font-weight:700;font-size: 25px;color: #F2F0EF;text-align: center;line-height: 31px; clear:both}
.tabs.tabs_home {text-align:center;}
.tabs.tabs_home > ul {margin-bottom:1.5em}

/*---Rates Panel ---*/
.panel_rates h2 {font-weight: 700;font-size: 25px;color: #246E4C;letter-spacing: 0;text-align: center;line-height: 28px;margin-bottom:.25em;}
.panel_rates .rates_updates {font-size:14px}

/*---Start Investing ---*/
.start_investing {margin-top:3em;}
.start_investing p {font-weight: 600;font-size: 20px;color: #414141;letter-spacing: 0;text-align: center;line-height: 31px;padding:20px;}
.start_investing p::after {display: block;content: '';max-width: 384px;height: 1px;background: #D8D8D8;margin: 1.5em auto;  text-align: center;}

/*------site footer------*/
.site_footer {clear:both;font-size:.85em;color:#666;padding:1em 0;background-color:#4A4A4A}
.site_footer a {color:#fff}
.show_nav_section {display:none;}
.site_footer .show_nav_section {background:rgba(0,0,0,.2); border:none; color:#fff}
.site_footer .show_hide_container {margin-top:1em;}
.site_footer .footer_primary .inset {position:relative;z-index:1; padding-top:3.4em}

.footer_primary {background-color: #4A4A4A;color:#fff;padding-bottom:1.5em; }
.footer_primary ul {padding:0;margin:0;list-style:none; }
.footer_primary ul a {color:#fff; text-decoration:none;display:block;margin-bottom:.5em;font-weight:300;font-size: 14.4px;letter-spacing: 0;line-height: 30.6px;}
.footer_bottom a {font-size:12.6px;font-weight:300;}
.footer_primary ul a:hover {color:rgba(255,255,255,.6)}
.footer_primary .h3 {text-decoration:none;font-weight:600;font-size: 16.2px;color: #FFFFFF;letter-spacing: 0;text-transform: uppercase;}



/************************
* Navigation *
************************/

/* Primary Navigation Resets and Defaults*/
nav.nav_primary { position: relative; z-index: 300; }
nav.nav_primary .wrapper { padding: 0; }
nav.nav_primary .nav_full { display: table; width: 100%;}
nav.nav_primary ul { list-style: none; margin: 0; padding: 0; float: left; }
nav.nav_primary li > a { text-decoration: none; color: #303030; }
nav.nav_primary li > a:hover { color: #910048; }
nav.nav_primary li:last-child { border-right: 0; }
nav.nav_primary svg { margin-left:3px }
/* Mobile Button*/
.nav_primary_btn { display: none; margin: .5em; color: #303030; text-decoration: none; font-size: 1.3em; }
.nav_primary_btn:hover { color: #fff; text-decoration: none; }
/* Level 1 (All) */
nav.nav_primary ul.parent > li { position: relative; display: block; float: left;border-right: 1px solid #E4E4E4; }
nav.nav_primary ul.parent > li.nav_mobile { display: none; }
nav.nav_primary ul.parent > li > a { padding: 3em 1em; font-weight: 700; color: #333333; text-align: center; display: block; line-height: 16px; font-size: 15px; }
nav.nav_primary ul.parent > li:last-child { border-right: none; }
nav.nav_primary ul.parent > li > a:hover, nav.nav_primary ul.parent > li.drop_nav.hover > a, nav.nav_primary ul.parent > li.drop_mega.hover > a { color: #303030;background-color:#efefef }
nav.nav_primary ul.parent > li > a:hover, nav.nav_primary ul.parent > li > a:focus { background-color: #efefef; }

nav.nav_primary ul.parent > li a { text-decoration: none; }
nav.nav_primary .flex_grid.flex_borders .flex_item div {margin-bottom:0; padding: 5px 0 }
nav.nav_primary ul.parent .flex_grid .flex_item { padding: 2em; }
/* Level 1 Dropdown (Mega)*/
nav.nav_primary ul.parent li.drop_mega { position: static; }
/* Level 2 Dropdown (All)*/
nav.nav_primary ul.parent > li > ul { background-color:#fff; display: none; position: absolute; left: -1px; -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2); box-shadow: 0 5px 10px rgba(0,0,0,0.2); z-index: 3; }
/* Level 2 Dropdown (Nav)*/
nav.nav_primary ul.parent li.drop_nav > ul { width: 300px; top: 100%; }
nav.nav_primary ul.parent li.drop_nav > ul > li > a { padding: .5em; display: block; border-bottom: 1px solid #ddd }
nav.nav_primary ul.parent li.drop_nav > ul > li > a:hover { background: #efefef;color:#333 }
nav.nav_primary ul.parent li.drop_nav > ul > li > a:focus {color:#666}


/* Level 2 Dropdown (Mega)*/
nav.nav_primary ul.parent li.drop_mega > ul { width: 100%; top: auto; color: #fff; }
nav.nav_primary ul.parent li.drop_mega > ul a { color: #303030 }
nav.nav_primary ul.parent li.drop_mega > ul a:hover { color: #910048 }
nav.nav_primary ul.parent li.drop_mega > ul > li { width: 100%; }
nav.nav_primary ul.parent li.drop_mega > ul > li ul li a { display: block; padding: .5em 0; }
nav.nav_primary ul.parent li.drop_mega > ul > li ul li a:hover { text-decoration: underline }
nav.nav_primary ul.parent li.drop_mega > ul > li .heading { color: #fff; font-size: 1.3em; font-weight: 700 }
nav.nav_primary ul.parent li.drop_mega > ul > li .heading a { color: #fff; text-decoration: none }
nav.nav_primary ul.parent li.drop_mega > ul > li .heading a:hover { text-decoration: underline }
nav.nav_primary ul.parent li.drop_mega > ul > li ul { margin-bottom: 2em }
nav.nav_primary ul.parent li.drop_mega .flex_grid { margin-bottom: 0; background-color: transparent; }
nav.nav_primary ul.parent li.drop_mega .flex_grid.flex_borders .flex_item:last-child { border-right: 0; }
nav.nav_primary ul.parent li.drop_mega .additional_resources h3 { color: #303030; font-size: 26px; font-weight: 500; }
nav.nav_primary ul.parent li.drop_mega .additional_resources li { font-size: 14px; }
nav.nav_primary ul.parent li.drop_mega .h3 a { color: #246E4C; font-size: 25px; font-weight: 700 }

/*----------nav overlay-------*/
.nav_overlay_btn { display: none; position: absolute; padding: .60em .25em; color: #333; font-size: 18px; border: 0; text-decoration: none; font-weight: 500; text-transform: uppercase; letter-spacing: 1px;  }

.nav_overlay_btn.show { display: block; }
.nav_overlay { z-index: 2000; height: 100%; width: 100%; padding: 0 4%; background: #246E4C; position: fixed; overflow: auto; display: none; -webkit-overflow-scrolling: touch; color: #fff; top: 0; }
.nav_overlay::-webkit-scrollbar {display:none;}
.nav_overlay a { border: 0; }
.nav_overlay h2 { font-size: .9em; color: #fff; padding: 25px 0 19px 0; margin-bottom: 0; text-align: center; text-transform: uppercase; letter-spacing: 10px }
.nav_overlay ul { margin: 0 0 4em 0; padding: 0; }
.nav_overlay > ul li { list-style: none; border-bottom: 1px solid rgba(255,255,255,0.3) }
.nav_overlay > ul li:first-child { border-top: 1px solid rgba(255,255,255,0.3) }
.nav_overlay ul li a { color: #fff; text-decoration: none; display: block; font-size: 20px; padding: 18px; text-align: center; }
.nav_overlay_close { display: block; color: #fff; text-decoration: none; position: absolute; right: 0; top: 0px; font-size: 30px; text-align: right; padding: 16px 28px 16px 38px; }
.nav_overlay_close:hover { color: #fff; }
.nav_overlay ul li a.btn { margin: 0; color: #fff; }
.nav_overlay ul li > ul { margin: 0; padding: 0; display: none; }
.nav_overlay ul li ul li { border-top: none; border: 0!important }
.nav_overlay ul li > ul li a { font-size: 1.1em; padding: 10px; color: #FFFFFF; }
.nav_overlay ul li ul li:last-child { margin-bottom: 1.5em }
.nav_overlay .login li:first-child { text-align: center; font-size: .9em; font-weight: 300; margin-bottom: 1em; }
.nav_overlay .login a.btn-white { color: #111F2A; margin-bottom: .5em; }
.nav_overlay .login a.btn-white:hover { color: #fff; }
.nav_overlay ul li > ul li > ul li a { font-size: 1em; padding: 10px 14px; -moz-border-radius: 4px; border-radius: 4px; margin-bottom: .25em; background: rgba(255,255,255,0.1); }
	
/*------secondary navigation------*/
nav.nav_secondary { float: right; }
nav.nav_secondary ul { margin: 0; padding: 0; list-style: none; }
nav.nav_secondary li { padding: 10px 0; float: left; font-size: 0.875em; }
nav.nav_secondary li a { padding: 10px 1em; color: #fff; text-decoration: none; }
nav.nav_secondary li a:hover, nav.nav_primary li a:focus { color: #fff; }
nav.nav_secondary li a:active { color: #fff; }
nav.nav_secondary li.active a { font-weight: bold }
	
/*------section navigation (vertical)------*/ 
.nav_section {background-color: #fff;margin-top:10px;-moz-box-shadow: 0 0 35px rgba(0,0,0,.16);-webkit-box-shadow: 0 0 35px rgba(0,0,0,.16);box-shadow: 0 0 35px rgba(0,0,0,.16);border: 1px solid #E2E2E2;padding:4%;margin-bottom:2em; }
.nav_section div > ul{margin:0;list-style: none;padding:0;border: none;font-size:16px;line-height:1.3em;}
	.nav_section .h4 {font-weight:700;color: #00703D;line-height: 25px;}
	.nav_section .h4 a{color:#00693C;text-decoration:none; font-size:19px}
	.nav_section div > ul > li {}
	.nav_section div > ul li a{text-decoration:none;display:block;padding:.4em 10px;color:#333;font-weight:500;}
	.nav_section div > ul li a:hover{background-color:#F6F5F4;}
	.nav_section div > ul .selected{color:#333;font-weight:bold;background-color:#F2F0EF;}
		
		/*------nested------*/ 
		.nav_section div > ul ul {list-style: none;margin:7px 0 7px 10px;padding:0;font-size:.9em;margin-bottom:5px;line-height: 1.3em; border-left:5px solid #910048}
		.nav_section div > ul ul li a{padding:5px 7px;}
 		.nav_section ul .selected_parent {font-weight:bold;}
		.show_nav_section {display:none}

/*------paging, crumbs, tags (articles)------*/ 
nav.page ul {text-align: center;padding:0;}
	nav.page ul li {display: inline;margin: 0 4px 0 0;}
	nav.page ul li a {padding: 4px 8px;font-size: 14px;font-weight: bold;border: 1px solid #CCC;border-radius: 4px;text-decoration:none;background:#f4f6f9;}
	nav.page ul li a:hover,nav.page ul li a:focus {background: #f0f0f0;border-color: #ccc;}
	nav.page ul li a:active, nav.page ul li a.current {background: #fff;border-color: #ccc;}
	
nav.breadcrumb {color: #333;font-size:0.85em;text-transform: uppercase;margin-bottom:0.50em;padding:1em 0;text-align: right;}
	nav.breadcrumb a {font-weight: 500;margin: 0 5px;text-decoration: none;color: #999;font-size:10px}
	nav.breadcrumb a:first-child {margin-left: 0;}
	nav.breadcrumb a:hover,nav.breadcrumb a:focus {color: #000;font-size:10px}
	nav.breadcrumb a:active {color: #000;font-size:10px}
	nav.breadcrumb strong {font-weight: 700;color: #000;font-size:10px}
	
ol.tags {list-style:none;padding:0;margin:0 0 1.5em;font-size:.75em;}
	ol.tags li {float: left;margin: 0 5px 5px 0;}
	ol.tags li a {text-decoration:none;background:#CCC;background:rgba(0,0,0,.2);float: left;padding: 0px 7px;font-weight: normal;color: #fff;-moz-border-radius: 5px;border-radius: 5px;}
	ol.tags li a:hover, ol.tags li a:focus {background-color: #999;}
	ol.tags li a:active {background-color: #ccc;}

/************************
* Content *
************************/

section header, article header {}
section footer, article footer {border-top:1px solid #CCC;font-size:.875em;padding:1em 0;color:#888;margin-top:3em;}
section footer img {float:left; margin: 0 10px 0 0;}

.well {display:block;padding:15px 15px;background:#FFF;-moz-box-shadow: 0 0 35px rgba(0,0,0,.16);-webkit-box-shadow: 0 0 35px rgba(0,0,0,.16);box-shadow: 0 0 35px rgba(0,0,0,.16);border: 1px solid #E2E2E2;padding:2em;margin-bottom:2em;}
.platform {display:block;padding:15px 15px;background:#FFF;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;margin-bottom:2em;}

.card {background:#FFF;-moz-box-shadow: 0 0 35px rgba(0,0,0,.16);-webkit-box-shadow: 0 0 35px rgba(0,0,0,.16);box-shadow:0 0 35px rgba(0,0,0,.16);}
.card p:last-of-type {margin-bottom:0}

.comments {margin-top:5em;}palen

.item_image {margin-bottom:.5em;}
.item_title {font-size:1.25em;margin-bottom:.5em;}
.item_description {margin-bottom:.5em;}

.item  {background: #fff;margin-bottom: 6%;-moz-box-shadow: 0 0 35px rgba(0,0,0,.16);-webkit-box-shadow: 0 0 35px rgba(0,0,0,.16);box-shadow: 0 0 35px rgba(0,0,0,.16);border: 1px solid #E2E2E2;padding:2em;font-size: .9em;line-height: 1.5em;}	
.item:hover {border:1px solid rgba(36, 110, 76, .5); cursor: pointer;background-color:#fff;}

/*------Insets & Outsets ------*/
.inset {padding:2rem;}
.inset_large {padding:4rem}

.inset_right_large {padding-right:4rem;}
.inset_right {padding-right:2rem;}
.inset_right_small {padding-right:.5rem;}

.inset_left_large {padding-left:4rem;}
.inset_left {padding-left:2rem;}
.inset_left_small {padding-left:.5rem;}

.inset_top_large {padding-top:4rem;}
.inset_top {padding-top:2rem;}
.inset_top_small {padding-top:.5rem;}

.inset_bottom_large {padding-bottom:4rem;}
.inset_bottom {padding-bottom:2rem;}
.inset_bottom_small {padding-bottom:.5rem;}

.outset {margin:2rem;}

.outset_right_large {margin-right:4rem;}
.outset_right {margin-right:2rem;}
.outset_right_small {margin-right:.5rem;}

.outset_left_large {margin-left:4rem;}
.outset_left {margin-left:2rem;}
.outset_left_small {margin-left:.5rem;}

.outset_top_large {margin-top:4rem;}
.outset_top {margin-top:2rem;}
.outset_top_small {margin-top:.5rem;}

.outset_bottom_large {margin-bottom:4rem;}
.outset_bottom {margin-bottom:2rem;}
.outset_bottom_small {margin-bottom:.5rem;}


/*------Spinternet Defaults ------*/
.page_banner {margin-bottom:1em;-moz-border-radius:4px;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;}
.page_video {font-size:.875em;line-height:1.666em;padding:1em;margin-bottom:1em;-moz-border-radius:4px;border-radius:4px; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;}
	.page_video .fluid_video{margin-bottom:0;}
	.page_video .last{margin-left:1em;}

img[align=left], img.img_left{float:left;margin:0 1em 1em 0;max-width:30%;}
img[align=right], img.img_right{float:right;margin:0 0 1em 1em;max-width:30%;}
	
.fluid_video{margin-bottom:1.5em;}

.fluid_map {width: 100%;height: 0;padding-top: 60%;position: relative; margin-bottom:1.5em;}
	.fluid_map iframe {width: 100%;height: 100%; position: absolute;top: 0; right: 0;left: 0; bottom: 0; }
	.fluid_map img {max-width: none;}/*-- fixes max-width conflict in Google API maps --*/
	
.login_links {position: fixed; top: 0; right: 0; margin: 0; padding: 4px; list-style: none; font-size: 12px;}
	.login_links li {float: right; margin-left: .5em;}
	.login_links li > a {line-height: 1; padding: .333em .5em; text-decoration: none; background-color: #888; background: rgba(0,0,0,.5); border: 1px solid #666; -moz-border-radius: 4px; border-radius: 4px; color: #FFF;}

.test_site {
	color: #f2dede;
	background-color: #b94a48;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 13px;
	text-transform: uppercase;
}
.announcement {
	color: #246e4b;
	background-color: #FFF;
	width: 100%;
	height: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 13px;
	text-transform: uppercase;
}

/*------Locations------*/
.location_results {padding:1em;border:1px solid #CCC;font-size:.875em;}
	.location_results ol{list-style:none;margin:0;padding:0;line-height:1.5em;width:100%;}
	.location_results ol li{list-style:none;margin:0;display:inline-block;width:100%;}
	.location_results ol li div{float:left;width:80%;}
	.location_results img{float:left;margin-right:5%;max-width:15%;}

/*------video container ------*/
.video_link {display:block; margin-bottom:1em;}
.video_link .video_thumb {position:relative; display:block; margin-bottom:.5em; }
.video_link .video_play {position:absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); color:rgba(255,0,0,0.80); font-size:5em; line-height:1em;}
.video_link:hover .video_play {color:rgba(255,0,0,0.40);}
	
/*------icons (added with selectors.js) ------*/
/* these  are causing issues within the tinymce editor window, hence disabled  */
/*
a[href$="pdf"]:after {content:' (.pdf)';}
a[href$="xls"]:after {content:' (.xls)';}
a[href$="csv"]:after {content:' (.csv)';}
a[href$="doc"]:after {content:' (.doc)';}
a[href$="docx"]:after {content:' (.docx)';}
a[href$="ppt"]:after {content:' (.ppt)';}
    */

.pdf {background: url(/images/icon-pdf.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}
.excel {background: url(/images/icon-excel.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}
.word {background: url(/images/icon-word.gif) no-repeat 98% 50%;padding: 2px 2em 2px 0;}

/*------text options------*/

.text_cooler {color:#0066CC;}
.text_success {color:#009933;}
.text_warmer {color:#f78d1d;}
.text_danger, .ecom-error {color:#b94a48;}

.text_smaller {font-size:.75em;}
.text_small {font-size:.875em;}
.text_large {font-size:1.25em;line-height:1.5em;}
.text_larger {font-size:1.5em;}
.text_largest {font-size:1.75em;}

.text_primary {color:royalblue}
.text_secondary {color:saddlebrown}

/*------highlighting / alerts------*/

.alert_banner {background:#D90000; color:#fff;padding:1.25em 1em;margin-bottom:0; font-size:1em;line-height:1.4em; text-align: center; }
.alert_banner a {color:#fff;}
.alert_banner .btn {padding:0; border:none; background:none; margin:0 0 0 3em; float:right;}
.alert_banner .btn:hover {border:none; background:none; color:#ccc;}
.hidden {position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

.alert {padding:.5em 1em;color:#c09853;border:1px solid #fbeed5;background:#fcf8e3;font-size:.875em;border-radius:4px;margin:.25em 0 2em;}
	.alert p:last-child{margin:0;}
.alert.alert_success{color:#468847;border:1px solid #d6e9c6;background:#dff0d8;}
.alert.alert_danger{color:#b94a48;border:1px solid #eed3d7;background:#f2dede;}
/*.site_alert{z-index:4000; position:relative; top:0; left:0; padding:25px; background:#C00; color:#FFF; font-size:18px; font-weight:bold;}
.site_alert a{color:#F1C411;}*/

/*------Flags------*/

.flag {z-index:1;min-width:40px;max-width:100%;background:grey;color:#fff;line-height:1.2em;padding:.5em;position:absolute;top:15px;left:-7px;font-size:.875em;}
  .flag:after {width: 0;height: 0;display:block;content:' ';border-top: 10px solid grey;opacity:.3;border-left: 7px solid transparent;position:absolute;bottom:-10px;left:0;}

.flag.flag_success {background:#288232;}
  .flag.flag_success:after{border-top-color: #288232;}

.flag.flag_danger {background:#b94a48;}
  .flag.flag_danger:after  {border-top-color: #b94a48;}

.flag.flag_cool {background:#06C;}
  .flag.flag_cool:after  {border-top-color: #06C;}

.flag.flag_warm {background:#f78d1d;}
  .flag.flag_warm:after  {border-top-color: #f78d1d;}

/* --- lists --- */
.list--horizontal {list-style:none;margin:0;padding:0;display:table;}
	.list--horizontal > li{width:auto;margin:0 2rem 0 0;display:inline-block;vertical-align:middle;}
	.list--horizontal > li:last-child{margin-right:0;}
	.list--horizontal.last > li:first-child{margin-right:0;}
	
	.list--horizontal.list--m--small > li{margin:0 1rem 0 0;}
	.list--horizontal.list--m--xsmall > li{margin:0 .5rem 0 0;}
	.list--horizontal.list--m--none > li{margin:0;}
	
.list--horizontal.last > li{margin:0 0 0 2rem;}
	.list--horizontal.list--m--small.last > li{margin:0 0 0 1rem;}
	.list--horizontal.list--m--xsmall.last > li{margin:0 0 0 .5rem;}

/* --- Definition Lists --- */	
.dl--horizontal {-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: start;
align-items: flex-start;
display: -ms-flexbox;
display: flex;max-width:400px;}

.dl--horizontal__label {width: 30%;padding-right: .75rem;margin:0;}
.dl--horizontal__detail {width: 70%;margin:0;}

.no-flexbox .dl--horizontal__label {display:inline-block;padding-right:0;}
.no-flexbox .dl--horizontal__detail {display:inline-block;width:68%;}

/*------rows and grid views (e-commerce, typically generated dynamically)------*/ 

.list {clear:both;margin:0 0 2em;}

.list_row {padding:0;padding-top:1em;}
.list_row > li {margin:0;display: table;border-collapse: collapse;width: 100%;float: left;}
.list_row .inner {display: table-row;text-decoration:none;}
.list_row .li-img {display: table-cell;vertical-align: middle;width: 20%;padding-right: 1.5em;padding-top:1em;padding-bottom:1em;}
.list_row .li-img img {display: block;width: 100%;height: auto;-moz-border-radius:4px;border-radius:4px;}
.list_row .li-text {display: table-cell;vertical-align: middle;width: 70%;padding:1.5em 1em 1.5em 0;}
.list_row .li-head{margin-bottom:.25em;font-size:1.5em;font-weight:normal;text-decoration:none;}
.list_row .li-summary {display: block;color:#333;margin-bottom:.25em;font-size:1em;}
.list_row .li-action {margin: 0;text-decoration:none;}
span.posted_info {display:block; font-style:italic;color:#999; font-size:.9em; margin-bottom:1em;}
.list_row .author {display:block; font-style:italic;color:#999;}
.list_row > li.clear_even,.list_row > li.clear_third,.list_row > li.clear_fourth, .list_row > li.clear_fifth {width:100%;display:none;margin:0;}

.list_grid {padding:0; }
.list_grid > li {padding:0;margin-right:3.5%;margin-bottom:0em;display: block;float: left; }
.list_grid.list_2x > li {width:48.25%;}
.list_grid.list_3x > li {width:31%; }
.list_grid.list_4x > li {width:22.375%; }
.list_grid.list_5x > li {width:17.2%; }
.list_grid.list_6x > li {width:13.75%; }

.list_grid > li.clear_even, .list_grid > li.clear_third, .list_grid > li.clear_fourth,.list_grid > li.clear_fifth, .list_grid > li.clear_sixth {display:none;border-bottom:1px solid #ddd;margin:2em 0 2em 0; }/*---set up/style clears---*/ 
.list_grid.list_2x > li.even, .list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth, .list_grid.list_6x > li.sixth {margin-right:0;}/*---margin of last item---*/ 
.list_grid.list_2x > li.clear_even, .list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fifth, .list_grid.list_6x > li.clear_sixth {display:block;width:100%;}/*---show clears---*/ 
	
.list_grid .inner {text-decoration:none;}
.list_grid .li-img {padding-bottom:1em;}
.list_grid .li-img img {-moz-border-radius:4px;border-radius:4px;margin-bottom:.5em;}
.list_grid .li-text {clear:both;display:block;}
.list_grid .li-head {margin-bottom: .1em;line-height:1.1em;font-size:1em;font-weight:bold;display:block;}
.list_grid .li-summary {font-size:.75em;display:block;}
.list_grid .li-action {font-size:.75em;display:block;}

.lower_alpha > ol {list-style: lower-alpha; }
.lower_roman > ol {list-style: lower-roman; }


	
/*------processing, please wait buttons-------*/
.spnWaitMessage {color:#CC0000;font-weight:bold;font-size:16px;}
	
/*------related content (often used in side column, or below main content)------*/ 

.related {list-style:none;padding:0;margin:0;font-size:.875em;}
.related .related_item{padding:0;margin-bottom:2em;}
.related .related_item *:last-child{margin-bottom:0;}

.related .related_item.related_html {}
.related .related_item.related_banner figure{float:none;width:auto;}
.related .related_item.related_banner img{margin-bottom:.5em;}
.related .related_item.related_testimonial img{width:75px;float:left;margin:0 1em 1em 0;border-radius:50%;}
.related .related_item.related_video img {cursor:pointer;}
.related .related_item.related_links {}
	
/*------panels (often used to create different secions of content on the same page)------*/ 

.panel {padding:2em 0;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat:no-repeat; background-position: center center; position:relative;    z-index: 1;}

.panel_resources .panel {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-repeat: no-repeat;background-position: center center;}

.panel_resources .flex_grid .flex_item {padding:1.50em}
.panel>.inset {    position: relative;    z-index: 1;    padding-top: 1.5em;    padding-bottom: 3em;}
.panel.panel_html {}	
.panel.panel_image {}
	.panel.panel_image .panel_image_img {position:relative;}
	.panel.panel_image .panel_image_img > img {width:100%;}
.panel.panel_testimonial {}
	.panel.panel_testimonial img {width:75px;float:left;margin:0 1em 1em 0;border-radius:50%;}
.panel.panel_shared {}
.panel.panel_video {}
.panel.panel_related {}

.panel .img_blend {position:absolute; top:0; height:100%; width:100%;}

.panel.left .img_blend {opacity: 0.7;background-image: linear-gradient(-90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);left:0;width:60%;}
.panel.right .img_blend {opacity: 0.7;background-image: linear-gradient(90deg, rgba(255,255,255,0.00) 0%, #ffffff 80%);right:0;width:60%;}
.panel.cover .img_blend {background:rgba(255,255,255,0.7);left:0;right:0;top:0;bottom:0; color:#000;}

.panel.dark.left .img_blend {background-image: linear-gradient(-90deg, rgba(0,0,0,0.00) 0%, #000000 80%);}
.panel.dark.right .img_blend {background-image: linear-gradient(90deg, rgba(0,0,0,0.00) 0%, #000000 80%);}
.panel.dark.cover .img_blend {background:rgba(0,0,0,0.7); color:#fff;}

.panel.dark, .panel.dark h4 {color:#fff;}

.panel .img_text {position:absolute; top:50%; transform:translateY(-50%); width:100%;}
.panel.left .img_text {left:7%; width:45%;}
.panel.right .img_text {right:7%; width:45%;}

section .shadow {position: absolute;top: 0;background-image: linear-gradient(-180deg,#b7b1a9 0%,#fff 100%);z-index: 0} 

.shadow {opacity: .26;background-image: linear-gradient(0deg,rgba(0,0,0,0) 11%,#F5F4F3 100%);
height: 250px;width: 100%;z-index: 0;}
.panel > .wrapper {z-index:1;position: relative;}


/*------News/Events Resources------*/ 
.panel_resources h3 {font-weight:300;font-size: 38px;color: #414141;letter-spacing: 0; text-align: center; margin-bottom:1.5em;line-height:45px}

.panel_resources .h4 {font-weight:700;font-size: 22px;color: #246E4C;letter-spacing: 0;line-height: 31px; text-align: left;margin-bottom:0.50em}
.panel_resources p {margin-top:10px;font-weight:300;font-size: 16px;color: #4A4A4A;letter-spacing: 0;line-height: 28px;}
.panel_resources .date {background-color:#efefef; padding:5px;font-weight:500;font-size: 12px;
color: #414141;letter-spacing: 0;text-align: center;line-height: 31px;}
.panel_resources a { font-weight:700;color: #910048;letter-spacing: 0;}
.panel_resources .link {text-align: center;margin:0 auto }
.panel_resources .flex_item {background: #fff;margin-bottom: 6%;padding:2em;font-size: .9em;line-height: 1.5em;}


/*------Category Page Listings------*/ 
.panel.panel_category_page_listings .flex_grid {margin-top:4em}
.panel.panel_category_page_listings .flex_grid span {display:block}
.panel.panel_category_page_listings .flex_grid .flex_item {text-decoration:none;color:#6C6C6C;padding:1.5em;font-weight:500;line-height: 1.5em}
.panel.panel_category_page_listings .flex_grid .flex_item:hover {border:1px solid  rgba(36, 110, 76, .5)}
.panel.panel_category_page_listings .flex_grid .flex_item .link {margin-top:1em;font-weight:700;font-size: 16px;
color: #910048;letter-spacing: 0;}
.flex_grid.flex_margin .flex_item {margin-right: 3%;margin-bottom: 3em;}

/*------Invest CTA Panel------*/ 
.invest_panel {background-color:#246E4C;}
.invest_panel .wrapper {    padding: 4em 10%;}
.invest_panel h3 {color:#fff;font-weight:bold;font-size: 42px;letter-spacing: 0;text-align: center;line-height: 60px;}
.invest_panel p {font-weight:300;font-size: 22px;color: #FFFFFF;padding:15px;}

ul.numbered_list {padding-left:0;margin-left:0;counter-reset: li; list-style-type: none; }
ul.numbered_list li {position: relative; padding: 10px 0 20px 60px;}    
ul.numbered_list li::before {font-size: 30px; font-weight:600;  content: counter(li);  counter-increment: li;   height: 40px;   width: 40px;  border: 1px solid #246E4C;  border-radius: 50%;color: #246E4C;  text-align: center; position: absolute; left: 0;  top: 8px;line-height: 35px; }


/*------table structure (in editor template)------*/ 

table.table_structure_4x {width:100%;margin-bottom:1em;border-collapse:collapse;line-height:1.3em;display:block;}
	table.table_structure_4x tbody, table.table_structure_4x tr{display:block;width:100%;}
	table.table_structure_4x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_4x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	table.table_structure_4x td.clear {display:none;clear:both;width:100%;}

table.table_structure_3x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_3x tbody, table.table_structure_3x tr{display:block;width:100%;}
	table.table_structure_3x tr td{display:block;float:left;padding-bottom:.5em;line-height:1.4em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_3x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
table.table_structure_2x {width:100%;margin-bottom:1em;border-collapse:collapse;display:block;}
	table.table_structure_2x tbody, table.table_structure_2x tr{display:block;width:100%;}
	table.table_structure_2x tr td{display:block;float:left;padding-bottom:.5em;margin-right:2.5%;}/*margin matches column structure*/
	table.table_structure_2x td td {display:table-cell;float:none;width:auto;}/*fix embeded tables*/
	
	table.table_structure_2x tr td:last-child, table.table_structure_3x tr td:last-child, table.table_structure_4x tr td:last-child{margin-right:0;}/*margin matches column structure*/
	
	
/*------data tables (min-width for overflow on small devices, can be adjusted)------*/ 

table.table_data thead th, table.table_list thead th{background:#eee; white-space:nowrap;font-weight:normal;color:#333;padding:10px 10px;font-size:15px;}
table.table_data thead tr:first-child th:first-child, table.table_list  thead tr:first-child th:first-child { border-top-left-radius: 4px; }
table.table_data thead tr:first-child th:last-child, table.table_list  thead tr:first-child th:last-child { border-top-right-radius: 4px; border:0;}

.table_data {border-collapse:collapse;min-width:480px;width:99.9%;font-size:.9rem;}
	.table_data td{padding:.5em .75em;border:1px solid #ddd;min-width:5em;}
	.table_data td strong{white-space:nowrap;}

.table_list {border-collapse:collapse;min-width:480px;width:99.9%;font-size:.9rem;}
	.table_list td{padding:.5em .75em;border-bottom:1px solid #DDD;border-right:1px solid #DDD;min-width:5em;}
	.table_list td:last-child{border-right:0;}
	.table_list.table_stripe {border-top:0;}
		
	table.table_stripe tbody tr:nth-child(even) {background:#f4f6f9;background:rgba(193  195  198,.1);}
	table.table_condensed th{padding:.25em .5em;font-size:1rem;}
	table.table_condensed td{padding:.25em .5em;font-size:.875rem;}
	
.table_overflow {
		/*added with selectors.js and */ 
		width:100%;overflow-x:auto;margin-bottom:1.5rem;
		background:
		/* Shadow covers */
		linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
		linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
		/* Shadows */
		radial-gradient(0 50%, farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)),
		radial-gradient(100% 50%,farthest-side, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
		background:
		/* Shadow covers */
		linear-gradient(90deg, white 30%, rgba(255,255,255,0)),
		linear-gradient(90deg, rgba(255,255,255,0), white 70%) 100% 0,
		/* Shadows */
		radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.8), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.8), rgba(0,0,0,0)) 100% 0;
		background-repeat: no-repeat;
		background-color: white;
		background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
		/* Opera doesn't support this in the shorthand */
		background-attachment: local, local, scroll, scroll;
}

.table_data_stack {width:100%;border-collapse:collapse;margin-bottom:2em;line-height: 1.3em;}
.table_data_stack th {text-align:left; }
.table_data_stack td, .table_data_stack th, table.table_data_stack thead tr:first-child th:last-child {}
.table_data_stack td, .table_data_stack th {padding: 8px 8px;text-align:center}
.table_data_stack tr {border-bottom:1px solid #ddd;}
.table_data_stack tr:last-child {border-bottom:none;}
.table_data_stack thead th {white-space: normal}
.table_data_stack .selected {background:whitesmoke;}


#contents {height: auto!important; }
#contents td:first-child {width: 25%!important; padding-right: 5px; }
#contents td:last-child {width: 75%!important; }
.terms td:first-child {width: 33%!important; vertical-align: top; padding-right:10px; }
.terms td:last-child {width: 67% !important; vertical-align: top; }
.trustees {margin-left: 40px; margin-bottom: 1em; font-weight: bold; }
.trustees td:first-child {width: 100px; vertical-align: top; padding-right:10px; }
.trustees td:last-child {width: auto; padding-bottom:0.5em; }



/* Flex Grid */

.flex_grid { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; justify-content: flex-start; margin-bottom: 3em; }
.flex_grid .flex_item { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; float: left; /* for IE */
padding: 1em; margin-bottom: 2em; position: relative; }
/* Flex Grid border/no border widths */
.flex_grid.flex_4x .flex_item { width: 25%; }
.flex_grid.flex_3x .flex_item { width: 33.333%; }
.flex_grid.flex_2x .flex_item { width: 50%;}
/* Flex Grid Borders */
.flex_grid.flex_borders { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.flex_grid.flex_borders .flex_item { border: 1px solid #ddd;border-bottom: 0; border-right: 0; }
/* Flex Grid Margins */
.flex_grid.flex_borders.flex_margin { border: 0; }
.flex_grid.flex_borders.flex_margin .flex_item { margin-right: 3%; border: 1px solid #ddd; background-color:#fff;}

.flex_grid.flex_borders .flex_margin .flex_item .item_details { padding: .75em; padding-top: 0; }
.flex_grid.flex_4x.flex_margin .flex_item { width: 22.75%; }
.flex_grid.flex_3x.flex_margin .flex_item { width: 31.333%; }
.flex_grid.flex_2x.flex_margin .flex_item { width: 48.5%; }
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) { margin-right: 0; }
/* IE8 and IE9 */
.no-flexbox .flex_grid:after { content: ' '; display: block; clear: both; }
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) { clear: both; }

/*---Scale Proportionally for varied images sizes---*/ 
.grid_img {position: relative;border:1px solid #ddd;width: 100%;margin-bottom:.75em}
.aspect_ratio_1to1 {padding-top: 100%; /* forces 1:1 aspect ratio, 100% is a square */}
.aspect_ratio_3to2 {padding-top: 66.666%; /* forces 3:2 aspect ratio*/}
.aspect_ratio_16to9 {padding-top: 56.25%; /* forces 16:9 aspect ratio*/}
.img-container {position: absolute;top: 0;bottom: 0;left: 0;right: 0;text-align:center; /* Align center inline elements */font: 0/0 a;}
.img-container:before {content: ' ';display: inline-block;vertical-align: middle;height: 100%;}
.img-container img {vertical-align: middle;display: inline-block;max-height:100%/* Makes taller img fit the box */;}

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {border:0;border-bottom:1px solid #ddd}

/************************
* Forms *
************************/

.form {margin-bottom:1rem;clear:both;font-size:.875rem;}
.form > fieldset {margin-bottom:1em;border:1px solid #DDD;padding:15px;-moz-border-radius:4px;border-radius:4px;background:#FFF;}
	.form > fieldset > legend{display:block;background:#fff; padding:0 .25em; color:#000;font-size:1.3em; margin-bottom:.5em;font-weight:600;}
	
.form fieldset > div, .form fieldset > fieldset {padding:7px 0;clear:both;border-bottom:1px dotted #DDD;}
	.form fieldset > div:last-child {border-bottom:0;}
.form fieldset > div{*zoom:1}.form fieldset div:before,.form fieldset div:after{display:table;content:""}.form fieldset div:after{clear:both}
.form fieldset > div > label, .form fieldset > fieldset > legend{display:block;padding:3px 5% 3px 0;width:33%;text-align:right;float:left;}
.form fieldset > div > ul {margin: 0; padding: 0; list-style: none;}

.form fieldset ul.field_list{padding:3px 0;list-style:none;margin:0;float:left;display:block;width:66%;}
	.form fieldset ul.field_list li{margin:0 0 3px 0;}
	.form fieldset ul.field_list li{*zoom:1}
	.form fieldset ul.field_list li:before,.form fieldset ul.field_list li:after {display:table;content:""}
	.form fieldset ul.field_list li:after{clear:both}
	.form fieldset ul.field_list li span{width:90%;float:left;}
	
	.form fieldset ul.field_list li small{font-size:.85em;margin:-.5em 0 0 0;}

.form input[type="checkbox"], .form input[type="radio"] {margin-right:.5em; vertical-align:text-top; margin-top:6px; float:left;}

.form fieldset input, .form fieldset select{margin:0;max-width:66%;}
.form fieldset select{padding:0;}

input[type="text"], textarea, input[type="email"], input[type="password"], input[type="number"], input[type="tel"], select{padding: .5em .5em;font-size: .875rem;border: 1px solid #CCC;background: #f5f5f5;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}/*------remove number spinners------*/
input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {border-color: rgba(0,102,204,.8);
outline: 0;box-shadow: 0 0 8px rgba(0,102,204,.6);background: #fff;}
.form .required {color:#b94a48;font-weight:bold;font-size:0.8em;}
.form [disabled="disabled"]{opacity:.60;}

.form .btn {margin:.5em .5em 0 0;}

.app_hours label {display:block}
.app_hours div {float:left;}

.related .form fieldset > div > label, .related .form fieldset > fieldset > legend{width:100%;text-align:left;float:none;}
.related .form fieldset input, .related .form fieldset select, .related .form textarea {max-width:100%;width:100%}


/*------Login------*/
.form.login {clear:none;}
.form.login fieldset input, .form.login fieldset select {width:100%;max-width:none;}
.form.login fieldset > div {border-bottom:none;}
.form.login fieldset > div > label {width:inherit;padding:0;text-align:left;}
.form.login fieldset input[type="submit"] {width:inherit;}

/*------search------*/
.site_header fieldset.site_search {position:absolute;top:10px;right:0;width:35%;text-align:right;}
fieldset.site_search input[type="search"], fieldset.site_search input[type="text"] {width: 50%;padding: .25em .5em;font-size: 16px;border: 1px solid #ddd;background: #f5f5f5;-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);box-shadow: inset 0 1px 2px rgba(0,0,0,.05);-moz-border-radius: 4px;border-radius: 4px;margin-right:.5em;}

/*------buttons------*/
.btn{text-decoration:none;display:inline-block;*display:inline;*zoom:1;background: #B9975B;color: #FFFFFF;line-height: 1em;font-weight: 600;font-size: 0.90rem;margin: 0 .25em 0 0;padding: 1em 1.25em;cursor: pointer;-moz-border-radius:4px;border-radius:4px;text-align:center; text-transform: uppercase; letter-spacing: 0.10em}
	.btn:hover {background:#910048;color:#FFF;text-decoration:none;}
	.btn:active {background-image: none;outline: 0;-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-danger {background:#b94a48;border-color: #ac2925;}
	.btn-danger:hover {background-color: #d2322d;border-color: #ac2925;}
.btn-success {background-color:#5cb85c;border-color: #4cae4c;}
	.btn-success:hover {background-color: #47a447;border-color: #398439;}

.btn-full {display:block;margin:0;}

.btn-xxxlarge{font-size: 1.75rem;border-radius: 5px;}
.btn-xxlarge{font-size: 1.5rem;border-radius: 5px;}
.btn-xlarge{font-size: 1.25rem;border-radius: 5px;}
.btn-large{font-size: 1.15rem;border-radius: 5px;}
.btn-small{font-size: .875rem;}
.btn-mini{font-size: .75rem;}

/* just for presentation (bottom left corner) */
.breakpoint{position:fixed;bottom:0;left:0;background:#333;width:70px;color:#FFF;font-size:.8em;display:none;padding:0 10px;}
.break_1024to992{display:block;}

/* accordion */
.accordion {margin: 0; padding: 0; list-style: none;}
.accordion input {display:none;}
.accordion label {display:block; border: none; padding: .5rem 1rem; margin: 0 0 .25rem 0; width:100%; text-decoration: none; border:1px solid #333333; background-color: #333333; color: #ffffff; cursor: pointer; text-align: left; transition: ease .3s; -webkit-appearance: none; -moz-appearance: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.accordion label:hover, .accordion label:focus {border:1px solid #333333; background-color:#fff; color:#333333;}
.accordion label svg {margin-top:5px; float:right;}
.accordion input:checked + label svg {transition: .3s transform ease-in-out;transform: rotate(180deg);}
.accordion_content {padding: .75rem .75rem;}
.accordion input + label + .accordion_content {display:none;}
.accordion input:checked + label + .accordion_content {display:block;}

/* High Density Images - uncomment to use
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) { 
.selector {background: url() top no-repeat;background-size:;}
}
*/
@media only screen and (min-width:1025px) and (max-width: 1200px) { 
nav.nav_primary ul.parent > li > a {padding:3em 0.75em}
	.apply_now span {display:none;}

}


@media only screen and (min-width: 992px) and (max-width: 1024px) { 
nav.nav_primary ul.parent > li > a {font-size:14px }
	nav.nav_primary ul.parent > li > a {padding:3em 0.50em;padding:3em 0.70em}

	.apply_now span {display:none;}
	}

@media only screen and (max-width: 991px) {	
	
	.why_imet .lead {padding:1em}
	.structure > .first, .structure > .middle, .structure > .last {float: none; width: 100%; margin-right: 0;margin-bottom: 3em;}	
.show_nav_section {display: block; padding: 10px 20px 8px; border: 1px solid #ddd; text-decoration: none;text-align: center; border-radius: 6px; color: #333;background-color:transparent;position: relative; z-index: 300;}
nav.nav_primary svg {color:#333; margin-right:10px;}

.home_hero {position:relative;min-height: 550px}
.home_hero .caption {width:75%}
.site_footer nav ul a{font-size: 1.2em; line-height: 1.8em;padding: 10px 14px; margin-bottom: .5em;border-radius: 5px;background: rgba(0,0,0,.12);}
	.footer_primary .inset_large{padding:1rem;}
	.compare_funds .wrapper {padding:1em 4%}
.show_hide_container {overflow:hidden}
.show_hide_slide {margin-top:-9999px;transition: all .3s ease-in-out;}
.show_hide_slide.show {margin-top: 0;}   

.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fifth,.list_grid.list_6x > li.sixth {margin-right:3.5%;}/*---over-ride default margin---*/ 

/* Flex Grid max 3 column */
.flex_grid.flex_4x .flex_item {width: 33.333%;}
.flex_grid.flex_4x.flex_margin .flex_item {width:31.333%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {margin-right:0;}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {clear: none;}
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear:both;}
.show_nav_section {display:block;padding:10px 20px 8px;border:1px solid #ddd; text-decoration:none;text-align:center;border-radius: 6px;color:#333;background:#fff;position:relative;z-index: 300}
.nav_section {border:0;padding: 0;position:static;background:none;color:#333;margin-top:0em; margin-bottom:1.5em;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.nav_section div > ul {margin:1em 0 0 0 ;}
.nav_section div > ul li a{text-align:center;text-decoration:none;display:block;padding:.75em 1em;float:none;border:1px solid #ddd;margin-left:0;border-radius:0px;margin-right:0;margin-bottom:1em;}
.nav_section .h4 {display:none;}
.related .nav_section .h4 {display:block;}
.nav_section div > ul .selected{color:#333;font-weight:bold;background-color:#F2F0EF;border:none}
.nav_section div > ul ul {list-style: none;padding:0;margin:0;border-left:none}
.nav_section div > ul ul li a{padding:10px 7px;background:none;border:none;border-radius:none;margin-bottom:0}
.nav_section ul .selected_parent {font-weight:bold;border:none;margin-bottom:0}
.nav_section div > ul >  li.selected_li {background:#fff;border:1px solid #ddd; border-radius:none;margin-bottom:1em}
.nav_section div > ul li a.selected {margin-bottom:0}
.show_hide_container {overflow:hidden}
.show_hide_slide {margin-top:-9999px;transition: all .3s ease-in-out;}
.show_hide_slide.show {margin-top: 0;}        

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.break_991to768{display:block;}	
	.site_header a.logo { width: 100%; float: left;}

		nav.nav_primary ul.parent > li.nav_mobile {display:none;}
	nav.nav_primary .nav_full ul.parent > li{display:table-cell;float:none;border-right:1px solid #ddd;}
	.flex_grid.flex_4x.flex_margin .flex_item {width:47%;}
	.flex_grid.flex_4x.flex_margin .flex_item:nth-child(1n+2) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2) {margin-right:0;}
nav.nav_primary ul.parent > li > a {padding:1em; ;text-align:center;display:block; }
nav.nav_primary ul.parent > li:last-child > a {border-right:none;}

	nav.nav_primary ul.parent{display:flex; width:100%;}
nav.nav_primary ul.parent > li{flex-grow:1;}	
		nav.nav_primary ul { border-top:1px solid #ddd }
}

}
/*---5, 6 column to 4---*/
.list_grid.list_5x > li, .list_grid.list_6x > li {width:22.375%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.fourth, .list_grid.list_5x > li.fourth, .list_grid.list_6x > li.fourth {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_fourth, .list_grid.list_5x > li.clear_fourth, .list_grid.list_6x > li.clear_fourth {display:block;width:100%;}/*---show clears---*/
.home_hero .caption h1 {font-size:40px; line-height: 45px}

@media only screen and (max-width: 768px) {
	
	ul.site_header_cta .btn {width:100%;display:block;}
		ul.site_header_cta {display:inline-block;bottom:0; float:right; width:50%; top:99px; margin: 15px 5px 1em 38px; }
	ul.site_header_cta li {padding-right:0;width:100%;}
	.site_header a.logo {display:block; width:100%;margin-bottom:0;padding-bottom:0;float:none;}
	.nav_overlay_btn {border:solid 1px #ddd;float:left;left:8px;position:relative;top:0;display:inline-block; line-height: 1em;
    font-weight: 600;font-size: 0.90rem; padding: 1em 1.25em;cursor: pointer;margin: 14px .25em 1em 0;
    -moz-border-radius: 4px; width:45%; border-radius: 4px;text-align: center; text-transform: uppercase; letter-spacing: 0.10em;}
nav.nav_primary ul.parent svg {text-align:center; float:none; margin:0 auto;display:block; }
.compare_funds .flex_grid.flex_2x.flex_margin .flex_item {margin-top:2em}

	.top_bar {display:none;}	
.home_hero .caption h1 {font-size:30px; line-height: 35px}
.home_hero .caption {width:100%}
	.why_imet h2 {font-size:32px;}

.why_imet .lead {padding: 1% ; font-size:24px;line-height: 28px;}
.wrapper {padding:0 4.5%;}
/* default breakpoints for structure */
.structure > .first, .structure > .middle, .structure > .last {float:none;width:100%;margin-right:0;margin-bottom:3em;}
	.structure > .first:last-child, .structure > .last:last-child {margin-bottom:0;}
/* default breakpoints for table structure */
table.table_structure_4x tr {clear:both;}
table.table_structure_4x tr td {width:47%;}
table.table_structure_4x td.clear {display:block;}

/* Flex Grid max 2 column */
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {width: 50%;}
.flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {width:48.5%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {margin-right:3%;}
.flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {margin-right:0}

/* Flex Grid IE9 */
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {clear: none;}
.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {clear:both;}
				


	
/* Level 2 Dropdown (All)*/
nav.nav_primary ul.parent li.drop_nav > ul, nav.nav_primary ul.parent li.drop_mega > ul {position:relative;width:100%;left:0;}
nav.nav_primary ul.parent li.drop_mega > ul > li {float:none;width:100%;}


	
	
/*------rotator banner------*/
.rotator_banner .rotator_banner_img {height:300px;}
.rotator_banner .rotator_banner_content {padding:1.5em 1.5em; position: relative; top:auto; left:auto; transform: none;}

/*------panels (often used to create different secions of content on the same page)------*/ 
.panel.panel_image .panel_image_img > img { margin-bottom:.75em;}
.panel .img_blend {opacity:1; position:inherit; top:inherit; height:inherit; right:inherit!important; left:inherit!important; background:none!important; width:100%!important;}
.panel .img_text {position:inherit; top:inherit; right:inherit!important; left:inherit!important; transform:inherit; width:100%!important;}
.panel, .panel h4 {color:#333!important;}

/*------Insets & Outsets ------*/
[class*="outset_r"], [class*="outset_l"] {margin:0}

.mobile {display:block;}
table.table_data_stack, .table_data_stack thead, .table_data_stack tbody, .table_data_stack th, .table_data_stack td, .table_data_stack tr { font-size:.975em;display: block; text-align:left}
    table.dataTable thead th, table.dataTable thead td {text-align:left;}
.table_data_stack tr { margin-bottom:2em;position:relative}
.table_data_stack td { border: none;position: relative; padding-left:54%!important}
	.one_three_fund .table_data_stack tr {border-bottom:0;}   
table.table_data_stack td:before {content: attr(data-label);position:absolute;left:10px;padding-right:1em; width:50%; font-weight:700;font-size:.875em;}   
table.table_data_stack th {display:none;}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	nav.nav_primary ul.parent {display:none;}
.break_767x480{display:block;}
	.compare_funds .flex_grid.flex_2x.flex_margin .flex_item {width:100%;margin-top:0;margin-bottom:1em;margin-right:0;}
.form textarea{width:60%;}

/*---4, 5, 6 column to 3---*/	
.list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:31%;}/*---establish widths---*/ 
.list_grid.list_3x > li.third, .list_grid.list_4x > li.third, .list_grid.list_5x > li.third, .list_grid.list_6x > li.third {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_third, .list_grid.list_4x > li.clear_third, .list_grid.list_5x > li.clear_third, .list_grid.list_6x > li.clear_third {display:block;width:100%;}/*---show clears---*/ 

}

/* Interim breakpoint for some phones (landscape) and tablets (portrait) */
@media only screen and (max-width: 640px) {
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_3x.flex_early .flex_item, .flex_grid.flex_3x.flex_early.flex_margin .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item { width: 100%; margin-right: 0!important;}

nav.nav_primary ul.parent {display:none;}
	
	
	
	
}


@media only screen and (min-width: 0px) and (max-width: 479px) {
.rates_inset {padding:1em 5px;}
	.site_header a.logo {background-position:top center; text-align:center;padding-left:0; margin-left:0; }
	.compare_funds .inset {padding:10px;}
	.one_three_fund .table_data_stack {margin-bottom:0;}
	.one_three_fund .table_data_stack tr {margin-bottom:0}
	nav.nav_primary ul.parent {display:none;}
	.panel_resources h3 {margin-bottom:0.50em;font-size:2em}
	.invest_panel h3 {font-size:28px; line-height: 35px}
	.panel_resources .item {margin-bottom:0;}
	.panel>.inset {padding:5px}
	 .well.start_investing {padding:0}
	.compare_funds h2 {font-size:1.55em;line-height:30px;}
.break_479x0{display:block;}
	.why_imet .inset_large {padding:2em 0.50em}
	.panel_resources .flex_grid .flex_item {margin-bottom: 1em}
.rotator_banner .rotator_banner_img {height:200px;}
.compare_funds .flex_grid.flex_2x.flex_margin .flex_item {width:100%;}
/* default breakpoints for table structure */
table.table_structure_4x tr td, table.table_structure_3x tr td, table.table_structure_2x tr td {width:100%;margin:0;}
	table.table_structure_4x tr td td, table.table_structure_3x tr td td, table.table_structure_2x tr td td{width: auto;}

.form fieldset {padding-left:0;padding-right:0;border-radius:0;border-right:0;border-left:0;}
.form input[type="text"], .form input[type="number"], .form input[type="email"], .form input[type="password"], .form textarea, .form fieldset select {max-width: none;width:100%;}
.form fieldset > div > label, .form fieldset > fieldset > legend {width:100%;padding:0;text-align:left;}
.form fieldset .icon_form{clear:both;display:block;margin-top:.5em;}
.form fieldset ul{width:100%;}

img.img_left, img[align=left], img.img_right, img[align=right]{max-width:33%;}
aside, figure {width:auto;float:none;margin-left:0;}

nav.page ul li {display:none;}
nav.page ul li.page-prev, nav.page ul li.page-next {display:inline;}

/*---3, 4, 5, 6 column to 2---*/	
.list_grid.list_3x > li, .list_grid.list_4x > li, .list_grid.list_5x > li, .list_grid.list_6x > li {width:48.25%;}/*---establish widths---*/ 
.list_grid.list_3x > li.even,.list_grid.list_4x > li.even, .list_grid.list_5x > li.even, .list_grid.list_6x > li.even {margin-right:0;}/*---last column---*/ 
.list_grid.list_3x > li.clear_even, .list_grid.list_4x > li.clear_even, .list_grid.list_5x > li.clear_even, .list_grid.list_6x > li.clear_even {display:block;width:100%;}/*---show clears---*/

/* Flex Grid */
.flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item { width: 100%;margin-right:0; }

/*.list .li-summary {display: none;}*/


/*---form builder captcha---*/
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
#rc-imageselect > div, .g-recaptcha > div {margin:0;width:291px!important;}
}

/*Print styles */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;-ms-filter: none !important; } /* Black prints faster */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }

}



/************************
* eCommerce *
************************/

/*-----shop overrides-----*/
.wrapper.shop { }

/*-----shop search-----*/
fieldset.search.shop { margin-bottom: 1.5em; }
fieldset.search.shop input[type="text"] { font-size: 14px; padding: .5em; width: 65%; }
fieldset.search.shop input[type="submit"] { padding: .5em .75em; font-size: 14px; }

/*-----categories-----*/
.shop_category { font-size: 16px; border-bottom: 1px solid #ccc; color: #666; text-align: center; }
.shop_category_img { margin-bottom: 1.5em; }

/*-----toobar-----*/
.toolbar { font-size: 13px; }
.toolbar .first, .toolbar .middle { margin-right: 5% }
.toolbar ul { list-style: none; padding: 0; margin: 0; }
.toolbar ul li { margin-right: .75em; display: inline; float: left; }
.toolbar .list_view a { background: url(/images/icon-list-view.png) no-repeat; width: 12px; height: 12px; display: block; margin-top: 7px; }
.toolbar .list_view a:hover, .toolbar .list_view a.current_view { background-position: bottom; }
.toolbar .grid_view a { background: url(/images/icon-grid-view.png) no-repeat; width: 12px; height: 12px; display: block; margin-top: 7px; }
.toolbar .grid_view a:hover, .toolbar .grid_view a.current_view { background-position: bottom; }

.list.list_row .price { float: right; width: 20%; font-size: 1.2em; margin-top: .25em; }
.list .price strike { display: block; }

/*-----product-----*/
.form.product fieldset { padding: .5em; }
.form.product p { margin-bottom: 0; }
.form.product h2 { margin-bottom: 1em; }
.product_detail_img { max-width: 468px; margin-bottom: 1em; text-align: center; }
ul.product_detail_img_thumb { margin: 0; padding: 0; list-style: none; }
ul.product_detail_img_thumb li { display: block; float: left; }
ul.product_detail_img_thumb li a img { height: 40px; margin: 0 .25em 1em 0; }

/*-----reviews-----*/
.reviews { clear: both; display: block; padding: 15px 15px; background: #FFF; -moz-border-radius: 4px; border-radius: 4px; -moz-box-shadow: inset 0 0 5px #ccc; -webkit-box-shadow: inset 0 0 5px #ccc; box-shadow: inner 0 0 5px #ccc; margin-bottom: 1em; }
.review_info { background: #F3F3F3; padding: 20px; -moz-border-radius: 4px; border-radius: 4px; }
.review { border-bottom: 1px dotted #ccc; font-size: .90em; margin-bottom: 20px; }
.review:last-child { border-bottom: none!important; }
.review h2 { color: #0066CC; }
.reviews .btn { background-color: #0066CC; border-color: #005CB6; font-weight: normal; float: right; }
.reviews .btn:hover { background-color: #005CB6; border-color: #004992; }

/*-----star ratings-----*/
.userRatingStar { background-repeat: no-repeat; cursor: pointer; display: block; font-size: 0; height: 16px; margin: 0; padding: 0; width: 16px; text-align: center; }
.userRatingStarNoPointer { background-repeat: no-repeat; cursor: default; display: block; font-size: 0; height: 16px; margin: 0; padding: 0; width: 16px; text-align: center; }
.userFilledRatingStar { background-image: url(/images/star_yellow_14.gif); }
.userEmptyRatingStar { background-image: url(/images/star_gray_14.gif); }
.userWaitingRatingStar { background-image: url(/images/star_gray_14.gif); }
.ratingStar { background-repeat: no-repeat; cursor: pointer; display: block; font-size: 0; height: 50px; margin: 10px 0 0 0; padding: 0; width: 50px; text-align: center; }
.filledRatingStar { background-image: url(/images/star_yellow_12.png); }
.emptyRatingStar { background-image: url(/images/star_gray_12.png); }
.waitingRatingStar { background-image: url(/images/star_gray_12.png); }

/*-----cart-----*/	
.flex-table { margin-bottom: 1em; border-collapse: collapse; width: 100%; background: #FFF; border: 1px solid #CCC; }
.flex-table thead th { border-bottom: 1px solid #E0E0E0; background: #F4F4F4; font-size: 13px; font-weight: bold; line-height: 1.4; text-transform: capitalize; white-space: nowrap; }
.flex-table td, .flex-table th { padding: 10px; border-right: 1px solid #E0E0E0; }
#cart-table tfoot td { text-align: right; }
.flex-table tfoot td { border-top: 1px solid #E0E0E0; background: #F4F4F4; }
.flex-table td, .flex-table th { padding: 10px; border-right: 1px solid #E0E0E0; }
.flex-table tbody tr:last-child td { border-bottom: 0; }
.flex-table tbody tr td { border-bottom: 2px solid #E8E8E8; vertical-align: top; }
.cart-item-wrapper { padding-bottom: 1em; }
.cart-item-description { font-size: .875em; line-height: 1.2em; margin-left: 90px; }
.product-name { margin-left: 90px; display: block; line-height: 1.2em; margin-bottom: .5em; }
.product-image { float: left; margin-right: 10px; }
.remove-link { color: #666; text-decoration: none; }
span.label { display: none; float: left; margin-right: .5em; }
.cart_calculate { font-size: .875em; padding: 5px 10px 10px 10px; float: none; margin-right: 0; }
.cart_calculate label { display: block; }
.cart_calculate input[type="text"] { font-size: .875em; margin-right: .25em; width: 50%; }
.cart_calculate select { max-width: 100%; }
.payment_method { list-style: none; padding: 0; }
.payment_method li { display: block; float: left; margin: 0 5px 5px 0; }

/*-----checkout-----*/	
.checkout_help { font-size: .875em; line-height: 1.5em; }

@media only screen and (max-width: 768px) {
/*-----cart-----*/	
.flex-table.linearize thead { display: none; }
.flex-table.linearize tbody tr:last-child { border-bottom: 0; }
.flex-table.linearize tbody tr { border-bottom: 2px solid #CCC; }
.flex-table.linearize tr, .flex-table.linearize th, .flex-table.linearize td { display: block; }
.flex-table.linearize tbody tr td:first-child { padding-top: 10px; }
.flex-table.linearize tbody tr td { padding: 0 10px 10px; border-right: 0; border-bottom: 0; }
.cart-item-wrapper { min-height: 75px; border-bottom: 1px solid #ddd; }
span.label { display: compact; }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.cart_calculate.first { width: 44%; float: left; }
.cart_calculate.last { width: 44%; float: right; }
}

@media screen and (max-width: 479px) {
.list.list_row .price { margin: 0; font-size: 1em; }
.list .price strike { display: none; }
}



/************************
* Date Picker Calendar *
************************/

/*------ Date Picker ------*/
		
.ui-datepicker {width: 100%; font-size:.9em; text-align: center; color: #666;}
.ui-datepicker a {color: #666; text-decoration: none;}
.ui-datepicker .ui-icon { width: 16px; height: 16px; background-image: url("/images/datepicker-arrows.png"); display: inline-block; vertical-align: middle; position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 6px; width: 1.8em; height: 1.8em; cursor: pointer;}
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
/*.ui-datepicker .ui-datepicker-next span {background-position:-16px 0;}*/
.ui-datepicker .ui-datepicker-header { position: relative; padding: .5em 0; background: #eee; font-weight: bold; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse;}
.ui-datepicker th { padding: .7em .3em; font-weight: bold;}
.ui-datepicker td {padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .25em; border: 1px solid #ddd; background: #fff; }
.ui-datepicker .ui-state-hover {background: #eee;}
.ui-datepicker .ui-state-highlight {background: #00C; color: #fff;}

/*------ Calendar ------*/

.cal_date {position:relative; z-index:1; display:inline-block; width:70px; height:70px; margin-right:1.5em; padding-top:10px; text-align:center; border-right:1px solid #fff; border-bottom:1px solid #fff; background:#777; line-height:1.4em; color:#fff; }
.cal_date .cal_month {display:block; text-transform:uppercase; margin-bottom:0; font-size:.9em; font-weight:bold;}
.cal_date .cal_day {display:block; font-size:1.7em; font-weight:lighter;}

.cal_listing {padding:0; list-style:none;}
.cal_listing > li {padding:1.5em 0; border-bottom:1px solid #ddd;}
.cal_listing > li:last-child {border-bottom:none}
.cal_listing a {text-decoration:none;}
.cal_listing .cal_listing_img {float:left; max-width:55%; margin-bottom:1.5em;}
.cal_listing .cal_listing_img img {margin-top:-70px; padding-right:1.5em;}
.cal_listing .cal_listing_detail { }

.cal_next_prev {display:table; margin-bottom:1.5em; height:40px; width:100%; text-align:center;}
.cal_next_prev h3 {display:table-cell; margin:0; background:#666; color:#fff; font-size:.9em; padding:0 .5em; text-transform:uppercase; vertical-align:middle;}
.cal_next_prev a {display:table-cell; background:#666; color:#fff; font-size:1.8em; width:40px; text-decoration:none; vertical-align:middle;}
.cal_next_prev a:hover {background:#999;}
.cal_next_prev a:first-child {border-right:2px solid #fff;}
.cal_next_prev a:last-child {border-left:2px solid #fff;}

.cal_search {position:relative;}
.cal_search input {width:100%; margin-bottom:1.5em; padding:1em 1.25em; background:#fff; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid #ddd;}
.cal_search a {position:absolute; top:1em; right:1.25em; color:#666; }
.cal_search a:hover {color:#999}

.cal_nav {border: 1px solid #ddd; margin-bottom:1.5em;}
.cal_nav > ul {margin:0;padding:0;list-style:none;}
.cal_nav > ul > li {border-bottom:1px solid #ddd; background:#fff; }
.cal_nav > ul > li:last-child {border-bottom:none; }
.cal_nav > ul > li > a {display:block; padding:1em 1.25em; text-decoration:none; font-weight:bold; color:#666; font-size:.9em; text-transform:uppercase;}
.cal_nav > ul > li > a:hover {background:#eee;}
.cal_nav > ul > li > a.selected {background:#eee;}
.cal_nav > ul > li > span {display:block; padding:1em 1.25em; text-decoration:none; font-weight:bold; color:#666; font-size:.9em; text-transform:uppercase;}
.cal_nav #datepicker {margin:0 1.25em 1em 1.25em;}

.cal_filter {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:1.5em; font-size:.9em;}
.cal_filter legend {font-weight:bold; text-transform:uppercase; margin-bottom:.25em;}
.cal_filter input {margin:-2px 5px 0 0;  cursor:pointer;}
.cal_filter label {padding:2px 5px; -moz-border-radius:4px; border-radius:4px; cursor:pointer;}
.cal_filter .count {opacity:.7}

.cal_filter_btn {display:none;}
	
.cal_detail_img {position:relative;}
.cal_detail_img {margin-bottom:2em;}
.cal_detail_img .cal_date {position:absolute; top:0; left:0; z-index:1;}

.cal_detail table {border-collapse:collapse; width:100%; margin-bottom:2em; font-size:.9em; line-height:1.4em;}
.cal_detail table tr {border-bottom:1px solid #ddd;}
.cal_detail table tr td {padding:1em 1.5em 1em 0;}
.cal_detail table tr td:first-child {text-transform:uppercase; font-weight:bold;}

.cal_related {border: 1px solid #ddd; padding:1em 1.25em; margin-bottom:1.5em; color:#666; font-size:.9em;}
.cal_related h5 {font-weight:bold; text-transform:uppercase;}
.cal_related .cal_listing {margin:0;}
.cal_related .cal_listing > li:first-child {padding-top:0;}
.cal_related .cal_listing > li:last-child {padding-bottom:0;}

/*------Featured Events ------*/

.cal_featured {margin:1.5em 0 4em 0!important;}
.cal_featured .cal_featured_event {display:block; position:relative; color:#fff; z-index:0;}
.cal_featured .cal_featured_event a, .cal_featured .cal_featured_event .h4 {color:#fff;}
.cal_featured .cal_featured_event .cal_featured_img {height:450px; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; background-repeat:no-repeat; background-position: center center; display:block;}
.cal_featured .cal_featured_event .cal_date {position:absolute; top:0; left:0; z-index:1;}
.cal_featured .cal_featured_event .cal_featured_content {display:inline-block; position:absolute; bottom:0; left:0; width:65%; z-index:1; padding:1.5em 1.5em; background:#000; background:rgba(0,0,0,.8);}
.cal_featured .cal_featured_event .cal_featured_content span {display:block;}
.cal_featured .slick-dots li button:before {font-size: 18px;}
.cal_featured .slick-dots {bottom: -35px;}
.cal_featured .slick-dots li {margin: 0 2px;}



@media only screen and (max-width: 768px) {

.cal_featured .cal_featured_event .cal_featured_img {height:350px;}
.cal_featured .cal_featured_event .cal_featured_content {position:inherit; bottom:inherit; left:inherit; width:100%; z-index:inherit; background:#000;}

.cal_filter_btn {display:block; text-align:center;}
.cal_filters {display:none;}

}

@media only screen and (max-width: 640px) {

.cal_listing li .cal_listing_img {max-width:100%;}
.cal_listing .cal_listing_img img {padding-right:0;}

}

@media only screen and (max-width: 479px) {

.cal_featured .cal_featured_event .cal_featured_img {height:200px;}

}



/************************
* Full Calendar *
************************/

.fc { direction: ltr; text-align: left; }
.fc table { border-collapse: collapse; border-spacing: 0; }
html .fc, .fc table { font-size: 1em; }
.fc td, .fc th { padding: 0; vertical-align: top; }
.fc-header td { white-space: nowrap; }
.fc-header-left { width: 25%; text-align: left; }
.fc-header-center { text-align: center; }
.fc-header-right { width: 25%; text-align: right; }
.fc-header-title { display: inline-block; vertical-align: top; }
.fc-header-title h2 { margin-top: 0; white-space: nowrap; }
.fc .fc-header-space { padding-left: 10px; }
.fc-header .fc-button { margin-bottom: 1em; vertical-align: top; }
.fc-header .fc-button { margin-right: -1px; }
.fc-header .fc-corner-right { margin-right: 1px; }
.fc-header .ui-corner-right { margin-right: 0; }
.fc-header .fc-state-hover, .fc-header .ui-state-hover { z-index: 2; }
.fc-header .fc-state-down { z-index: 3; }
.fc-header .fc-state-active, .fc-header .ui-state-active { z-index: 4; }
.fc-content { clear: both; }
.fc-view { width: 100%; overflow: hidden; }
.fc-widget-header, .fc-widget-content { border: 1px solid #ccc; }
.fc-state-highlight { background: #ffc; }
.fc-cell-overlay { background: #9cf; opacity: .2; filter: alpha(opacity=20); }
.fc-button { position: relative; display: inline-block; cursor: pointer; }
.fc-state-default { border-style: solid; border-width: 1px 0; }
.fc-button-inner { position: relative; float: left; overflow: hidden; }
.fc-state-default .fc-button-inner { border-style: solid; border-width: 0 1px; }
.fc-button-content { position: relative; float: left; height: 1.9em; line-height: 1.9em; padding: 0 .6em; white-space: nowrap; }
.fc-button-content .fc-icon-wrap { position: relative; float: left; top: 50%; }
.fc-button-content .ui-icon { position: relative; float: left; margin-top: -50%; *margin-top:0;
*top:-50%;
}
.fc-state-default .fc-button-effect { position: absolute; top: 50%; left: 0; }
.fc-state-default .fc-button-effect span { position: absolute; top: -100px; left: 0; width: 500px; height: 100px; border-width: 100px 0 0 1px; border-style: solid; border-color: #fff; background: #444; opacity: .09; filter: alpha(opacity=9); }
.fc-state-default, .fc-state-default .fc-button-inner { border-style: solid; border-color: #ccc #bbb #aaa; background: #F3F3F3; color: #000; }
.fc-state-hover, .fc-state-hover .fc-button-inner { border-color: #999; }
.fc-state-down, .fc-state-down .fc-button-inner { border-color: #555; background: #777; }
.fc-state-active, .fc-state-active .fc-button-inner { border-color: #555; background: #777; color: #fff; }
.fc-state-disabled, .fc-state-disabled .fc-button-inner { color: #999; border-color: #ddd; }
.fc-state-disabled { cursor: default; }
.fc-state-disabled .fc-button-effect { display: none; }
.fc-event { border-style: solid; border-width: 0; font-size: .85em; cursor: default; }
a.fc-event, .fc-event-draggable { cursor: pointer; }
a.fc-event { text-decoration: none; }
.fc-rtl .fc-event { text-align: right; }
.fc-event-skin { color: #fff; border-radius: 2px; }
.fc-event-inner { line-height: 1.3em; position: relative; width: 100%; height: 100%; border-style: solid; border-width: 0; overflow: hidden; }
.fc-event-time, .fc-event-title { padding: 0 1px; color: #fff; }
.fc .ui-resizable-handle { display: block; position: absolute; z-index: 99999; overflow: hidden; font-size: 300%; line-height: 50%; }
.fc-event-hori { border-width: 1px 0; margin-bottom: 1px; }
.fc-event-hori .ui-resizable-e { top: 0!important; right: -3px!important; width: 7px!important; height: 100%!important; cursor: e-resize; }
.fc-event-hori .ui-resizable-w { top: 0!important; left: -3px!important; width: 7px!important; height: 100%!important; cursor: w-resize; }
.fc-event-hori .ui-resizable-handle { _padding-bottom: 14px; }
.fc-corner-left { margin-left: 1px; }
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner { margin-left: -1px; }
.fc-corner-right { margin-right: 1px; }
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner { margin-right: -1px; }
.fc-corner-top { margin-top: 1px; }
.fc-corner-top .fc-event-inner { margin-top: -1px; }
.fc-corner-bottom { margin-bottom: 1px; }
.fc-corner-bottom .fc-event-inner { margin-bottom: -1px; }
.fc-corner-left .fc-event-inner { border-left-width: 1px; }
.fc-corner-right .fc-event-inner { border-right-width: 1px; }
.fc-corner-top .fc-event-inner { border-top-width: 1px; }
.fc-corner-bottom .fc-event-inner { border-bottom-width: 1px; }
table.fc-border-separate { border-collapse: separate; }
.fc-border-separate th, .fc-border-separate td { border-width: 1px 0 0 1px; }
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last { border-right-width: 1px; }
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td { border-bottom-width: 1px; }
.fc-border-separate tbody tr.fc-first td, .fc-border-separate tbody tr.fc-first th { border-top-width: 0; }
.fc-grid th { text-align: center; }
.fc-grid .fc-day-number { float: right; padding: 0 2px; }
.fc-grid .fc-other-month .fc-day-number { opacity: .3; filter: alpha(opacity=30); }
.fc-grid .fc-day-content { clear: both; padding: 2px 2px 1px; }
.fc-grid .fc-event-time { font-weight: bold; }
.fc-rtl .fc-grid .fc-day-number { float: left; }
.fc-rtl .fc-grid .fc-event-time { float: right; }
.fc-agenda table { border-collapse: separate; }
.fc-agenda-days th { text-align: center; }
.fc-agenda .fc-agenda-axis { width: 50px; padding: 0 4px; vertical-align: middle; text-align: right; white-space: nowrap; font-weight: normal; }
.fc-agenda .fc-day-content { padding: 2px 2px 1px; }
.fc-agenda-days .fc-agenda-axis { border-right-width: 1px; }
.fc-agenda-days .fc-col0 { border-left-width: 0; }
.fc-agenda-allday th { border-width: 0 1px; }
.fc-agenda-allday .fc-day-content { min-height: 34px; _height: 34px; }
.fc-agenda-divider-inner { height: 2px; overflow: hidden; }
.fc-widget-header .fc-agenda-divider-inner { background: #eee; }
.fc-agenda-slots th { border-width: 1px 1px 0; }
.fc-agenda-slots td { border-width: 1px 0 0; background: none; }
.fc-agenda-slots td div { height: 20px; }
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td { border-top-width: 0; }
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td { border-top-style: dotted; }
.fc-agenda-slots tr.fc-minor th.ui-widget-header { *border-top-style:solid;
}
.fc-event-vert { border-width: 0 1px; }
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content { position: relative; z-index: 2; width: 100%; overflow: hidden; }
.fc-event-vert .fc-event-time { white-space: nowrap; font-size: 10px; }
.fc-event-vert .fc-event-bg { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: #fff; opacity: .3; filter: alpha(opacity=30); }
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg { display: none\9; }
.fc-event-vert .ui-resizable-s { bottom: 0!important; width: 100%!important; height: 8px!important; overflow: hidden!important; line-height: 8px!important; font-size: 11px!important; font-family: monospace; text-align: center; cursor: s-resize; }
.fc-agenda .ui-resizable-resizing { _overflow: hidden; }
/* Custom */
	
.calendar_views { margin-bottom: 1.5em; font-size: 14px; margin-top: .5em; }
.calendar_views > ul { padding: 0 0 5px; margin: 0; border-bottom: 1px solid #ccc; width: 100%; }
.calendar_views > ul li { display: inline; background: none; padding: 0; margin-left: 10px; }
.calendar_views > ul li a { padding: 7px 12px 6px 2em; text-decoration: none; border: 1px solid #ccc; border-bottom: 0; }
.calendar_views > ul li a.calendar_view { background: url(/images/icon-calendar-view.gif) 7px 9px no-repeat #F3F3F3; }
.calendar_views > ul li a.list_view { background: url(/images/icon-list-view.gif) 7px 9px no-repeat #F3F3F3; border-bottom: 1px solid #ccc; }
.calendar_views > ul li a.event_details { padding-left: 12px; }
.calendar_views > ul li a.current { background-color: #FFF; padding-bottom: 9px; border-bottom: #fff; }
.calendar_views { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: 0 }
.calendar_views .list-wrap { background: none; padding: 0 }
.calendar_views .nav { background: none; margin-bottom: 1.5em; }
.calendar_views .nav { background: none; margin-bottom: 1.5em; }
.events_feed { list-style: none; padding: 0; margin: 0 0 1em 0; line-height: 1.25em; }
.events_feed li { padding: 0; margin-top: 15px; font-size: 15px; }
/*.events_feed li a{padding:8px;margin-bottom:0;display:block;text-decoration:none;height:1%;overflow:hidden;float:left;clear:both;width:100%; border-top: 1px solid #ccc;}*/
.events_feed li a { margin-bottom: 0; text-decoration: none; height: 1%; clear: both; width: 100%; overflow: hidden; }
.events_feed li:hover { background: #F7f7f7; }
.latest_date { background: #333; color: #FFF; display: block; text-align: center; float: left; line-height: .8em; margin-right: 12px; padding: 3px 8px 6px 7px; -moz-border-radius: 3px; border-radius: 3px; font-size: 20px; }
.latest_date span { font-size: .6em; display: block; }
.calendar_options { margin-bottom: 1em; }
.calendar_options h3 { font-weight: normal; }
.calendar_options label { padding: 2px 5px; -moz-border-radius: 3px; border-radius: 3px; font-size: 13px; color: #FFF; margin-bottom: .5em; display: block; line-height: 1.4em; height: 1%; overflow: hidden; }
.calendar_options label:hover { opacity: .8; }
.calendar_options label input[type="checkbox"] { margin-right: .5em; float: left; margin-top: 4px; }
.calendar_options label div { float: left; width: 80%; }
.calendar_options.secondary label { background: #DDD; color: #333; }
label.calendar_all { background: #F0F0F0; border-color: #F0F0F0; color: #333; font-weight: bold; }
label.calendar_secondary { background: #FFF; border-color: #FFF; color: #333; }
.calendar_1 { background: #5895AD; border-color: #5895AD; }
.calendar_2 { background: #9C7C27; border-color: #9C7C27; }
.calendar_3 { background: #DD5839; border-color: #DD5839; }
.calendar_4 { background: #49862C; border-color: #49862C; }
.calendar_5 { background: #333; border-color: #333; }
.calendar_6 { background: #FB4C2F; border-color: #FB4C2F; }
.calendar_7 { background: #FFAD46; border-color: #FFAD46; }
.calendar_8 { background: #5229A3; border-color: #5229A3; }
.calendar_9 { background: #B22222; border-color: #B22222; }
.calendar_10 { background: #9ACD32; border-color: #9ACD32; }
.calendar_11 { background: #8B008B; border-color: #8B008B; }
.calendar_12 { background: #008B8B; border-color: #008B8B; }
.calendar_13 { background: #333; border-color: #333; }
.calendar_14 { background: #4986E7; border-color: #4986E7; }
.calendar_15 { background: #F08080; border-color: #F08080; }
#calendar thead th { background: #D8D6C9; padding: 3px 0; font-size: 1em; font-weight: bold; }
.calendar_header { margin-bottom: 1em; }
.calendar_header h2 { font-size: 1.7em!important; }
.calendar_header .last { text-align: right; }
.calendar_header .last a.btn { padding: 4px 10px; border: 1px solid #CCC; }
.home_sections .list-wrap ul.calendar_paging, ul.calendar_paging { padding: 0; margin: 0; float: right; }
ul.calendar_paging li { display: inline; float: right; }
ul.calendar_paging li a { padding: 2px 20px 2px 20px; width: 12px; height: 22px; text-decoration: none; background: #EFEFEF; border: 1px solid #CCC; float: right; }
ul.calendar_paging li a.back { background: url(/images/icon-calendar-left.gif) 20px 7px no-repeat #F3F3F3; border-right: 0; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; margin-left: 1em; }
ul.calendar_paging li a.forward { background: url(/images/icon-calendar-right.gif) 20px 7px no-repeat #F3F3F3; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
ul.calendar_paging li a.disabled { opacity: .5; }
.event_content .events_feed li a { border-top: 0; margin: 0 0 1.5em 0; }

@media only screen and (max-width: 768px) {
.calendar_views ul.nav { display: none; }
.calendar_views .list-wrap #tab1 { display: none!important; }
.calendar_views .list-wrap #tab2 { display: block!important; }
.calendar_paging { clear: both; padding-top: .5em!important; display: block; float: none!important; }
.structure.calendar_wrapper > div > .first, .structure.calendar_wrapper > div > .middle, .structure.calendar_wrapper > div > .last { float: none; width: 100%; margin-right: 0; margin-bottom: 1em; }/* default breakpoints for structure */
.disabled { opacity: .5; }
}

/************************
* News And Events *
************************/

#news_events_section {min-height: 250px;}
#news_events {margin-top: 10px;}
.li-text-newsevents > span.posted_info {margin-bottom: 0;}
.li-text-newsevents > span{display: block;}
.event_info > span {display: block;}
.news_events_list > li {border-top: 1px solid #ddd;}
.news_events_list > li:last-child{border-bottom: 1px solid #ddd;}
.li-text-newsevents {padding: 1.5em 1em 1.5em 0;}
#monthly-newsletters-link{margin-bottom:1em;}
/* Events Calendar */
.calendar {border-top: 1px solid #ddd;list-style: none;margin-left: 0;padding: 0;}
.calendar > li:last-child {border-bottom: 1px solid #ddd;}
.calendar .date {border: 1px solid #ddd; float: left; margin: 0 0 0 -150px; text-align: center; width: 100px; line-height: 1.4;}
.calendar .date .day {font-size: 36px;font-weight: bold;}
.calendar .date .day, .calendar .date .month, .calendar .date .year {display: block;}
.calendar .date .month {background: #246e4c; color: #fff; font-size: 20px; font-weight: 500; text-transform: uppercase;}
.calendar .date .year {border-top: 1px solid #ddd; font-size: 16px;}
.calendar h2 {font-weight: normal; margin-bottom: 0.2em;}
.calendar li {border-bottom: 1px solid #ddd; overflow: hidden; margin: 0; padding: 30px 20px 30px 170px;}
.calendar p {margin: 0;}
.calendar .when {margin-bottom: 0.5em;}
.calendar .when span {margin-right: 1em;}

@media screen and (max-width: 650px) {
    /* Mobile Events Calendar */
    .calendar .date {border: 0; float: none; font-weight: bold; margin: 0 0 10px 0; width: auto;}
    .calendar .date .day, .calendar .date .month, .calendar .date .year {display: inline; font-size: 16px;}
    .calendar .date .month {background: none; color: #000;}
    .calendar .date .year {border: 0;}
    .calendar li {padding: 10px 0;}
    .calendar .when {color: #777; font-size: 14px;}
    .calendar .when span {display: block;}
}

/*------funds and performance page ------*/
.compare_funds.funds_performance_page {background-image: none; padding: 0 0 0 0;}

.compare_funds.funds_performance_page .wrapper {padding: 0 0 0 0;}

.compare_funds.funds_performance_page .flex_grid {margin-top: 1em;}

/*------funds and performance fund specific pages ------*/
.highcharts-data-table {display: block !important;}

.highcharts-data-table table {border-collapse: collapse; border-spacing: 0; background: white; min-width: 100%; margin-top: 10px; font-family: sans-serif; font-size: 0.9em;}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption { border: 1px solid silver; padding: 0.5em;}

.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr { background: #f8f8f8; }

.highcharts-data-table caption { border-bottom: none; font-size: 1.1em; font-weight: bold; }

#chart-date-range-button { text-transform: uppercase; display: inline-block; background: #f2f0ef; padding: 15px 25px; text-decoration: none; color: #333; position: relative; border: 1px solid #ddd; font-weight: 700; font-size: 14px; letter-spacing: 3px; text-align: center; line-height: 5px;}

/*------Employee pages ------*/
table.employee-table th, table.employee-table td {border: 2px solid white;}

table.employee-table td {padding: 5px;}

/*------financial reports page ------*/
table.monthly-report-form, table.monthly-report-form th, table.monthly-report-form td {border: 2px solid white;}

table.monthly-report-form tr {padding: 5px; background: #f2f0ef;}

table.monthly-report-form th {background: #246E4C; color: white; text-align: center; padding: 5px; word-wrap: break-word; } 

table.monthly-report-form td { word-wrap: break-word; padding: 5px; text-align:center;}

table.monthly-report-form {table-layout: fixed; width: 100%; margin-bottom: 1em; border-collapse: collapse;}

/* Callouts */
div[style *= "width"] { max-width: 100%; }
[class *= "call"] { font-size: 12px; line-height: 1.3; margin-bottom: 15px; max-width: 100%; }
[class *= "call"] img { display: block; margin-bottom: 5px; }
[class *= "call"] img.icon { display: inline; }
[class *= "call"] p { margin-bottom: 0.5em; }
.call-l, .pull-l, .pull-small-l { clear: left; float: left; margin: 0 30px 10px 0; }
.call-r, .pull-r, .pull-small-r { clear: right; float: right; margin: 0 0 10px 30px; }
dt img.call-l { margin-top: 0; }
.credit { font-size: 11px; letter-spacing: 0.01em; margin: 0.5em 0; text-align: right; }
.credit a { color: #7f8183; }
.pull, .pull-l, .pull-r { color: #4d4d4d; font-size: 24px; font-weight: bold; line-height: 1.3; width: 42.15%; }
[class *= "pull-small"] { border: 1px solid #ccc; border-width: 2px 0; font-size: 16px; line-height: 1.6; width: 42.15%; }
[class *= "pull"] blockquote cite { color: #666; display: block; font-size: 16px; font-weight: normal; text-align: right; }
[class *= "pull"] .mute { font-weight: normal; }
[class *= "pull"] p { margin-bottom: 0.5em; }
table [class *= "call"] { float: none; margin: 0; width: auto !important; }
table [class *= "call"] img, table [class *= "call"] img[style] { display: inline; !important; height: auto; width: auto; }
