/* ADMIN box layout fix */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after
{
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important;    /* Firefox, other Gecko */
    box-sizing: content-box !important;         /* Opera/IE 8+ */
}

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

.grayscale.grayscale-fade {
  -webkit-filter: grayscale(0%);
  -webkit-transition: -webkit-filter .5s;
  filter: none;
}

.grayscale.grayscale-fade:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 1;
}

.btn, .btn:visited, .btn:hover {
    color:white;

}

.box-emergency {
    margin:30px 0 10px 0;
    border:2px solid red;
    padding:10px;
    background:white;
    color:black;
}

.mobile-bar {
    display:table;
    background:#6BADBB;
    width:100%;
    margin-top:5px;
}

.mobile-row {
    display:table-row;
}

.mobile-cell {
    display:table-cell;
    border-right:1px solid white;
    vertical-align:middle;
    padding:5px 5px 3px 10px;
    color:white;
}

    .mobile-cell a, .mobile-cell a:visited {
        color:white;
        display:block;
    }

.mc-nav {
    padding:0;

    max-width:45px;
    min-width:45px;
    width:45px;
}

.mc-home {
    max-width:37px;
    min-width:37px;
    width:37px;
}

    .mc-nav span {
        padding:5px 15px 3px 15px;
        cursor:pointer;
        display:inline-block;
        text-align:center;
    }

.mc-search input {
    width:75px;
    border:0;
    color:white !important;
    background:#6BADBB;
}

.mc-search a {
    display:inline;
}

.mc-cart {
    border-right:0;
}
.container-content {
    color:#0a1d49 !important;
}|

.button-pill {
    min-width:50px;

}

.button-pill-blue {
    background:#2288b9;
}

    .button-pill-blue:hover {
        background:#449ac3;
    }

.button-pill-green {

    background:#5ea733;
}


.button-pill-green:hover {

    background:#77b452;
}

.copyright {
    font-size:10px;
    white-space:nowrap;
}

#primary {
	float: left;
	width: 100%;
}

#secondary {
   float: right;
      max-width: 300px; /* or whatever width you want */
      margin:10px 0 10px 10px;
}

.button-questions,.button-questions:visited  {

    background-color: #002a5b;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
   display:block;
    padding: 5px;
    text-align: center;
    text-decoration:none;

}

    .button-questions:hover {
        background:#1f3f72;
        color:white;
        text-decoration:none;
    }

input::-moz-placeholder, textarea::-moz-placeholder
{
 
    opacity: 1 !important;
    color:white !important;

}

.IsPc input::-moz-placeholder, .IsPc textarea::-moz-placeholder
{
 
    opacity: 1 !important;
    color:black !important;

}



input::-webkit-input-placeholder {

      opacity: 1 !important;
    color:white !important;
}


.flexinav .flexinav_wrapper .flexinav_menu > li > span > a {
    margin-left: 0 !important;
}


.flexinav .flexinav_wrapper .flexinav_menu > li > span > a:hover, .flexinav .flexinav_wrapper .flexinav_menu > li > span > a:visited {
    color:white;
}

lexinav .flexinav_wrapper .flexinav_menu > li:hover > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li:hover > span,
                .flexinav .flexinav_wrapper .flexinav_menu > li:hover > span > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li.active > a,
                .flexinav .flexinav_wrapper .flexinav_menu > li.active > span,
                .flexinav .flexinav_wrapper .flexinav_menu > li.active > span > a {
                    color:white !important;
               }

.flexinav .flexinav_wrapper .flexinav_menu > li > a, .flexinav .flexinav_wrapper .flexinav_menu > li > span, .flexinav .flexinav_wrapper .flexinav_menu > li > span > a {
    text-transform:capitalize !important;
      
}



.header-1 li a:hover {
    text-decoration:underline;
}

.ask-hr-advisor-btn {
    background-image:none;
    background:#2288b9;

}

.emergency {
    max-width:315px;
    padding:0 0 0 10px;
}

.header-1 a {
    display:block;
}

/* RESPONSIVE */

img {

    height: auto;
    max-width: 100% !important;

    border:0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
    padding:0;
    margin:0 0 10px 0;
    color:#0a1d49;
}

h1 {

    font-size:24px;

}

h2 {
    font-size:18px;
    font-weight:bold;
}

h3 {

     font-size:16px;
    font-weight:bold;

}

