@import url('fonts/populaire.css');
* {
    margin: 0;
    padding: 0;
    outline: 0 none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* =============================================================================
   HTML5 element display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section  { display: block; }
audio[controls], canvas, video  { display: inline-block; *display: inline; *zoom: 1; }

html, body { height: 100%; }

h1 { padding: 0 0 10px 0; color: #000; font: bold 2em/1.214em 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif; /*28/34*/ text-rendering: optimizeLegibility; }
h2 { padding: 0 0 10px 0; color: #000; font: bold 1.717em/1.25em 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif; /*24/30*/ text-rendering: optimizeLegibility; }
h3 { padding: 0 0 10px 0; color: #000; font: bold 1.286em/1.33em 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif; /*18/24*/ text-rendering: optimizeLegibility; }
h4 { padding: 0 0 10px 0; color: #000; font: bold 1.143em/1.375em 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif; /*16/22*/ text-rendering: optimizeLegibility; }
/*h4 {
    padding: 0 0 10px 0;
    color: #000;
    font-family: 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
    font-weight: bold;
    font-size: 1.143em;
    line-height: 1.375em;
    font-stretch:condensed;
    text-rendering: optimizeLegibility;
}*/
h5 { padding: 0 0 3px 0; color: #000; font: bold 1em/1.714em 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif; /*14/24*/ text-rendering: optimizeLegibility; }
h6 { padding: 0 0 3px 0; color: #000; font: bold 1em/1.714em 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif; text-rendering: optimizeLegibility; }

.content_full .rtecontent h3{ /*padding: 0;*/ } /* tighten up the h3s with content in the rtes Commented out by akoziol 06/12/2014 */
.content_right .rtecontent h3{ padding: 0 0 10px 0; }
.content_full .callout .rtecontent h3 { padding: 0; }
.blue{ color: #0063b5; }
/* transitions */
a.btn, header nav a.link, a.btn_orange:after,
#utility_bar .inner .links a,
.rtecontent form input[type="submit"]{
    -webkit-transition: all .25s ease;
    -ie-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
a { outline: none; color: #005bad; text-decoration: none; }
a img{ border: 0; }
a:hover, a:active, a:visited { text-decoration: underline; }

.purple a{ color: #6a3090; }

a.view_all{ display: inline-block; color: #fff; }
a.view_all .hamburger{
				display: inline-block;
				width: 20px;
				height: 16px;
				vertical-align: middle;
				position: relative;
}
a.view_all .hamburger span{
				display: block;
				position: absolute;
				width: 100%;
				height: 4px;
				background: #fff;
				transition: all .1s ease-in-out;
}
a.view_all .hamburger span.l1{ top: 0; }
a.view_all .hamburger span.l2{ top: 6px; }
a.view_all .hamburger span.l3{ bottom: 0; }

a.view_all span.menu-text{
				margin-left: 5px;
				display: inline-block;
				vertical-align: middle;
				font-size: 14px;
				line-height: 16px;
				font-weight: bold;
				font-family: 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
				text-transform: uppercase;
}
a.view_all:hover .hamburger span.l1{ top: -1px; }
a.view_all:hover .hamburger span.l3{ bottom: -1px; }

.mobile_only{ display: none; }

p { padding: 0 0 10px 0; }
p.extra-pad{ padding: 0 0 20px 0; }

ol, ul, dd { margin: 0 0 10px 20px; }

hr { border: 0; border-bottom: 1px solid #dcdcdc; height: 0px; margin: 15px 0; padding: 0; width: 100%; clear: both; }
pre, code, blockquote { padding: 20px; }

label{ font-weight: bold; display: block; margin: 3px 0; }
input, select, textarea { font: normal 12px/13px arial, verdana, sans-serif; /*12/13*/ color: #2a2a2a; }
input[type=text], input[type=password], textarea {
    height: 36px;
    border: 0;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 7px 15px;
    margin: 0 0 20px 0;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0px 0px #e8e8e8;
    box-shadow: inset 1px 1px 0px 0px #e8e8e8;
}
textarea  { height: 6em; }

input.icon-search-right{
    background-image: url(../img/icon-search-gray.jpg);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

::-webkit-input-placeholder { color: #949494; }
:-moz-placeholder { /* Firefox 18- */ color: #949494; }
::-moz-placeholder {  /* Firefox 19+ */ color: #949494; }
:-ms-input-placeholder { color: #949494; }

.rtecontent img { -webkit-border-radius: 5px; border-radius: 5px; max-width: 100% !important; height: auto !important; margin:15px; }
.rtecontent table {  }
.rtecontent table td { padding: 0 10px 0 0; vertical-align: top; }

.rtecontent form{ }
.rtecontent label{ display: inline-block; }
.rtecontent input[type=text], .rtecontent input[type=password], .rtecontent textarea {
    margin: 0 0 10px 0;
}



/*.rtecontent ul,
.rtecontent ol{ margin-left: 5px; }
.rtecontent ul li,
.rtecontent ol li{
    position: relative;
    left: 20px;
}*/

.rtecontent ul, ol{ margin: 0; padding: 0 0 10px 20px; }

.rtecontent img.img_left{ float: left; margin: 0 15px 15px 0; }
.rtecontent img.img_right{ float: right; margin: 0 0 15px 15px; }

.rtecontent.block img{ margin-bottom: 0; }

.rtecontent.plain_list ul { list-style-type: none; margin: 0; padding:0; }
.rtecontent.plain_list ul li a {
    display: block;
    padding: 8px 0;
    border-top: 1px solid #dcdcdc;
}

.btn,
.rtecontent form input[type="submit"]{
    display: inline-block;
    padding: 7px 20px;
    color: #fff;
    font: normal 14px/20px arial, verdana, sans-serif;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.29);
    background: #0066b7 url(../img/bg_btn.jpg) left bottom repeat-x;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}
.btn:hover,
.rtecontent form input[type="submit"]:hover{ background: #004280; text-decoration: none; }

.btn.light{
                border: 1px solid #dcdcdc;
                color: #231f20;
                background: #fbfbfb url(../img/bg_btn_light.png) left bottom repeat-x;
}
.btn.light:hover{ background: #efefef; }

.btn_orange{
    position: relative;
    display: inline-block;
    height: 34px;
    padding: 7px  15px;
    color: #fff;
    font: normal 14px/20px arial, verdana, sans-serif;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.29);
    background: url(../img/bg_btn_orange_sprite.png) 0 0 repeat-x;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
.btn_orange:hover{ background: #c05b1f; text-decoration: none; }

.btn.full, .btn_orange.full{ display: block; width: 100%; }

.purple .btn, .purple .btn_orange,
.purple .rtecontent form input[type="submit"]{ color: #fff; background: #74379d url(../img/bg_btn_mb.jpg) left bottom repeat-x; }
.purple .btn:hover, .purple .btn_orange:hover,
.purple .rtecontent form input[type="submit"]:hover{ color: #fff; background: #532572; }

p.centered{ padding: 20px 0; text-align: center; }
/*
 * Clearfix: contain floats
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.cleaner{ clear: both; }

div.messages  {
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 10px 10px 0 10px;
    background: #eee;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 1px 0 1px rgba(255, 255, 255, 0.4), -1px 0 1px rgba(255, 255, 255, 0.4), 0 -1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.07) inset;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 1px 0 1px rgba(255, 255, 255, 0.4), -1px 0 1px rgba(255, 255, 255, 0.4), 0 -1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 1px 0 1px rgba(255, 255, 255, 0.4), -1px 0 1px rgba(255, 255, 255, 0.4), 0 -1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(255, 255, 255, 1), 0 1px 1px rgba(0, 0, 0, 0.07) inset;
}
div.messages b  { text-shadow: 0 1px 0 rgba(255, 255, 255, .65); }
div.messages.error  { border-color: rgba(204, 128, 128, 0.32) rgba(204, 128, 128, 0.24) rgba(204, 128, 128, 0.16); background: #fcc; }
div.messages.success  { border-color: rgba(128, 204, 128, 0.32) rgba(128, 204, 128, 0.24) rgba(128, 204, 128, 0.16); background: #cfc; }
div.messages.warning  { border-color: rgba(204, 204, 128, 0.32) rgba(204, 204, 128, 0.24) rgba(204, 204, 128, 0.16); background: #ffc; }

div.messages.error b  { color: #a00; }
div.messages.success b  { color: #080; }
div.messages.warning b  { color: #880; }


.corner-fade{
				background: url(../img/bg_corner_fade.png) 0 0 no-repeat;
}


.col { margin: 0 4% 0 0;}
.col48{ width: 48%; }
.col50{ width: 50%; }
.col75{ width: 75%; }

.block{ display: block !important; }
.inline{ display: inline !important; }
.line_block{ display: inline-block !important; }

.lowlite { color: #aaa; } /*used for js placeholder fix for ie*/

.bold_it  { font-weight: bold !important; }
.italic_it { font-style: italic !important; }

.no_bold  { font-weight: normal !important; }
.no_bullets *  { list-style-type: none !important; }
.no_float  { float: none !important; }
.no_padding { padding: 0 !important; }
.no_top_padding{ padding-top: 0 !important; }
.no_left_margin {margin-left: 0 !important;}
.no_margin { margin: 0 !important; }
.no_borders { border: 0 none !important; }
.no_bottom_border{ border-bottom: 0 !important; }
.hidden, .no_display { display: none !important; }

.float_left  { float: left; }
.float_right  { float: right; }

.align_center { text-align: center; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_justify { text-align: justify; }

/* tabbed content sections */
.rtecontent .sctabs { margin: 20px 0 20px 0; clear: both; }
.rtecontent .sctabs ul.sctablist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 52px;
}
.rtecontent .sctabs ul.sctablist li {
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    float: left;
    margin: 0 2px 0 0;
    padding: 0;
    left: auto;
}
.rtecontent .sctabs ul.sctablist li a {
    display: block;
    margin: 0 0 0 0;
    height: 51px;
    padding: 18px 20px;
    color: #2a2a2a;
    font-weight: bold;

    background: #fbfbfb;
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f0f0f0 100%);
}
.rtecontent .sctabs ul.sctablist li a:hover{ text-decoration: none; }
.rtecontent .sctabs ul.sctablist li.active { }
.rtecontent .sctabs ul.sctablist li.active a {
    background: #005daf;
    color: #fff;
}
.purple .rtecontent .sctabs ul.sctablist li.active a{ background: #6a3090; }
.rtecontent .sctabs .scpane {
    padding: 20px;
    border: 1px solid #dcdcdc;
    display: none;
}
.rtecontent .sctabs .active { display: block; }
.editing .rtecontent .sctabs { display: block; }

.rtecontent .scaccordian{ margin: 20px 0 20px 0; border-bottom: 1px solid #dcdcdc; }
.rtecontent .scaccordian dt a{
				position: relative;
    display: block;
    min-height: 52px;
    border: 1px solid #dcdcdc;
    border-bottom: 0;

    padding: 18px 20px;
    color: #2a2a2a;
    font-weight: bold;

    background: #fbfbfb;
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f0f0f0 100%);
}
.rtecontent .scaccordian dt a:before,
.rtecontent .scaccordian dt a:after{
				content: "";
				display: block;
				width: 15px;
				height: 9px;
				position: absolute;
				top: 20px;
				right: 20px;
}
.rtecontent .scaccordian dt a:before{
				background: url(../img/arrow_dark_down159.png) 0 0 no-repeat;
				background-size: 15px 9px;
}
.rtecontent .scaccordian dt a:after{
				display: none;
				background: url(../img/arrow_white_up159.png) 0 0 no-repeat;
				background-size: 15px 9px;
}

.lt-ie9 .rtecontent .scaccordian dt a {
    min-height: inherit;
}
.rtecontent .scaccordian dt a:hover{ text-decoration: none; }
.rtecontent .scaccordian dt a.active{
    background: #005daf;
    color: #fff;
}
.rtecontent .scaccordian dt a.active:before{ display: none; }
.rtecontent .scaccordian dt a.active:after{ display: block; }
.purple .rtecontent .scaccordian dt a.active{ background: #6a3090; }
.rtecontent .scaccordian dd{
    display: none;
    padding: 20px;
    margin: 0;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
}
.rtecontent .scaccordian dd.active{ display: block; }


/*** select dropdowns customized ***/
.select_container{ position: relative; display: inline-block; width: 138px; height: 31px; }
select.selectbox, .customSelect{
    display: block;
    height: 31px;
    width: 138px;
    margin: 0 0 20px 0;
    border: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0px 0px #e8e8e8;
    box-shadow: inset 1px 1px 0px 0px #e8e8e8;
}
select.selectbox{ z-index: 800; }
.customSelectInner{
    position: relative;
    display: block;
    padding: 8px 35px 11px 15px;
    width: 100% !important;
    height: 30px;
    background: transparent;
    color: #949494;
    font: normal 12px/13px arial, sans-serif;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customSelectInner:before{
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    width: 32px;
    height: 31px;
    background: #fff url(../img/select_arrowdn.png) right top no-repeat;
    background-size: 32px 62px;
}
.purple .customSelectInner:before{ background: #fff url(../img/select_arrowdn_mb.png) right top no-repeat; }
/*.customSelect:hover .customSelectInner:hover:before{ background-position: 0 -31px; }*/


/**** RADIO OR CHECKBOXES ***/
input[type=checkbox],input[type=radio]{ position: absolute; left: -9999em; opacity: 0; }
.lt-ie9 input[type=checkbox], .lt-ie9 input[type=radio]{ position: relative; left: auto; opacity: 1; }

input[type=checkbox] + label,
input[type=radio] + label{
    position: relative;
    display: inline-block !important;
    padding: 0 0 0 20px !important;
    font-weight: normal;
}
.lt-ie9 input[type=checkbox] + label,
.lt-ie9 input[type=radio] + label{
    padding: 0;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: 0;
    background: url(../img/checkbox.png) 0 -15px no-repeat;
}
.lt-ie9 input[type=checkbox] + label:before,
.lt-ie9 input[type=radio] + label:before{ display: none; }
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before{ background-position: 0 0; }

/** RTE Forms **/
.rtecontent form .rte-grid{ margin-bottom: 0 !important; }
.rtecontent form .select_container,
.rtecontent form .select_container select.selectbox,
.rtecontent form .select_container .customSelect{ width: 100%; }
.rtecontent form .select_container select.selectbox{ width: 100% !important; top: 0 !important; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides{ margin: 0; list-style-type: none; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {width: 100%; display: block;}*/
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* SIMPLY SCROLLER
*******************************/
.simply-scroll-container { /* Container DIV - automatically generated */
    position: relative;
}
.simply-scroll-clip { /* Clip DIV - automatically generated */
    position: relative;
    overflow: hidden;
}
.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll-btn {
    position: absolute;
    background-image: url(../img/arrow_down_nav.png);
    width: 15px;
    height: 9px;
    z-index:3;
    cursor: pointer;
}
.simply-scroll-btn-left {
    left: 6px;
    bottom: 6px;
    background-position: 0 0px;
}
.simply-scroll-btn-left.disabled { }
.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
        background-position: 0 -9px;
}

.simply-scroll-btn-right {
    right: 6px;
    bottom: 6px;
    background-position: -15px -9px;
}
.simply-scroll-btn-right.disabled {}
.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
    background-position: -15px 0px;
}

.simply-scroll-btn-up {
    left: 0;
    top: 0;
    background-position: -15px -9px;
}
.simply-scroll-btn-up.disabled {}
.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
    background-position: -15px 0px;
}

.simply-scroll-btn-down {
    left: 0;
    bottom: 0;
    background-position: 0 0;
}
.simply-scroll-btn-down.disabled { }
.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
    background-position: 0 -9px;
}

.simply-scroll-btn-pause {}
.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {}
.simply-scroll-btn-pause.active {}
.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {}

/* DEFAULT CUSTOM STYLES */
.simply-scroll{
    margin-top: 10px;
    padding: 20px 0;
    height: 235px;
}
.simply-scroll .simply-scroll-btn-up { top: 0; left: 50%; margin-left: -7px; }
.simply-scroll .simply-scroll-btn-down { bottom: 0; left: 50%; margin-left: -7px; }

.simply-scroll .simply-scroll-clip{ height: 195px; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; }
.simply-scroll .simply-scroll-clip li{ padding: 15px 20px 5px 0; }

/**** DATE PICKER ***/
/**events input field calendar**/
#ui-datepicker-div{
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
#ui-datepicker-div .ui-datepicker-header{
    position: relative;
    padding: 2px;
    margin: 0 0 5px 0;
    background: #fff;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next{
    position: absolute;
    top: 10px;
    width:8px;
    height:13px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(../img/arrows.png) 0 0 no-repeat;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev{ left: 10px; background-position: 0 0; }
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next{ right: 10px;  background-position: -8px 0; }

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{
    padding: 5px 0;
    text-align: center;
    font: bold 16px/20px 'arial narrow', arial, sans-serif;
    color: #fff;
    background: #005daf;
}
.purple #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{ background: #6a3090; }
#ui-datepicker-div .ui-datepicker-calendar{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar th{
    font: normal 12px/12px arial, sans-serif;
}
#ui-datepicker-div .ui-datepicker-calendar td a{
    display: block;
    padding: 3px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover{ background: #eaf5fd; text-decoration: none; }
#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active{ background: #005daf; color: #fff; }

.purple #ui-datepicker-div .ui-datepicker-calendar td a:hover{ background: #ede6f2; text-decoration: none; }
.purple #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active{ background: #6a3090; color: #fff; }
.pg_iframe { border: none;}
.no_background {background: none!important;}

.linky {color: #005bad;}
.purple .linky {color: #6A3090;}
h1 a:hover {text-decoration: none;}

.max_width {width: 100%!important; border-left: 0 !important; }

/* WAIT TIME DISCLAIMER POP UP */
.note_container > a{ cursor: pointer; }
.note_container .note_pop{
                display: none;
                width: 292px;
                background: #f6f6f6;
                padding: 25px;
                border: 1px solid #dcdcdc;
                -webkit-border-radius: 10px;
                border-radius: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                font-size: 12px;
                line-height: 16px;
                z-index: 100;
}
.note_pop:before{
                content: "";
                width: 100%;
                height: 15px;
                position: absolute;
                top: -15px;
                left: 0;
                background: url(../img/pop_bg_arrow2.png) center 0 no-repeat;
                background-size: 29px 15px;
}
.note_container .note_pop span.close{
                display: block;
                position: absolute;
                top: 7px;
                right: 7px;
                width: 17px;
                height: 17px;
                overflow: hidden;
                cursor: pointer;
                text-indent: -999em;
                background: url(../img/close_pop.png) 0 0 no-repeat;
                background-size: 17px 17px;
}

html.lt-ie8 #utility_bar .waittimes div a {
    font-weight: 600;
}


/**** COLUMNS ******/
.col33{
                width: 33%;
                float: left;
                padding: 0 0 0 10px;
}
.col33:first-child{ padding: 0; }


/***** NEW RTE GRID SYSTEM *****/
.rte-grid{
                clear: both;
                width: 102%;
                margin: 0 -1% 20px -1%;
}
.rte-grid:after{
                content: "";
                display: table;
                clear: both;
}
.rte-grid [class*='col-']{
                float: left;
                margin: 0 1% 2% 1%;
}

/* EACH Column reduced in size by 1% to account for margin and no outside gutter */
.rte-grid .col-full{
                width: 98%;
}
/* 2/3 column size*/
.rte-grid .col-2-3 {
  width: 64.66%;
}
/* 1/3 column size */
.rte-grid .col-1-3 {
  width: 31.33%;
}
/* 1/2 column size */
.rte-grid .col-1-2 {
  width: 48%;
}
/* 1/4 column size*/
.rte-grid .col-1-4 {
  width: 23%;
}
/* 3/4 column size*/
.rte-grid .col-3-4{
                width: 73%;
}
/* 1/6 column size */
.rte-grid .col-1-6{
                width: 14.66%;
}
/* 1/8 column size */
.rte-grid .col-1-8 {
  width: 10.5%;
}

.rte-grid.pad-cols [class*='col-']{
                padding: 15px;
}

/* images inside grid system by default will have no margin*/
.rte-grid img{ margin: 0; }

/***** NEW RTE RESPONSIVE TABS *****/
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


/* Tabs container */
.r-tabs { position: relative; margin: 20px 0 20px 0; clear: both; border-bottom: 1px solid #dcdcdc; }

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
    margin: 0 2px 0 0;
    padding: 0;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 18px 20px;
    color: #2a2a2a;
    font-weight: bold;

    text-decoration: none !important;

    background: #fbfbfb;
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f0f0f0 100%);
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled { opacity: 0.5; }

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    background: #005daf;
    color: #fff;
}
.purple .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor { background: #6A3090; }

/* Tab panel */
.r-tabs .r-tabs-panel {
    padding: 20px;
    border: 1px solid #dcdcdc;
 border-bottom: 0;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    border: 1px solid #dcdcdc;
    border-bottom: 0;

    text-decoration: none !important;

    padding: 18px 20px;
    color: #2a2a2a;
    font-weight: bold;

    background: #fbfbfb;
    background: -moz-linear-gradient(top,  #fbfbfb 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #fbfbfb 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom,  #fbfbfb 0%,#f0f0f0 100%);
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background: #005daf;
    color: #fff;
}
.purple .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background: #6A3090; }

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

/*prevent internal embedded videos from overflowing container*/
.video_box{ margin-bottom: 15px; max-width: 100% !important; height: auto !important; }
.video-js{ max-width: 100% !important; }
.js-code{ height: 0; overflow: hidden; }
rtescript{ display: none !important; }


/************************************
          MINIMALECT 0.9
  A minimalistic select replacement

 jQuery 1.7+ required.
 Developed by @groenroos
 http://www.groenroos.fi

 Github: http://git.io/Xedg9w

 Licensed under the MIT license.

************************************/
.minict_wrapper {
  color: #333;
  background: #fff;
		border: 1px solid #fff;
  position: relative;
  width: 300px;
  height: 38px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.minict_wrapper * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.minict_wrapper.disabled { background: #f5f5f5; text-shadow: 0 1px 0 #fff; }
.minict_wrapper.disabled span { color: #bbb !important; }

.minict_wrapper:after {
    content: "";
    display: block;
    position: absolute;
    height: 36px;
    width: 45px;
    top: 0;
    right: 0;
    background: url(../img/arrow_blue_down159.png) 11px center no-repeat;
				background-size: 15px 9px;
}
.minict_wrapper.active:after { background-image: url(../img/arrow_orange_down159.png); }

.minict_wrapper input {
    	border: 0;
    	outline: none;
    	background: none;
					-webkit-box-shadow: none;
					box-shadow: none;
    	padding: 8px 15px;
    	margin: 0;
    	cursor: default;
    	width: 100%;
    	height: 36px;
					font: normal 16px/18px 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
}

.minict_wrapper.active{ border-color: #d1d1d3; }
.minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 9px 14px 14px;
    margin: -5px -1px 0;
    position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    border: 1px solid #d1d1d3;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 100%;
    left: 0;
    max-height: 250px;
    overflow-y: auto;
    z-index: 999999;
				background: #fff;
}
.minict_wrapper ul li {
    list-style: none;
    font: normal 16px/20px 'ArialNarrow', 'PT Sans Narrow', 'Arial Narrow', arial, sans-serif;
    padding: 7px 0;
    cursor: pointer;
    background: #fff;
}
.minict_wrapper ul li.minict_first{ padding-top: 14px; border-top: 1px solid #d1d1d3; }
.minict_wrapper ul li:hover { color: #005fb1; }

.minict_wrapper ul li.minict_group {
				color: #444;
				background: #f6f6f6;
				font-weight: bold;
				cursor: default;
}

.minict_wrapper ul li.minict_empty {
				display: none;
				background: #fff !important;
				color: #bbb;
				text-align: center;
				font-size: 16px;
}

.minict_wrapper ul li.disabled {
				cursor: default;
				background: #fff !important;
				color: #bbb;
}

.minict_wrapper ul li.selected { color: #D66523; }

.minict_wrapper ul li.highlighted { font-weight: bold; color: #D66523; }

.minict_wrapper ul li.hidden-item { display: none; }

.minict_wrapper .minict_reset {
    color: #A9A9A9;
    bottom: 0;
    display: none;
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    right: 35px;
    text-align: center;
    top: 0;
    text-decoration: none;
    width: 20px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.minict_wrapper .minict_reset:hover { color: #e0e0e0; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
.minict_wrapper .minict_reset:active { color: #636363; }
.minict_wrapper.disabled .minict_reset {display: none; }

a.pdf:before
{ content:""; width:16px; height: 16px; margin-right: 5px; display: inline-block; background: url(../files/library/50a9d125a4984770.png) 0 0 no-repeat; background-size: 16px 16px; }

/* RESPONSIVE TABLE */
.responsive_table{
    margin: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.responsive_table table {
    border: 1px solid #dcdcdc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 10px 10px 0 0;
}
.responsive_table table thead{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00427f+0,0066b8+2,0166b8+7,015caf+66,005bac+68,005bae+75,005aab+77,0157aa+98,00427f+100 */
    background: rgb(0,66,127); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,66,127,1) 0%, rgba(0,102,184,1) 2%, rgba(1,102,184,1) 7%, rgba(1,92,175,1) 66%, rgba(0,91,172,1) 68%, rgba(0,91,174,1) 75%, rgba(0,90,171,1) 77%, rgba(1,87,170,1) 98%, rgba(0,66,127,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,66,127,1) 0%,rgba(0,102,184,1) 2%,rgba(1,102,184,1) 7%,rgba(1,92,175,1) 66%,rgba(0,91,172,1) 68%,rgba(0,91,174,1) 75%,rgba(0,90,171,1) 77%,rgba(1,87,170,1) 98%,rgba(0,66,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,66,127,1) 0%,rgba(0,102,184,1) 2%,rgba(1,102,184,1) 7%,rgba(1,92,175,1) 66%,rgba(0,91,172,1) 68%,rgba(0,91,174,1) 75%,rgba(0,90,171,1) 77%,rgba(1,87,170,1) 98%,rgba(0,66,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00427f', endColorstr='#00427f',GradientType=0 ); /* IE6-9 */
 
    border-radius: 10px 10px 0 0;
}
.responsive_table table tr {
    border-bottom: 1px solid #dcdcdc;
}
 
.responsive_table table th, 
.responsive_table table td{
    padding: 10px;
    text-align: left;
    border-left: 1px solid #dcdcdc;
    vertical-align: top;
}
.responsive_table table th:first-child, 
.responsive_table table td:first-child{ border-left: 0; }     
 
.responsive_table table th {
    padding: 15px 20px;
    font-size: 14px;
    vertical-align: middle;
    color: #fff;
}
.responsive_table table th.sortable{ cursor: pointer; }
.responsive_table table th span:after{
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
 
}
.responsive_table table th.headerSortUp span:after{
    border-top: 0;
    border-bottom: 10px solid #fff;
}
 
.responsive_table table tr.empty td{
    height: 300px;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    color: #d3d3d3;
}
 
 
@media only screen and (max-width: 800px){
    .responsive_table{  }
    .responsive_table  table {
            border: 0;
    }
    .responsive_table  table thead { display: none; }
    .responsive_table  table th{ width: auto !important; }
    .responsive_table  table tr {
          margin-bottom: 10px;
          display: block;
    }
    
    .responsive_table table td {
        position: relative;
          display: block;
          min-height: 37px;
          padding-left: 45%;
          text-align: right;
          font-size: 13px;
          line-height: 16px;
          border-bottom: 1px solid #dcdcdc;
          border-right: 1px solid #dcdcdc;
    }
    .responsive_table table td:last-child {
          border-bottom: 0;
      }
 
    .responsive_table table td:before {
          content: attr(data-label);
          position: absolute;
          top: 0;
          left: 0;
          width: 40%;
          padding: 10px;
          text-transform: uppercase;
          font-weight: bold;
          text-align: left;
          font-size: 12px;
    }
 
    .responsive_table table td:first-child{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00427f+0,0066b8+2,0166b8+7,015caf+66,005bac+68,005bae+75,005aab+77,0157aa+98,00427f+100 */
        background: rgb(0,66,127); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(0,66,127,1) 0%, rgba(0,102,184,1) 2%, rgba(1,102,184,1) 7%, rgba(1,92,175,1) 66%, rgba(0,91,172,1) 68%, rgba(0,91,174,1) 75%, rgba(0,90,171,1) 77%, rgba(1,87,170,1) 98%, rgba(0,66,127,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,66,127,1) 0%,rgba(0,102,184,1) 2%,rgba(1,102,184,1) 7%,rgba(1,92,175,1) 66%,rgba(0,91,172,1) 68%,rgba(0,91,174,1) 75%,rgba(0,90,171,1) 77%,rgba(1,87,170,1) 98%,rgba(0,66,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,66,127,1) 0%,rgba(0,102,184,1) 2%,rgba(1,102,184,1) 7%,rgba(1,92,175,1) 66%,rgba(0,91,172,1) 68%,rgba(0,91,174,1) 75%,rgba(0,90,171,1) 77%,rgba(1,87,170,1) 98%,rgba(0,66,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00427f', endColorstr='#00427f',GradientType=0 ); /* IE6-9 */
        border: 0;
        border-radius: 10px 10px 0 0;
        padding: 10px;
        color: #fff;
        text-align: left;
        font-weight: bold;
    }
    .responsive_table table td:first-child:before{ display: none; }
 
    .test-directory .responsive_table table td:nth-child(2),
    .test-directory .responsive_table table td:nth-child(3){ min-height: 50px; }
 
    .responsive_table table tr.empty{ border: 0; }
    .responsive_table table tr.empty td{
        height: auto;
        padding: 30px;
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        vertical-align: middle;
        color: #d3d3d3;
        background: #fff;
    }
 
}