h4 {
     font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

h5 {
         font-size:12px;
    font-weight:bold;
}

.table1, .table2 {

    border-collapse: collapse;
    border-spacing: 0;
    background:#d7e8e5;
}

.table2 tr:nth-of-type(odd){
	background:#bfdcd7;
}

.table1 tr td:nth-of-type(odd){
	background:#bfdcd7;
}

    .table1 td, .table2 td {

        border: 1px solid #ffffff;
        padding:5px;

    }

.nav-side {
    border:1px solid #1b326e;
    padding:10px;

        -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-family: "myriad-pro",sans-serif;
}

    .nav-side h3 {
        display:block;
        border-bottom:1px solid #1b326e;
       
        font-size:24px;
        font-weight:400;
        padding:0 0 10px 0;
    }

    .nav-side ul, .nav-side li {

        padding:0;
        margin:0;
        list-style:none;
    }

    .nav-side a {
        font-size:16px;
        color:#1b326e;
    }



.btn-submit {
    display:inline-block;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:7px;
color:white;
font-weight:normal;
background:#92c83e;
}

.quote p.meta {

    text-align:right;
    font-weight:bold;
    font-size:12px;
}

.quote img {
    float:left;
    margin:0 10px 0 0;
}

.quote p {
    margin-bottom:5px;
}

.btn-large {
    display:inline-block;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:15px 50px 15px 50px;
color:#0a1d49;
font-weight:600;
background:#92c83e;
       font-family: "myriad-pro",sans-serif;
    font-size:16px;
    margin-top:15px;
}

.banner-holder {

}

  

    .list-inline li {
        list-style:none;
        padding:0;
        margin:0 10px 10px 0;
        float:left;
    }

.list-dot li {
    margin:0;
}

.list-pipe li {
    margin:0;

}

            .list-dot li:after  {
    content:"\00a0\00a0\00a0\00b7\00a0\00a0\00a0";
}

            .list-pipe li:after  {
    content:"\00a0\00a0\00a0\007c\00a0\00a0\00a0";
}
            .list-dot li:last-child:after  {
    content:"";
}




.list-pipe li:last-child:after, .list-pipe .no:after, .link-pipe span:last-child:after, .link-pipe .no:after  {
    content:"";
}

.crumble{
   padding-top:20px !important;

   
}

    .row-crumb li:after {

         color:#458f1a;

        content:"\00a0\00a0\00a0\003e"
    }

.row-crumb a, .row-crumb a:visited {
    color:#458f1a;
}

 .row-crumb li:last-child:after  {
    content:"";
}

.module-container {
    margin:0 0 15px 0;
}


.container-color{
    color:white;
    padding:5%;
    -moz-border-radius: 9px / 7px;
-webkit-border-radius: 9px / 7px;
border-radius: 9px / 7px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #5da733; /* layer fill content */
-moz-box-shadow: 4px 3px 8px rgba(18,18,18,.18); /* drop shadow */
-webkit-box-shadow: 4px 3px 8px rgba(18,18,18,.18); /* drop shadow */
box-shadow: 4px 3px 8px rgba(18,18,18,.18); /* drop shadow */
}

    .container-color * {
        color:white;
    }

    .container-color a, .container.color a:visited {
        color:white;
    }

    .container-color > img {
        float:left;
        margin:0 15px 0 0;
    }

    .container-color .module-content {
        overflow:hidden;

    }

    .container-color h3.header {
        font-size:24px;
        font-weight:normal;
        border-bottom:1px solid white;

    }

.container-color.container-lightblue {
    background:#2288b9;
}

.container-color.container-green {
    background:#5ea834;
}


.container-color.container-darkblue {
    background:#0a1d49;
}

.container-line {
    border:1px solid #1b326e;
    padding:10px;

        -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
font-family: "myriad-pro",sans-serif;
}

    .container-line h3.header {
        display:block;
        border-bottom:1px solid #1b326e;
       
        font-size:24px;
        font-weight:400;
        padding:0 0 10px 0;
    }

    .container-line.container-lightblue {
    border:1px solid #2288b9;
}

.container-line.container-green {
    border:1px solid #5ea834;
}


.container-line.container-darkblue {
    border:1px solid #0a1d49;
}

.container-grey {
    background:#DFE0E2;
    padding:10px;
            -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

    .container-grey h3.header {
        color:#449AC3;
    }


footer {
    padding:15px 0 0 0;
    background:#c0ddd8;
    color:#0a1d49;
}

    footer .module-container {

        margin-top:15px;
        margin-bottom:0 !important;
    }

    footer input {
        -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding:3px;
border:0;
background:white;
color:#95a49c;
    }

footer h3 {
    font-family: "myriad-pro",sans-serif;
    font-weight:300;
    font-style:normal;
    font-size:36px;
}

    footer .lead {

            font-family: "myriad-pro",sans-serif;
    font-weight:600;
    font-style:italic;
    font-size:24px;
    }

   
.bottom {
background:#1b326e;
color:white;
padding:10px 0 0 0;
font-size:14px;
}

    .bottom .no {
        margin-right:15px;
    }

    .bottom .social {

        float:right;
    }

    .bottom a, .bottom a:visited {
        color:white;
    }

.advisor-section {
    margin-bottom:15px;
}
    

 div.icontable {
        display: table;
        width: 100%;
margin-bottom:10px;
    }

    div.icontablerow {
        display: table-row;
        
    }

    div.icontablecell {
        
        display: table-cell;
        vertical-align:top;
    }

    div.icontablerow .cell-header {
       width:85%;
       vertical-align:bottom;
       padding-left:10px;

    }

    div.icontablerow .cell-header h3.header {
      margin-bottom:0;

    }



@media only screen and (min-width : 768px) {

    .mobile-bar {
        display:none;
    }

    #flexinav .flexinav_menu li li {
        margin-bottom:10px;
    }

    #flexinav .header-1 > a {
        margin-bottom:10px;
    }
 

    .join{
	position: absolute;
	top: 35px;
	left: 0;
	width: 395px;
	font-size: 12px;
    color:#002b5c;
    text-decoration:none;
    padding-bottom:15px;
}

        .join span {
            text-decoration:underline;
        }

    #flexinav {
    border-top:1px solid white;
}


    div.table {
        display: table;
        width: 100%;
    }

    div.tablerow {
        display: table-row;
    }

    div.tablecell {
        display: table-cell;
        vertical-align:top;
    }

    


    .list-inline {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    footer .tablecell {
        border-right: 1px solid #f2f8f7;
        padding: 0 10px 0 25px;
        width: 33%;

    }

        footer .tablecell:first-child {
            padding-left: 0;
        }

    footer .cell-middle {
        width: 34%;

    }

    footer .tablecell:last-child {
        border-right: 0;
    }

    footer .cell-twothird {
        width:67%;

    }

    .button-pill {
        min-width:175px;
    }


}

/*
    bio
 */

.bio-item {
    display:block;
    position:relative;
    min-height:180px;
    font-size:12px;
    color:#0a1d49;
    margin:10px 0 10px 0;
    border:1px solid rgba(18,18,18,.18)
}

    .bio-item:visited, .bio-item:hover {
        color:#0a1d49;
    }

    .bio-item .bio-data {
        position:absolute;
        bottom:0;
        background: rgba(255, 255, 255, 0.9); 
        width:100%;
        padding:5px;
        line-height:97%;
    }


    

.mra-table {
    display:table;
}

.mra-table-row {
    display:table-row;

background:#D9E5EF;
}

.mra-table-cell {
    display:table-cell;
    padding:5px 5px 0 5px;
    border-right:1px solid white;
    vertical-align:top;
   border-bottom:1px solid white; 
}


table.publication {
    width: 100%;
            border-collapse: collapse;
            border: 1px solid #FFFFFF;
            color:0a1d49;
}

table.publication td {
    padding:5px;
    border-bottom:1px solid white;
    border-right:1px solid white;
}

    table.publication tr.header {
        vertical-align:middle;
    }

        table.publication tr.header h3 {
            margin:0;
        }



    table.publication tr.odd {
        background:#D9E5EF;
    }

    table.publication tr.even {
        background:#DDEDEC;
    }


table.publication tbody tr.header.odd{
	background:#B7D1E1;
}

table.publication tbody tr.header.even{
	background:#D1E6E4;
}


#flexinav .flexnav_mega > span > strong, #flexinav .flexnav_mega > span > a {
    font-size:13px !important;
}

.bottom .list-pipe li a {
   white-space: nowrap;

}

/* Medium Devices, Desktops */

  
@media only screen and (min-width : 992px) {
	.flexinav .flexinav_wrapper .flexinav_menu > li > a, .flexinav .flexinav_wrapper .flexinav_menu > li > span, .flexinav .flexinav_wrapper .flexinav_menu > li > span > a {

        font-size:15px !important;
}

    .bottom .link-social {
        float:right;
    }
	
}

.header-1 > a:hover {
      cursor:default !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/DesktopModules/MRA/CustomDialogs/Images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/DesktopModules/MRA/CustomDialogs/Images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/DesktopModules/MRA/CustomDialogs/Images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/DesktopModules/MRA/CustomDialogs/Images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


.flexinav .flexinav_wrapper .flexinav_menu > li > span.span-home {
    padding:0 0 0 8px;

}

#flexinav .flexnav_mega > span > a.icon-mrahome {
    display: block;
    line-height: 50px;
    padding:0 !important;
    font-size:25px !important;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/DesktopModules/MRA/CustomDialogs/Images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/DesktopModules/MRA/CustomDialogs/Images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.dnnFormPopup {
    color:black !important;
}

.litetooltip-hotspot-wrapper {
    margin-top:-10px !important;
}

footer .table {
    margin-bottom:5px !important;
    padding-bottom:5px !important;
}

.ls-container, .ls-container * {

    font-family: "myriad-pro",sans-serif !important;
}

.table h3.header 
{
        font-size:24px !important;
        font-weight:normal !important;
}

.banner-holder {
     /*background: url(../img/banner_bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/

background: rgb(147,157,80);
background: -moz-linear-gradient(top,  rgba(147,157,80,1) 0%, rgba(149,159,83,1) 2%, rgba(151,160,88,1) 3%, rgba(153,164,93,1) 6%, rgba(159,171,107,1) 11%, rgba(159,171,109,1) 12%, rgba(162,173,111,1) 13%, rgba(164,173,113,1) 17%, rgba(166,175,116,1) 18%, rgba(184,169,112,1) 35%, rgba(185,169,108,1) 40%, rgba(192,166,105,1) 46%, rgba(191,165,87,1) 67%, rgba(188,163,86,1) 74%, rgba(186,163,88,1) 78%, rgba(179,158,89,1) 81%, rgba(179,159,91,1) 83%, rgba(176,157,91,1) 83%, rgba(169,156,96,1) 88%, rgba(166,152,96,1) 90%, rgba(167,153,99,1) 91%, rgba(162,152,100,1) 92%, rgba(159,150,104,1) 96%, rgba(158,151,108,1) 96%, rgba(159,149,107,1) 97%, rgba(157,150,113,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,157,80,1)), color-stop(2%,rgba(149,159,83,1)), color-stop(3%,rgba(151,160,88,1)), color-stop(6%,rgba(153,164,93,1)), color-stop(11%,rgba(159,171,107,1)), color-stop(12%,rgba(159,171,109,1)), color-stop(13%,rgba(162,173,111,1)), color-stop(17%,rgba(164,173,113,1)), color-stop(18%,rgba(166,175,116,1)), color-stop(35%,rgba(184,169,112,1)), color-stop(40%,rgba(185,169,108,1)), color-stop(46%,rgba(192,166,105,1)), color-stop(67%,rgba(191,165,87,1)), color-stop(74%,rgba(188,163,86,1)), color-stop(78%,rgba(186,163,88,1)), color-stop(81%,rgba(179,158,89,1)), color-stop(83%,rgba(179,159,91,1)), color-stop(83%,rgba(176,157,91,1)), color-stop(88%,rgba(169,156,96,1)), color-stop(90%,rgba(166,152,96,1)), color-stop(91%,rgba(167,153,99,1)), color-stop(92%,rgba(162,152,100,1)), color-stop(96%,rgba(159,150,104,1)), color-stop(96%,rgba(158,151,108,1)), color-stop(97%,rgba(159,149,107,1)), color-stop(100%,rgba(157,150,113,1)));
background: -webkit-linear-gradient(top,  rgba(147,157,80,1) 0%,rgba(149,159,83,1) 2%,rgba(151,160,88,1) 3%,rgba(153,164,93,1) 6%,rgba(159,171,107,1) 11%,rgba(159,171,109,1) 12%,rgba(162,173,111,1) 13%,rgba(164,173,113,1) 17%,rgba(166,175,116,1) 18%,rgba(184,169,112,1) 35%,rgba(185,169,108,1) 40%,rgba(192,166,105,1) 46%,rgba(191,165,87,1) 67%,rgba(188,163,86,1) 74%,rgba(186,163,88,1) 78%,rgba(179,158,89,1) 81%,rgba(179,159,91,1) 83%,rgba(176,157,91,1) 83%,rgba(169,156,96,1) 88%,rgba(166,152,96,1) 90%,rgba(167,153,99,1) 91%,rgba(162,152,100,1) 92%,rgba(159,150,104,1) 96%,rgba(158,151,108,1) 96%,rgba(159,149,107,1) 97%,rgba(157,150,113,1) 100%);
background: -o-linear-gradient(top,  rgba(147,157,80,1) 0%,rgba(149,159,83,1) 2%,rgba(151,160,88,1) 3%,rgba(153,164,93,1) 6%,rgba(159,171,107,1) 11%,rgba(159,171,109,1) 12%,rgba(162,173,111,1) 13%,rgba(164,173,113,1) 17%,rgba(166,175,116,1) 18%,rgba(184,169,112,1) 35%,rgba(185,169,108,1) 40%,rgba(192,166,105,1) 46%,rgba(191,165,87,1) 67%,rgba(188,163,86,1) 74%,rgba(186,163,88,1) 78%,rgba(179,158,89,1) 81%,rgba(179,159,91,1) 83%,rgba(176,157,91,1) 83%,rgba(169,156,96,1) 88%,rgba(166,152,96,1) 90%,rgba(167,153,99,1) 91%,rgba(162,152,100,1) 92%,rgba(159,150,104,1) 96%,rgba(158,151,108,1) 96%,rgba(159,149,107,1) 97%,rgba(157,150,113,1) 100%);
background: -ms-linear-gradient(top,  rgba(147,157,80,1) 0%,rgba(149,159,83,1) 2%,rgba(151,160,88,1) 3%,rgba(153,164,93,1) 6%,rgba(159,171,107,1) 11%,rgba(159,171,109,1) 12%,rgba(162,173,111,1) 13%,rgba(164,173,113,1) 17%,rgba(166,175,116,1) 18%,rgba(184,169,112,1) 35%,rgba(185,169,108,1) 40%,rgba(192,166,105,1) 46%,rgba(191,165,87,1) 67%,rgba(188,163,86,1) 74%,rgba(186,163,88,1) 78%,rgba(179,158,89,1) 81%,rgba(179,159,91,1) 83%,rgba(176,157,91,1) 83%,rgba(169,156,96,1) 88%,rgba(166,152,96,1) 90%,rgba(167,153,99,1) 91%,rgba(162,152,100,1) 92%,rgba(159,150,104,1) 96%,rgba(158,151,108,1) 96%,rgba(159,149,107,1) 97%,rgba(157,150,113,1) 100%);
background: linear-gradient(to bottom,  rgba(147,157,80,1) 0%,rgba(149,159,83,1) 2%,rgba(151,160,88,1) 3%,rgba(153,164,93,1) 6%,rgba(159,171,107,1) 11%,rgba(159,171,109,1) 12%,rgba(162,173,111,1) 13%,rgba(164,173,113,1) 17%,rgba(166,175,116,1) 18%,rgba(184,169,112,1) 35%,rgba(185,169,108,1) 40%,rgba(192,166,105,1) 46%,rgba(191,165,87,1) 67%,rgba(188,163,86,1) 74%,rgba(186,163,88,1) 78%,rgba(179,158,89,1) 81%,rgba(179,159,91,1) 83%,rgba(176,157,91,1) 83%,rgba(169,156,96,1) 88%,rgba(166,152,96,1) 90%,rgba(167,153,99,1) 91%,rgba(162,152,100,1) 92%,rgba(159,150,104,1) 96%,rgba(158,151,108,1) 96%,rgba(159,149,107,1) 97%,rgba(157,150,113,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939d50', endColorstr='#9d9671',GradientType=0 );


}


    .container-event h2.header{
        border-bottom:1px solid #1c326e;
        color:#1c326e !important;

    }

        .container-event h2.header * {
            color:#1c326e !important;

        }


.container-event p {
    font-size:12px;
}

.avtsb_comment {font-size: 11px !important;}

#cartHeaderSummary i {

    color:#1B326E;
    font-size:150%;
}

#cartHeaderSummary a, #cartHeaderSummary a:visited {

    color:#1B326E;
    font-weight:bold;
}