
 /* 
-------cacheFileName----------
 keyF34044C1FAB0347331DB45D1B3B74D5076258AB8CB4C328722406CF5D1FBF642#2025-06-10T14--32--41 */ 

#back-to-top {
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 125px;
    width: 60px;
    height: 60px;
	z-index:9999;
    background: #eee;
    border: 1px solid #ccc;
    cursor:pointer;
    box-shadow:1px 1px 1px rgba(0,0,0,.25);
    -webkit-transition:opacity .3s ease-in;
    -moz-transition:opacity .3s ease-in;
    -o-transition:opacity .3s ease-in;
    transition:opacity .3s ease-in;
}
#back-to-top:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0px;
    width: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #333;
    margin: -10px 0 0 -10px; 
}

#back-to-top:hover {
    background: #e6e6e6;  
}

 ul.content-list>li:before, 
 ul.content-list>li:after {
    content:""; display:table; clear:both;
}

/* footer css */
.footerAddresses span.email {display:none}

/* primary nav on focus */
.RadMenu .rmLink:focus {outline: 1px solid #fff !important}
.RadMenu .rmLink:focus:hover, .RadMenu .rmLink:active, .RadMenu .rmLink:focus:active {outline: 0 !important}
.RadMenu .rmExpanded:focus, .RadMenu .rmRootLink:focus, .RadMenu .rmSelected:focus, .RadMenu .rmFocused:focus {outline:0 !important}

/* fixes pointer on interior slideshow scroll arrows */
.photoGallery .flex-direction-nav a { cursor: pointer; }

@media screen and (min-width: 768px) {
    #back-to-top.fade { opacity:1; }
}
@media screen and (min-width: 990px) {
    
 .jump-link {
    display: block;
    margin-top: -170px;
    padding-bottom: 170px;
}

}

/*do not remove this, we have opted to remove the fade on vertical slideshows*/
div.slider section::after { display:none !important; }

/* Dear Doctor Margins */
 #template .dd-left { margin: 5px 20px 10px 0; }
 #template .dd-right { margin: 5px 0 10px 20px;  }

/* Margins on images within Related Articles */
 #template .dd-article .dd-left { margin: 5px 10px 10px 0; }
 #template .dd-article .dd-right { margin: 5px 0 10px 10px; }

/* Max width for very large images */
#template .dd-left, 
#template .dd-left img, 
#template img.dd-left, 
#template .dd-right, 
#template .dd-right img, 
#template img.dd-right { max-width:250px; }

/* dear doctor video margining */
.wistia_responsive_padding {margin: 0 0 15px !important}

/* dear doctor video thumbnails - responsive fix */
.wistia_click_to_play {width: 100% !important}

/* Location and Hours Widget - Hours */
#template aside.callout div.hours { margin-top: 10px; } 

/*making numbered lists in content display numbers*/
#template div#content ol > li { list-style-type:decimal; }

/* Footer Address Spacing - Vertical Template */
#template #footer div.bottom p {margin: 0}

/*  Html sitemap */
#template #htmlsitemap div ul li { list-style:none; padding-top:10px; font-weight: bold; }
#template #htmlsitemap div ul li ul { margin: 0 0 20px 20px; }
#template #htmlsitemap div ul li ul li { padding-top:0; }
#template #htmlsitemap div ul li ul li a { font-weight:400; }

/*Youtube video fixes*/
#template iframe[src*="//fast"] { overflow: visible; }
#template iframe[src*="https://www.youtube"] { overflow: visible; }

/*interior left right images */
#template img.right, #template img.left { margin-bottom:5px; }

/*chrome utility nav fix*/
/*
html body header#header div.container nav.social-navigation ul.clearfix li a.external[id^=ctl11], html body header#header div.container nav.social-navigation ul.clearfix li a { pointer-events:inherit !important; }
html body footer#footer div#footer-top div.container nav.social-navigation h6+ul.clearfix li a.external[id^=ctl11], html body footer#footer div#footer-top div.container nav.social-navigation h6+ul.clearfix li a { pointer-events:inherit !important; }*/

/*chrome social icon fix for vertical*/
/* nav.social-navigation li a { display:block; }*/

/*responsive styles*/
@media screen and (min-width: 200px) {
/*back to top*/
#template div#back-to-top { display:none; }
/*map adjustment*/
 #template div.locations div.map { height:300px; }

}

@media screen and (min-width: 500px) {
/*map adjustment*/
 #template div.locations div.map { height:500px; }
}

@media screen and (min-width: 768px) {
/*back to top*/
#template div#back-to-top { display:block; }
}
/*map popup fix*/
#template div.locations div.map { height:300px; }
/*edit mode fix*/
/*body.iAppsEditMode #template { padding-top:28px; }*/

/*global phone number fix*/
#template .h_left.grow #utility-navigation .phone a::before, #template .vertical.grow #utility-navigation .phone a::before  { display:none; }

/*my doctors ratings iframe fix*/
 #template iframe#averageScoreIframe { height:60px; width:200px; }

/*removing phone number on horizontal left grows*/
/*.h_left.grow #utility-navigation .phone a::before, .h_left.grow #utility-navigation .utility-navigation .phone::before { display:none; }*/

/* Makes captions center under image and follow image width. Doesn't work in older browsers */
#template div.dd-left, div.dd-right { /* add this class to a div wrap */
	text-align: center;
	width: 250px; /* sets the width of the container for an image with a caption */
}
#template .dd-border { /* Adds a border to you image/caption box if you want. just add the class to the div */
	padding: 10px;
}
/* puts a 5px border around floating image or image within floating object, also controls if you add a border to the sidebar */
#template .dd-left img, #template img.dd-left, #template .dd-right img, img.dd-right, #template .dd-border { 
	/*border-size: 3px solid #0072bc;  sets a border and border color around the main images */
	border-width:3px;
	border-style:solid;
	color:#ccc;
}
/* set a max-width for the really big images */
#template .dd-left, #template .dd-left img, #template img.dd-left, #template .dd-right, #template .dd-right img, #template img.dd-right {
	max-width:250px;
}
/* adds a line break after an image inside a floating container */
#template .dd-left img, #template .dd-right img {
	display: block;
	margin: 0 0 5px 0;
}
/* Image caption text */
#template .dd-left p, #template .dd-right p {
	margin: 2px 0 15px;
	font-size:90%; /* set the font size of caption */
}
/* Related articles styles */
#template .dd-articles {	/* add the dd-articles class to the div wrapper */
	padding: 10px;
	border:1px solid #ccc; /* sets a border and border color around related articles section */
	background-color:#eee;
}
#template .dd-article { /* add the dd-article class the each article */
	overflow: hidden;
	padding: 5px 0 0;
	border-bottom:1px dotted #ccc; /* sets a divider line under each article */

}
#template .dd-article:last-child{
	border:none; /*removes divider line under last article*/
}
#template .dd-article img { /* any image in the article wrapper will get this applied automatically */
	overflow: hidden;
	border: 1px solid #ccc; /* sets a border and border color around the images in the related articles area */
}
#template .dd-article .dd-title { /* add the title class to object to make it bold and have line break after */
	font-weight: bold;
	display: block;
}
#template .dd-article p { /* makes text align at top with image */
	padding: 5px 0 0 0;
	margin-top: 0;
}
/* styles used on all areas */
#template .dd-left { /* add dd-left class to an object to float it left */
	clear: left;
	float: left;
	margin: 5px 10px 5px 0;
}
#template .dd-right { /* add dd-right class to an object to float it right */
	clear: right;
	float: right;
	margin: 5px 5px 5px 10px;
}
#template img.dd-no-border { /* add no-border to an image and it will loose its border */
	border: none;
}

.RadChartÂ { width:100% !important; }
.RadChartÂ img { max-width:100% !important; width:100% !important; }

/*globally hiding the hours from all maps*/
.mapMarkClass .hours { display:none; }

/*presence release white BG fix for dark sites*/
#template .zones-portlet-header.portletBox-title + div {background: inherit !important}

/*Dear Doctor Mobile Fixes*/
@media screen and (max-width:445px) { 
#template .dd-article .dd-left, #template #ddcontent .dd-article .dd-left a img, #ddcontent p img.dd-right, #ddcontent p img.dd-left, #template .dd-left img, #template .dd-right img, #ddcontent img.dd-right, #ddcontent img.dd-left, #template a.dd-lightbox { width:100%; max-width:none;margin:10px 0;  }
}
.modalBackground {
 background-color: #808080;
 filter: alpha(opacity=70);
 opacity: 0.7;
}
.modalPopup {
 background-color: #ffe;
 border-width: 3px;
 border-style: solid;
 border-color: #808080;
 padding: 3px;
 width: 900px;
 height: 450px;
 overflow: auto;
}
A.header_menu,
A.header_menu:link,
A.header_menu:visited {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 line-height: 16px;
 padding-left: 3px;
}
A.header_menu:hover {
 color: #e7d825;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 text-decoration: none;
 padding-left: 3px;
}
.main_menu_bar {
 position: absolute;
 left: 0;
 top: 73px;
 width: 100%;
 /*background-image: url("/resourcefiles/all-images/footer-background.gif");*/
 height: 24px;
}
.main_menu_bar_shadow {
 position: absolute;
 left: 0;
 top: 97px;
 width: 100%;
/* background-image: url("/resourcefiles/all-images/header-search-bar-shadow.gif");*/
 height: 5px;
 background-repeat: repeat-x;
}
.admin_menu_bar_ie {
 position: relative;
 top: -21px;
 left: 0;
 width: 100%;
 /*background-image: url("/resourcefiles/all-images/footer-background.gif");*/
 height: 24px;
 z-index: 0;
}
.admin_menu_bar_shadow_ie {
 position: relative;
 top: -21px;
 left: 0;
 width: 100%;
/* background-image: url("/resourcefiles/all-images/header-search-bar-shadow.gif");*/
 height: 5px;
 background-repeat: repeat-x;
 z-index: 0;
 margin-bottom: -28px;
}
.admin_menu_bar_o {
 position: relative;
 top: -16px;
 left: 0;
 width: 100%;
/* background-image: url("/resourcefiles/all-images/footer-background.gif");*/
 height: 24px;
 z-index: 0;
}
.admin_menu_bar_shadow_o {
 position: relative;
 top: -16px;
 left: 0;
 width: 100%;
 /*background-image: url("/resourcefiles/all-images/header-search-bar-shadow.gif");*/
 height: 5px;
 background-repeat: repeat-x;
 z-index: 0;
 margin-bottom: -16px;
}
.admin_menu,
a.admin_menu,
a.admin_menu:link,
a.admin_menu:visited,
a.admin_menu:active {
 color: #fff;
 font-family: Arial;
 font-size: 10pt;
 text-decoration: underline;
}
a.admin_menu:hover {
 color: #f00;
 font-family: Arial;
 font-size: 10pt;
 text-decoration: none;
}
A.sidemenu_nav:link {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
}
A.sidemenu_nav:visited {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
}
A.sidemenu_nav:active {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
}
A.sidemenu_nav:hover {
 color: #f90;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: underline;
}
A.sidemenu_nav_sel:link,
A.sidemenu_nav_sel:visited,
A.sidemenu_nav_sel:active {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_sel:hover {
 color: #860000;
 font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: underline;
}
.sidemenu_nav_header {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_header:link {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_header:visited {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_header:active {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_header:hover {
 color: #860000;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: underline;
}
A.sidemenu_nav_header_sel:link {
 color: #860000;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_header_sel:visited {
 color: #860000;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_header_sel:active {
 color: #860000;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.sidemenu_nav_header_sel:hover {
 color: #860000;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
.sidemenu_nav_header_sel {
 color: #860000;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
.ui-autocomplete {
 position: absolute;
 cursor: default;
}
* html .ui-autocomplete {
 width: 1px;
}
.ui-menu {
 list-style: none;
 padding: 2px;
 margin: 0;
 display: block;
 float: left;
}
.ui-menu .ui-menu-item {
 margin: 0;
 padding: 0;
 zoom: 1;
 float: left;
 clear: left;
 width: 100%;
}
.ui-menu .ui-menu-item a {
 text-decoration: none;
 display: block;
 padding: 0.2em 0.4em;
 line-height: 1.5;
 zoom: 1;
}
.ui-widget {
 font-family: Verdana, Arial, sans-serif;
}
.ui-widget-content {
 border: 1px solid #aaa;
 background: #fff 50% 50% repeat-x;
 color: #222;
}
.ui-widget-content a {
 color: #222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
 border: 1px solid #d3d3d3;
 background: #e6e6e6 50% 50% repeat-x;
 font-weight: normal;
 color: #555;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
 border: 1px solid #999;
 background: #dadada 50% 50% repeat-x;
 font-weight: normal;
 color: #212121;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
 border: 1px solid #aaa;
 background: #fff 50% 50% repeat-x;
 font-weight: normal;
 color: #212121;
}
.page_header {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 20px;
 font-weight: bold;
 background-repeat: repeat-x;
}
.page_header_logo_bottom {
 background-repeat: no-repeat;
 z-index: -5;
 position: relative;
 left: 0;
 top: -3px;
}
.page_header_search {
 z-index: 5;
 position: relative;
 left: 0;
 top: 0;
}
.page_header_message_count {
 z-index: 5;
 position: relative;
 left: 0;
 top: -15px;
}
A.new_message_count:link,
A.new_message_count:visited {
 color: #f00;
 font-size: 11px;
 text-decoration: none;
}
A.new_message_count:hover {
 color: #f00;
 font-size: 11px;
 text-decoration: underline;
}
.page_review_notice_bar {
 float: left;
 border-style: solid;
 border-bottom-left-radius: 15px;
 border-bottom-right-radius: 15px;
 background: #99f;
 border-right-color: #cc0;
 border-left-color: #cc0;
 border-bottom-color: #cc0;
 border-top-width: 0;
 border-right-width: 1px;
 border-left-width: 1px;
 border-bottom-width: 1px;
 margin-left: 5px;
 margin-right: 20px;
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 0;
 padding-right: 20px;
 padding-left: 20px;
 padding-bottom: 5px;
 z-index: 11000;
}
.search_bar,
table.search_bar td {
 border: 1px solid #ccc;
 border-collapse: collapse;
 /*background: #eaeaea url("/resourcefiles/all-images/table_header.gif") repeat-x;*/
 padding: 5px;
 color: #333;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
}
.command_bar {
 width: 100%;
 margin: 0;
 padding-left: 7px;
 padding-top: 6px;
 padding-bottom: 6px;
 background: #f3f3f3;
 border: #ccc 1px solid;
}
.command_bar_cell {
 font-size: 10pt;
 display: inline;
 width: auto;
 margin: 0;
 margin-right: 4px;
 padding: 0 2px;
 background: #6363de;
 border: #000 1px solid;
}
A.command_bar_link:hover,
A.command_bar_link:link,
A.command_bar_link:visited {
 color: #fff;
 font-size: 10pt;
 text-decoration: none;
}
.command_bar_text,
.command_bar_text:link,
.command_bar_text:visited {
 vertical-align: middle;
 font-size: 10pt;
 border-collapse: collapse;
 background: transparent;
 padding-right: 2px;
 text-align: left;
 text-decoration: none;
 line-height: 16px;
}
.command_bar_text:hover {
 color: #0000cd;
 text-decoration: none;
}
.command_bar_calendar {
 width: 100%;
 margin: 0;
 padding-left: 0;
 padding-top: 2px;
 padding-bottom: 2px;
 background: #f3f3f3;
 border: #ccc 1px solid;
}
.block_outer {
 display: inline;
}
.block {
 display: inline;
 empty-cells: show;
 padding: 0;
 border: 0;
 border-spacing: 0;
 margin: 0 5px 0 0;
}
.block_left {
 padding: 0;
 margin: 0;
 border: 0;
 width: 11px;
 background-repeat: no-repeat;
 height: 47px;
 vertical-align: top;
}
.block_right {
 padding: 0;
 margin: 0;
 border: 0;
 width: 11px;
 height: 47px;
 vertical-align: top;
}
.block_body {
 padding: 0;
 margin: 0;
 border: 1px;
 height: 47px;
 vertical-align: middle;
 text-align: center;
}
UL.BlogPostList {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.BlogPostArea {
 padding-bottom: 8px;
 margin-bottom: 8px;
 border-style: solid;
 border-width: 0;
 border-bottom-width: 1px;
 border-color: #eee;
}
.BlogPostHeader {
 color: #666;
 font-size: 150%;
 font-weight: normal;
 font-family: Tahoma, Arial, Helvetica;
 padding: 4px;
 padding-top: 0;
 padding-left: 0;
 margin: 0;
}
A.BlogPostHeader:link,
A.BlogPostHeader:visited,
A.BlogPostHeader:active {
 color: #666;
 font-size: 150%;
 font-weight: normal;
 font-family: Tahoma, Arial, Helvetica;
 padding: 4px;
 padding-top: 0;
 padding-left: 0;
 margin: 0;
}
A.BlogPostHeader:hover {
 color: #666;
 font-size: 150%;
 font-weight: normal;
 font-family: Tahoma, Arial, Helvetica;
 padding: 4px;
 padding-top: 0;
 padding-left: 0;
 margin: 0;
 text-decoration: none;
}
.BlogRating {
 width: 80px;
 height: 80px;
 margin: 5px 10px 0 0;
 background-color: #ccc;
 vertical-align: top;
 text-align: center;
 padding: 8px 2px 2px 2px;
 font-family: Tahoma, Arial, Helvetica;
 line-height: 20px;
 color: #666;
 text-decoration: underline;
}
.BlogRating a:link,
.BlogRating a:visited,
.BlogRating a:active,
.BlogRating a:hover {
 color: #666;
 text-decoration: none;
}
.BlogCommentCount {
 font-size: 22px;
 font-weight: bold;
 font-family: Tahoma, Arial, Helvetica;
}
.BlogPostContent {
 color: #000;
 font-family: Tahoma, Arial, Helvetica;
 margin-left: 1px;
 font-size: 100%;
 line-height: 20px;
 text-align: justify;
}
.BlogPostFooter {
 margin: 10px 0 10px 1px;
 color: #666;
 font-family: Tahoma, Arial, Helvetica;
 font-size: 8pt;
}
.BlogBlogNameColumn {
 width: 25%;
}
.BlogAuthorColumn {
 width: 14%;
}
.BlogLastPostColumn {
 width: 25%;
}
.BlogPostsColumn {
 text-align: center;
 width: 9%;
}
.BlogArticlesColumn {
 text-align: center;
 width: 9%;
}
.BlogCommentsColumn {
 text-align: center;
 width: 9%;
}
.BlogTrackbacksColumn {
 text-align: center;
 width: 9%;
}
.BlogCalendar {
 font-size: 90%;
 width: 100%;
}
.BlogCalendarTitle {
 text-align: center;
 font-weight: bold;
 margin-left: auto;
 margin-right: auto;
}
.BlogCalendarNextPrev A:link,
.BlogCalendarNextPrev A:active,
.BlogCalendarNextPrev A:visited {
 text-decoration: none;
}
.BlogCalendarNextPrev A:hover {
 text-decoration: underline;
}
.BlogCalendarDays {
 font-weight: bold;
 padding: 2px;
}
.BlogCalendarDay A:link,
.BlogCalendarDay A:active,
.BlogCalendarDay A:visited,
.BlogCalendarDay A:hover {
 font-weight: bold;
}
#commentform {
 padding: 0;
 font-size: 0.95em;
}
#commentform h2 {
 margin-bottom: 0;
}
#commentform h3 {
 font-size: 1.3em;
 margin: 0 10px 0 0;
 padding: 10px 0 5px;
 font-family: helvetica, arial, sans-serif;
 font-weight: 600;
 letter-spacing: 0;
}
#commentform p {
 padding: 0;
 font-size: 0.95em;
}
#commentform dl {
 margin: 0;
 padding: 0;
}
#commentform dt {
 padding: 5px 0 5px 0;
 font-size: 1em;
 margin: 0;
}
#commentform dd {
 color: #777;
 margin-left: 0;
}
#commentform dt em {
 font-size: 0.95em;
}
#commentform .smallbox {
 width: 350px;
 padding: 2px;
 border-top: 1px solid #7f8d3e;
 border-right: 1px solid #e2e3d1;
 border-bottom: 1px solid #e2e3d1;
 border-left: 1px solid #e2e3d1;
}
#commentform textarea {
 width: 500px;
 height: 150px;
 padding: 2px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 border-top: 1px solid #7f8d3e;
 border-right: 1px solid #e2e3d1;
 border-bottom: 1px solid #e2e3d1;
 border-left: 1px solid #e2e3d1;
 font-size: 1em;
}
#comments h3 {
 color: #666;
 font-size: 110%;
}
.CommentOwner {
 padding: 8px;
 background-color: #f4f4f4;
 border-bottom: solid 12px #fff;
}
.Comment {
 padding: 8px;
}
.CommentAvatar {
 white-space: nowrap;
 border-right-width: 0;
 padding-right: 0;
}
.CommentAvatar img {
 margin-right: 8px;
}
.CommentContent {
 border-left-width: 0;
}
.CommentTitle {
 font-size: 110%;
 margin: 0;
 padding: 0;
}
.CommentTitle A:link,
.CommentTitle A:active,
.CommentTitle A:visited,
.CommentTitle A:hover {
 color: #91723f;
}
.CommentText {
 padding-top: 2px;
 padding-bottom: 2px;
}
.CommentFooter {
 font-size: 80%;
 color: #999;
}
#postToolbar {
 width: 400px;
 border: solid 1px #ccc;
 padding: 6px;
 background-color: #eee;
}
#postToolbar .CommonSubTitle {
 margin-bottom: 0;
 padding-bottom: 0;
}
UL.BlogLinkCategoryLinkList {
 padding: 0;
 margin: 0;
 list-style-type: square;
 margin-left: 24px;
 padding-left: 0;
}
UL.BlogLinkCategoryLinkList li {
 padding-top: 4px;
}
UL.BlogLinkCategoryLinkList li a {
 font-weight: bold;
}
.BlogLinkCategoryArea {
 padding: 4px;
}
.button,
.button-disabled {
 border: 1px solid #ccc;
 border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
 background: #f5f5f5;
 padding: 5px 5px 4px 5px;
 color: #333;
 font-size: 8pt;
 font-weight: bold;
 line-height: 1em;
 text-decoration: none;
 cursor: pointer;
 margin: 2px;
}
.button-disabled {
 background: #e6ebf9;
 color: #999;
 cursor: default;
}
.button:hover {
 border-color: #b1cfff #99b7d7 #3677cb #d3e3fb;
}
a.button {
 padding: 2px !important;
}
.button2 {
 color: black;
 background-color: white;
 border: #8cacbb 1px solid;
 padding: 0.1em;
 visibility: visible;
 margin-bottom: 0.1em;
 vertical-align: middle;
}
.buttonPurple {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11px;
 background: #66c;
 border: 1px solid #000;
 padding: 1px 10px 1px 10px;
 text-decoration: none;
}
.buttonPurple:hover {
 text-decoration: none;
}
.eventRequestActionBar {
 margin-bottom: 5px;
 padding: 5px;
 background: #dfe6e8;
}
.eventRequestActionBar .button.eventRequestAccept {
}
.eventRequestActionBar .button.eventRequestDecline {
}
.eventRequestActionBar .button.eventRequestPropose {
}
.eventRequestActionBar .button {
 padding: 8px 12px 8px 33px;
 background-position: 10px center;
 background-repeat: no-repeat;
 background-color: #363d43;
 border: 1px solid #363d43;
 border-top: 0;
 border-bottom-color: #000;
 border-radius: 5px;
 color: #fff;
 font-size: 14px;
 font-weight: normal;
}
.eventRequestActionBar .button:hover,
.eventRequestActionBar .button:active {
 background-color: #14171d;
 border: 1px solid #14171d;
 border-top: 0;
 border-radius: 5px;
}
.offscreen {
 position: absolute;
 left: -9999px;
 top: auto;
 width: 1px;
 height: 1px;
 overflow: hidden;
}
.tbl_chkbox_list {
 margin: 0;
 padding: 0;
}
.tbl_chkbox_list li {
 list-style: none;
 float: left;
 width: 200px;
}
[class^="icon-"],
[class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 line-height: 14px;
 vertical-align: text-top;
 background-position: 14px 14px;
 background-repeat: no-repeat;
 margin: 0 4px 0 2px;
}
.icon-camera {
 background-position: -120px -48px;
}
.icon-film {
 background-position: -192px 0;
}
[class^="sbicon-"],
[class*=" sbicon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 line-height: 14px;
 vertical-align: text-top;
 background-position: 14px 14px;
 background-repeat: no-repeat;
 margin: 0 4px 0 2px;
}
.sbicon-dropbox {
 background-position: 0 -48px;
}
.sbicon-facebook {
 background-position: -48px -48px;
}
.sbicon-home {
 background-position: -96px -48px;
}
.sbicon-flickr {
 background-position: -122px -48px;
}
.sbicon-download {
 background-position: -144px -48px;
}
.sbicon-instagram {
 background-position: -168px -48px;
}
.sbicon-cog {
 background-position: -192px -48px;
}
.sbicon-skydrive {
 background-position: -216px -48px;
}
.sbicon-flag {
 background-position: -240px -48px;
}
.sbicon-readability {
 background-position: -264px -48px;
}
.sbicon-envelope {
 background-position: -288px -48px;
}
.sbicon-evernote {
 background-position: -312px -48px;
}
.sbicon-box {
 background-position: -336px -48px;
}
.sbicon-youtube {
 background-position: -360px -48px;
}
.sbicon-github {
 background-position: -384px -48px;
}
.sbicon-vimeo {
 background-position: -408px -48px;
}
.sbicon-gdrive {
 background-position: -432px -48px;
}
.sbicon-picasa {
 background-position: -456px -48px;
}
.sbicon-alfresco {
 background-position: -482px -48px;
}
.sbicon-harddrive {
 background-position: -503px -48px;
}
.icon-googlesearch {
 width: 14px;
 height: 14px;
 background-position-x: 0;
 background-position-y: 2px;
 background-repeat: no-repeat;
 margin: 0 4px 0 2px;
 display: inline-block;
}
.clear {
 clear: both;
}
.CMS_dropPanel {
 z-index: 12000;
}
.CMS_adminBar,
.CMS_DragDropWrapper {
 font-family: Arial, Helvetica, sans-serif;
 color: #fff;
 font-size: 14px;
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 z-index: 12000 !important;
 text-align: left;
 line-height: normal;
}
.CMS_adminBar *,
.CMS_DragDropWrapper * {
 font-family: Arial, Helvetica, sans-serif;
 box-sizing: content-box;
}
.CMS_adminBar a:hover,
.CMS_DragDropWrapper a:hover {
 font-family: Arial, Helvetica, sans-serif;
}
.CMS_AB_top {
}
.CMS_adminBar span.CMS_title {
 font-weight: normal;
 margin: 0;
 letter-spacing: 0.4px;
 display: block;
 color: #d9dadb;
 cursor: pointer;
 padding: 7px 29px 7px 9px;
 height: 16px;
}
.adminItem {
 float: left;
}
.adminBarLogin.adminItem {
 float: right;
}
.CMS_adminBar ul,
.CMS_DragDropWrapper ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.CMS_adminBar ul:after,
.CMS_DragDropWrapper ul:after {
 content: "";
 display: block;
 clear: both;
}
.myApps,
.designToggle {
 border-right: 2px solid #363d43;
}
.myApps {
 position: relative;
}
.myApps .hotspot > span {
 display: block;
 height: 50px;
 width: 50px;
 cursor: pointer;
}
.myApps span img {
 position: absolute;
 top: 13px;
 left: 13px;
 -webkit-transition: all 0.2s ease-in-out;
}
.myApps:hover span img {
 -webkit-transform: scale(1.2);
 opacity: 0.6;
}
.designToggle {
 display: block;
 height: 50px;
 line-height: 50px;
 padding: 0 15px 0 15px;
}
.designToggle .toggle {
 width: 69px;
 height: 32px;
 float: left;
 margin-top: 8px;
 position: relative;
 cursor: pointer;
}
.designToggle .toggle:after {
 content: "";
 background-position: 0 -32px;
 width: 69px;
 height: 32px;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 opacity: 0;
}
.designToggle .toggle:hover:after {
 opacity: 1;
}
.designMode .designToggle .toggle {
 background-position: 0 -64px;
}
.designMode .designToggle .toggle:after {
 background-position: 0 -96px;
}
.designMode .designToggle .toggle:hover:after {
 opacity: 1;
}
.designToggle span.CMS_title {
 float: left;
 margin-right: 10px;
 padding: 0;
}
.hideDragDrop {
 width: 50px;
 height: 50px;
 float: left;
 cursor: pointer;
 display: none;
}
.hideDragDrop.hide {
 background: none;
 width: 15px;
}
.hideDragDrop:hover {
 background-position: 0 -100%;
}
.hideDragDrop.DDUp {
 background-position: -100% 0;
}
.hideDragDrop.DDUp:hover {
 background-position: -100% -100%;
}
.optionRows > ul {
 margin-left: 5px;
}
.designMode .designToggle {
 padding: 0 0 0 15px;
 background-image: none;
}
.designMode .designToggle .hideDragDrop {
 display: block;
}
.optionRows > ul > li {
 float: left;
 display: block;
 border-bottom: 2px solid #363d43;
 border-radius: 7px;
 background-color: #272f36;
 background-repeat: no-repeat;
 background-position: top right;
 margin: 8px 5px 0 5px;
 position: relative;
 -webkit-transition: background-color 150ms linear;
 -moz-transition: background-color 150ms linear;
 -o-transition: background-color 150ms linear;
 -ms-transition: background-color 150ms linear;
 transition: background-color 150ms linear;
}
.optionRows > ul > li:hover {
 background-color: #000;
 background-position: right -32px;
}
.optionRows > ul > li.optionHelp {
 background-image: none;
}
.CMS_adminBar .optionRows > ul > li.optionHelp span.CMS_title {
 color: #74787d;
 font-weight: 900 !important;
 font-size: 22px;
 position: relative;
 top: -7px;
 padding: 7px 9px 7px 9px;
}
.CMS_adminBar .optionRows > ul > li.optionHelp:hover span.CMS_title {
 color: #fff;
}
.newPageIcon {
 width: 14px;
 height: 13px;
 display: inline-block;
 margin-right: 8px;
 position: relative;
 top: 1px;
}
.myApps ul,
.optionRows ul li div {
 display: none;
}
.myApps:hover ul {
 display: block;
}
.myApps ul {
 position: absolute;
 top: 50px;
 background: #1d2228;
 width: 423px;
}
.myApps ul li {
 float: left;
 margin: 7px;
}
.myApps ul li a {
 width: 123px;
 height: 90px;
 border: 2px solid #292e34;
 border-radius: 5px;
 padding: 12px 0 7px;
 text-align: center;
 display: block;
 font-family: Arial, Helvetica, sans-serif;
 color: #fff;
 font-size: 14px;
}
.myApps ul li a span span {
 display: block;
}
.myApps ul li a em {
 margin-bottom: 5px;
 font-size: 3.5em;
 transition: all 0.2s;
}
.myApps ul li a em.fa-cogs {
 color: #9b9b9b;
}
.myApps ul li a em.fa-star {
 color: #f0c330;
}
.myApps ul li a em.fa-exclamation-triangle {
 color: #e74c3c;
}
.myApps ul li a em.fa-address-card {
 color: #b5ac88;
}
.myApps ul li a em.fa-users {
 color: #a2ca55;
}
.myApps ul li a em.fa-check-square-o {
 color: #a69ac2;
}
.myApps ul li a em.fa-info {
 color: #2f8bc1;
}
.myApps ul li a em.fa-pencil {
 color: #f39c38;
}
.myApps ul li a em.fa-comments {
 color: #9ac1c2;
}
.myApps ul li a:hover {
 text-decoration: none;
}
.myApps ul li a:hover em {
 transform: scale(0.8, 0.8);
}
.myApps ul li a div.CMS_title:before {
 content: "";
 height: 2.6em;
 display: inline-block;
 vertical-align: middle;
}
.myApps ul li a div.CMS_title {
 text-align: center;
 font-weight: bold;
}
.myApps ul li a div.CMS_title span {
 color: #d2d3d4;
 padding: 0;
 max-height: 2.6em;
 line-height: 1.3em;
 overflow: hidden;
 display: inline-block;
 vertical-align: middle;
 text-align: center;
}
.myApps ul li a img {
 margin-bottom: 7px;
 border: 0;
}
.myApps ul li a:hover div.CMS_title span {
 color: #fff;
}
.optionRows ul li:hover > div {
 display: block;
}
.optionRows ul li div {
 position: absolute;
 top: 32px;
 left: 0;
}
.optionRows ul li div > span {
 width: 250px;
 height: 14px;
 display: block;
 background-position: 15px 0;
 background-repeat: no-repeat;
}
.optionRows > ul > li > div > ul {
 background: #eaeff0;
 border-radius: 4px;
 overflow: hidden;
 border-right: 1px solid #1d2329;
 border-bottom: 1px solid #1d2329;
}
.optionRows ul li div li {
 -webkit-transition: background-color 125ms linear;
 -moz-transition: background-color 125ms linear;
 -o-transition: background-color 125ms linear;
 -ms-transition: background-color 125ms linear;
 transition: background-color 125ms linear;
 white-space: nowrap;
}
.optionRows ul li div li:hover {
 background: #fff;
}
.optionRows div a {
 color: #606060;
 text-decoration: none;
 font-size: 14px;
 line-height: 24px;
 padding: 8px 15px 8px 15px;
 display: block;
 cursor: pointer;
 -webkit-transition: color 125ms linear;
 -moz-transition: color 125ms linear;
 -o-transition: color 125ms linear;
 -ms-transition: color 125ms linear;
 transition: color 125ms linear;
}
.optionRows ul li div li:hover a {
 color: #000;
}
.AB_icn {
 height: 20px;
 width: 22px;
 display: inline-block;
 opacity: 0.7;
 margin-right: 16px;
 position: relative;
 top: 5px;
 -webkit-transition: opacity 125ms linear;
 -moz-transition: opacity 125ms linear;
 -o-transition: opacity 125ms linear;
 -ms-transition: opacity 125ms linear;
 transition: opacity 125ms linear;
}
.AB_icn-checkoutEditPage {
 background-position: 0 0;
}
.AB_icn-pageProperties {
 background-position: -22px 0;
}
.AB_icn-pagePermissions {
 background-position: -44px 0;
}
.AB_icn-pageLayout {
 background-position: -66px 0;
}
.AB_icn-metadata {
 background-position: -88px 0;
}
.AB_icn-releaseSchedule {
 background-position: -110px 0;
}
.AB_icn-pageOrder {
 background-position: 0 -20px;
}
.AB_icn-pageStatus {
 background-position: -22px -20px;
}
.AB_icn-archiveSubpages {
 background-position: -44px -20px;
}
.AB_icn-editExternalLinkPages {
 background-position: -66px -20px;
}
.AB_icn-viewSubpages {
 background-position: -88px -20px;
}
.AB_icn-pageTheme {
 background-position: -110px -20px;
}
.AB_icn-movePage {
 background-position: 0 -40px;
}
.AB_icn-copyPage {
 background-position: -22px -40px;
}
.AB_icn-saveAsPageType {
 background-position: -44px -40px;
}
.AB_icn-socialMediaAlerts {
 background-position: -66px -40px;
}
.AB_icn-editJavascript {
 background-position: -88px -40px;
}
.AB_icn-viewLocalPortlets {
 background-position: -110px -40px;
}
.AB_icn-checkAccessibility {
 background-position: 0 -60px;
}
.AB_icn-checkLink {
 background-position: -22px -60px;
}
.AB_icn-requestPageMove {
 background-position: -44px -60px;
}
.AB_icn-report {
 background-position: -66px -60px;
}
.AB_icn-siteProperties {
 background-position: -88px -60px;
}
.AB_icn-sitePermissions {
 background-position: -110px -60px;
}
.AB_icn-pageMoveRequests {
 background-position: 0 -80px;
}
.AB_icn-mobileAdministration {
 background-position: -22px -80px;
}
.AB_icn-fileAdministration {
 background-position: -44px -80px;
}
.AB_icn-databaseAdministration {
 background-position: -66px -80px;
}
.AB_icn-generateXMLSitemap {
 background-position: -88px -80px;
}
.AB_icn-templateWizard {
 background-position: -110px -80px;
}
.optionRows ul li div li:hover .AB_icn {
 opacity: 1;
}
.dropDownCat span {
 display: block;
 font-size: 14px;
 line-height: 20px;
 color: #000;
 font-weight: bold;
 padding: 10px 15px 8px 15px;
}
li.dropDownCat {
 border-top: 1px solid #a8a9ab;
}
li.dropDownCat:before {
 content: "";
 border-top: 1px solid #fff;
 display: block;
}
.optionRows ul li div li.dropDownCat:hover {
 background: transparent;
}
.adminBarLogin.adminItem {
 float: right;
 height: 50px;
 position: relative;
 margin-right: 10px;
}
.adminBarLogin.adminItem span.CMS_title {
 line-height: 50px;
 background-repeat: no-repeat;
 background-position: right 8px;
 height: 50px;
 padding: 0 40px 0 0;
 cursor: pointer;
}
.adminBarLogin.adminItem:hover span.CMS_title {
 background-position: right -23px;
}
.adminBarLogin.adminItem span.user_icon {
 width: 24px;
 height: 24px;
 display: inline-block;
 position: relative;
 top: 12px;
 margin-right: 0;
}
.adminBarLogin.adminItem:hover span.user_icon {
 background-position: 0 -24px;
}
.adminBarLogin.adminItem > ul {
 position: absolute;
 top: 40px;
 right: 10px;
 width: 250px;
 display: none;
}
.adminBarLogin.adminItem > ul li span {
 width: 250px;
 height: 14px;
 display: block;
 background-position: 220px -14px;
 background-repeat: no-repeat;
}
.adminBarLogin.adminItem > ul li ul {
 background: #eaeff0;
 border-radius: 4px;
 overflow: hidden;
 border-right: 1px solid #1d2329;
 border-bottom: 1px solid #1d2329;
}
.adminBarLogin.adminItem > ul li ul li {
 border-bottom: 1px solid #abafb2;
 -webkit-transition: background-color 125ms linear;
 -moz-transition: background-color 125ms linear;
 -o-transition: background-color 125ms linear;
 -ms-transition: background-color 125ms linear;
 transition: background-color 125ms linear;
}
.adminBarLogin.adminItem > ul li ul li:hover {
 background: #fff;
}
.adminBarLogin.adminItem > ul li ul a {
 color: #606060;
 text-decoration: none;
 font-size: 14px;
 line-height: 20px;
 padding: 12px 15px 15px 15px;
 display: block;
 -webkit-transition: color 125ms linear;
 -moz-transition: color 125ms linear;
 -o-transition: color 125ms linear;
 -ms-transition: color 125ms linear;
 transition: color 125ms linear;
}
.adminBarLogin.adminItem:hover > ul {
 display: block;
}
.adminBarLogin li.CMS_username {
 pointer-events: none;
 cursor: default;
 color: #333;
 padding: 14px 15px 13px 15px;
 text-decoration: none;
 font-size: 18px;
 line-height: 20px;
 background-color: #d3dde0;
 text-align: center;
 font-weight: bold;
}
.adminBarLogin.adminItem > ul li.CMS_username span {
 width: 100px;
 height: 100px;
 display: block;
 margin: 0 auto 10px;
 border: 4px solid #fff;
 border-radius: 50%;
 line-height: 70px;
 overflow: hidden;
}
.adminBarLogin.adminItem > ul li.CMS_username span img {
 display: block;
 margin: 0 auto;
 max-width: 100%;
 max-height: 100%;
 width: auto;
 height: auto;
}
.CMS_DragDropWrapper {
 position: fixed;
 z-index: 10000 !important;
 width: 100%;
}
.designMode .CMS_DragDropWrapper {
 display: block;
}
.DDW_categories {
 background: #272f36;
}
.DDW_categories-slider {
 float: left;
 padding-top: 10px;
 overflow: hidden;
}
.DDW_searchWrapper {
 float: right;
}
.DDW_categories ul li {
 float: left;
 margin: 0 0 0 15px;
 padding: 10px 20px 10px 20px;
 display: block;
 cursor: pointer;
 color: #a6a8a9;
 text-align: center;
}
.DDW_categories ul li.active,
.DDW_categories ul li:hover {
 background: #e4eaea;
 color: #000;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}
.resp-tabs-container {
 position: relative;
 height: 115px;
}
.resp-tabs-container:after {
 content: "";
 display: block;
 clear: both;
}
.DDW_portletSelection {
 width: 100%;
}
.DDW_portletSelection li {
 display: inline;
}
.DDW_portletSelection a,
.DDW_portletSelection a:active,
.DDW_portletSelection a:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}
.DDW_portletSelection a {
 margin: 0 0 0 5px;
 padding: 10px 20px 10px 20px;
 display: inline-block;
 cursor: pointer;
 color: #a6a8a9;
 text-align: center;
 text-decoration: none !important;
 background: #272f36;
 color: #a6a8a9;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
}
.DDW_portletSelection a.active,
.DDW_portletSelection a:hover {
 background: #e4eaea;
 color: #000;
}
.DDW_portletSelection li.posRight {
 float: right;
 margin-right: 5px;
}
.DDW_portletSelection .DDW_toggle a {
 width: 15px;
 height: 1em;
 padding-left: 12px;
 padding-right: 12px;
}
.DDW_portletSelection .DDW_toggle a:hover {
 background-position: 0 -24px;
}
.DDW_portletSelection .DDW_toggle a span {
 display: none;
}
.DDW_portletSelection .DDW_toggle .DDUp {
 background-position: -27px 0;
}
.DDW_portletSelection .DDW_toggle .DDUp:hover {
 background-position: -27px -24px;
}
.DDW_portletWrapper {
 background: #e4eaea;
 padding: 15px 30px 15px 30px;
 position: absolute;
 overflow: hidden;
 width: 100%;
 bottom: 0;
 box-sizing: border-box;
}
.DDW_portletWrapper li {
 float: left;
 margin: 0 15px 0 0 !important;
}
.DDW_portletWrapper ul.slides li {
 width: 80px;
 height: 72px;
 display: block;
 background: #34414c;
 border-radius: 5px;
 color: #fff;
 text-decoration: none;
 border-bottom: 3px solid #1d2329;
 padding: 5px;
 text-align: center;
 font-size: 13px;
 cursor: move;
 -webkit-transition: background-color 100ms linear;
 -moz-transition: background-color 100ms linear;
 -o-transition: background-color 100ms linear;
 -ms-transition: background-color 100ms linear;
 transition: background-color 100ms linear;
}
.portlet_instance.portlet_icon.ui-draggable-dragging {
 width: 80px;
 height: 72px;
 display: block;
 background: #34414c;
 border-radius: 5px;
 color: #fff;
 text-decoration: none;
 border-bottom: 3px solid #1d2329;
 padding: 5px;
 text-align: center;
 font-size: 13px;
 cursor: move;
 -webkit-transition: background-color 100ms linear;
 -moz-transition: background-color 100ms linear;
 -o-transition: background-color 100ms linear;
 -ms-transition: background-color 100ms linear;
 transition: background-color 100ms linear;
 z-index: 12000;
}
.DDW_portletWrapper ul.slides li div.ptl_title:before,
.portlet_instance.portlet_icon.ui-draggable-dragging div.ptl_title:before {
 content: "";
 height: 2.6em;
 display: inline-block;
 vertical-align: middle;
}
.DDW_portletWrapper ul.slides li div.ptl_title,
.portlet_instance.portlet_icon.ui-draggable-dragging div.ptl_title {
 text-align: center;
}
.DDW_portletWrapper ul.slides li span,
.portlet_instance.portlet_icon.ui-draggable-dragging span {
 max-height: 2.6em;
 line-height: 1.3em;
 overflow: hidden;
 display: inline-block;
 vertical-align: middle;
 text-align: center;
}
.DDW_portletWrapper ul.slides li img,
.portlet_instance.portlet_icon.ui-draggable-dragging img {
 display: block;
 margin: 0 auto;
 opacity: 0.7;
 border: 0;
 max-height: 40px;
 max-width: 40px;
}
.DDW_portletWrapper ul.slides li:hover,
.portlet_instance.portlet_icon.ui-draggable-dragging {
 background: #16191e;
}
.DDW_portletWrapper ul.slides li:hover img,
.portlet_instance.portlet_icon.ui-draggable-dragging img {
 opacity: 1;
}
.DDW_searchWrapper {
 position: relative;
 margin: 8px 20px 0 0;
}
.DDW_searchWrapper input[type="text"] {
 background: #000;
 border: none;
 margin: 0;
 padding: 6px 30px 6px 23px;
 border-top-left-radius: 15px;
 border-bottom-left-radius: 15px;
 color: #fff;
 font-size: 13px;
 outline: none;
 width: 118px;
}
.DDW_searchWrapper input[type="text"].watermark {
 color: #6b6d6f;
}
.DDW_searchWrapper button {
 width: 36px;
 height: 36px;
 display: block;
 border: none;
 margin: 0;
 padding: 0;
 position: absolute;
 top: -4px;
 right: -8px;
 cursor: pointer;
 outline: none;
}
.DDW_searchWrapper button:hover {
 background-position: 0 -100%;
}
.DDW_portletWrapper .flex-direction-nav .flex-prev,
.DDW_portletWrapper .flex-direction-nav .flex-next {
 width: 22px;
 height: 30px;
 display: block;
 text-indent: -99999px;
 outline: none;
 position: absolute;
 top: 50%;
 margin-top: -15px;
 z-index: 1;
 text-align: left;
}
.DDW_portletWrapper .flex-prev {
 left: 4px;
}
.DDW_portletWrapper .flex-direction-nav .flex-next {
 background-position: -100% 0;
 right: 4px;
}
.DDW_portletWrapper .flex-direction-nav .flex-prev:hover,
.DDW_portletWrapper .flex-direction-nav .flex-next:hover {
 opacity: 0.7;
}
.DDW_portletWrapper .flex-direction-nav .flex-disabled,
.DDW_portletWrapper .flex-direction-nav .flex-disabled:hover {
 opacity: 0;
 cursor: default;
}
.DDW_portletWrapper .flex-direction-nav .flex-prev:hover,
.DDW_portletWrapper .flex-direction-nav .flex-next:hover {
 opacity: 0.7;
}
.DDW_portletWrapper .flex-direction-nav .flex-disabled,
.DDW_portletWrapper .flex-direction-nav .flex-disabled:hover {
 opacity: 0;
 cursor: default;
}
.DDW_categories-slider ul {
 position: relative;
}
.tab-controls {
 float: right;
}
.SB_tab-left,
.SB_tab-right {
 width: 30px;
 height: 45px;
 display: inline-block;
 text-indent: -99999px;
 opacity: 0.7;
 cursor: pointer;
}
.SB_tab-left:hover,
.SB_tab-right:hover {
 opacity: 1;
}
.SB_tab-left {
 background-position: -100% 0;
}
.Portlet_scroll {
 width: 22px;
 height: 30px;
 display: block;
 text-indent: -99999px;
 cursor: pointer;
 background-color: initial;
}
.Portlet_scroll_right {
 position: absolute;
 left: 0;
 top: 44px;
}
.Portlet_scroll_left {
 position: absolute;
 right: 0;
 top: 44px;
}
.portlet_scroll_left_a {
 background-position-x: initial;
 background-position-y: initial;
 background-size: initial;
 background-repeat-x: initial;
 background-repeat-y: initial;
 background-attachment: initial;
 background-origin: initial;
 background-clip: initial;
 background-color: initial;
 width: 22px;
 height: 30px;
 display: block;
 text-indent: -99999px;
 outline: none;
 position: absolute;
}
.portlet_scroll_right_a {
 background-position-x: -100%;
 background-position-y: 0;
 background-size: initial;
 background-repeat-x: initial;
 background-repeat-y: initial;
 background-attachment: initial;
 background-origin: initial;
 background-clip: initial;
 background-color: initial;
 background-position: -100% 0;
 width: 22px;
 height: 30px;
 display: block;
 text-indent: -99999px;
 outline: none;
 position: absolute;
}
.Portlets_slider_div {
 overflow: hidden;
 display: block;
 position: relative;
 right: 10px;
}
.ui-dialog {
 z-index: 40000 !important;
}
.ui-datepicker {
 z-index: 45000 !important;
}
.ui-dialog.tb-modal-dialog {
 background-color: #161a1f;
 border: none;
 box-shadow: 0 0 5px #333;
 background-image: none;
}
.tb-modal-dialog * {
 border: none;
 padding: 5px !important;
 margin: 0 !important;
 height: auto !important;
 background: transparent;
 color: #fff;
}
.tb-modal-dialog span.ui-dialog-title {
 font-size: 14px !important;
 width: 100%;
}
.tb-modal-dialog .ui-dialog-titlebar-close {
 display: none !important;
}
.tb-modal-dialog input[type="text"] {
 background-color: #fff;
 color: #333;
}
.tb-modal-dialog p,
.tb-modal-dialog span {
 text-align: left;
 display: block;
}
.spinner {
 text-align: center !important;
}
body .ui-dialog.tb-modal-dialog button {
 color: #fff;
 font-weight: normal;
 background: #323b42;
 display: inline-block;
 line-height: 20px;
 padding: 4px;
 border-radius: 5px;
 border: none;
 border-bottom: 2px solid #454c51;
 position: relative;
 padding-left: 23px;
 margin-right: 1px;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
body .ui-dialog.tb-modal-dialog button:hover {
 background-color: #000;
}
.tb-modal-dialog .ui-dialog-title {
 text-align: center;
}
.tb-modal-dialog .ui-dialog-buttonset button {
 margin-left: 10px !important;
}
.tb-modal-dialog .ui-widget-header,
.tb-modal-dialog .ui-widget-content {
 background: transparent;
 border: 0;
}
img#imgSpinner {
 display: block;
 margin: 0 auto !important;
}
.portlet_zone {
 border: 1px solid #f00;
 min-height: 30px;
}
.zones-portlet-header {
 background-color: #808080;
 cursor: move;
}
.portlet_instance_icon_holder {
 height: 80px;
 width: 100%;
 list-style-type: none;
 border: 1px dotted #f00;
}
.portlet_instance_icon {
 width: 95px !important;
 float: left !important;
 display: block !important;
}
.portlet_zone.ui-sortable .new_portlet_instance {
 margin: 5px;
 display: block;
 background: #34414c;
 border-radius: 5px;
 color: #fff;
 text-decoration: none;
 border-bottom: 3px solid #1d2329;
 padding: 15px 5px 5px 5px;
 text-align: center;
 font-size: 13px;
 cursor: move;
 -webkit-transition: background-color 100ms linear;
 -moz-transition: background-color 100ms linear;
 -o-transition: background-color 100ms linear;
 -ms-transition: background-color 100ms linear;
 transition: background-color 100ms linear;
}
.portlet_zone.ui-sortable .new_portlet_instance div.ptl_title:before {
 content: "";
 height: 2.6em;
 display: inline-block;
 vertical-align: middle;
}
.portlet_zone.ui-sortable .new_portlet_instance div.ptl_title {
 text-align: center;
}
.portlet_zone.ui-sortable .new_portlet_instance span {
 max-height: 2.6em;
 line-height: 1.3em;
 overflow: hidden;
 display: inline-block;
 vertical-align: middle;
 text-align: center;
}
.portlet_zone.ui-sortable .new_portlet_instance img {
 display: block;
 margin: 0 auto;
 border: 0;
 max-height: 40px;
 max-width: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 body {
  position: relative;
  overflow: auto;
 }
}
@-moz-document url-prefix() {
 body {
  position: relative;
  overflow: auto;
 }
}
.ui-dialog.exlink-modal-dialog {
 background-color: #eaedef;
 border: none;
 box-shadow: 0 0 5px #333;
 background-image: none;
 overflow: hidden;
 display: none;
 text-align: left;
}
.exlink-modal-dialog {
 border: none;
 padding: 5px !important;
 margin: 0 !important;
 background: transparent;
 color: #fff;
}
.exlink-modal-dialog div.dialog-form {
 overflow-y: auto;
}
.exlink-modal-dialog .ui-close-x {
 float: right;
 color: #fff;
 font-size: 25px;
 cursor: pointer;
 font-weight: normal;
}
.exlink-modal-dialog .ui-close-x:hover {
 color: #606060;
}
.exlink-modal-dialog input[type="text"] {
 background-color: #fff;
 color: #333;
}
.exlink-modal-dialog p {
 text-align: left;
}
body .ui-dialog.exlink-modal-dialog button {
 color: #fff;
 font-weight: normal;
 background: #323b42;
 display: inline-block;
 line-height: 20px;
 padding: 4px;
 border-radius: 5px;
 border: none;
 border-bottom: 2px solid #454c51;
 position: relative;
 padding-left: 23px;
 margin-right: 1px;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
body .ui-dialog.exlink-modal-dialog button:hover {
 background-color: #000;
}
.exlink-modal-dialog .ui-dialog-titlebar {
 text-align: left;
 background: none !important;
 background-color: #16191e !important;
 padding: 15px;
 color: #fff;
 font-size: 25px;
 letter-spacing: 0.02em;
}
.exlink-modal-dialog .ui-dialog-buttonset button {
 margin-left: 10px !important;
}
.exlink-modal-dialog,
.exlink-modal-dialog .ui-widget-content {
 background: transparent;
 border: 0;
}
.exlink-modal-dialog.ui-corner-all {
 border-radius: 0 !important;
}
.exlink-modal-dialog.ui-widget-content {
 padding: 0 !important;
}
.exlink-modal-dialog a,
.exlink-modal-dialog a:hover {
 color: #606060;
 text-decoration: none;
 font-size: 14px;
 line-height: 24px;
 padding: 8px 15px 8px 15px;
 cursor: pointer;
 -webkit-transition: color 125ms linear;
 -moz-transition: color 125ms linear;
 -o-transition: color 125ms linear;
 -ms-transition: color 125ms linear;
 transition: color 125ms linear;
 padding: 0.5em 8px 0.5em 8px;
 height: 2em;
}
.exlink-modal-dialog button {
 margin-bottom: 20px !important;
}
.CMS_modal-content {
 padding-bottom: 20px;
 text-align: left;
}
.CMS_modal-content ul {
 list-style: none !important;
 margin: 20px 20px 0 20px;
 padding: 0;
}
.CMS_modal-content li {
 -webkit-transition: background-color 125ms linear;
 -moz-transition: background-color 125ms linear;
 -o-transition: background-color 125ms linear;
 -ms-transition: background-color 125ms linear;
 transition: background-color 125ms linear;
 height: 40px;
 vertical-align: middle;
}
.CMS_modal-content li a {
 display: inline-block;
 width: 100%;
}
.CMS_modal-content a {
 color: #606060;
 text-decoration: none;
 font-size: 14px;
 line-height: 24px;
 padding: 8px 15px 8px 15px;
 cursor: pointer;
 -webkit-transition: color 125ms linear;
 -moz-transition: color 125ms linear;
 -o-transition: color 125ms linear;
 -ms-transition: color 125ms linear;
 transition: color 125ms linear;
 padding: 0.5em 8px 0.5em 8px;
}
.CMS_modal-content.dialog-form li:hover {
 background: #fff;
}
.CMS_modal-content li:hover a {
 color: #000;
}
.CMS_modal-content li:hover a .AB_icn {
 opacity: 1;
}
span.AB_icn.AB_icn-page {
 background-position: 0 -100px;
}
.CMS_modal-content.AB_icn {
}
.zones-portlet-header.portletBox-title + div {
 border: 2px solid #333 !important;
 border-top: none !important;
 outline: none !important;
 padding: 2px !important;
 display: block !important;
 box-sizing: border-box !important;
 margin: 0 !important;
 background: #fff !important;
 min-height: 30px;
}
.portlet_instance {
 margin-bottom: 10px !important;
}
.portlet_instance:last-child {
 margin-bottom: 0 !important;
}
div.portlet-title {
 text-overflow: ellipsis;
 overflow: hidden;
 max-width: 1px;
}
div.portletBox-title {
 display: table !important;
 width: 100% !important;
 outline: none !important;
 padding: 0 0 0 2px !important;
 box-sizing: border-box !important;
 font-family: arial !important;
 background-color: #292f35 !important;
}
span.portlet-title {
 margin: 0 !important;
 font-size: 13px !important;
 text-overflow: ellipsis !important;
 white-space: nowrap !important;
 color: #fff !important;
}
.portlet_zone {
 border: 2px dashed #878787 !important;
 min-height: 30px !important;
 padding: 4px !important;
 margin: 5px !important;
 min-height: 100px !important;
}
.ui-sortable-placeholder,
.portlet_instance_icon_holder {
 display: block !important;
 background: #ffe683 !important;
 position: relative !important;
 visibility: visible !important;
 height: 150px !important;
 margin-bottom: 10px !important;
 border: none !important;
}
.ui-sortable-placeholder:after,
.portlet_instance_icon_holder:after {
 content: "Drop Here" !important;
 display: block !important;
 text-align: center !important;
 font-size: 25px !important;
 line-height: 66px !important;
 color: #333 !important;
 position: absolute !important;
 left: 0 !important;
 top: 50% !important;
 margin-top: -33px !important;
 height: 66px !important;
 width: 100% !important;
 font-weight: bold !important;
 text-shadow: none !important;
 font-family: arial !important;
}
.portlet_zone .portlet_instance_icon {
 display: none !important;
}
.Office2010Black.reWrapper,
.Office2010Black.RadEditor .reContentCell,
.Office2010Black.reColorPicker,
.Office2010Black.reInsertTable,
.Office2010Black.reCustomLinks a:hover {
 border: none !important;
 background: transparent !important;
}
.portlet_instance .RadEditor .reContentArea {
 padding: 0 !important;
}
.reContentArea:focus {
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 outline: none;
}
.TelerikModalOverlay {
 background-color: #212121 !important;
 opacity: 0.9 !important;
}
.TelerikModalOverlayFullScreen {
 background-color: transparent;
 opacity: 0.1 !important;
}
.pb-controls a,
.portletBox-icon a {
 color: #fff !important;
 text-align: center;
}
.pb-controls a,
.portletBox-icon a {
 width: 25px !important;
 line-height: 25px !important;
 display: inline-block !important;
 border-radius: 3px !important;
 vertical-align: middle !important;
 font-size: 13px !important;
 margin: 3px 3px 3px 0;
 height: 25px !important;
 color: #fff !important;
 text-align: center;
 cursor: pointer;
}
a.pbi_delete:hover {
 background: #e74c3c !important;
}
a.pbi_minimize:hover {
 background: #f39c12 !important;
}
a.pbi_edit:hover {
 background: #3498db !important;
}
a.pbi_restore:hover {
 background: #27ae60 !important;
}
a.pbi_history:hover {
 background: #9b59b6 !important;
}
.portletBox-icon img,
.pb-controls img {
 margin-top: 3px;
 width: 18px;
 height: 18px;
}
.portletBox-icon a:hover {
 background: transparent !important;
 cursor: move !important;
}
.portlet_zone.ui-sortable .new_portlet_instance {
 border: none !important;
 background: transparent !important;
 padding: 1px !important;
 margin: 0 0 10px 0 !important;
}
.portlet_zone.ui-sortable .new_portlet_instance > img {
 display: none !important;
}
.portlet_zone.ui-sortable .new_portlet_instance > div,
.load {
 color: #202325;
 font-size: 20px;
 margin: 55px auto;
 width: 0.5em;
 height: 0.5em;
 border-radius: 50%;
 position: relative;
 text-indent: -9999em;
 -webkit-animation: load4 1.3s infinite linear;
 animation: load4 1.3s infinite linear;
 -webkit-transform: translateZ(0);
 -ms-transform: translateZ(0);
 transform: translateZ(0);
}
@-webkit-keyframes load4 {
 0%,
 100% {
  box-shadow: 0 -1.5em 0 0.1em, 1em -1em 0 0, 1.5em 0 0 -0.5em, 1em 1em 0 -0.5em,
   0 1.5em 0 -0.5em, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 0;
 }
 12.5% {
  box-shadow: 0 -1.5em 0 0, 1em -1em 0 0.1em, 1.5em 0 0 0, 1em 1em 0 -0.5em,
   0 1.5em 0 -0.5em, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 -0.5em;
 }
 25% {
  box-shadow: 0 -1.5em 0 -0.25em, 1em -1em 0 0, 1.5em 0 0 0.1em, 1em 1em 0 0,
   0 1.5em 0 -0.5em, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 -0.5em;
 }
 37.5% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 0, 1em 1em 0 0.1em,
   0 1.5em 0 0, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 -0.5em;
 }
 50% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 -0.5em,
   1em 1em 0 0, 0 1.5em 0 0.1em, -1em 1em 0 0, -1.5em 0 0 -0.5em,
   -1em -1em 0 -0.5em;
 }
 62.5% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 -0.5em,
   1em 1em 0 -0.5em, 0 1.5em 0 0, -1em 1em 0 0.1em, -1.5em 0 0 0,
   -1em -1em 0 -0.5em;
 }
 75% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 -0.5em,
   1em 1em 0 -0.5em, 0 1.5em 0 -0.5em, -1em 1em 0 0, -1.5em 0 0 0.1em,
   -1em -1em 0 0;
 }
 87.5% {
  box-shadow: 0 -1.5em 0 0, 1em -1em 0 -0.5em, 1em 0 0 -0.5em, 1em 1em 0 -0.5em,
   0 1.5em 0 -0.5em, -1em 1em 0 0, -1.5em 0 0 0, -1em -1em 0 0.1em;
 }
}
@-webkit-keyframes load4 {
 0%,
 100% {
  box-shadow: 0 -1.5em 0 0.1em, 1em -1em 0 0, 1.5em 0 0 -0.5em, 1em 1em 0 -0.5em,
   0 1.5em 0 -0.5em, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 0;
 }
 12.5% {
  box-shadow: 0 -1.5em 0 0, 1em -1em 0 0.1em, 1.5em 0 0 0, 1em 1em 0 -0.5em,
   0 1.5em 0 -0.5em, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 -0.5em;
 }
 25% {
  box-shadow: 0 -1.5em 0 -0.25em, 1em -1em 0 0, 1.5em 0 0 0.1em, 1em 1em 0 0,
   0 1.5em 0 -0.5em, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 -0.5em;
 }
 37.5% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 0, 1em 1em 0 0.1em,
   0 1.5em 0 0, -1em 1em 0 -0.5em, -1.5em 0 0 -0.5em, -1em -1em 0 -0.5em;
 }
 50% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 -0.5em,
   1em 1em 0 0, 0 1.5em 0 0.1em, -1em 1em 0 0, -1.5em 0 0 -0.5em,
   -1em -1em 0 -0.5em;
 }
 62.5% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 -0.5em,
   1em 1em 0 -0.5em, 0 1.5em 0 0, -1em 1em 0 0.1em, -1.5em 0 0 0,
   -1em -1em 0 -0.5em;
 }
 75% {
  box-shadow: 0 -1.5em 0 -0.5em, 1em -1em 0 -0.5em, 1.5em 0 0 -0.5em,
   1em 1em 0 -0.5em, 0 1.5em 0 -0.5em, -1em 1em 0 0, -1.5em 0 0 0.1em,
   -1em -1em 0 0;
 }
 87.5% {
  box-shadow: 0 -1.5em 0 0, 1em -1em 0 -0.5em, 1em 0 0 -0.5em, 1em 1em 0 -0.5em,
   0 1.5em 0 -0.5em, -1em 1em 0 0, -1.5em 0 0 0, -1em -1em 0 0.1em;
 }
}
.optionRows > ul > li.optionPreview {
 background-image: none;
}
.CMS_adminBar .optionRows > ul > li.optionPreview span {
 color: #d9dadb;
 font-weight: 900 !important;
 font-size: 16px;
 position: relative;
 top: 2px;
 padding: 7px 9px 7px 9px;
 font-family: FontAwesome;
}
.CMS_adminBar .optionRows > ul > li.optionPreview:hover span {
 color: #fff;
}
.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
 font-size: 0 !important;
}
.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before,
.CMS_dialog.ui-dialog.ui-widget
 .ui-dialog-titlebar
 .ui-dialog-titlebar-close::before {
 font-size: 14px !important;
}
.TelerikModalOverlay.inlineedit_overlay {
 z-index: 10000 !important;
}
.inlineeditwindow {
 z-index: 19000 !important;
}
div[id$="dialogOpenerImageManager"],
div[id$="dialogOpenerImageProperties"],
div[id$="dialogOpenerPasteHtml"],
div[id$="dialogOpenerCleanPasteHtmlContent"],
div[id$="dialogOpenerCleanPasteTextContent"],
div[id$="dialogOpenerFlashManager"],
div[id$="dialogOpenerTemplateManager"],
div[id$="dialogOpenerStyleBuilder"],
div[id$="dialogOpenerMediaManager"],
div[id$="dialogOpenerDocumentManager"],
div[id$="dialogOpenerInsertExternalVideo"],
div[id$="dialogOpenerLinkManager"],
div[id$="dialogOpenerEXTERNAL_URLdefault"],
div[id$="dialogOpenerHelp"],
div[id$="dialogOpenerTableWizard"],
div[id$="dialogOpenerImageMapDialog"] {
 z-index: 25000 !important;
}
div[id$="dialogOpenerImageEditor"] {
 z-index: 28000 !important;
}
div[id$="ImageEditor"] {
 z-index: 28100 !important;
}
.RadWindow .rwTitlebarControls {
 text-align: left;
}
.editbtn {
 -moz-border-bottom-colors: none;
 -moz-border-image: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 background: none repeat scroll 0 0 #f5f5f5;
 border-style: solid;
 border-width: 1px;
 color: #333;
 cursor: pointer;
 font-size: 8pt;
 font-weight: bold;
 line-height: 1em;
 padding: 3px;
 margin: 2px 0;
 text-decoration: none;
}
.ViewRatingDiv {
 border: 1px solid #808080;
 border-top-left-radius: 8px;
 border-top-right-radius: 8px;
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
}
.ViewRatingDiv .ViewRatingHeaderDiv,
.ViewRatingDiv {
 border-radius: 0 !important;
 background-color: #fff;
 border: 1px solid #ccc;
 border-top-left-radius: 0 !important;
 border-top-right-radius: 0 !important;
}
.ViewRatingDiv .ViewRatingTitleDiv {
 padding: 5px 5px 5px 5px;
}
.ViewRatingDiv .ViewRatingControlDiv {
 padding: 0 5px 0 5px;
}
.ViewRatingDiv .ViewRatingCountDiv {
 padding: 5px 5px 5px 5px;
}
.ViewRatingDivNoBorder {
 border: 0 none;
 width: 250px !important;
}
.ViewRatingDivNoBorder .ViewRatingHeaderDiv {
 /*background: url("/resourcefiles/all-images/table_header.gif") repeat-x scroll 0
  0 #eaeaea;*/
 border: 1px solid #ccc;
 border-collapse: collapse;
 color: #333;
 text-align: left;
 text-transform: uppercase;
 font-size: 10pt;
 font-weight: bold;
 height: 20px;
 padding-left: 5px;
 padding-top: 8px;
}
.ViewRatingDivNoBorder .ViewRatingTitleDiv {
 padding: 5px 5px 5px 5px;
}
.ViewRatingDivNoBorder .ViewRatingControlDiv {
 padding: 0 5px 0 5px;
}
.ViewRatingDivNoBorder .ViewRatingCountDiv {
 padding: 5px 5px 5px 5px;
}
.ViewRatingDivNoBorder,
.actionview {
 margin-bottom: 20px;
}
.ViewRatingTitleDiv,
.ViewRatingControlDiv,
.ViewRatingCountDiv {
 width: 228px !important;
}
.ViewRatingTitleDiv,
.ViewRatingControlDiv {
 width: 248px;
 padding: 10px !important;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 color: #3d3d3d;
 font-family: arial;
}
.ViewRatingControlDiv {
 padding: 5px 10px !important;
}
.ViewRatingCountDiv {
 width: 248px;
 padding: 10px !important;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 color: #3d3d3d;
 font-family: arial;
}
.dvViewAttachment {
 border: 1px solid #ccc;
}
.dvViewAttachmentNoBorder {
 border: 0 none;
}
.PostForm .crm_comment_content {
 border-radius: 8px 8px 8px 8px;
 border: 1px solid #ccc;
 background-color: #fff;
}
.PostFormNoBorder .crm_comment_content {
 border: 0 none;
 background-color: #fff;
}
.ListForm .CommentList tbody {
 border-bottom: 1px solid #ccc !important;
 background-color: #fff;
}
.ListForm .CommentList .grid_header {
 border: 1px solid #ccc;
 background-color: #fff;
 height: 25px;
}
.ListForm .CommentList .grid_header .headerLeft {
 border-top-left-radius: 8px;
 padding-left: 5px;
}
.ListForm .CommentList .grid_header .headerRight {
 border-top-right-radius: 8px;
}
.ListForm .CommentList .itemLeft {
 border-left: 1px solid #ccc;
}
.ListForm .CommentList .itemRight {
 border-right: 1px solid #ccc;
}
.ListForm .CommentList .grid_pager {
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
}
.ListFormNoBorder .CommentList tbody {
 background-color: #fff;
}
.ListFormNoBorder .CommentList .grid_header {
 background-color: #fff;
 height: 25px;
}
.ListFormNoBorder .CommentList .grid_header .headerLeft {
 padding-left: 5px;
}
.ListFormNoBorder .CommentList .grid_pager {
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
}
.PostForm,
.ListForm,
.CommentList,
.CommentList th,
.CommentList td,
.CommentList tr {
 border-style: none !important;
 border: 0 !important;
}
.ListForm .CommentList .itemLeft {
 list-style: none;
 width: 500px;
}
.PostForm,
.ListForm,
.CommentList,
.CommentList th,
.CommentList td,
.CommentList tr {
 border-style: none !important;
 border: 0 !important;
}
.CommentList th {
 background: #ccc;
}
.comment_delete_button itemRight,
.itemLeft,
.comment_rate_buttons {
 border-bottom: 1px solid #ccc !important;
}
.comment_box {
 padding: 10px;
 overflow: auto;
}
.comment_info {
 float: left;
 margin-right: 10px;
}
.comment_data {
 float: left;
 display: block;
 width: 360px;
 font-family: helvetica, arial;
 font-size: 10pt;
 color: #3d3d3d;
}
.comment_head {
 float: left;
}
.publish_date {
 padding-top: 5px;
 font-size: 10px;
 color: #969696;
}
.author {
 font-size: 11px;
 padding-bottom: 3px;
 text-align: left;
 text-decoration: underline;
}
.title {
 padding-top: 3px;
 padding-bottom: 5px;
 font-weight: bold;
}
.crmSearch .viewcontentClass {
 padding-left: 10px;
}
.crmSearch .input {
 border: 1px solid #c0c0c0;
 height: 25px;
}
.sidebarImageClass {
 height: 50px;
 width: 200px;
 border: 0 0 0 0;
}
.sidebarClass {
 width: 200px;
 vertical-align: top;
 border: 1px solid #ccc;
 padding-left: 5px;
}
.divFilter {
 text-align: left;
}
.searchHeaderLeft {
 height: 30px;
 background-color: #ebf4ff;
 width: 50%;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding-left: 5px;
}
.searchHeaderRight {
 height: 30px;
 background-color: #ebf4ff;
 width: 50%;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding-right: 5px;
}
.searchSort {
 height: 30px;
 background-color: #ebf4ff;
 width: 100%;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding-right: 5px;
}
.filter_sub_header {
 display: block;
 font-weight: bold;
 padding-top: 10px;
 text-align: left;
}
.moreBtn {
 color: #00f;
 margin-right: 5px;
 float: right;
}
.linebreak {
 clear: both;
 margin-left: 0;
 margin-right: 5px;
 border-top: 1px solid #ccc;
 border-bottom: none;
 border-left: none;
 border-right: none;
}
.customRange {
 font-weight: bold;
}
.highlightBtn {
 color: #f00;
 font-weight: bold;
 font-size: 10pt;
}
.highlightBtn:hover {
 color: #f00;
 font-size: 10pt;
 font-weight: bold;
}
.normalBtn {
 color: #000;
 font-weight: normal;
 font-size: 10pt;
}
.normalBtn:hover {
 font-size: 10pt;
}
.boldLinkButton {
 font-weight: bold;
 color: #00f;
}
.divEdit .divKeywords {
 border: 1px solid #a0a0a0;
 border-bottom: 0 none;
}
.divEdit .divKeywords .rlbGroup {
 margin: 5px 0 5px 0;
}
.divEdit .divFilter {
 border: 1px solid #a0a0a0;
 border-bottom: 0 none;
}
.divEdit .divFilter .rlbGroup {
 margin: 5px 0 5px 0;
}
.divEdit .RadComboBox_Default {
 width: 35px !important;
}
.DisplaySearch .header {
 background-color: #c6e2ff;
 height: 28px;
}
.DisplaySearch .headerLeft {
 float: left;
 margin-left: 5px;
 margin-top: 2px;
 margin-bottom: 2px;
}
.DisplaySearch .headerRight {
 float: right;
 margin-right: 5px;
 margin-top: 2px;
 margin-bottom: 2px;
}
.DisplaySearch .footerLeft {
 float: left;
}
.DisplaySearch .footerRight {
 float: right;
}
.viewPortlet {
 width: 700px;
}
.viewTemplatePortlet {
 margin-top: 5px;
 margin-bottom: 1px;
 spacing: 15px;
 padding: 10px;
 width: 700px;
}
.related_enumeration_title {
 padding: 4px;
 text-transform: uppercase;
 font-family: arial;
}
.related_enumeration_title span {
 color: #000;
 font-weight: bold;
 font-size: 9pt;
}
.tbl_header titlediv {
 border: 0 !important;
 border-style: none !important;
 border-bottom: 1px solid #ccc !important;
}
.youmightlike_editbutton {
 float: right;
}
.firstviewdiv {
 border: 0 !important;
 border-style: none;
}
.btn_div {
 background-color: #f1eded;
 border-top: 1px solid #ccc;
}
.pnlinteresteditemscontent {
 border: 1px solid #ccc;
 border-top: none;
}
.pnlinteresteditems .tbl_header {
 width: 340px !important;
}
.itemtr td {
 padding-top: 10px;
}
.action_btn_div {
 border: 1px solid #ccc;
 border-top: 0 none;
}
.css_crm_thumbnail span {
 display: inline;
}
.crm_create_header {
 border-bottom: 0 none;
}
.crm_create_div .tbl_header {
 border-bottom: 0 none;
}
.CRM_create_header {
 border-bottom: 0 none;
}
.crm_object_view .tbl_row_alt td {
 background: #f2f2f2 !important;
}
.CRMMenu a.rmLink {
 cursor: default;
 display: block;
 white-space: pre-wrap !important;
 width: 175px !important;
}
.CRMMenu .rmLink {
 float: left;
 outline: 0 none;
 padding: 0 0 0 12px;
 white-space: normal !important;
 width: 175px !important;
}
.CRMMenu .rmItem {
 width: 175px !important;
}
.CRMMenu .rmExpanded {
 white-space: normal !important;
 width: 175px !important;
}
.RadTabStrip .rtsLI img {
 height: 16px;
 width: 16px;
}
.CrmDiv {
 display: block;
 padding-left: 5px;
 margin-left: 5px;
 height: 100%;
 margin-right: 5px;
 overflow: auto;
 padding-top: 5px;
}
.CrmApplicationDiv {
 position: relative;
 display: inline;
 float: right;
 top: -28px;
 margin-bottom: -41px;
}
.CrmApplicationTitle {
 border-bottom: solid 1px #808080;
 padding-bottom: 5px;
}
.portlet_header {
 margin-left: 5px;
}
.crm_gridview_table_no_border {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 font-weight: bold;
 padding-left: 2px;
 text-align: left;
 height: 23px;
 background-color: #eee9e9;
 border: solid 1px #808080;
}
.crm_gridview_table_no_border .header {
 height: 35px;
}
.crm_gridview_table_no_border .header .header_left {
 width: 45%;
 white-space: nowrap;
}
.crm_gridview_table_no_border .header .header_right {
 width: 55%;
 white-space: nowrap;
}
.crm_gridview_table_no_border .header a {
 font-weight: normal;
}
.crm_gridview_table_no_border .footer {
 height: 5px;
}
.crm_gridview_table_no_border .gridview_div {
 width: 99%;
}
.crm_gridview_table {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 padding-left: 2px;
 text-align: left;
 border-collapse: collapse;
 height: 23px;
 font-weight: bold;
 background-color: #eee9e9;
 border: solid 1px #808080;
}
.crm_gridview_table .tbl_row_data {
 text-align: left;
}
.crm_gridview_table .tbl_row_data_alter {
 text-align: left;
}
.crm_gridview_table .header {
 height: 35px;
}
.crm_gridview_table .header .header_left {
 width: 45%;
 white-space: nowrap;
}
.crm_gridview_table .header .header_right {
 width: 55%;
 white-space: nowrap;
}
.crm_gridview_table .header a {
 font-weight: normal;
}
.crm_gridview_table .footer {
 height: 5px;
}
.crm_gridview_table .gridview_div {
 width: 99%;
}
.validation_serverside_message {
 color: #000;
 background-color: #ff0;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 border: 1px;
 border-style: solid;
 border-color: #f00;
 border-collapse: collapse;
 padding: 3px;
}
.validation_table_row_text {
 color: #f00;
 font-weight: bold;
}
.validation_clientside_message {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 border: 0;
 border-collapse: collapse;
 padding: 3px;
}
.alert_display_serverside_message {
 color: #000;
 background-color: #ff0;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 border: 1px;
 border-style: solid;
 border-color: #f00;
 border-collapse: collapse;
 padding: 3px;
}
.notice_message {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 font-weight: bold;
 padding: 8px 8px 8px 32px;
}
.warning_message {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 font-weight: bold;
 padding: 8px 8px 8px 32px;
}
.error_message {
 color: #000;
 /*background: #ffffe1 url("/resourcefiles/all-images/error.gif") no-repeat 8px
  8px;*/
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 font-weight: bold;
 padding: 8px 8px 8px 32px;
}
.error_message_border {
 border: 1px solid #ce1919;
}
.forum_tbl {
 border: 1px solid #ccc;
 border-collapse: collapse;
 background: #fff;
}
.forum_header,
table.forum_header td,
tr.forum_header td {
 border: 1px solid #ccc;
 border-collapse: collapse;
 /*background: #eaeaea url("/resourcefiles/all-images/table_header.gif") repeat-x;*/
 padding: 5px;
 color: #333;
 font-weight: bold;
 text-align: left;
 text-transform: uppercase;
}
table.forum_tbl tr.forum_header td,
table.forum_header td,
tr.forum_header td {
 border: none;
}
.forum_header_link,
.forum_header_link:hover {
 color: #860000;
 text-decoration: underline;
}
A.btn_bar,
A.forum_btn_bar,
A.action_btn_bar {
 display: inline-block;
 padding: 4px 4px 4px 24px;
 margin: 1px;
 border: 1px solid #999;
 border-top-color: #ccc;
 border-left-color: #ccc;
 background-color: #eee;
 color: #39c;
 font-weight: bold;
 background-repeat: no-repeat;
 background-position: 4px center;
 white-space: nowrap;
 text-decoration: none;
}
A.btn_bar:hover,
A.forum_btn_bar:hover,
A.action_btn_bar:hover {
 color: #333;
 text-decoration: underline;
}
A.btn_bar:hover {
 background-color: #fc0;
}
A.forum_btn_bar:hover {
 background-color: #eaf4ff;
}
A.action_btn_bar:hover {
 background-color: #fff;
}
A.forum_link,
A.forum_link:hover,
A.forum_main_link,
A.forum_main_link:hover {
 color: #860000;
 text-decoration: underline;
}
.grid_row_alt_forum {
 background: #eaf4ff;
}
.grid_header_forum {
 font-weight: bold;
 background: #99badd;
 text-align: left;
}
.comment_header {
 font-weight: bold;
}
A.forum_menu_header_btn_bar {
 display: inline-block;
 padding: 2px;
 margin: 2px;
 color: #808080;
 font-weight: bold;
 background-repeat: no-repeat;
 background-position: 1px -1px;
 padding-left: 22px;
 line-height: normal;
 white-space: nowrap;
 text-decoration: none;
 background-color: transparent;
 background-position: left;
}
A.forum_menu_header_btn_bar:hover {
 background-color: #eaf4ff;
 color: #000;
 text-decoration: none;
}
.forum_menu_tbl {
 font-family: Arial, Verdana;
 font-size: 10pt;
 border: 1px solid #ccc;
 border-top-color: #eaf4ff;
 border-bottom-color: #808080;
 border-collapse: collapse;
 background-color: #eaf4ff;
}
.forum_tr_attachment {
 background-color: #e2e6ec;
}
A.temp,
A.temp:hover {
 color: #39c;
 font-size: 8;
}
A.temp:hover {
 color: #808080;
}
.sp_siteAgreement .sp_introMessage,
.sp_siteAgreement .sp_safetyCourse {
 margin-bottom: 1.5em;
}
.sp_siteAgreement .sp_form .sp_submit {
 margin-top: 1em;
}
.datagrid_header_table,
table.datagrid_header_table td {
 border: 1px solid #ccc;
 border-collapse: collapse;
/* background: #eaeaea url("/resourcefiles/all-images/table_header.gif") repeat-x;*/
 padding: 5px;
 color: #333;
 font-weight: bold;
 text-align: left;
 text-transform: uppercase;
}
td.datagrid_header_table,
table.datagrid_header_table td {
 border-left: none;
 border-right: none;
}
.datagrid_header_table_text,
A.datagrid_header_table_text:link,
A.datagrid_header_table_text:visited,
A.datagrid_header_table_text:hover {
 font-weight: bold;
 text-align: left;
 text-transform: uppercase;
}
.grid_row {
 text-align: left;
 background: #fff;
}
.grid_row_alt {
 text-align: left;
 background: #f2f2f2;
}
.grid_row td,
.grid_row_alt td {
 border: none;
 padding: 5px;
 color: #000;
}
.grid_header,
tr.grid_header td,
tr.grid_header th {
 border: none;
 border-bottom: 1px solid #ccc;
 border-collapse: collapse;
 background: #f2f2f2;
 padding: 5px;
 color: #333;
 font-weight: bold;
}
.grid_pager {
 border: 1px solid #ccc;
 background: #f2f2f2;
 padding: 5px 1px;
 color: #333;
}
tr.grid_pager td {
 border: 1px solid #ccc;
}
tr.grid_pager td td {
 border: none;
}
.grid_pager span {
 border: 1px solid #ccc;
 padding: 5px;
 color: #333;
 cursor: default;
 display: inline-block;
 line-height: 16px;
}
.grid_pager a,
.grid_pager a:hover {
 padding: 6px;
 color: #333;
 display: inline-block;
 line-height: 16px;
}
.grid_pager a:hover {
 border: 1px solid #b1cfff;
 padding: 5px;
}
.grid_pager a.aspNetDisabled:hover {
 border: none;
 padding: 6px;
}
.grid_footer {
 border: 1px solid #ccc;
 background: #f2f2f2;
 padding: 5px 1px;
 color: #333;
}
.grid_Border {
 border-style: solid;
 width: 100%;
}
.crm_grid_row,
.crm_grid_row td {
 background: #fff;
}
.crm_grid_row td,
.crm_grid_header th {
 padding-top: 4px;
 padding-left: 2px;
 padding-right: 15px;
}
.crm_grid_header {
 background: #f3f3f3;
 font-weight: bold;
 text-align: left;
}
.datagrid_header_table_nocrm {
 font-weight: bold;
 padding-left: 2px;
 text-align: left;
 border-collapse: collapse;
 height: 23px;
 /*background-image: url("/resourcefiles/all-images/footer-background.gif");*/
 background-repeat: repeat-x;
}
div.PageSize {
 padding-top: 3px;
 margin-top: -33px;
 padding-left: 5px;
}
.label_skin_corporation {
 font-size: 8pt;
}
.label_skin_bold {
 font-weight: bold;
 font-size: 10pt;
}
.label_skin_italic {
 font-style: italic;
 font-size: 10pt;
}
.label_skin_description {
 font-size: 8pt;
 color: #a3a3a3;
}
.tbl_miniCalendarHeader {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 padding: 2px;
}
.tbl_miniCalendarHeader_small {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 8pt;
 padding: 2px;
}
.tbl_mini_calendar {
 background-color: #9c9cce;
}
.bluetbl_mini_calendar {
 background-color: #b6c8ea;
}
.mini_calendar_day_small {
 color: #636363;
 font-family: Arial, Helvetica, Geneva;
 font-size: 8pt;
}
A.mini_calendar_day_small:link,
A.mini_calendar_day_small:visited {
 font-weight: bold;
 color: #f00;
 font-family: Arial, Helvetica, Geneva;
 font-size: 8pt;
}
A.mini_calendar_day_small:hover {
 font-weight: bold;
 color: #000;
 font-family: Arial, Helvetica, Geneva;
 font-size: 8pt;
}
.mini_calendar_header_small {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
}
td.mini_calendar_header_small {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 background: #9c9cce;
}
A.mini_calendar_header_small:link,
A.mini_calendar_header_small:visited {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
A.mini_calendar_header_small:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
A.mini_calendar_event_small:link,
A.mini_calendar_event_small:visited {
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 8pt;
 text-decoration: underline;
}
A.mini_calendar_event_small:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 8pt;
 text-decoration: underline;
}
A.mini_calendar_event_bold_small:link,
A.mini_calendar_event_bold_small:visited {
 font-weight: bold;
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
A.mini_calendar_event_bold_small:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
.mini_calendar_day {
 color: #636363;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10pt;
}
A.mini_calendar_day:link,
A.mini_calendar_day:visited {
 font-weight: bold;
 color: #f00;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10pt;
}
A.mini_calendar_day:hover {
 font-weight: bold;
 color: #000;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10pt;
}
.mini_calendar_header {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
}
td.mini_calendar_header {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 background: #9c9cce;
}
.mini_calendar_tbl {
 background: #9c9cce;
}
A.mini_calendar_header:link,
A.mini_calendar_header:visited {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
A.mini_calendar_header:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
A.mini_calendar_event:link,
A.mini_calendar_event:visited {
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.mini_calendar_event:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.mini_calendar_event_bold:link,
A.mini_calendar_event_bold:visited {
 font-weight: bold;
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
A.mini_calendar_event_bold:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
.bluemini_calendar_day_small {
 color: #636363;
 font-family: Arial, Helvetica, Geneva;
 font-size: 8pt;
}
A.bluemini_calendar_day_small:link,
A.bluemini_calendar_day_small:visited {
 font-weight: bold;
 color: #f00;
 font-family: Arial, Helvetica, Geneva;
 font-size: 8pt;
}
A.bluemini_calendar_day_small:hover {
 font-weight: bold;
 color: #000;
 font-family: Arial, Helvetica, Geneva;
 font-size: 8pt;
}
.bluemini_calendar_header_small {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
}
td.bluemini_calendar_header_small {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 background: #b6c8ea;
}
A.bluemini_calendar_header_small:link,
A.bluemini_calendar_header_small:visited {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
A.bluemini_calendar_header_small:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
.bluemini_calendar_event_small {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 8pt;
 text-decoration: none;
}
A.bluemini_calendar_event_small:link,
A.bluemini_calendar_event_small:visited {
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 8pt;
 text-decoration: underline;
}
A.bluemini_calendar_event_small:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 8pt;
 text-decoration: underline;
}
A.bluemini_calendar_event_bold_small:link,
A.bluemini_calendar_event_bold_small:visited {
 font-weight: bold;
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
A.bluemini_calendar_event_bold_small:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 text-decoration: underline;
}
.bluemini_calendar_day {
 color: #636363;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10pt;
}
A.bluemini_calendar_day:link,
A.bluemini_calendar_day:visited {
 font-weight: bold;
 color: #f00;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10pt;
}
A.bluemini_calendar_day:hover {
 font-weight: bold;
 color: #000;
 font-family: Arial, Helvetica, Geneva;
 font-size: 10pt;
}
.bluemini_calendar_header {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
}
.bluemini_calendar_tbl {
 border: 2px;
 border-style: solid;
 border-color: #99c8ea;
 background: #b6c8ea;
}
td.bluemini_calendar_header {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 background: #b6c8ea;
}
A.bluemini_calendar_header:link,
A.bluemini_calendar_header:visited {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
A.bluemini_calendar_header:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
A.bluemini_calendar_event:link,
A.bluemini_calendar_event:visited {
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.bluemini_calendar_event:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.bluemini_calendar_event_bold:link,
A.bluemini_calendar_event_bold:visited {
 font-weight: bold;
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
A.bluemini_calendar_event_bold:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 11pt;
 text-decoration: underline;
}
.tbl_cell_calendar {
 background-color: #fff;
}
.tbl_cell_calendar_small {
 background-color: #fff;
}
.bluetbl_cell_calendar {
 background-color: #fff;
}
.bluetbl_cell_calendar_small {
 background-color: #fff;
}
.tbl_cell_today_calendar {
 background-color: #78dddd;
}
.tbl_cell_today_calendar_small {
 background-color: #78dddd;
}
.bluetbl_cell_today_calendar {
 background-color: #78dddd;
}
.bluetbl_cell_today_calendar_small {
 background-color: #78dddd;
}
.mini_calendar_today {
 color: #860000;
}
.bluemini_calendar_today {
 color: #860000;
}
.ptl_upcomingevents_carousel,
.ptl_upcomingevents_list,
.ptl_upcomingevents_events {
 list-style-type: none;
 padding: 0;
 margin: 0;
}
.caroufredsel_wrapper {
 width: 100% !important;
}
.ptl_upcomingevents_page {
 position: relative;
 float: left;
}
.ptl_upcomingevents_date {
 display: block;
 float: left;
 font-family: Arial, Helvetica, sans-serif;
 background: #fff;
 background-image: -webkit-linear-gradient(top, #fff, #fff, #eaeaea);
 border: 1px solid #494949;
 border-radius: 4px 4px 4px 4px;
 -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 0;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
 width: 38px;
 text-align: center;
}
.ptl_upcomingevents_date .ptl_upcomingevents_month {
 border-radius: 3px 3px 0 0;
 padding: 1px;
 display: block;
 color: #fff;
 font-size: 11px;
 font-weight: bold;
 letter-spacing: 1px;
 text-transform: uppercase;
}
.ptl_upcomingevents_date .ptl_upcomingevents_day {
 padding: 2px 0 1px 0;
 color: #3b3f43;
 font-size: 18px;
 font-weight: bold;
 display: block;
}
.ptl_upcomingevents_events {
 position: relative;
 margin-left: 50px;
 display: block;
}
.ptl_upcomingevents_details {
 min-height: 45px;
 margin-bottom: 1em;
}
.ptl_upcomingevents_details .event_title {
 display: block;
 color: #000;
 font-weight: bold;
 text-decoration: none;
 white-space: pre-wrap;
}
.ptl_upcomingevents_details .event_title:hover {
 text-decoration: underline;
 white-space: pre-wrap;
}
.ptl_upcomingevents_details .event_time {
 display: block;
 font-size: 12px;
 white-space: pre-wrap;
}
.ptl_upcomingevents_custom h2.ptl_upcomingevents_header {
 color: #494949;
 font-size: 15pt;
}
.ptl_upcomingevents_footer .ptl_upcomingevents_buttons {
 width: 38px;
 float: left;
 margin-right: 8px;
}
.ptl_upcomingevents_footer .ptl_upcomingevents_button {
 border-radius: 7px;
 background-color: #494949;
 margin: 0 0 0 2px;
 width: 15px;
 height: 15px;
 position: relative;
}
.ptl_upcomingevents_button a {
 display: block;
 height: 14px;
 cursor: pointer;
}
.ptl_upcomingevents_button span {
 display: none;
}
.ptl_upcomingevents_buttons .prev {
 float: left;
 background-repeat: no-repeat;
 background-position: 4px 4px;
}
.ptl_upcomingevents_buttons .next {
 float: right;
 background-repeat: no-repeat;
 background-position: 5px 4px;
}
.ptl_upcomingevents_footer .more_events:link,
.ptl_upcomingevents_footer .more_events:visited,
.ptl_upcomingevents_footer .more_events:active {
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
 color: #000;
}
.ptl_upcomingevents_footer .more_events:hover {
 text-decoration: underline;
}
.tbl_mini_upcomingevent {
 background-color: #fff;
}
.mini_upcomingevent_header {
 font-weight: bold;
 color: #030;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
}
td.mini_upcomingevent_header {
 font-weight: bold;
 color: #030;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 background: #9c9cce;
}
A.mini_upcomingevent_header:link,
A.mini_upcomingevent_header:visited {
 font-weight: bold;
 color: #030;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.mini_upcomingevent_header:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
.mini_upcomingevent_event {
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
}
A.mini_upcomingevent_event:link,
A.mini_upcomingevent_event:visited {
 color: #860000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.mini_upcomingevent_event:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.mini_upcomingevent_event_bold:link,
A.mini_upcomingevent_event_bold:visited {
 font-weight: bold;
 color: #860000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.mini_upcomingevent_event_bold:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
.bluetbl_mini_upcomingevent {
 background-color: #e1ecfc;
}
.bluemini_upcomingevent_header {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
}
td.bluemini_upcomingevent_header {
 font-weight: bold;
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 background: #b6c8ea;
}
A.bluemini_upcomingevent_header:link,
A.bluemini_upcomingevent_header:visited {
 font-weight: bold;
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.bluemini_upcomingevent_header:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
.bluemini_upcomingevent_event {
 color: #636363;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
}
A.bluemini_upcomingevent_event:link,
A.bluemini_upcomingevent_event:visited {
 color: #860000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.bluemini_upcomingevent_event:hover {
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.bluemini_upcomingevent_event_bold:link,
A.bluemini_upcomingevent_event_bold:visited {
 font-weight: bold;
 color: #860000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
A.bluemini_upcomingevent_event_bold:hover {
 font-weight: bold;
 color: #f00;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 text-decoration: underline;
}
.ptlreActions.reToolbar.Office2010Black li {
 padding: 3px 0 !important;
}
.ptlreActions.reToolbar.Office2010Black .ptlreButton {
 font-family: "Segoe UI", Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 padding: 3px 10px;
 background-color: #c7c7c7;
 border: 1px solid #262626;
 border-radius: 3px;
 color: #000;
}
.ptlreActions.reToolbar.Office2010Black .ptlreButton:hover {
 background-color: #fff3c9;
 background-image: linear-gradient(
  #ffe68b 0%,
  #ffe176 25%,
  #ffe176 50%,
  #fff3c9 100%
 );
 border: 1px solid #f7c840;
}
.ptlreActions.reToolbar.Office2010Black .ptlreButton.active {
 background-color: #feee77;
 background-image: linear-gradient(
  #f9d04c 0%,
  #f7ca42 25%,
  #f7c840 50%,
  #feee77 100%
 );
 border: 1px solid #c28b31;
}
.inlineeditwindow {
 text-align: center;
}
.inlineeditaction {
 vertical-align: top;
 text-align: right;
 margin-right: 20px;
}
.inlineeditmessage {
 text-align: left;
 vertical-align: top;
}
.inlineeditimage {
 float: left;
 padding-left: 10px;
 padding-right: 10px;
}
body .Silk .reDropdown,
body .Silk .reTool_disabled.reDropdown:hover {
 background: #fff;
}
body .RadWindow.RadWindow_Silk.reToolbarWindow td.rwWindowContent,
.RadWindow.RadWindow_Silk.reToolbarWindow div.rwContent {
 background-color: #fff;
}
.Silk.RadEditor .reNoBorder div.reContentArea {
 background: #fff;
 height: auto;
}
.ptlConfirmDelIcon {
 float: left;
 text-align: left;
}
.ptlConfirmDelMessage {
 text-align: left;
 overflow: hidden;
 margin-right: 10px;
}
.ptlConfirmDelButton {
 margin-right: 10px;
 text-align: right;
}
.ptlConfirmDelWindow {
 z-index: 99999;
}
.divprogress {
 text-align: center;
 float: left;
 padding-top: 10px;
 clear: both;
 width: 100%;
}
.divprogress span {
 background-position: top center;
 background-repeat: no-repeat;
 display: block;
 float: left;
 padding-top: 15px;
}
/*.divprogress .begin_current {
 background-image: url("/resourcefiles/all-images/begin_phase_current.gif");
}
.divprogress .begin_done {
 background-image: url("/resourcefiles/all-images/begin_phase_done.gif");
}
.divprogress .mid_current {
 background-image: url("/resourcefiles/all-images/mid_phase_current.gif");
}
.divprogress .mid_done {
 background-image: url("/resourcefiles/all-images/mid_phase_done.gif");
}
.divprogress .mid_undone {
 background-image: url("/resourcefiles/all-images/mid_phase_undone.gif");
}
.divprogress .end_current {
 background-image: url("/resourcefiles/all-images/end_phase_current.gif");
}
.divprogress .end_undone {
 background-image: url("/resourcefiles/all-images/end_phase_undone.gif");
}*/
.sessionList div {
 line-height: 1.5;
}
.sessionList .session_title {
 font-weight: bold;
 padding-left: 2em;
}
.sessionList .session_detail {
 padding-left: 3em;
}
.session_container {
 position: relative;
}
.session_container .chk {
 position: absolute;
}
.session_container .sub_session {
 border-bottom: solid 1px #d4d0c8;
 padding-left: 4em;
}
div#divNav {
 text-align: center;
 margin-top: 40px;
}
div#divNav input {
 margin: 10px;
}
.radUpload_attachment,
.AttachmentRemoveAll {
 float: left;
}
.radUpload_attachment {
 margin-right: 3px;
}
.radUpload_attachment .ruFileWrap {
 width: auto !important;
 height: auto !important;
}
.radUpload_attachment .ruFakeInput {
 display: none;
}
.radUpload_attachment input.ruBrowse,
.AttachmentRemoveAll {
 border: 1px solid #ccc;
 border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
 padding: 5px 5px 4px 24px;
 color: #333;
 font: bold 8pt "Segoe UI", Arial, sans-serif;
 height: auto;
 width: auto;
 line-height: 16px;
 text-decoration: none;
 cursor: pointer;
 margin: 0;
}
.radUpload_attachment input.ruButton {
 width: 90px;
}
.radUpload_attachment input.ruButtonHover,
.AttachmentRemoveAll:hover {
 border-color: #b1cfff #99b7d7 #3677cb #d3e3fb;
}
/*.radUpload_attachment input.ruBrowse,
.radUpload_attachment input.ruButtonHover {
 background: #f5f5f5 url("/resourcefiles/all-images/attachment.gif") no-repeat
  4px center !important;
}
.AttachmentRemoveAll {
 margin-left: 2px;
 background: #f5f5f5 url("/resourcefiles/all-images/remove_all.gif") no-repeat
  4px center;
}*/
.imgAttachDelete {
 cursor: pointer;
}
.RadGrid_CrmStandard {
 border: 1px solid #828282;
 color: #333;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}
.RadGrid_CrmStandard table {
 border-spacing: 0;
 border-collapse: collapse;
}
.RadGrid_CrmStandard,
.RadGrid_CrmStandard .rgMasterTable,
.RadGrid_CrmStandard .rgDetailTable,
.RadGrid_CrmStandard .rgGroupPanel table,
.RadGrid_CrmStandard .rgCommandRow table,
.RadGrid_CrmStandard .rgEditForm table,
.GridToolTip_CrmStandard {
 font: 10pt Tahoma, Verdana, Arial, Helvetica;
 border: 0 none;
 border-collapse: collapse;
}
.RadGrid_CrmStandard .rgHeaderDiv tr a:link,
.RadGrid_CrmStandard .rgHeaderDiv tr a:visited,
.RadGrid_CrmStandard .rgHeaderDiv tr a:active,
.RadGrid_CrmStandard .rgHeaderDiv tr a:hover {
 color: #fff;
}
.RadGrid_CrmStandard .rgHeaderDiv tr .rgHeaderDiv,
.RadGrid_CrmStandard .rgHeaderDiv tr .rgHeaderDiv a:link {
 text-align: left !important;
 font-weight: normal;
 padding-left: 3px;
}
.RadGrid_CrmStandard .rgHeaderDiv table thead {
 background-color: #037caf;
 color: #fff;
 border: 0 none;
}
.RadGrid_CrmStandard .rgHeaderDiv tr {
 background-color: #037caf;
 color: #fff;
 border: 0 none;
}
.RadGrid_CrmStandard .rgHeaderDiv tr th {
 background-color: #037caf;
 color: #fff;
 border: 0 none;
 text-align: left;
}
.RadGrid_CrmStandard .rgHeaderDiv tr th:first-child {
 border-top-left-radius: 8px;
}
.RadGrid_CrmStandard .rgHeaderDiv tr th:last-child {
 border-top-right-radius: 8px;
}
.RadGrid_CrmStandard .rgMasterTable,
.RadGrid_CrmStandard .rgDetailTable {
 border-collapse: collapse !important;
}
.RadGrid_CrmStandard .rgRow,
.RadGrid_CrmStandard .rgAltRow,
.RadGrid_CrmStandard .rgHeader,
.RadGrid_CrmStandard .rgResizeCol,
.RadGrid_CrmStandard .rgPager,
.RadGrid_CrmStandard .rgGroupPanel {
 cursor: default;
}
.RadGrid_CrmStandard .rgRow td,
.RadGrid_CrmStandard .rgAltRow td,
.RadGrid_CrmStandard .rgEditRow td,
.RadGrid_CrmStandard .rgFooter td,
.RadGrid_CrmStandard .rgFilterRow td,
.RadGrid_CrmStandard .rgHeader,
.RadGrid_CrmStandard .rgResizeCol,
.RadGrid_CrmStandard .rgGroupHeader td {
 padding-left: 7px;
 padding-right: 7px;
}
.RadGrid_CrmStandard .rgAdd,
.RadGrid_CrmStandard .rgRefresh,
.RadGrid_CrmStandard .rgEdit,
.RadGrid_CrmStandard .rgDel,
.RadGrid_CrmStandard .rgFilter,
.RadGrid_CrmStandard .rgPagePrev,
.RadGrid_CrmStandard .rgPageNext,
.RadGrid_CrmStandard .rgPageFirst,
.RadGrid_CrmStandard .rgPageLast,
.RadGrid_CrmStandard .rgExpand,
.RadGrid_CrmStandard .rgCollapse,
.RadGrid_CrmStandard .rgSortAsc,
.RadGrid_CrmStandard .rgSortDesc,
.RadGrid_CrmStandard .rgUpdate,
.RadGrid_CrmStandard .rgCancel {
 width: 16px;
 height: 16px;
 border: 0;
 margin: 0;
 padding: 0;
 background-color: transparent;
 background-repeat: no-repeat;
 vertical-align: middle;
 font-size: 1px;
 cursor: pointer;
}
.RadGrid_CrmStandard .rgGroupItem input,
.RadGrid_CrmStandard .rgCommandRow img,
.RadGrid_CrmStandard .rgHeader input,
.RadGrid_CrmStandard .rgFilterRow img,
.RadGrid_CrmStandard .rgPager img {
 vertical-align: middle;
}
.RadGrid_CrmStandard .rgDataDiv {
 height: auto !important;
}
.rgTwoLines .rgHeaderDiv {
 background-position: 0 -6200px;
}
.rgNoScrollImage .rgHeaderDiv {
 background-image: none;
}
.RadGrid_CrmStandard .rgHeader,
.RadGrid_CrmStandard th.rgResizeCol {
 border: 0;
 border-bottom: 1px solid #828282;
 padding-top: 5px;
 padding-bottom: 2px;
 background: #eaeaea 0 -2300px repeat-x;
 text-align: left;
 font-weight: normal;
}
.RadGrid_CrmStandard th.rgSorted {
 background-color: #c4c4c4;
 background-position: 0 -2600px;
}
.RadGrid_CrmStandard .rgHeader,
.RadGrid_CrmStandard .rgHeader a {
 color: #333;
 text-decoration: none;
}
.RadGrid_CrmStandard .rgRow td,
.RadGrid_CrmStandard .rgAltRow td,
.RadGrid_CrmStandard .rgEditRow td,
.RadGrid_CrmStandard .rgFooter td {
 border: 0;
 border-bottom: 0 none;
 padding-top: 4px;
 padding-bottom: 3px;
}
.RadGrid_CrmStandard .rgRow td,
.RadGrid_CrmStandard .rgAltRow td {
 border-color: #fff;
}
.RadGrid_CrmStandard .rgRow .rgSorted {
 background-color: #e5e5cc;
}
.RadGrid_CrmStandard .rgAltRow .rgSorted {
 background-color: #efdbbd;
}
.RadGrid_CrmStandard .rgSelectedRow .rgSorted,
.RadGrid_CrmStandard .rgActiveRow .rgSorted,
.RadGrid_CrmStandard .rgHoveredRow .rgSorted,
.RadGrid_CrmStandard .rgEditRow .rgSorted {
 background-color: transparent;
}
.RadGrid_CrmStandard .rgRow a,
.RadGrid_CrmStandard .rgAltRow a,
.RadGrid_CrmStandard .rgEditRow a,
.RadGrid_CrmStandard .rgFooter a,
.RadGrid_CrmStandard .rgEditForm a {
 color: #000;
}
.RadGrid_CrmStandard .rgSelectedRow {
 background: #828282 0 -3900px repeat-x;
 color: #fff;
}
* + html .RadGrid_CrmStandard .rgSelectedRow .rgSorted {
 background-color: #828282;
}
* html .RadGrid_CrmStandard .rgSelectedRow .rgSorted {
 background-color: #828282;
}
.RadGrid_CrmStandard .rgActiveRow,
.RadGrid_CrmStandard .rgHoveredRow {
 background: #c5c5c5 0 -2900px repeat-x;
 color: #333;
}
* + html .RadGrid_CrmStandard .rgActiveRow .rgSorted,
* + html .RadGrid_CrmStandard .rgHoveredRow .rgSorted {
 background-color: #c5c5c5;
}
* html .RadGrid_CrmStandard .rgActiveRow .rgSorted,
* html .RadGrid_CrmStandard .rgHoveredRow .rgSorted {
 background-color: #c5c5c5;
}
.RadGrid_CrmStandard .rgEditRow {
 background: #fff 0 -4900px repeat-x;
}
* + html .RadGrid_CrmStandard .rgEditRow .rgSorted {
 background-color: #fff;
}
* html .RadGrid_CrmStandard .rgEditRow .rgSorted {
 background-color: #fff;
}
.RadGrid_CrmStandard .rgActiveRow td,
.RadGrid_CrmStandard .rgActiveRow td.rgSorted,
.RadGrid_CrmStandard .rgHoveredRow td,
.RadGrid_CrmStandard .rgHoveredRow td.rgSorted {
 border-bottom-color: #9e9e9e;
}
.RadGrid_CrmStandard .rgSelectedRow td,
.RadGrid_CrmStandard .rgSelectedRow td.rgSorted {
 border-bottom-color: #6c6c6c;
}
.RadGrid_CrmStandard .rgFooterDiv,
.RadGrid_CrmStandard .rgFooter {
 color: #fff;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 background: #e2e2e2;
 font-weight: bold;
 border: 0 none;
}
.RadGrid_CrmStandard .rgFooter td {
 border: 1px solid #e2e2e2;
 border-top: 1px solid #ccc !important;
 border-bottom: 1px solid #ccc !important;
}
.RadGrid_CrmStandard .rgFooter td:first-child {
 border-bottom-left-radius: 8px;
 border-left: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
.RadGrid_CrmStandard .rgFooter td:last-child {
 border-bottom-right-radius: 8px;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
.RadGrid_CrmStandard .rgFooter td {
 border-top: 1px solid #828282;
 border-bottom: 1px solid #fff;
}
.RadGrid_CrmStandard .rgStatus {
 width: 35px;
 border: 1px solid;
 border-color: #828282 #c9c9c9 #eee #eee;
 border-left: 0;
 padding: 3px 0 2px;
}
.RadGrid_CrmStandard .rgStatus div {
 width: 24px;
 height: 24px;
 overflow: hidden;
}
.ifCalendarPicker .RadGrid_Default .rgSelectedRow {
 color: #333;
}
div.CustomTreeView span.disabledNodeText {
 color: #c0c0c0;
}
.rating {
 float: left;
 width: 18px;
 height: 18px;
 margin: 1px;
 background-repeat: no-repeat;
}
.ratingitem {
 background-position-x: -18px;
}
A.calendar_nav:link {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
}
A.calendar_nav:visited {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
}
A.calendar_nav:active {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
}
A.calendar_nav:hover {
 color: #f90;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: underline;
}
A.calendar_nav_sel:link,
A.calendar_nav_sel:visited,
A.calendar_nav_sel:active {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;
}
A.calendar_nav_sel:hover {
 color: #f90;
 font-family: Arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: underline;
}
.calendar_nav_header {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.calendar_nav_header:link {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.calendar_nav_header:visited {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.calendar_nav_header:active {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.calendar_nav_header:hover {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: underline;
}
.content_section_header {
 color: #000;
 font-family: Arial, Tahoma, Verdana;
 font-size: 10pt;
 font-weight: bold;
}
.preview {
 display: block;
}
.imgFrame {
 float: left;
 margin: 1em;
 text-align: center;
}
.imgInnerFrame {
 width: 100px;
 height: 100px;
 position: relative;
}
.imgInnerFrame img {
 vertical-align: middle;
 text-align: center;
}
.navsite ul {
 padding: 3px 0;
 margin-left: 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}
.navsite ul li {
 list-style: none;
 margin: 0;
 display: inline;
}
.navsite ul li a {
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #dde;
 text-decoration: none;
}
.navsite ul li a:hover {
 text-decoration: none;
}
.navsite ul li a:link {
 color: #448;
}
.navsite ul li a:visited {
 color: #667;
}
.navsite ul li a:link:hover,
#navsite ul li a:visited:hover {
 color: #000;
 background: #aae;
 border-color: #227;
}
.navsite ul li a#current {
 background: #fff;
 border-bottom: 1px solid #fff;
 cursor: default;
}
.sitemap {
 border: 1px solid #ccc;
 background: #fff;
 padding: 5px 10px;
 display: table;
}
.sitemap:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}
.sitemap .sitemap_column {
 display: table-cell;
 background: #f4f4f4;
 border: 10px solid #fff;
}
.sitemap ul.sitemap_column_list {
 list-style: none;
 margin: 0 10px;
 background: #f4f4f4;
 padding: 10px 0;
}
.sitemap .sitemap_column_list ul {
 list-style-type: disc;
 padding-left: 25px;
}
.sitemap_column_list a {
 padding: 8px;
 display: block;
 text-decoration: none;
}
.sitemap_column_list a:hover {
 background: #ececec;
 text-decoration: none;
}
.floatLeft {
 float: left;
}
.floatRight {
 float: Right;
}
.cursorPointer {
 cursor: pointer;
}
.hide {
 display: none;
}
.displayInlineBlock {
 display: inline-block;
}
.VAlignTop,
.VAlignTop label {
 vertical-align: top;
}
.VAlignMiddle {
 vertical-align: middle;
}
.VAlignTextTop {
 vertical-align: text-top;
}
.indent {
 text-indent: 25px;
}
.currentPage {
 font-weight: bold;
 text-decoration: underline;
}
.DIVProfileLeft {
 float: left;
 padding: 0 20px 0 0;
}
.DIVProfileLeft .profileImage img {
 border: 1px solid #ccc;
 width: 130px;
}
.box {
 border-style: solid;
 border-width: 1px;
 margin-bottom: 5px;
 padding: 5px;
 min-width: 120px;
}
.backButton {
 float: right;
}
.backButton a.button {
 font-size: 1em;
 display: block;
 padding: 5px 10px !important;
}
.profileLinks ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.profileLinks ul li a {
 border: 1px solid #ccc;
 padding: 5px 10px;
 margin-top: 5px;
 display: block;
 color: #000;
 text-decoration: none;
}
.profileLinks ul li img {
 padding-right: 5px;
 width: 32px;
 vertical-align: middle;
}
.DIVProfileLeft ul li a span {
 font-size: small;
}
.profileSummary {
 margin-left: 160px;
}
.profileLinks ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.profileLinks li a {
 border: 1px solid #ccc;
 padding: 5px 10px;
 margin-top: 5px;
 display: block;
 color: #000;
 text-decoration: none;
}
.profileLinks li img {
 padding-right: 5px;
 width: 32px;
}
.ProfileTitle,
a.ProfileTitle,
a.ProfileTitle:hover {
 font-size: 1.25em;
 font-weight: bold;
 margin-right: 5px;
}
div.ProfileTitle {
 font-size: 1.5em;
}
.label {
 font-weight: bold;
 margin-right: 1em;
}
.profileSummary .customFields,
.profileSummary .socialMediaLinks,
.profileSummary .biography,
.profileSummary .personalMessage,
.profileSummary .myClasses,
.profileSummary .myGroups {
 margin-top: 1em;
}
.profileSummary .customFields .label {
 float: left;
}
.profileSummary .socialMediaLinks ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.profileSummary .socialMediaLinks li {
 padding: 5px 5px 5px 0;
 display: inline;
}
.profileSummary .socialMediaLinks li img {
 width: 24px;
}
.profileSummary .socialMediaLinks li span {
 display: none;
}
.StaffDirectory .Tab_Portlet .Tab_Content {
 position: relative;
 top: -1px;
 border-top: 1px solid #898c95;
}
.StaffDirectory .Tab_Portlet table {
 position: relative;
 z-index: 2;
}
.StaffDirectory .grid_row td,
.StaffDirectory .grid_row_alt td {
 vertical-align: top;
}
.StaffDirectory .GridViewImage {
 width: 100px;
}
.StaffDirectory .GridViewImage img {
 width: 90px;
}
.StaffDirectory a.viewWebsite,
.StaffDirectory a.viewWebsite:hover {
 text-decoration: none;
}
.StaffDirectory tr.tbl_header span.datagrid_header_table_text {
 float: left;
}
a.staffDirPager,
a.staffDirPager:hover {
 font-weight: normal;
 font-size: 10pt !important;
}
.pagerLinks {
 position: relative;
 top: -3px;
}
a.rtsLink:focus .rtsTxt {
 color: #6495ed !important;
}
#subnavHeader {
 margin: 0 0 0 0;
 height: 17px;
 border-bottom: 1px solid #fff;
 padding: 2px 0 0 0;
 font-size: 11px;
 vertical-align: bottom;
 color: #fff;
 font-weight: bold;
 font-family: Arial, Univers, Helvetica, sans-serif;
 background-color: #005ca9;
}
#subnavHeaderNoLine {
 margin: 0 0 0 0;
 height: 17px;
 padding: 0;
 font-size: 11px;
 color: #fff;
 font-weight: bold;
 font-family: Arial, Univers, Helvetica, sans-serif;
 background-color: #3c9634;
}
#subnavLine {
 margin: 0 0 0 0;
 height: 1px;
 padding: 0;
 background-color: #fff;
}
DIV.subnavH1 {
 padding: 4px 20px 4px 8px;
 text-decoration: none;
 color: #000;
 font-size: 12px;
 font-weight: bold;
}
.subnavFirst {
 padding: 2px 2px 2px 0;
 border-top: 1px solid #000;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}
.subnavMiddle {
 padding: 2px 2px 2px 0;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}
.subnavDownState {
 color: #f37600;
}
DIV.subnavFirst a:link,
DIV.subnavFirst a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavFirst a:hover,
DIV.subnavFirst a:visited:hover {
 text-decoration: underline;
 color: #f37600;
}
DIV.subnavMiddle a:link,
DIV.subnavMiddle a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavMiddle a:hover,
DIV.subnavMiddle a:visited:hover {
 text-decoration: underline;
 color: #f37600;
}
DIV.subnavH1 a:link,
DIV.subnavH1 a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavH1 a:hover,
DIV.subnavH1 a:visited:hover {
 text-decoration: none;
 color: #f37600;
}
DIV.subnavSPH1 {
 padding: 4px 8px 4px 8px;
 text-decoration: none;
 color: #000;
 font-size: 12px;
 font-weight: bold;
}
.subnavSP {
 padding: 2px 6px 2px 0;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}
.subnavSPDownstate {
 padding: 2px 6px 2px 0;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}
DIV.subnavSP a:link,
DIV.subnavSP a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavSPDownstate a:link,
DIV.subnavSPDownstate a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavSPH1 a:hover,
DIV.subnavSPH1 a:visited:hover {
 text-decoration: none;
 color: #f37600;
}
DIV.subnavKrH1 {
 padding: 4px 20px 4px 8px;
 text-decoration: none;
 color: #000;
 font-size: 12px;
 font-weight: bold;
}
.subnavKrFirst {
 padding: 2px 2px 2px 0;
 border-top: 1px solid #000;
 font-size: 10px;
 font-weight: normal;
 text-decoration: none;
}
.subnavKrDownState {
 font-weight: bold;
 text-decoration: none;
}
.subnavKrCatSub {
 padding: 2px 6px 2px 8px;
 color: #24731d;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}
.subnavKrMiddle {
 padding: 2px 6px 2px 0;
 font-size: 10px;
 font-weight: normal;
 text-decoration: none;
}
DIV.subnavKrFirst a:link,
DIV.subnavKrFirst a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavKrFirst a:hover,
DIV.subnavKrFirst a:visited:hover {
 text-decoration: none;
 color: #f37600;
}
DIV.subnavKrMiddle a:link,
DIV.subnavKrMiddle a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavKrMiddle a:hover,
DIV.subnavKrMiddle a:visited:hover {
 text-decoration: none;
 color: #f37600;
}
DIV.subnavKrCatSub a:link,
DIV.subnavKrCatSub a:visited {
 text-decoration: none;
 color: #000;
}
DIV.subnavKrCatSub a:hover,
DIV.subnavKrCatSub a:visited:hover {
 text-decoration: none;
 color: #f37600;
}
.statis_left {
 border: 1px solid #000;
 border-collapse: collapse;
 border-right: none;
}
.statis_middle {
 border: 1px solid #000;
 border-collapse: collapse;
 border-top: none;
 border-bottom: none;
}
.statis_right {
 border: 1px solid #000;
 border-collapse: collapse;
 border-left: none;
}
.tbl,
.tbl_top,
.tbl_noborder {
 border: 1px solid #ccc;
 border-collapse: collapse;
 background: #fff;
}
.tbl_noborder {
 border: none;
}
.tbl_header,
.tbl_header_big,
.tbl_header_edit,
.header_table,
A.tbl_header,
A.tbl_header:link,
A.tbl_header:visited,
A.tbl_header:hover,
A.tbl_header_edit,
A.tbl_header_edit:link,
A.tbl_header_edit:visited,
A.tbl_header_edit:hover {
 border: 1px solid #ccc;
 border-collapse: collapse;
 /*background: #eaeaea url("/resourcefiles/all-images/table_header.gif") repeat-x;*/
 padding: 5px;
 color: #333;
 font-weight: bold;
 text-align: left;
 text-transform: uppercase;
}
tr.tbl_header td {
 /*background: #eaeaea url("/resourcefiles/all-images/table_header.gif") repeat-x;*/
 padding: 5px;
 color: #333;
 font-weight: bold;
 text-transform: uppercase;
}
div.tbl div.tbl_header {
 border: none;
 border-bottom: 1px solid #ccc;
}
A.tbl_header,
A.tbl_header:link,
A.tbl_header:visited,
A.tbl_header:hover {
 border-top: none;
 background: transparent;
}
.tbl_header_big {
 font-size: 14pt;
}
.tbl_header_edit {
 border-bottom: 1px solid #fff;
 height: 23px;
}
.header_table {
 height: 23px;
}
A.tbl_header_edit,
A.tbl_header_edit:link,
A.tbl_header_edit:visited,
A.tbl_header_edit:hover {
 background: transparent;
}
.tbl_sub_header,
.tbl_sub_header_light {
 border: 1px solid #ccc;
 border-collapse: collapse;
 background: #f2f2f2;
 padding: 5px;
 color: #333;
 font-weight: bold;
 text-align: left;
}
.tbl_sub_header_light {
 background: #f3f3f3;
}
.tbl_row_text,
.tbl_row_text_left {
 border: none;
 background: #fff;
 padding: 5px;
 color: #333;
 text-align: right;
 font-weight: bold;
 white-space: nowrap;
}
.tbl_row_text_left {
 text-align: left;
}
.tbl_row_data,
.tbl_row_data_bold {
 border: none;
 background: #fff;
 padding: 5px;
 color: #000;
 text-align: left;
}
.tbl_row_data_bold {
 font-weight: bold;
}
.tbl_row_data_alter {
 background: #f3f3f3;
 color: #000;
 width: 100%;
}
.tbl_row_view {
 background: #ede7f7;
 color: #000;
}
.tbl_error_message {
 color: #f00;
 font-weight: bold;
 padding: 5px;
 text-align: left;
}
.tbl_button,
.tbl_button_left {
 border-top: 1px solid #ccc;
 padding: 5px;
 text-align: right;
}
.tbl_button_left {
 text-align: left;
}
.tbl_row_button {
 padding: 5px;
 text-align: left;
}
.empty_table {
 border: 1px solid #ccc;
 color: #000;
 text-align: left;
}
.tbl_Left_menu {
 border: 1px solid #ccc;
 background-color: #f9f9f9;
}
div.tbl_row_text,
div.tbl_row_data {
 vertical-align: top;
 display: inline-block;
}
div.grid_row {
 padding: 5px;
}
.TagCloud {
 background-color: #f7f7f7;
 padding: 8px;
 padding-top: 16px;
 padding-bottom: 16px;
 margin: 0;
 margin-bottom: 16px;
 margin-top: 16px;
 color: #999;
 line-height: 180%;
 list-style-type: none;
}
.SidebarTagCloud {
 font-size: 80%;
 line-height: 200%;
 list-style-type: none;
 padding: 0;
 margin: 0;
}
.Tag1,
.Tag2,
.Tag3,
.Tag4,
.Tag5,
.Tag6 {
 margin: 0;
 padding: 0;
 display: inline;
}
A.Tag1:link,
A.Tag1:visited,
A.Tag1:active {
 margin-right: 6px;
 color: #001fa7;
 font-size: 160%;
 font-weight: 900;
 text-decoration: none;
}
A.Tag1:hover {
 margin-right: 6px;
 color: #001fa7;
 font-size: 160%;
 font-weight: 900;
 text-decoration: underline;
}
A.Tag2:link,
A.Tag2:visited,
A.Tag2:active {
 margin-right: 6px;
 color: #002fb7;
 font-size: 145%;
 font-weight: 800;
 text-decoration: none;
}
A.Tag2:hover {
 margin-right: 6px;
 color: #002fb7;
 font-size: 145%;
 font-weight: 800;
 text-decoration: underline;
}
A.Tag3:link,
A.Tag3:visited,
A.Tag3:active {
 margin-right: 6px;
 color: #003fc7;
 font-size: 130%;
 font-weight: 600;
 text-decoration: none;
}
A.Tag3:hover {
 margin-right: 6px;
 color: #003fc7;
 font-size: 130%;
 font-weight: 600;
 text-decoration: underline;
}
A.Tag4:link,
A.Tag4:visited,
A.Tag4:active {
 margin-right: 6px;
 color: #004fd7;
 font-size: 120%;
 font-weight: 500;
 text-decoration: none;
}
A.Tag4:hover {
 margin-right: 6px;
 color: #004fd7;
 font-size: 120%;
 font-weight: 500;
 text-decoration: underline;
}
A.Tag5:link,
A.Tag5:visited,
A.Tag5:active {
 margin-right: 6px;
 color: #005fe7;
 font-size: 110%;
 font-weight: 300;
 text-decoration: none;
}
A.Tag5:hover {
 margin-right: 6px;
 color: #005fe7;
 font-size: 110%;
 font-weight: 300;
 text-decoration: underline;
}
A.Tag6:link,
Tag6:visited,
A.Tag6:active {
 margin-right: 6px;
 color: #006ff7;
 font-size: 100%;
 font-weight: 200;
 text-decoration: none;
}
A.Tag6:hover {
 margin-right: 6px;
 color: #006ff7;
 font-size: 100%;
 font-weight: 200;
 text-decoration: underline;
}
.plain_text {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
}
.plain_text_small {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 8pt;
}
A.plain_text,
A.plain_text:link,
A.plain_text:visited {
 color: #4b2c5c;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 text-decoration: none;
 font-size: 10pt;
}
A.plain_text:hover {
 color: #756400;
 text-decoration: none;
}
.statistics_subheader {
 font-weight: bold;
 font-size: 11;
}
#pub-school-dropdown {
 width: 120px;
 float: left;
 padding: 4px 8px 0 0;
}
ul.school-topnav {
 list-style: none;
 padding: 0;
 margin: 0;
 float: right;
 width: 130px;
 text-align: left;
}
ul.school-topnav li {
 float: left;
 margin: 0;
 padding: 0;
 position: relative;
}
ul.school-topnav li a {
 color: #fff;
 display: block;
 float: left;
 height: 20px;
 text-decoration: none;
}
ul.school-topnav li a#school-link {
 width: 20px;
 height: 16px;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 1;
}
ul.school-topnav li a#school-link div {
 display: none;
}
ul.school-topnav li span {
 width: 142px;
 height: 24px;
 float: left;
}
ul.school-topnav li span.subhover {
 cursor: pointer;
}
ul.school-topnav li ul.school-subnav {
 list-style: none;
 position: absolute;
 left: 0;
 top: 24px;
 background: #333;
 margin: 0 0 0 5px;
 padding: 0;
 display: none;
 float: left;
 width: 200px;
 border: 1px solid #111;
}
ul.school-topnav li ul.school-subnav li {
 margin: 0;
 padding: 0;
 border-top: 1px solid #252525;
 border-bottom: 1px solid #444;
 clear: both;
 width: 200px;
}
html ul.school-topnav li ul.school-subnav li a {
 float: left;
 width: 190px;
 background: #333 10px center;
 padding-left: 10px;
 padding-top: 2px;
 font-family: arial;
 font-size: 11px;
}
html ul.school-topnav li ul.school-subnav li a:hover {
 background: #222 10px center;
 padding-top: 2px;
 font-family: arial;
 font-size: 11px;
}
ul.school-topnav li ul.school-subnav img {
 padding-right: 5px;
}
.PublishedLinkMenu,
.PublishedLinkMenu li a,
.PublishedLinkMenu li div,
.PublishedLinkMenu li ul {
 line-height: 1em;
 vertical-align: top;
}
.PublishedLinkMenu li {
 float: left;
}
.PublishedLinkMenu li ul {
 position: relative;
}
.PublishedLinkMenu #pl_more_dropdown {
 width: 40px;
}
.PublishedLinkMenu ul.pl_more_topnav {
 display: inline-block;
 padding: 0;
 margin: 0;
}
.PublishedLinkMenu ul.pl_more_topnav li {
 float: left;
 margin: 0;
 padding: 0;
 position: relative;
}
.PublishedLinkMenu ul.pl_more_topnav li #more_link {
 position: absolute;
 left: 0;
 top: 0;
 z-index: -1;
}
.PublishedLinkMenu ul.pl_more_topnav li:hover .admin_menu {
 text-decoration: none;
}
.PublishedLinkMenu ul.pl_more_topnav li span {
 width: 40px;
 float: left;
}
.PublishedLinkMenu ul.pl_more_topnav li span.subhover,
.PublishedLinkMenu ul.pl_more_topnav li:hover span {
 cursor: pointer;
}
.PublishedLinkMenu ul.pl_more_topnav li #more_link,
.PublishedLinkMenu ul.pl_more_topnav li span {
 display: block;
}
.PublishedLinkMenu ul.pl_more_topnav li ul.pl_more {
 list-style: none;
 position: absolute;
 left: 0;
 top: 1.1em;
 background: #333;
 margin: 0;
 padding: 0;
 display: none;
 float: left;
 border: 1px solid #111;
}
.PublishedLinkMenu ul.pl_more_topnav li ul.pl_more li {
 border-top: 1px solid #252525;
 border-bottom: 1px solid #444;
 clear: both;
}
html .PublishedLinkMenu ul.pl_more_topnav li ul.pl_more li a {
 background: #333 10px center;
 display: block;
 float: left;
 width: 150px;
 padding: 5px 10px;
 font-family: Arial;
 font-size: 11px;
 text-decoration: none;
}
html .PublishedLinkMenu ul.pl_more_topnav li ul.pl_more li a:hover {
 background: #222 10px center;
 color: #fff;
}
.divTabBar {
 display: inline-table;
 width: 100%;
 margin-bottom: 1em;
}
.divTabBar td {
 padding: 0 !important;
}
.tab_outer,
.tab_sel_outer {
 display: inline;
 position: relative;
 float: left;
 padding: 0 3px 0 0;
 margin: 0 0 3px 0;
 border-bottom: 1px solid #828282;
}
.tab_outer td,
.tab_sel_outer td {
 padding: 0;
 margin: 0;
 border: none;
}
.tab_text,
.tab_text:link,
.tab_text:visited {
 color: #333;
 text-decoration: none;
 line-height: 16px;
}
.tab_text:hover {
 color: #000;
 text-decoration: none;
}
.tab_sel b,
.tab_text_sel,
.tab_text_sel:link,
.tab_text_sel:visited,
.tab_text_sel:hover {
 color: #333;
 text-decoration: none;
 font-weight: bold;
 line-height: 16px;
}
.tab_left {
 height: 23px;
 width: 7px;
}
.tab_right {
 height: 23px;
 width: 7px;
}
.tab_top {
 height: 2px;
 vertical-align: bottom;
}
.tab_bottom {
 height: 1px;
 vertical-align: top;
}
.tab_body {
 height: 23px;
 line-height: 23px;
 vertical-align: middle !important;
 text-align: center;
}
.tab_left_sel {
 height: 23px;
 width: 7px;
}
.tab_right_sel {
 height: 23px;
 width: 7px;
}
.tab_top_sel {
 height: 2px;
 vertical-align: bottom;
}
.tab_bottom_sel {
 height: 1px;
 vertical-align: top;
}
.tab_body_sel {
 height: 23px;
 line-height: 23px;
 vertical-align: middle !important;
 text-align: center;
}
.tab_underline {
 display: inline;
 padding: 0;
 margin: 0;
 width: 100%;
 height: 0;
 line-height: 0;
 float: left;
 position: relative;
 top: -4px;
 border-collapse: separate !important;
 border-bottom: 1px solid #828282 !important;
}
.controls_tab {
 display: inline-table;
 padding: 0;
 margin: 0;
 height: 1px;
 float: left;
 position: relative;
 right: auto;
 border: none;
 empty-cells: show;
 text-align: right;
}
.tab_class_outer,
.tab_class_sel_outer {
 display: inline;
 position: relative;
 float: left;
 padding: 0 3px 0 0;
 margin: 0 0 3px 0;
 border-bottom: 1px solid #c90;
}
.tab_class_outer td,
.tab_class_sel_outer td {
 padding: 0;
 margin: 0;
 border: none;
}
.tab_class {
 background-color: #eaf4ff;
 border: 1px solid #c90;
 border-bottom: none;
 border-spacing: 0;
 empty-cells: show;
}
.tab_class_text,
.tab_class_text:link,
.tab_class_text:visited {
 color: #000;
 text-decoration: none;
 line-height: 16px;
}
.tab_class_text:hover {
 color: #0000cd;
 text-decoration: none;
}
.tab_class_sel {
 background-color: #fff;
 border: 1px solid #c90;
 border-bottom: none;
 border-spacing: 0;
 empty-cells: show;
}
.tab_class_sel b,
.tab_class_text_sel,
.tab_class_text_sel:link,
.tab_class_text_sel:visited {
 color: #000;
 text-decoration: none;
 font-weight: bold;
 line-height: 16px;
}
.tab_class_text_sel:hover {
 color: #0000cd;
 text-decoration: none;
}
.tab_class_body,
.tab_class_body_sel {
 height: 23px;
 line-height: 23px;
 vertical-align: middle !important;
 text-align: center;
}
.tab_class_body a,
.tab_class_body_sel b {
 position: inherit !important;
}
.tab_class_left,
.tab_class_right,
.tab_class_left_sel,
.tab_class_right_sel {
 width: 7px;
 height: 23px;
}
.tab_class_top,
.tab_class_top_sel {
 height: 2px;
 vertical-align: bottom;
}
.tab_class_bottom,
.tab_class_bottom_sel {
 height: 1px;
 vertical-align: top;
}
.tab_class_underline {
 display: inline;
 float: left;
 position: relative;
 top: -4px;
 border-collapse: separate !important;
 border-bottom: #c90 1px solid !important;
 padding: 0;
 height: 0;
 line-height: 0;
 width: 100%;
}
.RadRating A SPAN {
 filter: none !important;
}
.reFullScreen {
 z-index: 100000 !important;
 position: fixed !important;
 left: 0 !important;
 top: 0 !important;
}
.styleBuilder .reContentCell {
 height: 0 !important;
}
.imageManager .reContentArea {
 height: 0 !important;
 padding: 0 !important;
}
.imageManager .RadEditor .reContentCell {
 border: none 0 !important;
}
.imageManager .reWrapper {
 border: none 0 !important;
}
.imageManager .RadEditor {
 background-color: Transparent !important;
}
.attributeform_tbl {
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 border: none 0;
}
.attributeform_tbl .tbl_tr {
 height: 30px;
}
.attributeform_tbl .tbl_row_text {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 background: #f3f3f3;
 text-align: left;
 font-weight: bold;
 white-space: nowrap;
 border: none 0;
 border-right: solid 2px #fff;
 width: 15%;
}
.attributeform_tbl .tbl_row_text_alter {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 background: #fff;
 text-align: left;
 font-weight: bold;
 white-space: nowrap;
 border: none 0;
 border-right: solid 2px #fff;
 width: 15%;
}
.attributeform_tbl .tbl_row_data {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 background: #f3f3f3;
 border: none 0;
 width: 85%;
}
.attributeform_tbl .tbl_row_data_alter {
 color: #000;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 9pt;
 background: #fff;
 border: none 0;
 width: 85%;
}
.NoIcon .rmGroup .rmText {
 padding-left: 10px !important;
 padding-right: 10px !important;
}
.RadMenu .rmGroup .rmText {
 text-align: left !important;
}
.wrapword {
 white-space: normal !important;
 z-index: 2000 !important;
}
.wrapword .rmrootlink {
 white-space: nowrap !important;
}
.wrapword .rmGroup .rmLink {
 white-space: normal !important;
 width: 200px;
}
.wrapword a.rmLink {
 cursor: pointer !important;
}
.RadCaptcha_Default {
 text-align: left;
 min-width: 350px;
 width: 100%;
}
.RadCaptcha_Default span {
 color: #f00;
}
.rencentitem img {
 height: 16px;
 width: 16px;
}
.RadCaptcha_Default div {
 padding-top: 2em;
 position: relative;
}
.RadCaptcha_Default div div {
 padding-top: 0;
}
.RadCaptcha_Default .rcRefreshImage {
 position: absolute;
 top: 0.5em;
 left: 190px;
}
.RadCaptcha_Default .rcCaptchaAudioLink {
 position: absolute;
 top: 1.5em;
 left: 190px;
}
.RadCaptcha_Default label {
 position: absolute;
 top: 0;
 left: 0;
}
/*div.sf-progressbar span.sf-pb-item-middle-selected {
 background-image: url("/resourcefiles/all-images/mid_phase_current.gif");
}
div.sf-progressbar span.sf-pb-item-middle-completed {
 background-image: url("/resourcefiles/all-images/mid_phase_done.gif");
}
div.sf-progressbar span.sf-pb-item-middle-incomplete {
 background-image: url("/resourcefiles/all-images/mid_phase_undone.gif");
}
div.sf-progressbar span.sf-pb-item-last-selected {
 background-image: url("/resourcefiles/all-images/end_phase_current.gif");
}
div.sf-progressbar span.sf-pb-item-last-incomplete {
 background-image: url("/resourcefiles/all-images/end_phase_undone.gif");
}*/
.rd_partner_name {
 font-weight: bold;
}
ul.PublishedLinkMenu {
 list-style-type: none;
 margin: 0;
 padding: 0;
}
ul.PublishedLinkMenu li {
 display: inline;
 margin: 2px;
}
select {
 color: #000;
 background-color: #fff;
}
.divSearchBox {
 margin: 0;
 padding: 3px;
 white-space: nowrap;
}
.divSearchBox .SearchButton {
 border: 0;
 padding: 0;
 margin: 0 0 0 5px;
 vertical-align: middle;
}
html,
form {
 padding: 0;
 margin: 0;
}
BODY {
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-size: 10pt;
 background-color: #fff;
}
HR {
 color: #000;
}
H2 {
 font-size: large;
}
H3 {
 font-size: 14pt;
}
a,
a:hover {
 color: #860000;
 text-decoration: underline;
}
a.b,
a.b:hover {
 font-weight: bold;
 color: #860000;
 text-decoration: none;
}
a.black,
a.black_B {
 color: #000;
 text-decoration: none;
}
a.black_B {
 font-weight: bold;
}
a.black:hover,
a.black_B:hover {
 text-decoration: underline;
}
.class_module {
 display: inline;
 padding: 2px 6px 0 6px;
 margin: 0 9px;
 border: 1px solid #ccc;
 border-bottom: 0;
 border-spacing: 0;
 empty-cells: show;
 /*background-image: url("/resourcefiles/all-images/footer-background.gif");*/
 color: #000;
}
.class_module_text {
 font-size: 12px;
 color: #000;
 text-decoration: none;
 padding-left: 4px;
 border: 1px solid #ccc;
 background: #fff;
}
.class_title {
 font-size: large;
 font-weight: bold;
}
h1.titles {
 color: #fff;
 font-family: Gill Sans Light, Verdana, Arial;
 font-size: 16pt;
 text-transform: uppercase;
}
A.calendar_nav,
A.calendar_nav_sel {
 color: #333;
 font-family: Arial;
 font-size: 9pt;
 text-decoration: none;
}
A.calendar_nav_sel {
 font-weight: bold;
}
A.calendar_nav:hover,
A.calendar_nav_sel:hover {
 color: #f90;
 text-decoration: underline;
}
.calendar_nav_header {
 color: #333;
 font-family: Arial, Verdana;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
A.calendar_nav_header:hover {
 text-decoration: underline;
}
.content_section_header {
 color: #000;
 font-weight: bold;
}
.httpFolder {
 behavior: url(#default#httpFolder);
}
.ptl_top_portlet {
 color: #f00;
 padding: 10px 10px 10px 40px;
 border: 1px solid #000;
 /*background: #cfd7eb
  url("/common/resources/shared/images/iconThemes/24x24/global/information.gif")
  no-repeat 10px 50%;*/
 text-align: left;
}
.ptl_page {
 width: 100%;
 border: 0;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_col_1_4 {
 float: left;
 width: 25%;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_col_1_3 {
 float: left;
 width: 33%;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_col_1_2 {
 float: left;
 width: 50%;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_col_2_3 {
 float: left;
 width: 66%;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_col_3_4 {
 float: left;
 width: 65%;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_col_1 {
 width: 100%;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_portlet_vertical {
 display: block;
 width: 100%;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.ptl_portlet_horizontal {
 display: inline;
 width: auto;
 height: auto;
 overflow: hidden;
 overflow-x: hidden;
}
.portletBox-title {
 padding: 6px 0 6px 0;
 background-color: #333439 !important;
 line-height: 22px;
 color: #d9dadb !important;
}
div.portletBox-title {
 display: table;
 width: 100%;
}
tr.portletBox_minimized,
tr.portletBox-fixed {
 display: block;
}
.portlet-title {
 white-space: normal;
 width: 100%;
}
div.portlet-title {
 display: table-cell;
}
span.portlet-title {
 margin-left: 6px;
}
.pb-controls,
.portletBox-icon {
 vertical-align: middle;
 white-space: nowrap;
}
div.pb-controls,
div.portletBox-icon {
 display: table-cell;
}
.pb-controls a,
.portletBox-icon a {
 width: 22px;
 height: 22px;
 display: inline-block !important;
 border-radius: 3px;
 vertical-align: middle;
}
.pb-controls a:hover,
.portletBox-icon a:hover {
 background-color: #6d6d6d;
}
div.discussion {
 width: 100%;
}
div.discussion div.discussion_texteditor {
 background-color: #c0c0c0;
 border: 2px solid #808080;
 padding: 0.5em;
 overflow: auto;
 zoom: 1;
 margin-bottom: 1em;
}
div.discussion textarea.discussion_comment {
 width: 100%;
 height: 3em;
 background-color: #fff;
 border: 1px solid #808080;
}
div.discussion button.discussion_submit {
 float: right;
 margin: 0.5em 0 0 0;
}
div.discussion div.discussion_comment {
 clear: both;
 margin-bottom: 1em;
 min-height: 50px;
}
div.discussion div.discussion_comment img.discussion_avatar {
 width: 50px;
 height: 50px;
 float: left;
 margin-right: 1em;
}
div.discussion div.discussion_comment a.discussion_author {
 color: #808080;
 font-weight: bold;
}
div.discussion div.discussion_comment span.discussion_date {
 display: block;
 color: #808080;
 font-size: 80%;
}
div.discussion div.discussion_comment input.discussion_delete {
 float: right;
 margin-top: 2px;
}
div.discussion div.discussion_comment div.discussion_body {
 float: left;
 word-break: break-all;
 overflow: hidden;
 margin-bottom: 0.5em;
}
@-moz-document url-prefix() {
 div.discussion div.discussion_comment div.discussion_body {
  float: none;
 }
}
#div_monthly_events {
 overflow: visible !important;
 display: inline;
}
#tbl_monthly_events {
 position: relative !important;
}
.RadSplitter_Default #div_monthly_events {
 overflow: auto !important;
 display: block !important;
}
img {
 border: 0;
}
.aspNetDisabled {
 color: #808080;
}
.RadioButtonListNoWrap {
 white-space: nowrap;
 overflow: hidden;
}
#msg1 {
 bottom: 0;
 right: 0;
 position: fixed;
 width: 150px;
 height: 100px;
 border: solid 1px #000;
 margin: 0 0 0 20px;
 background-color: #fff;
 display: none;
 font-size: 13px;
}
#modal .modaltop {
 width: 142px;
 background-color: Transparent;
 /*background-image: url("/resourcefiles/all-images/bg.gif");*/
 background-repeat: repeat-x;
 padding: 4px;
 color: #fff;
 text-align: right;
}
#modal .modaltitle {
 padding: 4px;
 font-size: 12px;
 font-weight: bold;
 color: #fff;
 float: left;
}
#modal .modalbody {
 padding: 10px;
 text-align: left;
}
.divContainer {
 padding: 5px;
 text-align: Left;
}
.divImageTextContainer {
 left: 0;
 overflow: auto;
 vertical-align: top;
 position: relative;
 min-height: 112px;
}
.divTopBottomBorderOnly {
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
.fixed_menu_page_control_ie {
 visibility: hidden;
 position: absolute !important;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 12000 !important;
}
.fixed_menu_page_control {
 visibility: hidden;
 position: fixed !important;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 12000 !important;
}
.CrmSearchCenterUP {
 position: fixed;
 left: 50%;
 top: 50%;
 margin-top: -15px;
 margin-left: -15px;
}
.myalert_manage_link {
 text-align: right;
}
.cms-responsive-menu {
 display: none;
}
.CalendarSubscription h4 {
 margin-top: 5px;
 margin-bottom: 5px;
}
.CalendarSubscription p {
 margin-top: 0;
 margin-bottom: 5px;
}
.CalendarSubscription table {
 margin-top: 0;
 margin-bottom: 25px;
}
.CalendarSubscription .mainCell {
 padding: 5px;
}
.CalendarSubscription .ExternalCalendarGrid {
 border-radius: 3px;
 box-shadow: 2px 2px 2px #ccc;
 border-color: #ccc;
 table-layout: fixed;
 width: 100%;
}
.CalendarSubscription .ExternalCalendarGrid .NameColumn {
 width: 25%;
}
.ExternalCalendarGrid .URLColumn {
 width: 75%;
 overflow-wrap: break-word;
 word-wrap: break-word;
 -ms-word-break: break-all;
 word-break: break-all;
 -ms-hyphens: auto;
 -moz-hyphens: auto;
 -webkit-hyphens: auto;
 hyphens: auto;
}
.CalendarSubscription .divBack {
 padding-top: 15px;
 text-align: right;
}
.CalendarSubscription .full_width_link {
 border: 1px solid #000;
 display: block;
 padding: 3px;
 vertical-align: middle;
 cursor: pointer;
 background-color: #f2f2f2;
 border-radius: 3px;
 box-shadow: 2px 2px 2px #ccc;
 border-color: #ccc;
}
.CalendarSubscription .full_width_link .iconDiv {
 width: 20px;
 float: left;
}
.offScreen {
 position: fixed;
 top: -1000000px;
 left: -1000000px;
}
.PO-wrapper {
 font-family: Arial !important;
 -webkit-font-smoothing: antialiased;
 font-size: 16px;
 margin: 0 auto;
 border: 3px solid #dcdcdc;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
 -webkit-font-smoothing: antialiased;
}
.PO-wrapper b,
.PO-wrapper strong {
 font-family: Arial !important;
 font-weight: bold !important;
}
.PO-tabAccordion {
 border: none;
}
.PO-miniCalendar {
 background: #fff;
}
.PO-miniCalendar .fa {
 font-family: FontAwesome !important;
}
.PO-miniCalendar {
 overflow: hidden;
}
.PO-miniCalendar table {
 width: calc(100% + 1px) !important;
 border-collapse: collapse;
 text-align: center;
 color: #333;
}
.PO-miniCalendar .MC-disabled em {
 font-weight: normal;
 font-style: normal;
 opacity: 0.4;
}
.PO-miniCalendar .MC-disabled .MC-event {
 background: rgba(234, 239, 240, 0.7);
}
.PO-miniCalendar thead {
 border-bottom: 3px solid #6d7784;
 background: #2e353e;
 color: #fff;
}
.PO-miniCalendar td,
.PO-miniCalendar th {
 width: calc(100% / 7);
 padding: 0;
}
.PO-miniCalendar td span,
.PO-miniCalendar th span {
 line-height: 40px;
}
.PO-miniCalendar td span,
.PO-miniCalendar td a {
 display: block;
 border: 1px solid #d0c9c9;
 border-left: none;
 border-top: none;
}
.PO-miniCalendar td.MC-first span,
.PO-miniCalendar td.MC-first a {
 border-left: none;
}
.PO-miniCalendar td.MC-last span,
.PO-miniCalendar td.MC-last a {
 border-right: none;
}
.MC-daysOfTheWeek {
 text-transform: uppercase;
 font-weight: bold;
}
.MC-calendarDays {
 font-weight: bold;
 background: #fff;
}
tbody.MC-calendarDays tr {
 vertical-align: top;
}
body .MC-calendarDays a.MC-event {
 text-decoration: none;
 background: #eaeff0;
 display: block;
 line-height: 40px;
 color: #333;
 transition: all 0.2s ease-in-out;
}
.MC-calendarDays a.MC-event.MC-today {
 color: #fff;
 background: #2e353e;
}
.MC-calendarDays a.MC-event:hover {
 background: #d7e0e2;
 color: #333;
}
.MC-calendarDays .MC-today {
 color: #fff;
 background: #2e353e;
}
.MC-top {
 background: #2e353e;
 color: #fff;
 padding-top: 5px;
}
.MC-top ul {
 list-style: none;
 margin: 0;
 padding: 0;
 display: table;
 width: 100%;
 text-align: center;
}
.MC-top ul li {
 display: table-cell;
 vertical-align: middle;
 line-height: 40px;
 font-weight: bold;
 font-size: 120%;
 width: calc(100% / 7);
}
.MC-top ul li span {
 font-weight: normal;
}
.MC-top ul li a {
 color: #fff;
 text-decoration: none;
 display: block;
 line-height: 40px;
 border-radius: 3px;
 margin: 4px 6px 4px 8px;
 transition: all 0.2s ease-in-out;
}
.MC-top ul li.MC-date {
 width: calc((100% / 7) * 5);
 text-transform: uppercase;
}
.MC-mainCalendar {
 line-height: 40px;
 text-align: center;
 padding: 5px 0 5px;
}
body .MC-mainCalendar a.MC-goToCalendar {
 display: inline-block;
 font-weight: bold;
 color: #2e353e;
 text-decoration: none;
 line-height: 40px;
 border-radius: 3px;
 padding: 0 10px;
 transition: all 0.2s ease-in-out;
}
.MC-mainCalendar a:hover {
 background-color: #eaeff0;
}
html:first-child .RadWindow ul:not(.rwControlButtons) {
 float: left !important;
}
.ST-wrapper {
 font-family: arial, sans-serif;
 font-size: 14px;
}
.ST-wrapper .ST-title-m,
.ST-wrapper .ST-title-c {
 font-weight: bold;
 margin: 20px 0 5px;
 background: #eee;
 background: #2e353e;
 color: #fff;
 padding: 10px;
}
.ST-wrapper .ST-title-m {
 background: transparent;
 font-size: 18px;
 margin-bottom: 20px;
 padding: 0 0 10px 0;
 border-bottom: 1px solid #e4e4e4;
 color: #333;
}
.ST-table {
 border-collapse: collapse;
 border: 1px solid #eee;
 width: 100%;
}
.ST-table thead {
 background: #eee;
 font-weight: bold;
}
.ST-table td {
 padding: 10px;
}
.ST-table a.ST-tableLink {
 color: #303f9f;
 text-decoration: none;
}
.ST-table a.ST-tableLink:hover {
 text-decoration: underline;
}
.ST-buttonsRight {
 text-align: right;
 white-space: nowrap;
}
a.ST-button {
 margin-left: 5px;
 display: inline-block;
 text-align: center;
 line-height: 30px;
 background: #eee !important;
 border-radius: 5px;
 font-size: 16px;
 color: #333 !important;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
 white-space: nowrap;
 padding: 0 10px;
 text-decoration: none;
}
a.ST-button.ST-standard {
 background: #2980b9 !important;
 color: #fff !important;
}
a.ST-button.ST-standard:hover,
a.ST-button.ST-standard:focus {
 background: #2980b9 !important;
 color: #fff !important;
}
a.ST-button.ST-warn {
 background: #f39c12 !important;
 color: #fff !important;
}
a.ST-button.ST-warn:hover,
a.ST-button.ST-warn:focus {
 background: #f39c12 !important;
 color: #fff !important;
}
a.ST-button.ST-go {
 background: #27ae60 !important;
 color: #fff !important;
}
a.ST-button.ST-go:hover,
a.ST-button.ST-go:focus {
 background: #27ae60 !important;
 color: #fff !important;
}
a.ST-button.ST-cancel {
 background: #c0392b !important;
 color: #fff !important;
}
a.ST-button.ST-cancel:hover,
a.ST-button.ST-cancel:focus {
 background: #c0392b !important;
 color: #fff !important;
}
a.ST-button.ST-squareButton {
 width: 30px;
 padding: 0;
 font-size: 14px;
}
a.ST-button:hover,
a.ST-button:focus {
 background: #d6d6d6;
 -webkit-transform: scale(1.05, 1.05);
 transform: scale(1.05, 1.05);
}
a.ST-button:active {
 background: #d6d6d6;
 -webkit-transform: scale(0.95, 0.95);
 transform: scale(0.95, 0.95);
}
.ST-buttonList {
 list-style: none;
 margin: 10px 0;
 padding: 0;
}
.ST-buttonList li {
 display: inline-block;
 vertical-align: top;
}
.ST-buttonList a.ST-button {
 margin: 0 5px 0 0;
}
.ST-optionsList ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.ST-optionsList > ul {
 border: 1px solid #e4e4e4;
 padding: 15px;
 margin: 0 0 20px;
}
.ST-optionsList li {
 border-bottom: 1px solid #e4e4e4;
 margin-bottom: 10px;
 padding-bottom: 10px;
}
.ST-optionsList li:after {
 cotent: "";
 display: block;
 clear: both;
}
.ST-optionsList li:last-child {
 border-bottom: none;
 margin-bottom: 0;
 padding-bottom: 0;
}
.ST-optionsList p {
 margin: 10px 0 15px;
}
.ST-optionsList input {
 width: 100%;
 padding: 8px;
 margin: 0;
 border: 1px solid #dadada;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.ST-optionsList textarea {
 width: 100%;
 max-width: 100%;
 padding: 8px;
 border: 1px solid #dadada;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
.ST-optionsList select {
 background: #fff;
 height: 28px;
 font-size: 13px;
 width: 100%;
}
.ST-optionsList .ST-userPicker {
 padding: 5px 0 0;
 line-height: 30px;
}
.ST-optionsList .ST-userPicker a {
 text-decoration: none;
 display: inline-block;
 float: left;
 margin-right: 10px;
}
.ST-optionsList .ST-userPicker a:not(.ST-button) {
 color: #303f9f;
}
.ST-optionsList .ST-userPicker a.ST-squareButton {
 margin-left: 0;
}
.ST-optionsList .ST-userPicker a:hover {
 text-decoration: underline;
}
.ST-optionsList .ST-userPicker .ST-label {
 font-weight: normal;
}
.ST-optionsList .ST-userPicker:after {
 content: "";
 display: block;
 clear: both;
}
.ST-optionsList li.ST-OL-withButton input {
 width: calc(100% - 35px);
}
.ST-optionsList li.ST-OL-withButton .ST-dateTime .ST-dateInput {
 width: 100%;
}
.ST-optionsList li.ST-OL-withButton a.ST-squareButton {
 float: right;
}
.ST-optionsList .ST-dateTime:after,
.ST-optionsList .ST-browse:after {
 content: "";
 display: block;
 clear: both;
}
.ST-optionsList .ST-dateTime > *,
.ST-optionsList .ST-browse > * {
 float: left;
}
.ST-optionsList .ST-dateTime > *.ST-dateInput,
.ST-optionsList .ST-dateTime > *.ST-timeInput,
.ST-optionsList .ST-browse > *.ST-dateInput,
.ST-optionsList .ST-browse > *.ST-timeInput {
 width: 49%;
}
.ST-optionsList .ST-dateTime > *.ST-dateInput:first-child:not(:last-child),
.ST-optionsList .ST-dateTime > *.ST-timeInput:first-child:not(:last-child),
.ST-optionsList .ST-browse > *.ST-dateInput:first-child:not(:last-child),
.ST-optionsList .ST-browse > *.ST-timeInput:first-child:not(:last-child) {
 margin-right: 2%;
}
.ST-optionsList .ST-dateTime .ST-browseInput,
.ST-optionsList .ST-browse .ST-browseInput {
 width: 100%;
}
.ST-optionsList .ST-dateTime input,
.ST-optionsList .ST-browse input {
 width: calc(100% - 35px);
}
.ST-optionsList .ST-dateTime a.ST-squareButton,
.ST-optionsList .ST-browse a.ST-squareButton {
 float: right;
}
.ST-optionsList .ST-dateTime .ST-timeInput select,
.ST-optionsList .ST-browse .ST-timeInput select {
 width: 31.4%;
}
.ST-optionsList .ST-dateTime .ST-timeInput span.ST-seperator,
.ST-optionsList .ST-browse .ST-timeInput span.ST-seperator {
 width: 2%;
 display: inline-block;
 text-align: center;
}
.ST-optionsList .ST-radioSection label {
 display: inline-block;
}
.ST-optionsList input[type="radio"],
.ST-optionsList input[type="checkbox"] {
 position: absolute;
 left: -999999999px;
}
.ST-optionsList input[type="radio"] + span,
.ST-optionsList input[type="checkbox"] + span {
 line-height: 20px;
 margin-right: 10px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.ST-optionsList input[type="radio"] + span:before,
.ST-optionsList input[type="checkbox"] + span:before {
 font-family: FontAwesome;
 display: inline-block;
 margin-right: 5px;
 position: relative;
 top: 0;
 line-height: 24px;
 font-size: 13px;
 text-indent: 6px;
}
.ST-optionsList input[type="radio"] + span:before,
.ST-optionsList input[type="checkbox"] + span:before {
 color: transparent;
 width: 24px;
 height: 24px;
 border: 1px solid #c7c7c7;
 border-radius: 50%;
}
.ST-optionsList input[type="checkbox"] + span:before {
 border-radius: 5px;
}
.ST-optionsList input[type="radio"] + span:before,
.ST-optionsList input[type="checkbox"] + span:before {
 content: "";
}
.ST-optionsList input[type="checkbox"] + span:before {
 top: 1px;
 line-height: 26px;
 width: 25px;
 height: 25px;
}
.ST-optionsList input[type="radio"]:focus + span:before,
.ST-optionsList input[type="checkbox"]:focus + span:before {
 border: 1px solid #c7c7c7;
}
.ST-optionsList input[type="radio"]:checked + span:before,
.ST-optionsList input[type="checkbox"]:checked + span:before {
 color: #fff;
 background: #27ae60;
 border-color: #2ecc71;
}
.ST-label {
 font-weight: bold;
 display: block;
 font-size: 13px;
 margin-bottom: 5px;
}
.ST-hiddenPanel {
 display: none;
 padding: 10px;
 border: 1px solid #eee;
 margin-top: 10px;
}
.ST-hiddenPanel .ST-label {
 font-weight: normal;
}
.PO-settingsBar {
 background: #e4e4e4;
 color: #595a5a;
 padding: 10px;
 font-size: 0.9em;
 display: table;
 width: 100%;
 box-sizing: border-box;
}
.PO-settingsBar > * {
 display: table-cell;
 vertical-align: top;
}
.PO-settingsBar ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.PO-settingsBar ul > li {
 display: inline;
 position: relative;
}
.PO-settingsBar ul.PO-guestButtons {
 text-align: right;
}
.PO-settingsBar span {
 display: inline-block;
 margin: 0;
 font-size: 18px;
}
.PO-settingsBar a {
 color: #595a5a;
 text-decoration: none;
 font-weight: normal;
 padding: 4px;
 display: inline-block;
 -webkit-transition: background 0.2s ease-in-out;
 transition: background 0.2s ease-in-out;
}
.PO-settingsBar a:hover {
 background: #d6d6d6;
 border-radius: 3px;
}
.PO-settingsBar .PO-settingsDropdown {
 display: none;
 position: absolute;
 top: calc(100% + 4px);
 left: 0;
 width: 200px;
 z-index: 3;
}
.PO-settingsBar .PO-settingsDropdown ul {
 background: #fff;
 border-radius: 4px;
 overflow: hidden;
 border: 1px solid #ccc;
 border-top: none;
}
.PO-settingsBar .PO-settingsDropdown .triangle {
 width: 100%;
 display: block;
 height: 10px;
}
.PO-settingsBar .PO-settingsDropdown .triangle:after {
 content: "";
 position: relative;
 display: block;
 left: 14px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 8px 10px 8px;
 border-color: transparent transparent #fff transparent;
 z-index: 2;
}
.PO-settingsBar .PO-settingsDropdown li {
 display: block;
}
.PO-settingsBar .PO-settingsDropdown li a {
 color: #333;
 border-radius: 0;
 display: block;
 padding: 10px;
 border-bottom: 1px solid #eee;
}
.PO-settingsBar .PO-settingsDropdown li a em {
 margin: 0 10px 0 5px;
 -webkit-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 color: #2e353e;
}
.PO-settingsBar .PO-settingsDropdown li a:hover {
 background: #eee;
}
.PO-settingsBar .PO-settingsDropdown li a:hover em {
 -webkit-transform: scale(1.1, 1.1);
 -ms-transform: scale(1.1, 1.1);
 transform: scale(1.1, 1.1);
}
.PO-settingsBar .PO-settingsDropdown li:last-child a {
 border-bottom: 0;
}
.administrateTable {
 width: 100%;
}
.PO-wrapper > .PO-loading {
 position: absolute;
 top: 0;
 left: 0;
}
.PO-loading {
 width: 100%;
 height: 100%;
 z-index: 99;
 background: rgba(255, 255, 255, 0.4);
}
.sk-fading-circle {
 margin: 60px auto;
 width: 80px;
 height: 80px;
 position: relative;
}
.sk-fading-circle:before {
 background-color: transparent;
 border-radius: 3px;
 content: "";
 position: absolute;
 top: -5px;
 left: -5px;
 width: 80px;
 height: 80px;
}
.sk-fading-circle .sk-circle {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
}
.sk-fading-circle .sk-circle:before {
 content: "";
 display: block;
 margin: 0 auto;
 width: 15%;
 height: 15%;
 background-color: rgba(46, 53, 62, 0.51);
 border-radius: 100%;
 -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
 animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
 -webkit-transform: rotate(30deg);
 -ms-transform: rotate(30deg);
 transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
 -webkit-transform: rotate(60deg);
 -ms-transform: rotate(60deg);
 transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
 -webkit-transform: rotate(120deg);
 -ms-transform: rotate(120deg);
 transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
 -webkit-transform: rotate(150deg);
 -ms-transform: rotate(150deg);
 transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
 -webkit-transform: rotate(210deg);
 -ms-transform: rotate(210deg);
 transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
 -webkit-transform: rotate(240deg);
 -ms-transform: rotate(240deg);
 transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
 -webkit-transform: rotate(270deg);
 -ms-transform: rotate(270deg);
 transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
 -webkit-transform: rotate(300deg);
 -ms-transform: rotate(300deg);
 transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
 -webkit-transform: rotate(330deg);
 -ms-transform: rotate(330deg);
 transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
 -webkit-animation-delay: -1.1s;
 animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
 -webkit-animation-delay: -1s;
 animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
 -webkit-animation-delay: -0.9s;
 animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
 -webkit-animation-delay: -0.8s;
 animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
 -webkit-animation-delay: -0.7s;
 animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
 -webkit-animation-delay: -0.6s;
 animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
 -webkit-animation-delay: -0.5s;
 animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
 -webkit-animation-delay: -0.4s;
 animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
 -webkit-animation-delay: -0.3s;
 animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
 -webkit-animation-delay: -0.2s;
 animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
 -webkit-animation-delay: -0.1s;
 animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
 0%,
 39%,
 100% {
  opacity: 0;
 }
 40% {
  opacity: 1;
 }
}
@keyframes sk-circleFadeDelay {
 0%,
 39%,
 100% {
  opacity: 0;
 }
 40% {
  opacity: 1;
 }
}
.PO-wrapper *:focus,
.CMS_modal *:focus {
 -webkit-box-shadow: 0 0 2px 2px rgba(131, 192, 252, 1);
 -moz-box-shadow: 0 0 2px 2px rgba(131, 192, 252, 1);
 box-shadow: 0 0 2px 2px rgba(131, 192, 252, 1);
}
.RadWindow_Bootstrap {
 z-index: 100000 !important;
}
.show-chrome-class-selector span[onclick] {
 min-height: 80px;
}
.show-chrome-class-selector span[onclick]:after {
 position: absolute;
 content: "";
 background: rgba(255, 255, 255, 0.8);
 top: 31px;
 left: 2px;
 width: calc(100% - 4px);
 height: calc(100% - 33px);
 text-align: center;
 visibility: hidden;
 opacity: 0;
 transition: all 0.2s;
 z-index: 997;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
}
.show-chrome-class-selector span[onclick]:before {
 display: inline-block;
 font: normal normal normal 14px/1 FontAwesome;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 content: "";
 width: 50px;
 height: 50px;
 font-size: 30px;
 position: absolute;
 top: calc(50% + 31px);
 left: 50%;
 text-transform: uppercase;
 text-align: center;
 margin-top: -45px;
 color: #fff;
 z-index: 998;
 line-height: 50px;
 visibility: hidden;
 opacity: 0;
 transition: all 0.2s;
 text-shadow: none;
 background: #3498db;
 border-radius: 5px;
 margin-left: -25px;
}
.show-chrome-class-selector span[onclick]:hover:after,
.show-chrome-class-selector span[onclick]:hover:before {
 visibility: visible;
 opacity: 1;
}
#magic-line {
 list-style: none;
}
table.contact-us-form {
 width: 100%;
 border: 0;
 border-spacing: 2px;
 border-collapse: separate;
}
table.contact-us-form td {
 padding: 2px;
}
table.contact-us-form td:first-child {
 width: 20%;
}
table.contact-us-form td:first-child p {
 text-align: right;
}
table.CiNavItem {
 border: 0;
}
table.CiNavItem .firstTd {
 width: 6px;
}
.reTool span[class^="achecker"] {
 /*background-image: url("/resourcefiles/all-images/AccessibilityChecker.gif") !important;*/
}

.errorpage #inside-nav{background: transparent;}

#thanksdiv {display: none;}
#template .container { position:relative; }
.socialNav ul li a { display:block; }

/* Fix for draggable icon in design mode */
.portlet_instance.portlet_icon.ui-draggable-dragging {position: fixed !important; z-index: 13000 !important}

/*border box*/
#template * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*Google Map box sizing*/
div[id*="map"] .gm-style * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.CMS_adminBar *, .CMS_DragDropWrapper *, div.contentDiv *, table, table *, tr, tr *, td, td * { 	
  -moz-box-sizing: initial !important;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important; 
}

/* Fix banner images all displaying at once */
.slider figure:not(:first-of-type):not([style*="visibility"]) {display: none !important; overflow: hidden !important;}

/* Keeps the file upload window in the middle of the screen when open */
div[id*="ImageManager"].RadWindow, div[id*="dialogOpener"].RadWindow, div[id*="RadWindow"].RadWindow {position: fixed !important; left: 50% !important; top: 50% !important; right: 0; bottom: 0; transform: translate(-50%,-50%) !important;}

/*hiding google ads*/
.gsc-adBlock { position:fixed !important; left:-10000px; top:-10000px; }

/*image floats*/
#content img.right { float:right; margin:5px 0 5px 10px; }
#content img.left { float:left; margin:5px 10px 5px 0; }
/*misc styles*/
.left { float:left; }
.right { float:right; }
/*this pushes the ADA logo server metadata*/
.offScreen { position:fixed; top:-10000px; left:-10000px; }
/*typical global clearfix*/
.clearfix::after { content:""; clear:both; display:table; }
/*footer styles*/
.footerAddresses li { list-style-type:none; }

/*map text*/
#content .mapMarkClass, #content .mapMarkClass h1 { color:#000; }

/*doctor reviews*/
iframe#myIframe {width: 100%; min-height:500px; border: 5px solid rgba(255,255,255,0.6); border-radius:10px}

/*hiding empty LI's in social nav*/
.socialNav li:empty { display:none; }

/*responsive styles*/
@media screen and (min-width: 200px) {
  /*mobile menu*/
  .mobileMenu { position:absolute; top:95px; right:10px; display:block; }
  /*primary navigation*/
  #primaryNav { display:none; }	
}

@media screen and (min-width: 768px) {
  /*mobile menu*/
  .mobileMenu { display:none; }
  /*primary navigation*/
  #primaryNav { display:block; }
}

@media screen and (min-width: 990px) {


}

@media screen and (min-width: 1160px) {

}
/* ====== Base Styles ====== */
html { -webkit-box-sizing:border-box; box-sizing:border-box; /* Overrides browser default. Width and height now includes content, padding and border. */
 height:100% vh; min-height:100%; }
*, *::before,*::after { -webkit-box-sizing:inherit; box-sizing:inherit; }
body, #template { height:100%; min-height:100%; margin:0; padding:0; font-size:1rem; }
header, nav, div, section, article, aside, footer { position:relative; }
img { border:0; max-width:100%; }
#content ul { list-style-type:disc; margin:0 0 15px 0; }
#content ul li { list-style-type:disc; padding:0 0 8px 5px; line-height:1.35em;}
#content ol li { list-style-type:decimal; padding:0 0 8px 5px; line-height:1.35em;}
#content .photoGallery ul li,
#content .calloutContainer ul li { list-style-type:none; }

/* --- Typography --- */
h1, h2, h3 { line-height: 1.35em; }
#theme h1, h1 { margin:0 0 15px; font-size:2.4em; }
#theme h2, h2 { margin:0 0 8px; font-size:2em; }
#theme h3, h3 { margin:0 0 8px; font-size:1.5em; }
#theme h4, h4 { margin:10px 0 2px; font-size:1em; text-transform: uppercase; }
#content h2 a:hover,
#content h2 a:focus { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

p, #theme p { margin:0; padding-bottom:1.3em; font-size:1em; line-height:1.6em; }

#theme p a:hover,
#theme p a:focus,
#theme li:hover,
#theme li:focus,
#content div[id$="divContent"] li a:hover,
#content div[id$="divContent"] li a:focus { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

a, #theme a { cursor: pointer; text-decoration: none !important; }
a:hover, a:focus, #theme a:hover, #theme a:focus { text-decoration: none !important; }

#theme .site_render_table a:hover, 
#theme .site_render_table a:focus { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

/* ==== accessibilityTool ==== */
#accessibilityTool > div.menu > div.overlay {
	opacity: 1;
}
#accessibilityTool a.toggle {
	top: 65px !important;
}
#accessibilityTool > div.menu {
	top: 75px !important;
}

/* ==== visionTool ==== */
#selectionBox h2 {margin: 0 0 8px;}
#theme .main-head {margin: 0 0 20px 0;}
#theme .step-head {padding:10px;}
#theme .step-head span {line-height: 1.5; margin: 0 10px 0 0;}
.subpage #content div[id$="divContent"] a.baseImage::after,
.subpage #content div[id$="divContent"] #conditions a::after {display: none;}

#theme .slidecontainer .slider {-webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; outline: none; opacity: 0.7; -webkit-transition: .2s; -webkit-transition: opacity .2s; transition: opacity .2s; cursor: pointer;}
#theme .slidecontainer .slider:hover,
#theme .slidecontainer .slider:focus {opacity:1; outline: none;}

/* Slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
#theme .slidecontainer .slider::-webkit-slider-thumb {-webkit-appearance: none; appearance: none; border: none; border-radius: 50%; cursor: pointer; height: 20px; margin-top: -8px; width: 20px;}
#theme .slidecontainer .slider::-moz-range-thumb {border: none; border-radius: 50%; height: 20px; width: 20px;}
#theme .slidecontainer .slider::-moz-range-track {border: none; height: 5px;}
#theme .slidecontainer .slider::-webkit-slider-runnable-track {border: none; height: 5px; min-width: 200px;}

/*hide the outline behind the border*/
#theme .slidecontainer .slider:-moz-focusring {outline: 1px solid white; outline-offset: -1px;}
#theme .slidecontainer .slider::-ms-track {
    min-width: 200px;
    height: 5px;
    
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}
#theme .slidecontainer .slider::-ms-thumb {border: none; border-radius: 50%; height: 20px; width: 20px;}
#theme .slidecontainer input {color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; overflow:visible; padding: 0; width: 100%;}

/* CMS fixes */
.portletEditMode div[id*="divSettings"] table { margin:0 auto; }
.portletEditMode table[id*="tblEdit"] { margin: 0 auto; }
div[id*="divEdit"] table[id*="tblEdit"] { margin: 0 auto; }
.homepage .ptl_page > div[id*="divEdit"],
.ptl_page > div[id*="EditDiv"] {margin: 30px 0;}
.portletEditMode .homepage #page { box-shadow:inset 0 8px 50px rgba(0,0,0,.1); padding: 30px 0; }
#theme .RadEditor * { color: initial !important; }
#theme .divTabBar * { color:initial;  }
#theme .reToolCell .reDropdown {font-weight: 400;}
#CMS_admin_ToolBar a { font-weight: 400; }
.DDW_portletSelection a { font-weight: 400; }
.tbl .button {display: inline-block;}
#theme .tbl_row_data a { color:#000; }
.designMode #bannerCallout .flexContainer > .calloutButtons div[class*="portlet"] { display:table-cell; height: auto; }
.designMode #bannerCallout .flexContainer > .calloutTitle div { width: 100%; }
#bannerCallout .pb-controls, 
#bannerCallout .portletBox-icon, 
#bannerCallout .pb-controls { display:table-cell !important; }
#theme .PO-wrapper { color: #000; }
#theme .PO-wrapper li { list-style-type:none; }
#theme .PO-wrapper a,
#theme .PO-wrapper a:hover,
#theme a.TL-btn,
#theme a.TL-btn.TL-addItem,
#theme a.TL-btn.TL-toggleButton { color: #fff; }
#theme .reEditorModes .reMode_design, 
#theme .reEditorModes .reMode_html, 
#theme .reEditorModes .reTool { color: #000; font-weight: 400; }
#theme a.TL-fileBrowse, 
#theme a.TL-fileBrowse:hover { color:initial; }
#theme a.TL-fileRemove { color:#e74c3c !important; }
.loggedIn #content .feature .text { background-color:transparent none; }
.cse .gsc-search-button input.gsc-search-button-v2, 
input.gsc-search-button-v2 { width: auto; height: auto; } 
.designMode div[id*="RemovePortletAgreement"] img { padding:25px 0 0 15px; }
.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage { padding:25px 15px 0; }
.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage h2 { margin:0; color:#252525; }
.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage h4 { margin:5px 0 20px; color:#757575; }
.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage p { padding:0 0 10px; color:#454545; }
.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelMessage p:last-child { padding:0; }
.designMode div[id*="RemovePortletAgreement"] .ptlConfirmDelButton { padding-right:15px; }

/*Administration top bar fixes*/
.CMS_adminBar *, .CMS_DragDropWrapper *, div.contentDiv *, table, table *, tr, tr *, td, td * { 	
	-moz-box-sizing: initial !important;
	-webkit-box-sizing: initial !important;
	box-sizing: initial !important;  }

/*site render table, vertical listed links on parent landing pages fix*/
table.site_render_table_row { margin-bottom:10px; }

/* Site Container */
#template .container { margin: 0 auto; max-width: 100%; }

/* Phone */
#topBar a::before { display:inline-block; margin:-2px 5px 0 0; -webkit-transform:none; transform:none; -webkit-transition:transform 0.35s ease; transition:transform 0.35s ease; vertical-align:middle; }
#topBar a:hover::before, 
#topBar a:focus::before { -webkit-transform:translateY(-3px); transform:translateY(-3px); }

/* Utility Navigation Links */
#links .PublishedLinkMenu { text-align: center;}
#links .PublishedLinkMenu li { margin:0; float:none;}
#links .PublishedLinkMenu a { display:block; padding:10px 0; -webkit-transition:opacity 0.35s ease; transition:opacity 0.35s ease; font-size:.9em; }
#links .PublishedLinkMenu li:last-child a { margin:0; }

#topBar .phone a { display:block; padding:10px 0; -webkit-transition:opacity 0.35s ease; transition:opacity 0.35s ease; font-size:.9em; text-decoration:none; }

/* Custom .gscb_a{    display: inline !important;}
Search */
.searchBox { -webkit-transition:all 0.5s ease; transition:all 0.5s ease; width:260px; margin:0 auto; border-left:transparent 1px solid; }
.searchBox > div { height:100%; margin:0; }
.searchBox input:focus::placeholder { color:transparent; }
.searchBox .gsc-search-box-tools.gsc-search-box { margin:0; }
.searchBox .gsc-search-box-tools.gsc-search-box table { height:100%; margin:0; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button { -webkit-transition:background 0.35s ease; transition:background 0.35s ease; width:45px; height:100%; border-left:transparent 1px solid; text-align:center; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button input { width:15px; height:15px; margin:0; padding:0; background:none; border:none; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input { padding:0 !important; background-color:transparent !important; background-image:none !important; font-size:14px; text-indent:5px !important; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box { display:block; height:45px; background:none; border:none; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsib_b {text-indent:0 !important;}
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input .gsc-input-box td { padding:0 0 0 0 !important; }
.searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button button { margin:0; padding:15px 15px 15px 10px; background:none; border:none; cursor:pointer; }

.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a { padding-top:0px; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:hover span, .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:focus span { border-color:transparent; }
.searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a span { -webkit-transition:all 0.35s ease; transition:all 0.35s ease; line-height:0.6em; font-size:1em; padding:1px 5px 1px 5px !important; background:transparent; border-radius:3px; border:transparent 1px solid; }

.clearsearch{position: absolute !important;top: 13px;right:55px;opacity:0;}
.editmode .clearsearch{opacity:1;}

#topBar .searchBox .gsc-search-box-tools.gsc-search-box table input{    width: 80% !important;}

.gscb_a{    display: inline !important;}

/* Show Links */
#topBar.headerShow #showLinks { margin:20px auto 0; }
#topBar.headerShow #showLinks a::before,
#topBar.headerShow #showLinks button::before { -webkit-transform:rotate(180deg); transform:rotate(180deg); }

#showLinks button {background: none;border: none;padding: 0;font-size: 0; cursor: pointer;}


/* Show Links (toggles Published Links and Search on mobile) */
#showLinks { border-top:transparent 1px solid; text-align:center;    border-color: #5589a1; }
#showLinks a::before,
#showLinks button::before { display:block; padding:12px 0; content:'\f078'; -webkit-transition:transform 0.5s ease; transition:transform 0.5s ease; font-family:'FontAwesome'; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; font-size:16px; line-height:1em; text-rendering:auto; }

/* Header Info */
#headerInfo ul { margin: 0; padding: 0; }
#headerInfo .flexContainer { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 20px 25px; }

/* Logo */
#logo { max-width:500px; padding: 15px 0 25px; }
#logo a { display:block; }
#logo img { display: block; max-width:500px; width: 100%;}

/* Header Locations */
#contact { display: none; }

/* Social Navigation */
.socialNavigation { padding: 10px 0 0; width: 100%; }
.socialNavigation ul { text-align: center; }
.socialNavigation ul li { display: inline-block; margin: 0 .1em .2em; }
.socialNavigation ul li:empty { display: none; }
.socialNavigation ul li a { border-style: solid; border-width: 1px; border-radius: 0; height: 1.75em; line-height: 1.75em; width: 1.75em; display: block; text-align: center; opacity: .65; -webkit-transition: opacity .3s ease-in; transition: opacity .3s ease-in; }
.socialNavigation ul li a:hover,
.socialNavigation ul li a:focus { opacity: 1; }

/* Mobile Menu */
.mobileMenu { display:block; position:absolute; right:0; top:auto; width:auto; padding:8px 20px; text-align:right; font-size:1em; z-index:15; }
.mobileMenu em { padding:0 8px 0 0; }
html.mm-opened .mm-page { -webkit-box-shadow:none !important; box-shadow:none !important; }
nav.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), nav.mm-menu .mm-list > li.mm-selected > span { background: none; }
.mm-list > li > a { text-transform: uppercase; }

/* Primary Navigation */
#primaryNavigation { display:none; }

/* Banner */
#banner > .container > .flexContainer { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/* Banner Slideshow */
#bannerSlideshow { border-right: none; }
#bannerSlideshow .slider.ab2017 figcaption { bottom: 0; padding: 15px 30px; text-align: center; width: 100%; max-width: 100%; }
#bannerSlideshow .slider.ab2017 figcaption:empty { padding: 0;}
#banner .slider.ab2017 figcaption * { margin: 0; padding: 0; }
#banner .slider.ab2017 figcaption a { display: inline-block;}

#bannerSlideshow .slider.ab2017 .cycle-prev, 
#bannerSlideshow .slider.ab2017 .cycle-next { right: auto; height: 2.25em; width: 2.25em;}

#bannerSlideshow .slider.ab2017 .cycle-slideshow ol.selector { display: none; height: 20px; position: static; }
#bannerSlideshow .slider.ab2017 ol.selector li span { border-radius: 0; margin: 0; height: 10px; width: 20px; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
#bannerSlideshow .slider.ab2017 ol.selector li.selected span,
#bannerSlideshow .slider.ab2017 ol.selector li a:hover span,
#bannerSlideshow .slider.ab2017 ol.selector li a:focus span { height: 30px; -webkit-transition: all .25s ease; transition: all .25s ease; }
#theme #bannerSlideshow .slider.ab2017 ol.selector li a {display:block; margin: 0 4px; }

/* Banner Callouts */
#bannerCallout { margin-top: .5em; width: 100%; }
#bannerCallout .flexContainer { -ms-flex-line-pack: stretch; align-content: stretch; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; }

/* Banner Callout Title */
#bannerCallout .flexContainer .calloutTitle p { font-size: 1.5em; padding: 0 0 .5em 0;}
#bannerCallout .flexContainer .calloutTitle {-webkit-box-align: center;-ms-flex-align: center;align-items: center; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 1em .5em; margin-bottom: .5em; text-align: center; width: 100%; }

/* Banner Callout Buttons */
#bannerCallout .flexContainer .calloutButtons,
#bannerCallout .flexContainer .calloutButtons .textOnly,
#bannerCallout .flexContainer .calloutButtons .textOnly ul { width: 100%; }
#bannerCallout .calloutContainer ul.buttons { margin: 0; padding: 0;}
#bannerCallout .calloutContainer ul.buttons li { margin-bottom: .5em; display:-webkit-box; display:-ms-flexbox; display:flex; width: 100%; }
#bannerCallout .calloutContainer ul.buttons li:last-child {margin-bottom: 0; }
#bannerCallout .calloutContainer ul.buttons > li.calloutItem a { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display:-webkit-box; display:-ms-flexbox; display:flex; font-size: 1.25em; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 1em; -webkit-transition: all .25s ease; transition: all .25s ease; width: 100%; }
#bannerCallout .calloutContainer ul.buttons > li.calloutItem a:hover,
#bannerCallout .calloutContainer ul.buttons > li.calloutItem a:focus { -webkit-box-shadow: none; box-shadow: none; }

/* Content */
#content { padding: 30px 0; }
#content .homePageLeft { margin: 0 0 5% 0; }
#content .homePageRight .ptl_portlet_vertical { margin: 0 0 10% 0; }
.homepage #content .wrapper,
.subpage #content .wrapper { margin: 0 20px; }

/* Content Side Calendar */
#content .upcomingEvents.largeDate a .eventDate { background: none; position: relative; }
#content .upcomingEvents.largeDate a .eventDate::before,
#content .upcomingEvents.largeDate a .eventDate::after { content: ''; height: 100%; left: 0; top: 0; position: absolute; -webkit-transform-origin: center; transform-origin: center; width: 100%; }
#content .upcomingEvents.largeDate a .eventDate::before { border-bottom-style: solid; border-bottom-width: 1px; border-top-style: solid; border-top-width: 1px; -webkit-transform: scale3d(0,1,1); transform: scale3d(0,1,1); }
#content .upcomingEvents.largeDate a .eventDate::after { border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1); }
#content .upcomingEvents.largeDate .event:hover .eventDate::before,
#content .upcomingEvents.largeDate .event:hover .eventDate::after,
#content .upcomingEvents.largeDate .event:focus .eventDate::before,
#content .upcomingEvents.largeDate .event:focus .eventDate::after { content: ''; height: 100%; position: absolute;  -webkit-transform: scale3d(1,1,1);  transform: scale3d(1,1,1); -webkit-transition: -webkit-transform 0.5s; transition: -webkit-transform 0.5s; transition: transform 0.5s; transition: transform 0.5s, -webkit-transform 0.5s; width: 100%;  }
#content .upcomingEvents.largeDate { margin: 0 auto; width: 80%; }
#content .upcomingEvents.largeDate .event { margin: 20px 0; }
#content .upcomingEvents.largeDate h3 { border-bottom-style: solid; border-bottom-width: 1px; padding-bottom: 10px; }
#content .upcomingEvents.largeDate .eventsList .inside { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display:-webkit-box; display:-ms-flexbox; display:flex; }
#content .upcomingEvents.largeDate .eventName { letter-spacing: 0; }
#content .upcomingEvents.largeDate .event,
#content .upcomingEvents.largeDate .eventDate, 
#content .upcomingEvents.largeDate .eventDetails { font-size: 1em; }

/* Content Side Features */
#content .homePageRight .feature  { display:-webkit-box; display:-ms-flexbox; display:flex; margin: 0 0 30px 0; -ms-flex-pack: distribute; justify-content: space-around; padding: 0 10px 20px 0; }
#content .homePageRight .feature ul { margin: 0; padding: 0 0 0 15px; }
#content .homePageRight .feature .text { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; }
#content .homePageRight .feature .text h2 { font-size: 1.5em; }
#content .homePageRight .feature .text p { padding: 0; }
#content .homePageRight .feature .text p:empty { display: none;}
#content .homePageRight .feature .image { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 10px 0 0;}
#content .homePageRight .feature .image img { max-width: 100px; -webkit-transition: opacity .3s ease-in; transition: opacity .3s ease-in; }
#content .homePageRight .feature .image a:hover img,
#content .homePageRight .feature .image a:focus img { opacity: .5; }
#content .homePageRight .feature .text a.more { display: inline-block; margin-top: 5px; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; padding: .25em .35em; }

/* Feature Feed */
#feed, .feed { margin: 0 0 .5em;}
#feed .featureWrapper, .feed .featureWrapper { display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#feed .feature, .feed .feature { -webkit-box-flex: 1; -ms-flex: 1 250px; flex: 1 250px; -ms-flex-wrap: nowrap; flex-wrap: nowrap; margin: .25em; }
#feed .feature h2, #theme .feed .feature h2 { border-bottom-style: solid; border-bottom-width: 1px; font-size: 1.5em; margin: 0 0 20px 0; letter-spacing: 0.02em; padding: 0 0 10px 0; }
#feed .feature p:empty, .feed .feature p:empty { display: none; }
#feed .feature .image, .feed .feature .image { background-color: #fff; }
#feed .feature .image a:hover img,
#feed .feature .image a:focus img, 
.feed .feature .image a:hover img,
.feed .feature .image a:focus img { opacity: .5; }
#feed .feature .image a, .feed .feature .image a { display: block; }
#feed .feature .image img, .feed .feature .image img { display: block; -webkit-transition: opacity .3s ease-in; transition: opacity .3s ease-in; }
#feed .feature .text, .feed .feature .text { padding: 30px; }
#feed .feature .text a.more, .feed .feature .text a.more { display: inline-block; font-size: .9em; padding: 10px 15px; text-transform: uppercase; -webkit-transition:all 0.15s ease; transition: all 0.15s ease; vertical-align: middle; }
#feed .feature .text a.more:hover,
#feed .feature .text a.more:focus,
.feed .feature .text a.more:hover,
.feed .feature .text a.more:focus{ -webkit-transition: all .25s ease; transition: all .25s ease; }


/* Blog Feed */
#feed #homeNewsWrapper.divided .newsList, .feed #homeNewsWrapper.divided .newsList { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#feed #homeNewsWrapper.divided .newsList .newsItem, .feed #homeNewsWrapper.divided .newsList .newsItem { margin: .25em; padding: 0; }
#feed .newsList a, .feed .newsList a { display: block; }
#feed .newsList a .inside .image, .feed .newsList a .inside .image { background-color: #fff; }
#feed .newsList a:hover img,
#feed .newsList a:focus img,
.feed .newsList a:hover img,
.feed .newsList a:focus img{ opacity: .5; }
#feed .newsList a img, .feed .newsList a img { backface-visibility: hidden; display: block; -webkit-transition: opacity .3s ease-in; transition: opacity .3s ease-in; }
#feed .newsList .inside .newsDate, .feed .newsList .inside .newsDate { font-size: .9em; letter-spacing: 0.02em; margin-bottom: 5px; text-transform: uppercase; }
#feed .newsList .newsTitle h3, #theme .feed .newsList .newsTitle h3 { border-bottom-style: solid; border-bottom-width: 1px; font-size: 1.5em; margin: 0 0 20px 0; letter-spacing: 0.02em; padding: 0 0 10px 0; }
#feed .newsList .text, .feed .newsList .text { padding: 30px; }
#feed .newsList .newsContent .readMore, .feed .newsList .newsContent .readMore { display: inline-block; font-size: .9em; margin-top: 10px; padding: 10px 15px; text-transform: uppercase; -webkit-transition:all 0.15s ease; transition: all 0.15s ease; vertical-align: middle; }
#feed .newsList .newsContent .readMore:hover,
#feed .newsList .newsContent .readMore:focus,
.feed .newsList .newsContent .readMore:hover,
.feed .newsList .newsContent .readMore:focus{ -webkit-transition: all .25s ease; transition: all .25s ease; }

/* Blog Page */
#content #news_content_body #featured_image { float: right; padding: 0 0 30px 30px; max-width: 350px;}
#content #news_content_date { border-bottom-style: solid; border-bottom-width: 1px; font-size: .9em; margin: 0 0 20px; padding: 0 0 10px; text-transform: uppercase; }

/* Interior Pages */
#overview { padding: 10% 2% 2%; }
.subpage #sidePanel { display: none; }
.subpage #page { padding-bottom: 4em; }

/* Interior Side Panel */
#inside-nav { margin:0 0 30px; }
#inside-nav .sidenav-slide { padding-bottom: 20px;}
#inside-nav div { padding: 0; }
#inside-nav .currentparent > a { border-bottom-style: solid; border-bottom-width: 1px; font-size:1.5rem; margin-bottom: 20px; padding: 10px 20px 10px 15px !important; -webkit-transition: all .25s ease; transition: all .25s ease; }
#inside-nav .currentparent > a:hover,
#inside-nav .currentparent > a:focus { padding-left: 30px !important; }
#inside-nav div a { display:block; font-size:1rem; padding: 10px 20px 10px 15px !important; -webkit-transition: all .25s ease; transition: all .25s ease; }
#inside-nav div a:hover, 
#inside-nav div a:focus { -webkit-transition: all .25s ease; transition: all .25s ease; }
#inside-nav div.currentpage {text-decoration: none;}

/* - Staff Page - */
#staffDirectory { margin:50px 0 0; }
#staffDirectory.staffLeft .feature, #staffDirectory.staffRight .feature, #staffDirectory.staffAlt .feature { padding:0 0 30px; margin:0 0 40px; border-bottom:transparent 1px solid; }
#staffDirectory.staffCol .featureWrapper { text-align:center; }
#staffDirectory.staffCol .feature { margin:0 0 35px; padding:20px; }
#staffDirectory .contentPortlet { margin:0 auto 15px; text-align:center; }
#staffDirectory .feature h2 { padding:0; margin:0 0 5px; }
#staffDirectory .feature h3 { margin:0; font-size:1em; }
#staffDirectory .feature ul { padding:0; }
#staffDirectory .feature li { padding:0; list-style-type:none; }

/* - Gallery Portlet - */
#theme .galleryContainer { max-width: none; border:none; }
#theme .photoGallery .galleryContainer .galleryBreadcrumb, #theme .photoGallery .galleryContainer .galleryBreadcrumb .galleryCrumb, #theme .photoGallery .galleryContainer .galleryBreadcrumb .galleryAlbumNavLink { font-size:.85rem; }
#theme .photoGallery .sliderWrapper { padding:0 !important; }
#content .photoGallery ul, #template .photoGallery li { margin:0; padding:0; list-style:none; }
#theme .flexslider a { line-height:1; }
#theme .photoGallery .sliderThumbs { margin:35px 0 0; }
#theme .photoGallery .sliderThumbs .flex-viewport { margin:0 50px; max-width:100% !important; }
#theme .photoGallery .flex-direction-nav a { width:auto; height:auto; margin:0; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
#theme .photoGallery .flex-direction-nav a.flex-prev { left:0; }
#theme .photoGallery .flex-direction-nav a.flex-next { right:0; }

/*photo gallery fixes*/
#content .sliderThumbs ul li, #content ul.flex-direction-nav li, #content .flexslider li { list-style-type:none; padding:0; }
#content ul.slides { list-style-type:none; padding:0; margin:0; }

/* Map */
#template .mapMarkClass, #theme .mapMarkClass a { font-size:1em; }
#template .mapMarkClass h1 { margin:0 0 5px; font-size:1.35em; }
#template .mapMarkClass div.phone { margin:5px 0 0; }
#template .mapMarkClass a {display:inline-block;margin:10px 0 0;padding:3px 5px;border:transparent 2px solid;transition:all .25s ease;}
#template .mapMarkClass a:hover,
#template .mapMarkClass a:focus { background-color: transparent;}

/* Landing Page Menu */
#theme .site_render_table .site_render_table_row { margin:0 0 .75rem; }

/* Dear Doctor */
#template .dd-articles { padding:20px; }
#template .dd-article { padding:10px 0; }
#template .dd-article .dd-title { margin:0 0 .5em; padding:0; }
#template .dd-article .dd-title, #template .dd-article .dd-title:hover, #template .dd-article .dd-title:focus { box-shadow:none; }
#template .dd-article p {font-size:.95em;}

/* Content Images */
.photo { display:block; width:100%; margin:20px auto; }
.photoRight { max-width:40%; margin:0 0 10px 20px; }
.photoLeft { max-width:40%; margin:0 20px 10px 0; }

/* - Secure Form Portlet - */
.secureform { border-style: solid; border-width: 1px; }
.secureform #dvViewMode { background:none; border-radius:unset; border:none; -webkit-box-shadow:none; box-shadow:none; }
.secureform #dvViewBody h2 { text-align:left; }
.secureform #dvViewBody input, .secureform #dvViewBody fieldset { border-radius:unset; }
.secureform #dvViewBody fieldset { border:transparent 1px solid; }
.secureform #dvViewBody fieldset span[style*="float"] { float:none !important; }
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) { -webkit-transition:all 0.35s ease; transition:all 0.35s ease; height:2em; border:none; outline-offset:unset; font-size:1rem; }
.secureform #dvViewBody input[type="radio"], .secureform #dvViewBody input[type="checkbox"] { display:inline-block; position:relative; width:1.25rem; height:1.25rem; margin:0 5px; cursor:pointer; opacity:.65; vertical-align:middle; }
.secureform #dvViewBody input[type="radio"]:hover, .secureform #dvViewBody input[type="radio"]:focus, .secureform #dvViewBody input[type="checkbox"]:hover, .secureform #dvViewBody input[type="checkbox"]:focus { outline:none; opacity:1; }
.secureform #dvViewBody input[type="radio"]:checked, .secureform #dvViewBody input[type="checkbox"]:checked { opacity:1; }
.secureform #dvViewBody input[type="radio"]:checked::after, .secureform #dvViewBody input[type="checkbox"]:checked::after { position:absolute; top:50%; left:50%; width:calc(65% - 4px); height:calc(65% - 4px); content:' '; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.secureform #dvViewBody input[type="radio"]::before, .secureform #dvViewBody input[type="checkbox"]::before { display:block; width:100%; height:100%; content:' '; border:transparent 2px solid; border-color: #818181;}
.secureform #dvViewBody input[type="radio"]::before, .secureform #dvViewBody input[type="radio"]::after { border-radius:50%; }
.secureform #dvViewBody input[type="submit"] { margin:25px 5px 0; padding:.85em 1em; outline:none; cursor:pointer; border:none; -webkit-transition:all 0.35s ease; transition:all 0.35s ease; letter-spacing:0.025em; text-transform:uppercase; }

/* Informative Animations */
#theme .featureTitle h2, 
#theme div[id*="Wrapper"] .featureTitle h2 { font-size:1.35em !important; }
#theme .titleRow {border-bottom: none;}
#theme .titleRow h3 { font-size:1.25em !important; }
#theme #beforeAfterWrapper .footer {font-size: 1rem; padding: 10px;}
#theme #footer, 
#theme .footer, 
#theme .contentText .featureFooter { font-size:1rem; border-top:transparent 1px solid; padding: 10px; }
#theme #footer a, 
#theme .footer a, 
#theme .contentText .featureFooter a { font-size:.75em !important; line-height:1.6 !important;}
#theme div[class*="modal-content"] p {line-height:1.6 !important;}
#theme div[class*="modal-content"] .close { font-size:1.65em; }
#theme div[class*="modal-content"], 
#theme .body .rightCol, 
#theme .wisdomTeethAudio { background-color: #fafafa; }
#theme .body .rightCol .contentWrapper p { font-size:1em; line-height:1.6 !important;}
#theme div[id*="Wrapper"] .body > ul.buttonCol li[class*="Button"], 
#theme div[id*="Wrapper"] .body > ul[class*="ButtonCol"] li[class*="Button"] { padding: 10px 0; }
#theme #cycleButtons li.activeTab,
#theme #cycle2Buttons li.activeTab { box-shadow: none; }
#theme div.crownImage {line-height: inherit;}
#theme #typesOfBracesWrapper img {display: inline-block;}
#theme div.wisdomTeethAudio {padding: 15px 0;}
#theme #partsOfBracesWrapper .partsOfBracesAudio,
#theme #orthoHygieneWrapper .orthoHygieneAudio,
#theme #OrthoEmergenciesWrapper .emergencyInfoAudio,
#theme #crownWrapper .crownAudio,
#theme #commonProblemsWrapper .commonProblemsAudio,
#theme #beforeAfterWrapper .beforeAfterAudio {padding: 5px 0 15px;}
#theme #dentalHygieneWrapper .dentalHygieneAudio {padding: 10px 0 0;}

/* --- Blog Styles --- */
div#news-summary .row { margin-bottom: 35px; padding-bottom: 30px; border-bottom: transparent 1px solid; }
div#news_content_title { margin:0; }
div#news-summary .content a.read-more { display: inline-block; margin:10px 0 0; padding:6px 10px; -webkit-transition: all 0.25s ease; transition: all 0.25s ease; border: transparent 2px solid; font-size: .75em; letter-spacing:.025em; text-transform:uppercase; }
div#news-summary .content a.read-more:hover, div#news-summary .content a.read-more:focus { background:none; }
div#news-summary .content a.title { padding: 0 15px 0 0; -webkit-transition:all .25s ease; transition:all .25s ease; }
div#news-summary .content a.title:hover { padding: 0 0 0 15px; text-decoration:none; }
div#news-summary .content .date, div#news_content_date { margin:0 0 6px; font-size:.9em; }
div#news_content_body { font-size:1rem; padding:0 0 20px; }
div#news_content_body #featured_image { max-width:100%; width:100%; }

/* Color Palette Callouts*/
.subpage .calloutContainer.standard ul.buttons { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; }
.subpage .calloutContainer.standard .calloutItem { -webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%; padding:0 15px; margin:0 0 30px; }
.subpage .calloutContainer.standard .calloutItem a, .subpage .calloutContainer.standard .calloutItem a:hover, .subpage .calloutContainer.standard .calloutItem a:focus { position:relative; padding:0; background:none; box-shadow:none; }
.subpage .calloutContainer.standard .calloutItem a span { display:block; width:100%; }
.subpage .calloutContainer.standard .calloutItem a span.image { position:relative; }
.subpage .calloutContainer.standard .calloutItem a span.image::before { display:block; position:absolute; top:50%; left:50%; z-index:5; -webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0); content: '\f06e'; font-family:'FontAwesome'; font-size:3.5em; font-weight: 400; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; text-align:center; text-rendering:auto; opacity:0; -webkit-transition: all .5s ease; transition: all .5s ease; }
.subpage .calloutContainer.standard .calloutItem a:hover span.image::before, .subpage .calloutContainer.standard .calloutItem a:focus span.image::before { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); opacity:1; }
.subpage .calloutContainer.standard .calloutItem a span.image img { display:block; max-height:none; opacity:1; -webkit-transition:opacity .5s ease; transition:opacity .5s ease; }
.subpage .calloutContainer.standard .calloutItem a:hover span.image img, .subpage .calloutContainer.standard .calloutItem a:focus span.image img { opacity:.15; }
.subpage .calloutContainer.standard .calloutItem a span.text { padding:.5em; text-align:center; }


/* Footer */
.subpage #footer { border-top-style: solid; border-top-width: 5px; }
#footerNav { display: none; }
#footerLocations { padding: 25px 10px 20px; text-align: center; }
#footerLocations p.companyName { font-size: 1.25em; padding: 0; }
#footerLocations span { font-size: .9em; padding-right: 5px; line-height:1.65em;}
#footerLocations ul { margin: 0; padding: 0; }
#footerLocations .locationName { display: none; }
#footerPolicy { border-top-style: solid; border-top-width: 1px; padding: 20px 10px; text-align: center; text-transform: uppercase; }
#footerPolicy p { padding: 0; }
#footerPolicy a,
#footerPolicy a.admin_menu { font-size: 12px; text-decoration: none; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; padding: .25em .35em; }
#footerPolicy span { font-size: 12px; }

/* Back to Top */
#back-to-top { display: none; }



/* === Breakpoints === */
/* ------ Mobile ------ */
@media screen and (min-width:475px) { 

/* Banner Callout Buttons */
#bannerCallout .calloutContainer ul.buttons, #bannerCallout > .flexContainer > .calloutButtons div { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; width: 100%; }
#bannerCallout { margin-top: .5em; }
#bannerCallout .flexContainer { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
#bannerCallout .flexContainer .calloutTitle { margin: 0 .5em 0 0; }
	
}


/* ------ Tablets and Small Screens ------ */
@media screen and (min-width:768px) {
	

/* Banner */
#banner > .container > .flexContainer { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
#bannerCallout .flexContainer .calloutTitle { padding: .75em;}
#bannerSlideshow { -webkit-box-flex: 2; -ms-flex: 2; flex: 2; margin-right: .5em;}
#bannerCallout { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; margin-top: 0;}
#bannerCallout .flexContainer { -ms-flex-wrap: wrap; flex-wrap: wrap; }
#bannerCallout .flexContainer .calloutTitle { margin: 0 0 .5em 0; }
	
#bannerSlideshow .slider.ab2017 .cycle-prev, 
#bannerSlideshow .slider.ab2017 .cycle-next { display: none !important; }
	
/* Banner Figcaption */
#banner .slider.ab2017 figcaption { padding: 20px 155px 25px 25px; text-align: left; }
#banner .slider.ab2017 figcaption,
#banner .slider.ab2017 figcaption * { font-size: 1.4rem; }	
#bannerSlideshow .slider.ab2017 .cycle-slideshow ol.selector { bottom: 0 !important; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; left: 0; padding: 0; position: absolute; width: 100%; }
	
/* Blog Feed */
#feed #homeNewsWrapper.divided .newsList, .feed #homeNewsWrapper.divided .newsList { -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
#feed #homeNewsWrapper.divided .newsList .newsItem, .feed #homeNewsWrapper.divided .newsList .newsItem { margin: 0 .5em 0 0; -webkit-box-flex: 1; -ms-flex: 1 300px; flex: 1 300px; }
#feed #homeNewsWrapper.divided .newsList .newsItem:last-child, .feed #homeNewsWrapper.divided .newsList .newsItem:last-child { margin-right: 0;}

/* Feature Feed */
#feed .feature, .feed .feature { margin: 0 .5em 0 0;}
#feed .feature:last-child, .feed .feature:last-child { margin-right: 0;}

/* Homepage Layout */
#content { padding: 60px 0; }
#content .homePageLeft { display: inline-block; width: 60%; vertical-align: top; }
#content .homePageRight { display: inline-block; margin: 0 0 0 5%; width: 35%; vertical-align: top; }
	
#content .feature .text a.more { display: block; }
	
/* Interior Page Layout */
.subpage #sidePanel { display: inline-block; vertical-align: top; width: 25%; }
.subpage #page {    display: inline-block;
    margin: 0 0 0 4.6%;
    vertical-align: top;
    width: 70%; }

/* Color Palette Callouts*/
.subpage .calloutContainer.standard .calloutItem { -webkit-box-flex:0;-ms-flex:0 1 25%;flex:0 1 25%;  }
	
/* Secure Form */
.secureform #dvViewMode { border:transparent 1px solid; }
	
/* Map */
.map { margin-bottom:3%; min-height:300px; }
	
/* Footer */
.subpage #footer { border-top: none;}
#footerNav { display: block; margin: 0 0 25px 0;}
#footerNav .footerNav { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0; }
#footerNav .footerNav ul { margin: 0; padding: 0; }
#footerNav .footerNav li { list-style: none; }
#footerNav .footerNav li a { display: block; font-size: 1em; padding: 15px; text-transform: uppercase; -webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

}

@media screen and (max-width: 768px) { 
/*slideshow fix*/ 
div.slider.simple figcaption { position:relative; } 
.cycle-slideshow .cycle-slide { display: none !important; position: relative !important;} 
.cycle-slideshow .cycle-slide-active { display: block !important; }  

}

@media screen and (min-width:990px) { 
#topBar .searchBox { -webkit-box-shadow:none; box-shadow:none; height:100%; margin:0; background:none; }
}

@media screen and (max-width:989px) { 
#topBar.headerHide #links { -webkit-transform:translateY(-500%); transform:translateY(-500%); height:0; margin:0; padding:0; opacity:0; }
#topBar.headerHide #links .PublishedLinkMenu a, #topBar.headerHide #links .PublishedLinkMenu a::before { padding:0; font-size:0; }
#topBar.headerHide .searchBox { -webkit-transform:translateY(-500%); transform:translateY(-500%); height:0; opacity:0; }
#topBar.headerHide .searchBox .gsc-search-box-tools .gsc-search-box .gsc-input { opacity:0; font-size:0; }
#topBar.headerHide .searchBox td.gsc-search-button input { opacity:0; font-size:0; }
#topBar.headerShow .phone { border-bottom:transparent 1px solid; }
#topBar.headerShow #links { padding:1em 0 0; -webkit-transform:translateY(0); transform:translateY(0); border-top:transparent 1px solid; }
#topBar.headerShow .searchBox { -webkit-transform:translateY(0); transform:translateY(0); margin:15px auto 0; }
#topBar > div { padding:5px 0 0; }
#topBar .phone { padding:0 20px; }
#banner #bannerAssist #assistText { text-align:center; }
}


@media screen and (max-width:1023px) { 
#topBar.headerHide #links { height:0; margin:0; padding:0; opacity:0; -webkit-transform:translateY(-500%); transform:translateY(-500%); }
#topBar.headerHide #links .PublishedLinkMenu a, 
#topBar.headerHide #links .PublishedLinkMenu a::before { padding:0; font-size:0; }
#topBar.headerHide .searchBox { height:0; opacity:0; -webkit-transform:translateY(-500%); transform:translateY(-500%); }
#topBar.headerHide .searchBox .gsc-search-box-tools .gsc-search-box .gsc-input { opacity:0; font-size:0; }
#topBar.headerHide .searchBox td.gsc-search-button input { opacity:0; font-size:0; }
#topBar.headerShow #links { border-top-width: 1px; border-top-style: solid; -webkit-transform:translateY(0); transform:translateY(0); }
#topBar.headerShow .searchBox { margin:15px auto 0; -webkit-transform:translateY(0); transform:translateY(0); }
#topBar > div { padding:5px 0 0; }
#topBar .phone { padding:0 20px; }
#links { margin:5px 0 0; padding:10px 20px; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; text-align:center; }
	
	
}

/* ------ Desktop ------ */
@media screen and (min-width:1024px) {
	
#template .container { max-width: 90%;}
	
/* Typography */
#theme h1 { font-size:2.25em; }
#theme h2, 
div#news-summary .content a.title, 
div#news_content_title { font-size:1.5em; }
#theme h3 { font-size:1.25em; }
	
/* Top Bar */
#topBar .flexContainer { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:flex-end; }
	
#topBar .phone { display:inline-block; vertical-align:middle; }
#topBar .phone a { margin:0 20px 0 0; }
#links { display:inline-block; vertical-align:middle; }
#links .PublishedLinkMenu { margin:0; padding:0; border:none; text-align:left; }
#links .PublishedLinkMenu li { display:inline-block; vertical-align:middle; }
#links .PublishedLinkMenu li a { margin:0 20px 0 0; }
#links .PublishedLinkMenu li:last-child a { margin:0 20px 0 0;}
#showLinks { display:none; }
	
/* Logo */
#logo { padding: 0; }
#logo img { max-width:500px; }
	
/* Social Navigation */
.socialNavigation { padding: 0; position: fixed; right: 0; top: 255px; width: auto; z-index: 2; }
.socialNavigation ul li { display: block; }
.socialNavigation ul li a { height: 2em; line-height: 2em; margin: 0; -webkit-transition: all .25s ease; transition: all .25s ease; width: 2em; }
	
/* Mobile Menu */
.mobileMenu { display: none !important; }
	
#headerInfo { padding: 40px 0 50px; }
#headerInfo .flexContainer { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: nowrap; flex-wrap: nowrap; padding: 0; }
	
/* Header Locations */
#contact { display: block; margin-left: auto;}
#headerInfo .locations ul { padding-right: 10px; text-align: right; }
#headerInfo .locations li { font-size: 1em; list-style: none; padding: 2px 0; }
#headerInfo .locations li.title { font-size: 1.5em; line-height: 1.3em; margin: 10px 0 0; padding: 0; -webkit-transition: color .2s ease; transition: color .2s ease; }
#headerInfo .locations li.title:first-child,
#headerInfo .locations li.title:first-child a { margin: 0; }

#headerInfo .locations li a { -webkit-transition: all .25s ease; transition: all .25s ease; }
#headerInfo .locations li.address a::before { display:inline-block; content: '\f041'; font-family: 'FontAwesome'; font-weight: 400; margin:-3px 6px 0 0; -webkit-transform:none; transform:none; -webkit-transition:transform 0.35s ease; transition:transform 0.35s ease; line-height:1em; vertical-align:middle; }
#headerInfo .locations li.address a:hover::before, 
#headerInfo .locations li.address a:focus::before { -webkit-transform:translateY(-3px); transform:translateY(-3px); }
	
/* Primary Navigation */
#primaryNavigation { border-top-style: solid; border-top-width: 1px; display: block; }
#primaryNavigation .RadMenu { float: none; }
#primaryNavigation div.RadMenu > ul { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; }
#primaryNavigation div.RadMenu > ul > li > a { display: block; font-size: 1.2em; padding: 20px 10px; text-transform: uppercase; -webkit-transition: all .25s ease; transition: all .25s ease; }
#primaryNavigation div.RadMenu > ul > li > a span { padding: 0; }
#primaryNavigation div.RadMenu > ul > li:hover > a,
#primaryNavigation div.RadMenu > ul > li:focus > a,
#primaryNavigation div.RadMenu > ul > li > a:focus { -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }

/* Drop Down Menu */
#primaryNavigation div.RadMenu > ul ul { padding: 0; width: 240px; }
#primaryNavigation div.RadMenu > ul ul li { overflow: hidden; width: 100%; }
#primaryNavigation div.RadMenu > ul ul li:hover { max-height: 80px; }
#primaryNavigation div.RadMenu > ul ul li a { font-size: 1em; line-height: 1em; margin: 0; padding: 10px 15px; -webkit-transition: all .25s ease; transition: all .25s ease; width: auto !important; }
#primaryNavigation div.RadMenu > ul ul li a span { margin: 0; padding: 0 !important; }
	
/* Third Menu */
#primaryNavigation div > ul ul li > a[aria-haspopup="true"]::after { position:absolute; top:0; right:0; text-align:center; line-height:2.5em; display:block; height:100%; padding:0 10px; content:'\f054'; font-family:'FontAwesome'; text-rendering:auto; font-size:inherit; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
 #primaryNavigation div > ul ul li:hover { overflow:visible; }
 #primaryNavigation div > ul ul li:hover > ul > li, #primaryNavigation div > ul ul li:hover a:focus + ul > li { max-height:80px; -webkit-transition:all 0.5s ease-out 0.1s; transition:all 0.5s ease-out 0.1s; }
 #primaryNavigation div > ul ul li a { display:block; position:relative; padding:12px 20px 10px 15px; border-bottom:transparent 1px solid; -webkit-box-shadow:inset 0 0 0 0 transparent; box-shadow:inset 0 0 0 0 transparent; -webkit-transition:all 0.25s ease; transition:all 0.25s ease; font-size:.9em; width:100% !important;}
 #primaryNavigation div > ul ul li a span { display:block; margin:0; padding:0 !important; }
 #primaryNavigation div > ul ul ul { top:0; left:100%; }
 #primaryNavigation div > ul ul ul li a { border-bottom:transparent 1px solid; }
	
#bannerCallout .flexContainer .calloutTitle { padding: .75em 1.5em; }
	
 /* Interior Page Layout */
#overview { padding: 4% 0 1%; }
#overview h1 { margin-left: 15px; }
.subpage #content .wrapper { margin: 0; }
	
 /* Back-to-top */
#back-to-top { border-style: solid; border-width: 1px; -webkit-box-shadow: none; box-shadow: none; display: block; right: 50px; }
#back-to-top::after { border-bottom: 15px solid transparent; }
#back-to-top.fade { opacity:.65; }
#back-to-top.fade:hover, 
#back-to-top.fade:focus { opacity:1; }	
	
}


@media screen and (min-width:1280px) {
	
#template .container { max-width: 80%;}
	
/* Primary Navigation */
#primaryNavigation div.RadMenu > ul > li > a { padding: 20px 15px; }
		
/* Banner */
#bannerCallout .flexContainer .calloutTitle p { font-size: 2.2em; }	
	
/* Content */
#content .homePageLeft { width: 65%; }
#content .homePageRight { width: 30%; }
#content .upcomingEvents.largeDate .eventDate { height: 80px; width: 80px; }
	
}


/* ====== Additions & Fixes ====== */

/*fixes issues with the banner callout area when logged in*/
.loggedIn .zones-portlet-header { width:100% !important; } 
.designMode #template #banner #bannerCallout .calloutButtons .show-chrome-class-selector > div > div { width:100% !important; }
#template #banner .portlet_zone.ui-sortable { display:block; }
#template #banner .portlet_instance { display:block; }
#template #banner div.portletBox-icon { width:auto !important; height:auto !important; }

/*third level menu position on small monitor fix*/
#primaryNavigation div > ul ul li:hover > div.rmSlide, #primaryNavigation div > ul ul li:hover ul { top:0px !important; }

/*published links added to mobile menu patch fix*/
.mobilePublishLink {margin: 20px 0 0;}
.mobilePublishLink li {padding: 5px 20px;}

/*calendar text color fixes*/
#theme #divCalendar a, #theme #divCalendar th, #theme #divCalendar td, #theme div[aria-label="Event Details"] a { color:#28292b; }
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:700|Nunito:400,400i,700,700i");

.left {}
.right {}

.sidenav-slide:empty {
    display: none;
}

/* ====== Start Custom CSS ====== */
#content .homePageLeft {margin:0; width:100%;}
@media screen and (min-width:1280px) {{margin:0; width:100%;}}
@media screen and (min-width:768px) {{margin:0; width:100%;}}
.RadMenu .rmHorizontal > li:first-child {display:none;}
#theme p a.adobe:hover, #theme p a.adobe:focus, #theme p a.file-pdf:hover, #theme p a.file-pdf:focus {box-shadow:none;}
/* ====== End Custom CSS ====== */

/* ====== Base Styles ====== */
body, #template {
  background-color: #ffffff;
  color: #727272;
  font-family: "Nunito", sans-serif;
  font-weight: 400; }

/* --- Typography --- */
h1, h2, h3 {
  color: #a77437;
  font-family: "Libre Baskerville", serif;
  font-weight: 700; }

#content h2 a {
  color: #816529;
  font-weight: 700; }

#content h2 a:hover,
#content h2 a:focus {
  -webkit-box-shadow: inset 0px -2px 0px 0px #816529;
  box-shadow: inset 0px -2px 0px 0px #816529;
  color: #816529; }

h4 {
  color: #a77437;
  font-family: "Nunito", sans-serif;
  font-weight: 700; }

#theme p a {
  color: #816529; }

#theme p a:hover,
#theme p a:focus {
  -webkit-box-shadow: inset 0px -2px 0px 0px #816529;
  box-shadow: inset 0px -2px 0px 0px #816529;
  color: #816529; }

a, #theme a {
  color: #816529;
  font-weight: 700; }

a:hover, a:focus, #theme a:hover, #theme a:focus {
  color: #1b4167; }

#theme .site_render_table a {
  color: #816529;
  font-weight: 700; }

#theme .site_render_table a:hover,
#theme .site_render_table a:focus {
  -webkit-box-shadow: inset 0px -2px 0px 0px #816529;
  box-shadow: inset 0px -2px 0px 0px #816529; }

/* Top Bar */
#topBar {
  background-color: #bccdde; }

/* Utility Navigation Links */
#links a,
#topBar .phone a {
  color: #484e56;
  font-family: "Nunito", sans-serif;
  font-weight: 400; }

#topBar .phone a:hover,
#topBar .phone a:focus {
  color: #484e56; }

#topBar .phone a::before {
  content: url("https://www.newbernderm.com/resourcefiles/common-image/phone.png"); }

/*#links .PublishedLinkMenu li a.arrow::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/arrow.png"); }

#links .PublishedLinkMenu li a.blank::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/blank.png"); }

#links .PublishedLinkMenu li a.calendar::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/calendar.png"); }

#links .PublishedLinkMenu li a.doctor::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/doctor.png"); }

#links .PublishedLinkMenu li a.email::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/email.png"); }

#links .PublishedLinkMenu li a.form::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/form.png"); }

#links .PublishedLinkMenu li a.healthcare::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/healthcare.png"); }

#links .PublishedLinkMenu li a.lock::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/lock.png"); }

#links .PublishedLinkMenu li a.phone::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/phone.png"); }

#links .PublishedLinkMenu li a.pin::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/pin.png"); }

#links .PublishedLinkMenu li a.prize::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/prize.png"); }

#links .PublishedLinkMenu li a.reviews::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/reviews.png"); }

#links .PublishedLinkMenu li a.tooth::before {
  content: url("/common/resources/DesignPortfolio/televox/starterPackage/2017Atlantis/images/icons/pubLinks/tooth.png"); }*/

/* Custom Search */
#topBar .searchBox {
  -webkit-box-shadow: 4px 10px 15px rgba(137, 167, 197, 0.15);
  box-shadow: 4px 10px 15px rgba(137, 167, 197, 0.15);
  background: rgba(72, 78, 86, 0.1);
  border-color: rgba(72, 78, 86, 0.25); }
  #topBar .searchBox input {
    font-family: "Nunito", sans-serif;
    font-weight: 400; }
  #topBar .searchBox ::placeholder {
    color: #484e56; }
  #topBar .searchBox .gsc-search-box-tools.gsc-search-box table input {
    color: #484e56; }
  #topBar .searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button {
    background: #7a848d;
    border-color: rgba(72, 78, 86, 0.25); }
    #topBar .searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button:hover, #topBar .searchBox .gsc-search-box-tools.gsc-search-box td.gsc-search-button:focus {
      background: #a77437; }
  #topBar .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:hover span, #topBar .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a:focus span {
    background: #f3a951;
    color: #50381a; }
  #topBar .searchBox .gsc-search-box-tools.gsc-search-box .gsc-input a span {
    border-color: #484e56;
    color: #484e56; }

/* Show Links (toggles Published Links and Search on mobile) */
#showLinks {
  border-color: #697b8d; }
  #showLinks a::before {
    color: #484e56; }

/* Social Navigation */
.socialNavigation ul li a {
  background-color: #bccdde;
  border-color: #484e56;
  color: #484e56; }

/* Mobile Menu */
a.mobileMenu, a.mobileMenu:hover, a.mobileMenu:focus {
  color: #484e56; }

/* Mobile Menu */
nav#mMenuCMS {
  background: #f3a951; }
  nav#mMenuCMS a {
    font-family: "Nunito", sans-serif;
    color: #50381a;
    font-weight: 400; }

nav.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, nav.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(152, 101, 43, 0.18) none repeat scroll 0 0; }
nav.mm-menu .mm-list > li::after {
  border-color: rgba(152, 101, 43, 0.5); }
nav.mm-menu .mm-list > li > a.mm-subopen::after, nav.mm-menu .mm-list > li > a.mm-subclose::before {
  border-color: #50381a; }

#mMenu.mm-offcanvas.mm-theme-dark ul.mm-listview > li > a.mm-next::after {
  border-color: #50381a; }

/* Banner */
#banner {
  background-color: rgba(217, 217, 217, 0.4); }

#banner > .container > .flexContainer {
  background-color: #ffffff; }

/* Banner Slideshow */
#bannerSlideshow .slider.ab2017 .cycle-prev,
#bannerSlideshow .slider.ab2017 .cycle-next {
  background-color: rgba(255, 202, 82, 0.5);
  color: #816529; }

#bannerSlideshow .slider.ab2017 .cycle-prev:hover,
#bannerSlideshow .slider.ab2017 .cycle-next:hover,
#bannerSlideshow .slider.ab2017 .cycle-prev:focus,
#bannerSlideshow .slider.ab2017 .cycle-next:focus {
  background-color: #ffca52;
  color: #816529; }

#bannerSlideshow .slider.ab2017 ol.selector li span {
  background-color: #1b4167; }

#bannerSlideshow .slider.ab2017 ol.selector li.selected span,
#bannerSlideshow .slider.ab2017 ol.selector li a:hover span,
#bannerSlideshow .slider.ab2017 ol.selector li a:focus span {
  background-color: #1b4167; }

#banner .slider.ab2017 figcaption {
  background-color: #727272; }

#banner .slider.ab2017 figcaption,
#banner .slider.ab2017 figcaption * {
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 400; }

/* Banner Callouts */
#bannerCallout {
  background-color: #ffffff; }

/* Banner Callout Title */
#bannerCallout .flexContainer .calloutTitle p {
  color: #9bacbc;
  font-family: "Libre Baskerville", serif;
  font-weight: 700; }

#bannerCallout .flexContainer .calloutTitle {
  background-color: #1b4167; }

/* Banner Callout Buttons */
#bannerCallout .calloutContainer ul.buttons > li.calloutItem a {
  background-color: #1b4167; }

#bannerCallout .calloutContainer ul.buttons > li.calloutItem a:hover,
#bannerCallout .calloutContainer ul.buttons > li.calloutItem a:focus {
  background-color: rgba(217, 217, 217, 0.4); }

#bannerCallout .calloutContainer span.text {
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  font-weight: 400; }

#bannerCallout .calloutContainer a:hover span.text,
#bannerCallout .calloutContainer a:focus span.text {
  color: #727272; }

/* Content Side Calendar */
#content .upcomingEvents.largeDate a .eventDate {
  -webkit-box-shadow: inset 0 0 0 1px rgba(217, 217, 217, 0.5);
  box-shadow: inset 0 0 0 1px rgba(217, 217, 217, 0.5); }

#content .upcomingEvents.largeDate .date {
  color: #816529; }

#content .upcomingEvents.largeDate a .eventDate::before {
  border-bottom-color: #816529;
  border-top-color: #816529; }

#content .upcomingEvents.largeDate a .eventDate::after {
  border-left-color: #816529;
  border-right-color: #816529; }

#content .ptl_upcomingevents, .ptl_upcomingevents h2 {
  color: #727272; }

#content .upcomingEvents.largeDate h3 {
  color: #1b4167;
  border-bottom-color: rgba(217, 217, 217, 0.5);
  font-size: 1.5em; }

#content .upcomingEvents.largeDate .eventName {
  color: #816529;
  font-weight: 700; }

#content .upcomingEvents.largeDate .eventDetails span.location,
#content .upcomingEvents.largeDate .eventDetails span.time {
  color: #727272;
  font-weight: 400; }

/* Content Side Features */
#content .feature .text p {
  color: c-text; }

#content .feature .text h2 {
  color: #1b4167; }

#content .feature .text a.more {
  -webkit-box-shadow: inset 0 -2px 0 0 #816529;
  box-shadow: inset 0 -2px 0 0 #816529;
  color: #816529;
  font-weight: 700; }

#content .feature .text a.more:hover,
#content .feature .text a.more:focus {
  -webkit-box-shadow: inset 0 -100px 0 0 #816529;
  box-shadow: inset 0 -100px 0 0 #816529;
  color: #ffffff; }

/* Feature Feed */
#feed {
  background-color: rgba(217, 217, 217, 0.4); }

#feed .featureWrapper {
  background-color: #ffffff; }

#feed .feature h2 {
  border-bottom-color: rgba(152, 101, 43, 0.5);
  color: #50381a;
  font-weight: 700; }

#feed .feature {
  background-color: #f3a951; }

#feed .feature .text p {
  color: #50381a; }

#feed .feature .text a.more {
  -webkit-box-shadow: inset 0 0 0 1px #50381a;
  box-shadow: inset 0 0 0 1px #50381a;
  color: #50381a;
  font-weight: 700; }

#feed .feature .text a.more:hover,
#feed .feature .text a.more:focus {
  background-color: #50381a;
  color: #f3a951; }

/* Blog Feed */
#feed #homeNewsWrapper.divided .newsList {
  background-color: #ffffff; }

#feed .newsList .newsSummary p {
  color: #50381a;
  font-weight: 400; }

#feed .newsList .inside .newsDate {
  color: #3f3f3f;
  font-weight: 700; }

#feed .newsList .newsTitle h3 {
  border-bottom-color: rgba(152, 101, 43, 0.5);
  color: #50381a;
  font-weight: 700; }

#feed #homeNewsWrapper.divided .newsList .newsItem {
  background-color: #f3a951; }

#feed .newsList .newsContent .readMore {
  -webkit-box-shadow: inset 0 0 0 1px #50381a;
  box-shadow: inset 0 0 0 1px #50381a;
  color: #50381a;
  font-weight: 700; }

#feed .newsList .newsContent .readMore:hover,
#feed .newsList .newsContent .readMore:focus {
  background-color: #50381a;
  color: #f3a951; }

/* Blog Page */
#content #news_content_date {
  color: #1b4167;
  border-bottom-color: rgba(152, 101, 43, 0.5);
  font-family: "Nunito", sans-serif;
  font-weight: 700; }

/* Interior Pages */
#overview {
  background-color: rgba(217, 217, 217, 0.4); }

/* Interior Side Panel */
#inside-nav {
  background-color: rgba(217, 217, 217, 0.4); }

#inside-nav .currentparent > a {
  background-color: #ffffff;
  border-bottom-color: rgba(152, 101, 43, 0.5);
  color: #a77437;
  font-family: "Libre Baskerville", serif;
  font-weight: 700; }

#inside-nav .currentparent > a:hover,
#inside-nav .currentparent > a:focus {
  color: #1b4167; }

#inside-nav a.currentpage {
  color: transparent;
  text-shadow: 0 0 0 #a77437; 
  filter: opacity(1);
     
 }

#inside-nav div a {
  color: #a77437;
  font-weight: 700; }

#inside-nav div a:hover,
#inside-nav div a:focus {
  background-color: #ffffff;
  color: #a77437; }

#inside-nav div.currentpage a {
  background-color: #ffffff; }

/* - Dear Doctor - */
#template .dd-articles {
  background-color: rgba(217, 217, 217, 0.15);
  border-color: #d9d9d9; }
  #template .dd-articles .dd-article {
    border-color: rgba(84, 84, 84, 0.15); }
  #template .dd-articles p a.dd-title, #template .dd-articles p a.dd-title:hover, #template .dd-articles p a.dd-title:focus {
    color: c-accent-heading(#ffffff, #1b4167); }

/* - Blog Styles - */
#template div#news-summary div.summary {
  color: #727272; }
div#news-summary .row {
  border-color: c-accent(#ffffff, 0.35); }
div#news-summary .content a.title {
  color: #a77437; }
  div#news-summary .content a.title:hover, div#news-summary .content a.title:focus {
    color: #1b4167; }
div#news-summary .content a.read-more {
  background-color: #f3a951;
  color: #50381a; }
  div#news-summary .content a.read-more:hover, div#news-summary .content a.read-more:focus {
    background-color: #ffca52;
    color: #634d1f; }

div#news-summary .content .date, div#news_content_date, div#news_content_body {
  font-family: "Nunito", sans-serif;
  color: #727272; }

/* - Color Palette Callouts - */
.subpage .calloutContainer.standard .calloutItem a:hover .image::before, .subpage .calloutContainer.standard .calloutItem a:focus .image::before {
  color: #ffffff; }
.subpage .calloutContainer.standard .calloutItem a span.image {
  border: #d9d9d9 1px solid;
  background-color: #1b4167; }
.subpage .calloutContainer.standard .calloutItem a span.text {
  color: #545454; }

/* === Portlets === */
/* - Secure Form Portlet - */
.secureform {
  border-color: rgba(217, 217, 217, 0.5); }

.secureform #dvViewBody span.message {
  color: #727272; }
.secureform #dvViewBody section {
  border-color: c-accent(#ffffff, 0.5); }
.secureform #dvViewBody h2 {
  color: #a77437; }
  .secureform #dvViewBody h2::after {
    border-color: #f3a951; }
.secureform #dvViewBody h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 700; }
.secureform #dvViewBody label, .secureform #dvViewBody input {
  font-family: "Nunito", sans-serif;
  color: #727272;
  font-weight: 400; }
.secureform #dvViewBody input::placeholder {
  color: rgba(114, 114, 114, 0.65); }
.secureform #dvViewBody fieldset {
  border-color: #d9d9d9 !important; }
  .secureform #dvViewBody fieldset legend {
    color: #1b4167; }
.secureform #dvViewBody textarea {
  background-color: rgba(217, 217, 217, 0.15);
  border-color: #d9d9d9;
  color: #727272; }
.secureform #dvViewBody select {
  background-color: rgba(217, 217, 217, 0.15);
  border-color: #d9d9d9;
  color: #727272; }
  .secureform #dvViewBody select:focus {
    background-color: #d9d9d9;
    border-color: #545454;
    color: #545454; }
  .secureform #dvViewBody select option:hover, .secureform #dvViewBody select option:focus {
    background-color: #ffffff;
    color: #727272; }
.secureform #dvViewBody hr {
  background-color: rgba(217, 217, 217, 0.5); }
.secureform #dvViewBody p, .secureform #dvViewBody span {
  color: #727272; }
.secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  -webkit-box-shadow: inset 0 0 0 #a17f33;
  box-shadow: inset 0 0 0 #a17f33;
  background-color: #ffffff;
  outline: #d9d9d9 1px solid; }
  .secureform #dvViewBody input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus {
    -webkit-box-shadow: inset 5px 0 0 #a17f33;
    box-shadow: inset 5px 0 0 #a17f33;
    outline-color: #a17f33; }
.secureform #dvViewBody input[type="radio"]:hover::before, .secureform #dvViewBody input[type="radio"]:focus::before, .secureform #dvViewBody input[type="checkbox"]:hover::before, .secureform #dvViewBody input[type="checkbox"]:focus::before {
  border-color: #727272; }
.secureform #dvViewBody input[type="radio"]:hover:checked::before, .secureform #dvViewBody input[type="radio"]:focus:checked::before, .secureform #dvViewBody input[type="checkbox"]:hover:checked::before, .secureform #dvViewBody input[type="checkbox"]:focus:checked::before {
  border-color: #816529; }
.secureform #dvViewBody input[type="radio"]:hover:checked::after, .secureform #dvViewBody input[type="radio"]:focus:checked::after, .secureform #dvViewBody input[type="checkbox"]:hover:checked::after, .secureform #dvViewBody input[type="checkbox"]:focus:checked::after {
  background-color: #816529; }
.secureform #dvViewBody input[type="radio"]:checked::before, .secureform #dvViewBody input[type="checkbox"]:checked::before {
  border-color: #a17f33; }
.secureform #dvViewBody input[type="radio"]:checked::after, .secureform #dvViewBody input[type="checkbox"]:checked::after {
  background-color: #a17f33; }
.secureform #dvViewBody input[type="radio"]::before, .secureform #dvViewBody input[type="checkbox"]::before {
  background-color: #ffffff;
  border-color: #818181; }
.secureform #dvViewBody input[type="submit"] {
  -webkit-box-shadow: inset 0 -5px 0 0 accent-o(#f3a951, 0.75) ,   0 -5px 0 0 #f3a951;
  box-shadow: inset 0 -5px 0 0 accent-o(#f3a951, 0.75) ,   0 -5px 0 0 #f3a951;
  background-color: #f3a951;
  color: #50381a; }
  .secureform #dvViewBody input[type="submit"]:hover, .secureform #dvViewBody input[type="submit"]:focus {
    background-color: #ffca52;
    color: #634d1f; }

/* - Map - */
#template .mapMarkClass h1 {
  color: #a77437; }
#template .mapMarkClass div {
  color: #727272; }
#template .mapMarkClass a {
  background-color: #f3a951;
  color: #50381a; }
  #template .mapMarkClass a:hover, #template .mapMarkClass a:focus {
    border-color: #986a32;
    color: #986a32; }

/* - Staff - */
#staffDirectory.staffLeft .feature, #staffDirectory.staffRight .feature, #staffDirectory.staffAlt .feature {
  border-color: rgba(217, 217, 217, 0.25); }
#staffDirectory.staffCol .feature {
  background-color: rgba(217, 217, 217, 0.15); }
  #staffDirectory.staffCol .feature h3 {
    font-family: "Nunito", sans-serif;
    font-weight: 700; }
#staffDirectory .feature h3 {
  font-family: "Nunito", sans-serif;
  color: #727272;
  font-weight: 400; }
#staffDirectory .feature li {
  color: #727272; }

/* - Photo Gallery - */
#template .photoGallery .galleryContainer {
  font-family: "Nunito", sans-serif; }
  #template .photoGallery .galleryContainer .galleryBreadcrumb, #template .photoGallery .galleryContainer .sliderWrapper .topSliderWrapper, #template .photoGallery .galleryContainer .albumsGridSection {
    background: rgba(217, 217, 217, 0.15); }
  #template .photoGallery .galleryContainer .galleryBreadcrumb, #template .photoGallery .galleryContainer .galleryBreadcrumb .galleryCrumb, #template .photoGallery .galleryContainer .galleryBreadcrumb .galleryAlbumNavLink {
    color: #545454; }
  #template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom {
    background: #f3a951;
    border-color: #98652b; }
    #template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom .galleryTitle {
      font-family: "Libre Baskerville", serif;
      font-weight: 700; }
    #template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom .galleryTitle, #template .photoGallery .galleryContainer .galleryTop.galleryBorderBottom .galleryDesc {
      color: #50381a; }
  #template .photoGallery .galleryContainer .slideShowButton.viewLightboxIcon em {
    background: #ffca52;
    color: #634d1f; }
  #template .photoGallery .galleryContainer .albumTitle {
    background-color: rgba(27, 65, 103, 0.85); }
    #template .photoGallery .galleryContainer .albumTitle > span, #template .photoGallery .galleryContainer .albumTitle > span em {
      color: #ffffff; }

/* Footer */
.subpage #footer {
  border-top-color: #1b4167; }

#footer {
  background-color: #ffffff; }

#footerLocations p.companyName {
  color: #1b4167;
  font-family: "Libre Baskerville", serif;
  font-weight: 700; }

#footerPolicy {
  border-top-color: rgba(217, 217, 217, 0.5); }

#footerPolicy a,
#footerPolicy a.admin_menu {
  -webkit-box-shadow: inset 0 -2px 0 0 #816529;
  box-shadow: inset 0 -2px 0 0 #816529;
  color: #816529;
  font-family: "Nunito", sans-serif;
  font-weight: 700; }

#footerPolicy a:hover,
#footerPolicy a.admin_menu:hover,
#footerPolicy a:focus,
#footerPolicy a.admin_menu:focus {
  -webkit-box-shadow: inset 0 -100px 0 0 #816529;
  box-shadow: inset 0 -100px 0 0 #816529;
  color: #ffffff; }

/* - Informative Animations - */
#theme .featureTitle, #theme div[id*="Wrapper"] .featureTitle {
  background-color: #ffffff; }
  #theme .featureTitle h2, #theme div[id*="Wrapper"] .featureTitle h2 {
    font-family: "Libre Baskerville", serif;
    color: #a77437 !important;
    font-weight: 700; }
#theme .titleRow {
  background: rgba(217, 217, 217, 0.15); }
  #theme .titleRow h3 {
    font-family: "Libre Baskerville", serif;
    color: #818181 !important;
    font-weight: 700; }
  #theme .titleRow a[class*="MobileMenu"] {
    border-color: #816529;
    font-family: "Nunito", sans-serif;
    color: #816529;
    font-weight: 700; }
    #theme .titleRow a[class*="MobileMenu"]:hover, #theme .titleRow a[class*="MobileMenu"]:focus {
      background-color: #ffca52;
      border-color: #ffca52;
      color: #634d1f; }
#theme .body > ul.buttonCol, #theme .body > ul[class*="ButtonCol"] {
  background-color: #a77437; }
  #theme .body > ul.buttonCol li[class*="Button"], #theme .body > ul[class*="ButtonCol"] li[class*="Button"] {
    border-color: #ffffff; }
    #theme .body > ul.buttonCol li[class*="Button"]:hover, #theme .body > ul.buttonCol li[class*="Button"]:focus, #theme .body > ul[class*="ButtonCol"] li[class*="Button"]:hover, #theme .body > ul[class*="ButtonCol"] li[class*="Button"]:focus {
      background-color: #1b4167; }
      #theme .body > ul.buttonCol li[class*="Button"]:hover span, #theme .body > ul.buttonCol li[class*="Button"]:focus span, #theme .body > ul[class*="ButtonCol"] li[class*="Button"]:hover span, #theme .body > ul[class*="ButtonCol"] li[class*="Button"]:focus span {
        color: #50381a; }
    #theme .body > ul.buttonCol li[class*="Button"] span, #theme .body > ul[class*="ButtonCol"] li[class*="Button"] span {
      font-family: "Nunito", sans-serif;
      color: #634d1f;
      font-weight: 700; }
#theme .body .rightCol .contentWrapper p {
  font-family: "Nunito", sans-serif;
  color: #727272 !important;
  font-weight: 400; }
#theme #footer, #theme .footer {
  background: rgba(217, 217, 217, 0.15);
  border-color: rgba(217, 217, 217, 0.5); }
  #theme #footer a, #theme .footer a {
    font-family: "Nunito", sans-serif;
    color: #816529 !important;
    font-weight: 700; }
#theme div[id*="Wrapper"].border {
  border-color: rgba(114, 114, 114, 0.35); }
#theme div[class*="modal-content"] .close {
  font-family: "Nunito", sans-serif;
  color: #816529;
  font-weight: 700; }
  #theme div[class*="modal-content"] .close:hover, #theme div[class*="modal-content"] .close:focus {
    color: #895f2d; }
#theme div[class*="modal-content"] p {
  font-family: "Nunito", sans-serif;
  color: #727272;
  font-weight: 400; }
#theme .contentText {
  background: rgba(255, 255, 255, 0.1); }
  #theme .contentText .featureFooter a {
    font-family: "Nunito", sans-serif;
    color: #816529 !important;
    font-weight: 700; }
#theme #cycleButtons, #theme #cycle2Buttons {
  border-top: #ffffff 1px solid; }
  #theme #cycleButtons li, #theme #cycle2Buttons li {
    background-color: #a77437;
    border-color: #ffffff;
    font-family: "Nunito", sans-serif;
    color: #634d1f;
    font-weight: 700; }
    #theme #cycleButtons li:hover, #theme #cycleButtons li:focus, #theme #cycle2Buttons li:hover, #theme #cycle2Buttons li:focus {
      background-color: #1b4167;
      color: #50381a; }
    #theme #cycleButtons li.activeTab, #theme #cycle2Buttons li.activeTab {
      background-color: #816529 !important;
      color: #634d1f; }
#theme .wisdomTeethAudio {
  border-top-color: #ffffff; }

/* === Breakpoints === */
/* ------ Tablets and Small Screens ------ */
@media screen and (min-width: 768px) {
  /* Header Locations */
  .locations li {
    color: #727272; }

  .locations li a {
    color: #727272;
    font-family: "Nunito", sans-serif;
    font-weight: 400; }

  .locations li.title,
  .locations li.title a {
    color: #76808c;
    font-weight: 700; }

  .locations li a:hover,
  .locations li a:focus {
    color: #a77437; }

  /* Banner Figcaption */
  #bannerSlideshow .slider.ab2017 figcaption {
    background-color: rgba(114, 114, 114, 0.8); }

  /* Footer */
  #footerNav {
    background-color: #1b4167; }

  #footerNav .footerNav li a {
    color: #ffffff;
    font-weight: 400; }

  #footerNav .footerNav li a:hover,
  #footerNav .footerNav li a:focus {
    background-color: #496785;
    color: #ffffff; } }
@media screen and (max-width: 1023px) {
  #topBar.headerShow #links {
    border-top-color: #697b8d; } }
/* ------ Desktop ------ */
@media screen and (min-width: 1024px) {
  /* Primary Navigation*/
  #primaryNavigation {
    border-top-color: rgba(217, 217, 217, 0.5); }

  #primaryNavigation div.RadMenu > ul > li > a {
    color: #727272;
    font-weight: 400; }

  #primaryNavigation div.RadMenu > ul > li:hover > a,
  #primaryNavigation div.RadMenu > ul > li:focus > a,
  #primaryNavigation div.RadMenu > ul > li > a:focus {
    -webkit-box-shadow: inset 0px 5px 0px 0px #f3a951;
    box-shadow: inset 0px 5px 0px 0px #f3a951;
    color: #1b4167; }

  /* Drop Down Menu*/
  #primaryNavigation div.RadMenu > ul ul {
    background-color: #f3a951; }

  #primaryNavigation div.RadMenu > ul ul li a {
    color: #0c0804;
    font-weight: 400; }

  #primaryNavigation div.RadMenu > ul ul li:hover a,
  #primaryNavigation div.RadMenu > ul ul li:focus a {
    background-color: #ee9123;
    color: #090502; }

  /* Third Menu*/
  #primaryNavigation div.RadMenu > ul ul ul {
    background-color: #ee9123; }

  #primaryNavigation div.RadMenu > ul ul ul li a {
    color: #090502; }

  #primaryNavigation div.RadMenu > ul ul ul li a:hover,
  #primaryNavigation div.RadMenu > ul ul ul li a:focus {
    background-color: #e68512;
    color: #090502; }

  /* Back-to-top */
  #back-to-top {
    border-color: #ffffff; }

  #back-to-top,
  #back-to-top:hover {
    background-color: #1b4167; }

  #back-to-top::after {
    border-bottom-color: #ffffff; } }


.mmpm-payment-form  #section-navigation{display:none;}
/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      margin-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu header addon CSS
*/
.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .mm-header .mm-prev,
  .mm-header .mm-next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header .mm-prev:before,
    .mm-header .mm-next:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
  .mm-header .mm-prev {
    left: 0; }
    .mm-header .mm-prev:before {
      border-right: none;
      border-bottom: none;
      left: 22px; }
  .mm-header .mm-next {
    right: 0; }
    .mm-header .mm-next:before {
      border-top: none;
      border-left: none;
      right: 18px; }

.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-menu.mm-hassearch .mm-header .mm-prev:before,
  .mm-menu.mm-hassearch .mm-header .mm-mext:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu > .mm-panel {
  padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch > .mm-panel {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list {
  background: inherit; }
  .mm-menu.mm-fixedlabels .mm-list > li.mm-label {
    background: inherit !important;
    opacity: 0.97;
    height: 25px;
    overflow: visible;
    position: relative;
    z-index: 1; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div {
      background: inherit;
      width: 100%;
      position: absolute;
      left: 0; }
      .mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div {
      padding-top: 25px; }

.mm-list > li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px; }
.mm-list > li.mm-collapsed {
  display: none; }

.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    border: none;
    border-radius: 15px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 21px;
  display: none;
  padding-top: 80px; }
  .mm-menu li.mm-noresults:after {
    border: none; }
.mm-menu.mm-noresults li.mm-noresults {
  display: block; }
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 60px; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px; } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3; }

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default !important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup>.ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical>.ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc(100% - 2.4em)}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.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-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px .4em;margin:.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{}.ui-widget-header .ui-icon{}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{}.ui-state-active .ui-icon,.ui-button:active .ui-icon{}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{}.ui-button .ui-icon{}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}body.swal2-shown{overflow-y:hidden}body.swal2-iosfix{position:fixed;left:0;right:0}.swal2-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;bottom:0;right:0;padding:10px;background-color:transparent;z-index:2001}.swal2-container.swal2-fade{-webkit-transition:background-color .1s;transition:background-color .1s}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-modal{background-color:#fff;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:auto;overflow-x:hidden;overflow-y:auto;display:none;position:relative;max-width:100%}.swal2-modal:focus{outline:none}.swal2-modal.swal2-loading{overflow-y:hidden}.swal2-modal .swal2-title{background:transparent;color:#595959;font-size:30px;text-align:center;font-weight:600;text-transform:none;position:relative;margin:0 0 .4em;padding:0;display:block;word-wrap:break-word}.swal2-modal .swal2-buttonswrapper{margin-top:15px}.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4;cursor:no-drop}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm{-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid transparent;border-color:transparent;width:40px;height:40px;padding:0;margin:7.5px;vertical-align:top;background-color:transparent !important;color:transparent;cursor:default;border-radius:100%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel{margin-left:30px;margin-right:30px}.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after{display:inline-block;content:'';margin-left:5px 0 15px;vertical-align:-1px;height:15px;width:15px;border:3px solid #999;-webkit-box-shadow:1px 1px 1px #fff;box-shadow:1px 1px 1px #fff;border-right-color:transparent;border-radius:50%;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal}.swal2-modal .swal2-styled{border:0;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;font-size:17px;font-weight:500;margin:15px 5px 0;padding:10px 32px}.swal2-modal .swal2-image{margin:20px auto;max-width:100%}.swal2-modal .swal2-close{background:transparent;border:0;margin:0;padding:0;width:38px;height:40px;font-size:36px;line-height:40px;font-family:serif;position:absolute;top:5px;right:8px;cursor:pointer;color:#ccc;-webkit-transition:color .1s ease;transition:color .1s ease}.swal2-modal .swal2-close:hover{color:#d55}.swal2-modal>.swal2-input,.swal2-modal>.swal2-file,.swal2-modal>.swal2-textarea,.swal2-modal>.swal2-select,.swal2-modal>.swal2-radio,.swal2-modal>.swal2-checkbox{display:none}.swal2-modal .swal2-content{font-size:18px;text-align:center;font-weight:300;position:relative;float:none;margin:0;padding:0;line-height:normal;color:#545454;word-wrap:break-word}.swal2-modal .swal2-input,.swal2-modal .swal2-file,.swal2-modal .swal2-textarea,.swal2-modal .swal2-select,.swal2-modal .swal2-radio,.swal2-modal .swal2-checkbox{margin:20px auto}.swal2-modal .swal2-input,.swal2-modal .swal2-file,.swal2-modal .swal2-textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;border-radius:3px;border:1px solid #d9d9d9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);-webkit-transition:border-color box-shadow .3s;transition:border-color box-shadow .3s}.swal2-modal .swal2-input.swal2-inputerror,.swal2-modal .swal2-file.swal2-inputerror,.swal2-modal .swal2-textarea.swal2-inputerror{border-color:#f27474 !important;-webkit-box-shadow:0 0 2px #f27474 !important;box-shadow:0 0 2px #f27474 !important}.swal2-modal .swal2-input:focus,.swal2-modal .swal2-file:focus,.swal2-modal .swal2-textarea:focus{outline:none;border:1px solid #b4dbed;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5}.swal2-modal .swal2-input:focus::-webkit-input-placeholder,.swal2-modal .swal2-file:focus::-webkit-input-placeholder,.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-input:focus:-ms-input-placeholder,.swal2-modal .swal2-file:focus:-ms-input-placeholder,.swal2-modal .swal2-textarea:focus:-ms-input-placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-input:focus::placeholder,.swal2-modal .swal2-file:focus::placeholder,.swal2-modal .swal2-textarea:focus::placeholder{-webkit-transition:opacity .3s .03s ease;transition:opacity .3s .03s ease;opacity:.8}.swal2-modal .swal2-input::-webkit-input-placeholder,.swal2-modal .swal2-file::-webkit-input-placeholder,.swal2-modal .swal2-textarea::-webkit-input-placeholder{color:#e6e6e6}.swal2-modal .swal2-input:-ms-input-placeholder,.swal2-modal .swal2-file:-ms-input-placeholder,.swal2-modal .swal2-textarea:-ms-input-placeholder{color:#e6e6e6}.swal2-modal .swal2-input::placeholder,.swal2-modal .swal2-file::placeholder,.swal2-modal .swal2-textarea::placeholder{color:#e6e6e6}.swal2-modal .swal2-range input{float:left;width:80%}.swal2-modal .swal2-range output{float:right;width:20%;font-size:20px;font-weight:600;text-align:center}.swal2-modal .swal2-range input,.swal2-modal .swal2-range output{height:43px;line-height:43px;vertical-align:middle;margin:20px auto;padding:0}.swal2-modal .swal2-input{height:43px;padding:0 12px}.swal2-modal .swal2-input[type='number']{max-width:150px}.swal2-modal .swal2-file{font-size:20px}.swal2-modal .swal2-textarea{height:108px;padding:12px}.swal2-modal .swal2-select{color:#545454;font-size:inherit;padding:5px 10px;min-width:40%;max-width:100%}.swal2-modal .swal2-radio{border:0}.swal2-modal .swal2-radio label:not(:first-child){margin-left:20px}.swal2-modal .swal2-radio input,.swal2-modal .swal2-radio span{vertical-align:middle}.swal2-modal .swal2-radio input{margin:0 3px 0 0}.swal2-modal .swal2-checkbox{color:#545454}.swal2-modal .swal2-checkbox input,.swal2-modal .swal2-checkbox span{vertical-align:middle}.swal2-modal .swal2-validationerror{background-color:#f0f0f0;margin:0 -20px;overflow:hidden;padding:10px;color:#808080;font-size:16px;font-weight:300;display:none}.swal2-modal .swal2-validationerror::before{content:'!';display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:10px}@supports (-ms-accelerator:true){.swal2-range input{width:100% !important;}.swal2-range output{display:none;}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100% !important}.swal2-range output{display:none}}.swal2-icon{width:80px;height:80px;border:4px solid transparent;border-radius:50%;margin:20px auto 30px;padding:0;position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;display:block}.swal2-icon.swal2-error [class^='swal2-x-mark-line']{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left']{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px}.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right']{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.swal2-icon.swal2-warning{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#f8bb86;border-color:#facea8;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-info{font-family:'Open Sans',sans-serif;color:#3fc3ee;border-color:#9de0f6;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-question{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;color:#87adbd;border-color:#c9dae1;font-size:60px;line-height:80px;text-align:center}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^='swal2-success-circular-line']{border-radius:50%;position:absolute;width:60px;height:120px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left']{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px}.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right']{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;transform-origin:0 60px}.swal2-icon.swal2-success .swal2-success-ring{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{width:7px;height:90px;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-icon.swal2-success [class^='swal2-success-line']{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip']{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long']{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.swal2-progresssteps{font-weight:600;margin:0 0 20px;padding:0}.swal2-progresssteps li{display:inline-block;position:relative}.swal2-progresssteps .swal2-progresscircle{background:#3085d6;border-radius:2em;color:#fff;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progresssteps .swal2-progresscircle:first-child{margin-left:0}.swal2-progresssteps .swal2-progresscircle:last-child{margin-right:0}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep{background:#3085d6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progresscircle{background:#add8e6}.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep~.swal2-progressline{background:#add8e6}.swal2-progresssteps .swal2-progressline{background:#3085d6;height:.4em;margin:0 -1px;z-index:10}[class^='swal2']{-webkit-tap-highlight-color:transparent}@-webkit-keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes showSweetAlert{0%{-webkit-transform:scale(.7);transform:scale(.7)}45%{-webkit-transform:scale(1.05);transform:scale(1.05)}80%{-webkit-transform:scale(.95);transform:scale(.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes hideSweetAlert{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}.swal2-show{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:hideSweetAlert .15s forwards;animation:hideSweetAlert .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}@-webkit-keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animate-success-tip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animate-success-long{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);transform:rotate(-405deg)}}.swal2-animate-success-line-tip{-webkit-animation:animate-success-tip .75s;animation:animate-success-tip .75s}.swal2-animate-success-line-long{-webkit-animation:animate-success-long .75s;animation:animate-success-long .75s}.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}@keyframes animate-error-icon{0%{-webkit-transform:rotateX(100deg);transform:rotateX(100deg);opacity:0}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}}.swal2-animate-error-icon{-webkit-animation:animate-error-icon .5s;animation:animate-error-icon .5s}@-webkit-keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}@keyframes animate-x-mark{0%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}50%{-webkit-transform:scale(.4);transform:scale(.4);margin-top:26px;opacity:0}80%{-webkit-transform:scale(1.15);transform:scale(1.15);margin-top:-6px}100%{-webkit-transform:scale(1);transform:scale(1);margin-top:0;opacity:1}}.swal2-animate-x-mark{-webkit-animation:animate-x-mark .5s;animation:animate-x-mark .5s}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swal2-container{z-index:99999 !important}.offScreen{position:fixed;top:-10000px;left:-10000px}.CMS_title{margin:.3em 0;font-weight:600;display:block}.CMS_T1{font-size:2.5em}.CMS_T2{font-size:2.2em}.CMS_T3{font-size:1.9em}.CMS_T4{font-size:1.6em}.CMS_T5{font-size:1.3em}.CMS_T6{font-size:1em}.CMS_miniText{font-size:.8em}.CMS_element{font-family:Arial;font-weight:400;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;border:1px solid #ccc;padding:20px;border-radius:3px}.CMS_element *{box-sizing:border-box}.CMS_element .CMS_e_row{margin-bottom:10px}.CMS_element .CMS_e_row:last-child{margin:0}.CMS_element>.CMS_title{margin-bottom:20px}.CMS_element.CMS_eMaxWidth{max-width:960px;margin:0 auto}.CMS_break{border-top:1px solid #d8d8d8;margin:20px 0 15px}.CMS_minimumHeight{min-height:100px}a.CMS_link{color:#2980b9;font-size:16px}a.CMS_link:hover{text-decoration:none;font-size:16px}ol.CMS_sortedList{margin:0;padding:0 0 0 25px}ol.CMS_sortedList li{padding:.5em;font-weight:700;cursor:pointer;transition:all .2s;border-bottom:1px dashed #e4e4e4}ol.CMS_sortedList li:last-child{border:none}ol.CMS_sortedList li span{font-weight:400;opacity:.6;font-size:.8em}ol.CMS_sortedList li em{float:right;opacity:.2;transition:opacity .2s}ol.CMS_sortedList li:hover{background:#eee}ol.CMS_sortedList li:hover em{opacity:1}.CMS_subsection{padding:.8em;border:1px solid #e4e4e4}.CMS_subsection.CMS_sub_mt10{margin-top:10px}.CMS_subsection.CMS_sub_mb10{margin-bottom:10px}.CMS_splitSection>div{float:left}.CMS_splitSection:after{content:'';display:block;clear:both}.CMS_splitSection.CMS_halfContent>div{width:50%}.CMS_splitSection.CMS_halfContent>div:first-child{padding:0 5px 0 0}.CMS_splitSection.CMS_halfContent>div:last-child{padding:0 0 0 5px}.CMS_splitSection.CMS_halfContent>div:first-child:last-child{padding:0 5px 0 0}.CMS_splitSection.CMS_thirdContent>div{width:33.3333334%;padding:0 5px}.CMS_splitSection.CMS_thirdContent>div:first-child{padding:0 5px 0 0}.CMS_splitSection.CMS_thirdContent>div:last-child{padding:0 0 0 5px}.CMS_splitSection.CMS_contentWSidebar .CMS_contentArea{width:70%}.CMS_splitSection.CMS_contentWSidebar .CMS_sidebar{width:30%}.CMS_splitSection.CMS_contentWSidebar>div:first-child.CMS_sidebar{padding-right:20px}.CMS_splitSection.CMS_contentWSidebar>div:last-child.CMS_sidebar{padding-left:20px}.CMS_splitSection strong{font-size:.8em;margin:6px 0;display:block}.CMS_sidebarTrigger{display:none}@media screen and (max-width:730px){.CMS_splitSection.CMS_contentWSidebar .CMS_sidebar,.CMS_splitSection.CMS_contentWSidebar .CMS_contentArea{width:100%;padding:0!important}.CMS_sidebarContent{border:4px solid #eee;border-top:none;padding:10px}.CMS_sidebarTrigger{background:#eee;display:block;line-height:40px;padding:0 10px;font-weight:700;color:#000;text-decoration:none;font-size:19px;transition:all .2s}.CMS_sidebarTrigger:hover{background:#c8c8c8}.CMS_sidebarTrigger .fa{float:right;line-height:40px;padding:0 10px;font-size:25px}.CMS_hideOnMobile730{display:none}.CMS_sideBarContentOpen{display:block}}.CMS_detailList{border:1px solid #e4e4e4;border-radius:5px;padding:10px 10px 0;list-style:none;margin:0}.CMS_detailList:after{content:'';display:block;clear:both}.CMS_detailList.CMS_dl_2col li{float:left;width:50%;padding:0 0 15px}.CMS_detailList.CMS_dl_2col li:nth-child(odd){padding-right:5px}.CMS_detailList.CMS_dl_2col li:nth-child(even){padding-left:5px}.CMS_tableHeading,.CMS_titleWButton{display:table;vertical-align:middle;width:100%}.CMS_tableHeading>*,.CMS_titleWButton>*{display:table-cell}.CMS_tableHeading .CMS_buttonGroup,.CMS_titleWButton .CMS_buttonGroup{text-align:right}.CMS_table{border:1px solid #e4e4e4;width:100%;border-collapse:collapse}.CMS_table td,.CMS_table th{padding:5px;border:1px solid #e4e4e4}.CMS_table thead{text-align:left;background:#eee}.CMS_table thead th{font-size:.8em}.CMS_table.CMS_tWithInconButtons td:last-child{white-space:nowrap;width:1px}.CMS_table .CMS_tHighlight{background:#fdf1c0}.CMS_table .CMS_tHighlight td{border-color:#fdf1c0;border-bottom-color:#e4e4e4}.CMS_table .CMS_tHighlight td:first-child{border-left-color:#e4e4e4}.CMS_table .CMS_tHighlight td:last-child{border-right-color:#e4e4e4}.CMS_table .CMS_tControls.CMS_tControls-R{text-align:right}.CMS_table .CMS_tCenter{text-align:center}.CMS_table .CMS_tBold{font-weight:600}.CMS_table .CMS_tButton.CMS_tSingle{width:35px}.CMS_table .CMS_tButton.CMS_tDouble{width:82px}.CMS_table .CMS_tButton .CMS_button{float:left}.CMS_table .CMS_tButton a:nth-child(n+2){margin-left:5px}.CMS_table.CMS_tcamo{border:none}.CMS_table.CMS_tcamo thead{background:transparent}.CMS_table.CMS_tcamo td,.CMS_table.CMS_tcamo th{border:none}.CMS_tOverflowContainer{position:relative;max-width:100%;padding:0!important;display:-webkit-flex;display:-moz-flex;display:flex;vertical-align:text-bottom!important}.CMS_tOverflowEllipsis{position:absolute;white-space:nowrap;overflow-y:visible;overflow-x:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;max-width:100%;min-width:0;width:100%;top:0;left:0}.CMS_tOverflowContainer:after,.CMS_tOverflowEllipsis:after{content:'-';display:inline;visibility:hidden;width:0}.CMS_buttonBar{margin-bottom:10px;display:table;width:100%}.CMS_buttonBar>*{display:table-cell;vertical-align:middle}.CMS_bbControls{text-align:right}.CMS_loadingSpinner{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.CMS_loadingSpinner .CMS_ls_spin{color:#fff;font-size:20px;width:.5em;height:.5em;border-radius:50%;position:relative;text-indent:-9999em;-webkit-animation:load4 1.3s infinite linear;animation:load4 1.3s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);position:absolute;top:50%;left:50%}@keyframes load4{0%,100%{box-shadow:0 -1.5em 0 .1em,1em -1em 0 0,1.5em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 0}12.5%{box-shadow:0 -1.5em 0 0,1em -1em 0 .1em,1.5em 0 0 0,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}25%{box-shadow:0 -1.5em 0 -.25em,1em -1em 0 0,1.5em 0 0 .1em,1em 1em 0 0,0 1.5em 0 -.5em,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}37.5%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 0,1em 1em 0 .1em,0 1.5em 0 0,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}50%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 -.5em,1em 1em 0 0,0 1.5em 0 .1em,-1em 1em 0 0,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}62.5%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 0,-1em 1em 0 .1em,-1.5em 0 0 0,-1em -1em 0 -.5em}75%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 0,-1.5em 0 0 .1em,-1em -1em 0 0}87.5%{box-shadow:0 -1.5em 0 0,1em -1em 0 -.5em,1em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 0,-1.5em 0 0 0,-1em -1em 0 .1em}}@-webkit-keyframes load4{0%,100%{box-shadow:0 -1.5em 0 .1em,1em -1em 0 0,1.5em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 0}12.5%{box-shadow:0 -1.5em 0 0,1em -1em 0 .1em,1.5em 0 0 0,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}25%{box-shadow:0 -1.5em 0 -.25em,1em -1em 0 0,1.5em 0 0 .1em,1em 1em 0 0,0 1.5em 0 -.5em,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}37.5%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 0,1em 1em 0 .1em,0 1.5em 0 0,-1em 1em 0 -.5em,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}50%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 -.5em,1em 1em 0 0,0 1.5em 0 .1em,-1em 1em 0 0,-1.5em 0 0 -.5em,-1em -1em 0 -.5em}62.5%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 0,-1em 1em 0 .1em,-1.5em 0 0 0,-1em -1em 0 -.5em}75%{box-shadow:0 -1.5em 0 -.5em,1em -1em 0 -.5em,1.5em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 0,-1.5em 0 0 .1em,-1em -1em 0 0}87.5%{box-shadow:0 -1.5em 0 0,1em -1em 0 -.5em,1em 0 0 -.5em,1em 1em 0 -.5em,0 1.5em 0 -.5em,-1em 1em 0 0,-1.5em 0 0 0,-1em -1em 0 .1em}}.CMS_button,.CMS_button.ui-button.ui-widget{display:inline-block;text-align:center;line-height:32px;border-radius:5px;transition:all .2s;white-space:nowrap;padding:0 10px;text-decoration:none!important;background:#0085c0;color:#fff!important;font-weight:600;font-size:14px;border:none;cursor:pointer}.CMS_button.CMS_bSquare,.CMS_button.ui-button.ui-widget.CMS_bSquare{width:32px;padding:0}.CMS_button.CMS_bSquare .fa,.CMS_button.ui-button.ui-widget.CMS_bSquare .fa{line-height:32px}.CMS_button.CMS_bSquare.CMS_bminiSquare,.CMS_button.ui-button.ui-widget.CMS_bSquare.CMS_bminiSquare{width:28px;line-height:28px;font-size:14px}.CMS_button.CMS_bSquare.CMS_bminiSquare em,.CMS_button.ui-button.ui-widget.CMS_bSquare.CMS_bminiSquare em{line-height:28px}.CMS_button.CMS_bFullWidth,.CMS_button.ui-button.ui-widget.CMS_bFullWidth{display:block}.CMS_button.CMS_bDisabled,.CMS_button.ui-button.ui-widget.CMS_bDisabled{opacity:.6;pointer-events:none;cursor:default}.CMS_button.CMS_bMarginL,.CMS_button.ui-button.ui-widget.CMS_bMarginL{margin-left:5px}.CMS_button.CMS_bMarginR,.CMS_button.ui-button.ui-widget.CMS_bMarginR{margin-right:5px}.CMS_button:hover,.CMS_button:focus,.CMS_button.ui-button.ui-widget:hover,.CMS_button.ui-button.ui-widget:focus{text-decoration:none;background:#005074;font-size:14px}.CMS_button.CMS_bAction,.CMS_button.ui-button.ui-widget.CMS_bAction{background:#0085c0}.CMS_button.CMS_bAction:hover,.CMS_button.CMS_bAction:focus,.CMS_button.ui-button.ui-widget.CMS_bAction:hover,.CMS_button.ui-button.ui-widget.CMS_bAction:focus{background:#005074}.CMS_button.CMS_bGo,.CMS_button.ui-button.ui-widget.CMS_bGo{background:#79b354}.CMS_button.CMS_bGo:hover,.CMS_button.CMS_bGo:focus,.CMS_button.ui-button.ui-widget.CMS_bGo:hover,.CMS_button.ui-button.ui-widget.CMS_bGo:focus{background:#558139}.CMS_button.CMS_bWarn,.CMS_button.ui-button.ui-widget.CMS_bWarn{background:#f29b26}.CMS_button.CMS_bWarn:hover,.CMS_button.CMS_bWarn:focus,.CMS_button.ui-button.ui-widget.CMS_bWarn:hover,.CMS_button.ui-button.ui-widget.CMS_bWarn:focus{background:#c0730c}.CMS_button.CMS_bCancel,.CMS_button.ui-button.ui-widget.CMS_bCancel{background:#c7402f}.CMS_button.CMS_bCancel:hover,.CMS_button.CMS_bCancel:focus,.CMS_button.ui-button.ui-widget.CMS_bCancel:hover,.CMS_button.ui-button.ui-widget.CMS_bCancel:focus{background:#892c20}.CMS_button.CMS_bSimple,.CMS_button.ui-button.ui-widget.CMS_bSimple{background:#eee;color:#333!important}.CMS_button.CMS_bSimple:hover,.CMS_button.CMS_bSimple:focus,.CMS_button.ui-button.ui-widget.CMS_bSimple:hover,.CMS_button.ui-button.ui-widget.CMS_bSimple:focus{background:#c8c8c8}.CMS_button.CMS_bPreview,.CMS_button.ui-button.ui-widget.CMS_bPreview{background:#9b59b6}.CMS_button.CMS_bPreview:hover,.CMS_button.CMS_bPreview:focus,.CMS_button.ui-button.ui-widget.CMS_bPreview:hover,.CMS_button.ui-button.ui-widget.CMS_bPreview:focus{background:#713b87}.CMS_button.CMS_bTwitter,.CMS_button.ui-button.ui-widget.CMS_bTwitter{background:#1da1f2}.CMS_button.CMS_bTwitter:hover,.CMS_button.CMS_bTwitter:focus,.CMS_button.ui-button.ui-widget.CMS_bTwitter:hover,.CMS_button.ui-button.ui-widget.CMS_bTwitter:focus{background:#0b76b8}.CMS_button.CMS_bFacebook,.CMS_button.ui-button.ui-widget.CMS_bFacebook{background:#3b5998}.CMS_button.CMS_bFacebook:hover,.CMS_button.CMS_bFacebook:focus,.CMS_button.ui-button.ui-widget.CMS_bFacebook:hover,.CMS_button.ui-button.ui-widget.CMS_bFacebook:focus{background:#263961}.CMS_buttonGroup.CMS_bg-Mt{margin-top:5px}.CMS_buttonGroup.CMS_bg-R{text-align:right}.CMS_buttonGroup.CMS_bg-C{text-align:center}input.CMS_input:not([type="radio"]):not([type="checkbox"]),.CMS_inputLinks{border-radius:5px;padding:0 .8em;line-height:30px;height:32px;display:inline-block;border:1px solid #dadada;font-size:.9em;margin:0 0 .2em;box-sizing:border-box!important}input.CMS_input:not([type="radio"]):not([type="checkbox"]):not(.CMS_noWidth),.CMS_inputLinks:not(.CMS_noWidth){width:100%}input.CMS_input:not([type="radio"]):not([type="checkbox"]):disabled,.CMS_inputLinks:disabled{color:#8a8a8a;cursor:not-allowed!important}input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_iEllipsis,.CMS_inputLinks.CMS_iEllipsis{text-overflow:ellipsis}input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_i_camo,.CMS_inputLinks.CMS_i_camo{border-color:transparent;text-decoration:underline;font-size:16px;user-select:none;cursor:pointer;color:transparent;text-shadow:0 0 0 #2980b9;padding:0;height:34px}input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_i_camo:focus,input.CMS_input:not([type="radio"]):not([type="checkbox"]).CMS_i_camo:hover,.CMS_inputLinks.CMS_i_camo:focus,.CMS_inputLinks.CMS_i_camo:hover{outline:none;text-decoration:none}select.CMS_input{display:block;height:32px;padding:0 .8em;margin:0 0 .2em;font-size:.9em;line-height:30px;color:#555;background-color:#fff;background-image:none;border:1px solid #dadada;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}select.CMS_input:not(.CMS_noWidth){width:100%}select.CMS_input:disabled{color:#8a8a8a;cursor:not-allowed!important}.CMS_inputWButton:after{content:'';display:block;clear:both}.CMS_inputWButton input.CMS_input:not([type="radio"]):not([type="checkbox"]),.CMS_inputWButton a.CMS_input,.CMS_inputWButton select{float:left;width:calc(100% - 37px)}.CMS_inputWButton .CMS_button{float:left}.CMS_inputWButton.CMS_iwbDouble input.CMS_input:not([type="radio"]):not([type="checkbox"]),.CMS_inputWButton.CMS_iwbDouble a.CMS_input{width:calc(100% - 74px)}.CMS_inputWButton .CMS_button{margin-left:5px}.CMS_inputWUnit{position:relative}.CMS_inputWUnit input.CMS_input:not([type="radio"]):not([type="checkbox"]){padding:0 35px 0 .8em}.CMS_inputWUnit span{position:absolute;top:0;right:10px;display:block;height:32px;line-height:32px;text-align:right}.CMS_inputWUnit.CMS_iwuDays input.CMS_input:not([type="radio"]):not([type="checkbox"]){padding:0 45px 0 .8em}.CMS_inputWUnit.CMS_iwuDays span{width:35px}.CMS_inputWDimension{position:relative}.CMS_inputWDimension:after{content:'';display:block;clear:both}.CMS_inputWDimension input.CMS_input:not([type="radio"]):not([type="checkbox"]){width:calc(50% - 5px);float:left;text-align:center}.CMS_inputWDimension input.CMS_input:not([type="radio"]):not([type="checkbox"]):first-child{border-right:0;border-radius:5px 0 0 5px;margin-right:5px}.CMS_inputWDimension input.CMS_input:not([type="radio"]):not([type="checkbox"]):last-child{border-left:0;border-radius:0 5px 5px 0;margin-left:5px}.CMS_inputWDimension span{position:absolute;top:0;left:50%;display:block;height:32px;line-height:32px;transform:translate(-50%,0);width:10px;height:32px;border:1px solid #dadada;text-align:center;border-width:1px 0}.CMS_inputWDimension.CMS_inputWDNumbers input.CMS_input:not([type="radio"]):not([type="checkbox"]){width:calc(50% - 8px)}.CMS_inputWDimension.CMS_inputWDNumbers input.CMS_input:not([type="radio"]):not([type="checkbox"]):first-child{margin-right:8px}.CMS_inputWDimension.CMS_inputWDNumbers input.CMS_input:not([type="radio"]):not([type="checkbox"]):last-child{margin-left:8px}.CMS_inputWDimension.CMS_inputWDNumbers span{width:16px}.CMS_inputSmall{width:50%}textarea.CMS_input{border-radius:5px;letter-spacing:.01em;font-size:.9em;width:100%;max-width:100%;min-width:100%;min-height:8em;padding:.8em;margin:0 0 .2em;border:1px solid #dadada}textarea.CMS_input:disabled{color:#8a8a8a;cursor:not-allowed!important}.CMS_is_icon{width:28px;height:28px;display:inline-block;vertical-align:middle;margin-right:5px;border:1px solid #dadada;padding:1px;border-radius:3px;margin-right:4px;margin-right:5px;text-align:center}.CMS_inputWList{display:table;width:100%;position:relative}.CMS_inputWList>*{display:table-cell!important;vertical-align:middle}.CMS_inputWList .CMS_input{border-left:0!important;border-radius:0 5px 5px 0!important}.CMS_ilButton,.CMS_ilButton:hover{color:#000;border:1px solid #dadada;font-size:.9em;margin:0 0 .2em;padding:0 .8em;line-height:30px;height:32px;display:inline-block;border-radius:5px 0 0 5px;border-right:none;text-decoration:none!important;transition:background .3s;white-space:nowrap;transform:translate(1px,0)}.CMS_ilButton:hover,.CMS_ilButton:hover:hover{background:#e4e4e4}.CMS_iconSelect .fa{width:35px;text-align:center}.CMS_inputList{width:1px}.CMS_inputList:hover .CMS_ilList{display:block}.CMS_inputList:focus-within .CMS_ilList{display:block}.CMS_ilList{display:none;position:absolute;top:100%;left:0;width:200px;z-index:3}.CMS_ilList ul{background:#fff;border-radius:4px;border:1px solid #dadada;margin:0;padding:0;list-style:none;box-shadow:0 4px 11px rgba(0,0,0,.1)}.CMS_ilList .CMS_iltriangle{width:100%;display:block;height:10px}.CMS_ilList .CMS_iltriangle:after{content:'';position:relative;display:block;left:14px;width:0;height:0;border-style:solid;border-width:0 8px 10px;border-color:transparent transparent #dadada;z-index:2}.CMS_ilList .CMS_iltriangle:before{content:'';position:absolute;display:block;left:14px;top:2px;width:0;height:0;border-style:solid;border-width:0 8px 10px;border-color:transparent transparent #fff;z-index:3}.CMS_ilList li{display:block}.CMS_ilList li a{color:#333;border-radius:0;display:block;padding:10px;text-decoration:none;border-bottom:1px solid #eee;transition:background .2s;position:relative;font-size:13px}.CMS_ilList li a:hover{background:#e4e4e4}.CMS_ilList li:first-child a:after{content:'';position:absolute;display:block;left:13px;top:-9px;width:0;height:0;border-style:solid;border-width:0 8px 10px;border-color:transparent transparent #fff;z-index:5;transition:all .2s}.CMS_ilList li:first-child a:hover:after{border-color:transparent transparent #e4e4e4}.CMS_ilList li:last-child a{border-bottom:0}.CMS_iconPicker{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:13002;overflow:auto;color:#fff}.CMS_iconPicker .CMS_element{margin:40px auto;border:none}.CMS_iconPicker .CMS_title{color:#fff;margin-bottom:20px}.CMS_PF_dialog .CMS_iconPicker .CMS_dialogClose{position:static}.CMS_ipSearch{margin:0 auto 20px}ul.ipList{color:#fff;margin:0 auto;padding:0 0 40px;font-size:36px;list-style:none;text-align:center}ul.ipList li{display:inline-block;margin:2px;font-size:0}ul.ipList li a.CMS_button.CMS_bSquare{width:50px;line-height:50px;height:50px;font-size:0}ul.ipList li a.CMS_button.CMS_bSquare em{line-height:50px;height:50px;font-size:30px}.CMS_iInline .CMS_iiFields{float:left;width:calc(100% - 140px)}.CMS_iInline select{display:inline-block}.CMS_iInline .CMS_title{float:left;margin-right:10px;width:130px;text-align:right}.CMS_iInline:after{content:'';display:block;clear:both}.CMS_iInline .CMS_e_row{margin-bottom:0}.CMS_iInlineText>span{line-height:32px;margin:0 5px}.CMS_iInlineText>.CMS_radio{margin-left:0}.CMS_iInlineText .CMS_radio+span{margin:0 5px 0 -5px}label.CMS_checkbox{display:inline-block;margin:0 0 5px;padding:.5em .5em .2em;background:#eaedef;font-size:.8em;font-weight:700;user-select:none;cursor:pointer;overflow:hidden;vertical-align:middle}label.CMS_checkbox.CMS_cb_ml{margin-left:5px}label.CMS_checkbox.CMS_cb_mr{margin-right:5px}label.CMS_checkbox.CMS_cb_ml0{margin-left:0}label.CMS_checkbox.CMS_cb_noText{background:transparent}label.CMS_checkbox.CMS_cb_noText input[type=checkbox].CMS_input+span em{margin-right:0}.CMS_checkbox input[type=checkbox].CMS_input{position:fixed;left:-999999px}.CMS_checkbox input[type=checkbox].CMS_input+span em{position:relative;width:19px;height:18px;line-height:20px;display:inline-block;margin-right:5px;vertical-align:middle;transform:translate(0,-1px);vertical-align:top}.CMS_checkbox input[type=checkbox].CMS_input+span em:before,.CMS_checkbox input[type=checkbox].CMS_input+span em:after{font-size:24px;content:"";color:#c7c7c7;position:absolute;top:0;left:0}.CMS_checkbox input[type=checkbox].CMS_input+span em:after{color:#000}.CMS_checkbox input[type=checkbox].CMS_input+span em:before{color:#fff;content:"";top:-1px;left:1px;font-size:19px}.CMS_checkbox input[type=checkbox].CMS_input:checked+span em:after{content:"";color:#16191e}.CMS_checkbox.CMS_disabled span em{opacity:.3}label.CMS_radio{display:inline-block;margin:0 0 5px;padding:.5em .5em .15em;background:#eaedef;margin-left:5px;font-size:.8em;font-weight:700;user-select:none;cursor:pointer;vertical-align:top}label.CMS_radio.CMS_radio_ml0{margin-left:0}label.CMS_radio.CMS_radio_noText{background:transparent}label.CMS_radio.CMS_radio_noText input[type=radio].CMS_input+span em{margin-right:0}.CMS_radio input[type=radio].CMS_input{position:fixed;left:-999999px}.CMS_radio input[type=radio].CMS_input+span em{position:relative;width:24px;height:24px;line-height:20px;display:inline-block;vertical-align:middle;transform:translate(0,1px)}.CMS_radio input[type=radio].CMS_input+span em:before,.CMS_radio input[type=radio].CMS_input+span em:after{font-size:24px;content:"";color:#c7c7c7;position:absolute;top:0;left:0}.CMS_radio input[type=radio].CMS_input+span em:after{color:#000}.CMS_radio input[type=radio].CMS_input+span em:before{color:#fff;content:""}.CMS_radio input[type=radio].CMS_input:checked+span em:after{content:""}.CMS_radio:hover input[type=radio].CMS_input+span em:after{content:"";color:#16191e}.CMS_radio:hover input[type=radio].CMS_input:checked+span em:after{content:""}.CMS_radio.CMS_disabled span em{opacity:.3}.CMS_checkbox input[type=checkbox].CMS_input:focus+span,.CMS_radio input[type=radio].CMS_input:focus+span{text-decoration:underline}.CMS_radio input[type=radio].CMS_input:focus+span em:before{color:#c7c7c7}.CMS_table label.CMS_checkbox,.CMS_table label.CMS_radio{margin-bottom:6px;transform:translateY(3px)}.CMS_disabled{cursor:not-allowed!important}.CMS_inlineAlerts{padding:.5em .5em .4em;font-size:.9em;margin:.6em 0;border-radius:5px;font-weight:600}.CMS_inlineAlerts.CMS_good{color:#084422;background:#9de6bc}.CMS_inlineAlerts.CMS_warning{color:#6a4406;background:#ffe1b1}.CMS_inlineAlerts.CMS_error{color:#a94442;background:#f2dede}.CMS_dialog,.CMS_dialog.ui-dialog.ui-widget{font-family:Arial;font-weight:400;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}.CMS_dialog .ui-dialog-titlebar,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar{background:#252629;color:#fff}.CMS_dialog.CMS_m_good .ui-dialog-titlebar,.CMS_dialog.ui-dialog.ui-widget.CMS_m_good .ui-dialog-titlebar{background:#79b354;color:#fff}.CMS_dialog.CMS_m_warn .ui-dialog-titlebar,.CMS_dialog.ui-dialog.ui-widget.CMS_m_warn .ui-dialog-titlebar{background:#f29b26;color:#fff}.CMS_dialog.CMS_m_error .ui-dialog-titlebar,.CMS_dialog.ui-dialog.ui-widget.CMS_m_error .ui-dialog-titlebar{background:#c7402f;color:#fff}.CMS_dialog .ui-dialog-titlebar,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar{padding:15px 60px 15px 15px;font-size:15px;border-radius:0;letter-spacing:.02em;line-height:1.6em;position:relative;font-weight:700;text-transform:uppercase;border:none}.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close{width:50px;height:50px;line-height:50px;text-indent:0;text-align:center;position:absolute;top:50%;right:0;margin-top:-25px;color:#fff;opacity:.7;background:transparent;border:none;transition:opacity .2s;display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px}.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:before{content:""}.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close>*,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close>*{position:fixed;top:-10000px;left:-10000px}.CMS_dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover,.CMS_dialog.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{opacity:1}.CMS_dialog .CMS_dialog-content.CMS_element,.CMS_dialog.ui-dialog.ui-widget .CMS_dialog-content.CMS_element{border:none;padding-bottom:0}.CMS_dialog .ui-widget-content,.CMS_dialog.ui-dialog.ui-widget .ui-widget-content{border:none;padding:0;margin:0 10px 10px;background:transparent}.CMS_dialog .ui-widget-content a,.CMS_dialog.ui-dialog.ui-widget .ui-widget-content a{color:#2980b9}.CMS_dialog.ui-widget input,.CMS_dialog.ui-widget select,.CMS_dialog.ui-widget textarea,.CMS_dialog.ui-widget button,.CMS_dialog.ui-dialog.ui-widget.ui-widget input,.CMS_dialog.ui-dialog.ui-widget.ui-widget select,.CMS_dialog.ui-dialog.ui-widget.ui-widget textarea,.CMS_dialog.ui-dialog.ui-widget.ui-widget button{font-family:Arial}.CMS_dialog .ui-button-text-only .ui-button-text,.CMS_dialog.ui-dialog.ui-widget .ui-button-text-only .ui-button-text{padding:0;display:inline}.CMS_dialog.ui-dialog.ui-widget{border:none;border-radius:0;padding:0}.CMS_dialog.ui-dialog.ui-widget .ui-dialog-content{padding:0;height:auto!important}.ui-widget-overlay{background:rgba(0,0,0,.8)!important;opacity:1!important}.CMS_PF_dialog{border:none}.CMS_PF_dialog .ui-dialog-titlebar{display:none}.CMS_PF_dialog .ui-dialog-content{background:#fff!important;padding:0!important;overflow:visible!important}.CMS_PF_dialog .CMS_element{border:none}.CMS_PF_dialog .CMS_dialogClose{position:absolute;top:-10px;right:-10px;z-index:13002}.CMS_dialog_iframe_html,.CMS_dialog_iframe_html body{margin:0;padding:0}html.CMS_PF_dialog_open{overflow:hidden!important}html.CMS_PF_dialog_open body{overflow:hidden!important}.CMS_scrollingDialog{position:fixed!important;width:100%!important;height:100%!important;top:0!important;right:0!important;bottom:0!important;left:0!important;overflow-y:auto;overflow-x:hidden;background:transparent!important;border:none!important;padding:0 20px!important;box-sizing:border-box}.CMS_scrollingDialog .ui-dialog-content.ui-widget-content{max-width:900px;margin:40px auto;background:#fff!important;padding:0!important;overflow:visible!important}.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react{background:rgba(0,0,0,.8)!important;position:fixed;top:0;left:0;right:0;bottom:0;z-index:13000;padding:0 20px}.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react .ReactModal__Content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;backface-visibility:hidden}.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react.CMS_react_ScrollingDialog{overflow:auto}.ReactModal__Overlay.CMS_PF_dialog.CMS_PF_react.CMS_react_ScrollingDialog .ReactModal__Content{position:static;top:0;left:0;transform:none;max-width:900px;margin:40px auto;background:#fff;position:relative}.ReactModal__Content{opacity:0}.ReactModal__Content--after-open{opacity:1;transition:opacity 150ms}.ReactModal__Content--before-close{opacity:0}.A_alert{border-bottom:1px solid #e4e4e4;padding-bottom:5px;margin-bottom:10px}.A_alert:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.A_alert .A_title{font-size:1.3em;font-weight:600;text-transform:uppercase;padding:5px 10px}.A_alert .A_title span{display:inline-block;text-align:center;border-radius:3px;padding:0 5px;line-height:20px;font-size:12px;transform:translateY(-3px);text-transform:none}.A_alert.A_new .A_title{padding:5px}.A_alert.A_new .A_title span{color:#084422;background:#9de6bc}.A_alert.A_expired .A_title{padding:5px}.A_alert.A_expired .A_title span{color:#6a4406;background:#ffe1b1}.A_content{padding:5px 10px 10px;font-size:.9em;line-height:1.5em;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.A_content:after{content:'';display:block;clear:both}.A_date{padding:0 10px 10px;font-size:.8em;font-weight:600;font-style:italic}.A_maximizeButton{z-index:12999;position:fixed;bottom:10px;right:20px;visibility:hidden;opacity:0;color:#fff;background:#0085c0;border:none;line-height:30px;border-radius:3px;font-size:18px;-webkit-transition:all .2s;transition:all .2s;cursor:pointer;font-weight:600;padding:6px 15px 5px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a.A_maximizeButton:hover{color:#fff;text-decoration:none}.A_maximizeButton .fa-arrows-alt{font-size:.7em;transform:translateY(-3px)}.A_maximizeButton span{font-size:12px;color:#0085c0;background:#fff;display:inline-block;height:22px;border-radius:5px;line-height:22px;transform:translate(0,-2px);margin-left:2px;padding:0 6px;transition:all .2s;vertical-align:middle}.A_maximizeButton:hover:hover,.A_maximizeButton:hover:focus,.A_maximizeButton:focus:hover,.A_maximizeButton:focus:focus{background:#005074}.A_maximizeButton.A_mbVisible{visibility:visible;opacity:1;bottom:20px;right:20px}.CMS_loadingSpinner{background:#fff}.CMS_loadingSpinner .CMS_ls_spin{color:rgba(0,0,0,.5)}.page_schedule_list td:first-child{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CMS_tabs{font-family:Arial}.CMS_tabs .CMS_tabLinks{margin-bottom:10px}.CMS_tabs.CMS_tabWBody .CMS_tabLinks{margin-bottom:0;border-bottom:none}.CMS_tabLinks{display:block;list-style:none;margin:0;padding:0;border-bottom:1px solid #e4e4e4}.CMS_tabLinks:after{content:'';display:block;clear:both}.CMS_tabLinks>li{float:left}.CMS_tabLinks a{display:block;text-decoration:none;white-space:nowrap;background:#fff;padding:10px 15px 12px;cursor:pointer;position:relative;border:1px solid transparent;border-bottom:none;transition:background-color .2s ease-in-out;margin:0 5px 0 0;color:#333!important;font-size:14px}.CMS_tabLinks a:hover{background:#eaeff0}.CMS_tabLinks a.CMS_tabActive{border-color:#999;border:1px solid #e4e4e4;border-bottom:none}.CMS_tabLinks a.CMS_tabActive:after{content:'';display:block;width:calc(100% + 2px);height:3px;background:#1d2228;position:absolute;top:-3px;left:-1px}.CMS_tabLinks a.CMS_tabActive:before{content:'';display:block;width:100%;height:1px;background:#fff;position:absolute;bottom:-1px;left:0}.CMS_enterCode{max-width:600px;margin:0 auto;background:#eaedef;padding:10px 15px 15px}.CMS_enterCode:after{content:'';display:block;clear:both}.CMS_enterCode input.CMS_input:not([type="radio"]):not([type="checkbox"]){width:calc(80% - 22px);float:left;font-weight:700;text-transform:uppercase;line-height:40px;height:42px}.CMS_ec_title{font-weight:700;display:block;color:#333;margin:10px 0 5px;text-align:left}.CMS_ec_codeBox{font-weight:700;margin:0 5px 5px 0;background:#fff;padding:0 10px;line-height:40px;width:calc(20% - 5px);text-align:center;float:left;user-select:none;color:#000}.CMS_siteSelect{border:1px solid #e4e4e4;margin:10px 0 0;padding:15px;max-height:400px;overflow:auto}.CMS_siteSelect ul{list-style:none;margin:0;padding:0}.CMS_siteSelect ul label{margin:0}.CMS_siteSelect ul ul{padding-left:15px;margin-left:15px}.CMS_siteSelect ul ul li{border-bottom:1px solid #eee;padding:5px 0}.CMS_siteSelect ul ul li:last-child{border:none}.CMS_siteSelect ul ul li label.CMS_checkbox{background:transparent;font-weight:400;display:block;transition:background .2s}.CMS_siteSelect ul ul li label.CMS_checkbox:hover{background:#eee}.CMS_siteSelect ul ul ul{padding:0 0 0 30px;margin:0;list-style:none}body .Silk.RadEditor,body .Silk.RadEditor .reModule,body .Silk.RadEditor .reEditorModes,body .Silk.RadEditor .reWrapper{background:#fff}body .Silk.reToolbar{background:transparent;border:none;height:auto}body .Silk .reTool:hover,body .Silk .reToolbarWrapper .reToolbar li .reTool:hover,body .Silk .reRibbonBarWrapper .reToolbar li .reTool:hover,body .Silk.RadEditor .reDialog .reTool:hover,body .Silk.RadEditor .reToolbar .reTool:hover,body .Silk.RadEditor .reModule .reTool:hover,body .Silk .reToolbarWindow .reToolbar .reTool:hover{background:#e7e7e7;border-color:transparent;box-shadow:none}body .Silk .reToolbarWrapper .reToolbar li .reTool:active,body .Silk .reToolbarWrapper .reToolbar li .reTool:focus,body .Silk .reToolbarWrapper .reToolbar li .reTool_selected,body .Silk .reRibbonBarWrapper .reToolbar li .reTool:active,body .Silk .reRibbonBarWrapper .reToolbar li .reTool:focus,body .Silk .reRibbonBarWrapper .reToolbar li .reTool_selected,body .Silk.RadEditor .reDialog .reTool:active,body .Silk.RadEditor .reToolbar .reTool:active,body .Silk.RadEditor .reModule .reTool:active,body .Silk .reToolbarWindow .reToolbar .reTool:active{background:#e7e7e7;border-color:transparent;box-shadow:none}body .Silk.RadEditor .reEditorModes a:focus,body .Silk.RadEditor .reEditorModes a:active,body .Silk.RadEditor a.reMode_selected,body .Silk.RadEditor a.reMode_selected:hover,body .Silk.reToolWrapper .reSplitButton.reTool:hover,body .Silk.reToolbarWrapper .reTool.reSplitButton:hover,body .Silk .reToolWrapper .reTool.reSplitButton:hover,body .Silk .reToolbarWrapper .reTool.reSplitButton:hover,body .Silk .reModule .reSplitButton.reTool:hover,body .Silk.reToolbarWrapper .reTool_selected,body .Silk.reToolbarWrapper .reTool_selected:hover{background:#e7e7e7;border-color:transparent;box-shadow:none;color:#000}body .Silk.RadEditor .reEditorModes a:hover{background:#e7e7e7;border-color:transparent;box-shadow:none;color:#000}body .Silk .reDropdown:hover,body .Silk .reDropdown:active,body .Silk .reDropdown:focus{background:#e7e7e7;border-color:#d7d7d7;box-shadow:none}body .Silk .reDropdown:hover span{color:#000}body .Silk .reDropdown:hover:before,body .Silk .reDropdown:active:before,body .Silk .reDropdown:focus:before{background-position:-12px -64px}body .Silk .reToolbarWrapper .reSplitButton.reTool:hover .split_arrow,body .Silk .reToolWrapper .reSplitButton.reTool:hover .split_arrow{background-position:-17px -62px}body .RadWindow_Silk .rwTitleRow .rwTopLeft,body .RadWindow_Silk .rwTitleRow .rwTitlebar,body .RadWindow_Silk .rwTitleRow .rwTopRight{background:#fff}body .RadWindow_Silk{background:#fff;box-shadow:0 0 25px rgba(0,0,0,.3)}body .reToolbar.Silk.ptlreActions input{display:inline-block;text-align:center;line-height:32px;border-radius:5px;transition:all .2s;white-space:nowrap;padding:0 10px;text-decoration:none;background:#0085c0;color:#fff!important;font-weight:600;font-size:14px;border:none;cursor:pointer;margin:5px 5px 0}body .reToolbar.Silk.ptlreActions input[value="Save As"]{background:#0085c0}body .reToolbar.Silk.ptlreActions input[value="Save As"]:hover{background:#005074}body .reToolbar.Silk.ptlreActions input[value="Cancel"]{background:#c7402f}body .reToolbar.Silk.ptlreActions input[value="Cancel"]:hover{background:#892c20}body .RadWindow_Silk{background:#fff}body .RadTabStrip_Silk .rtsLevel1{background:transparent}body .RadTabStrip_Silk .rtsLevel1 .rtsLink{text-shadow:none;box-shadow:none;border:none}body .RadTabStrip_Silk .rtsLevel1 .rtsSelected,body .RadTabStrip_Silk .rtsLevel1 .rtsSelected:hover,body .RadTabStrip_Silk .rtsLevel1 .rtsLink:hover{background:#e4e4e4;color:#000;text-shadow:none;box-shadow:none;border:none}body .Silk .reDropdown,body .Silk .reTool_disabled.reDropdown:hover{min-width:auto}body .Silk.reColorPicker{height:auto!important}.adminNav{width:20%;height:100%;position:fixed;top:0;left:0;overflow:auto}.adminContent{width:80%;height:100%;position:fixed;top:0;right:0}.CMS_paging{background:#eee;padding:10px 10px 5px}.CMS_paging:after{content:'';display:block;clear:both}.CMS_paging ul{list-style:none;margin:0;padding:0;float:left}.CMS_paging ul li{float:left}.CMS_paging ul li a,.CMS_paging ul li span{font-weight:700;font-size:.9em;transition:background .2s ease-in-out;text-decoration:none;color:#595a5a;display:block;padding:10px;border-radius:3px}.CMS_paging ul li a.active:not(span),.CMS_paging ul li a:hover:not(span),.CMS_paging ul li span.active:not(span),.CMS_paging ul li span:hover:not(span){background:#d6d6d6}.CMS_paging ul:after{content:'';display:block;clear:both}.CMS_paging .CMS_pageCount{font-size:.8em;color:#595a5a;font-weight:700;text-transform:uppercase;line-height:40px;float:right}.CMS_search{display:table;width:100%}.CMS_search>*{display:table-cell}.CMS_search>:first-child{width:100%}.CMS_search>:last-child{white-space:nowrap}.CMS_tag{display:inline-block;padding:5px 10px;border-radius:3px;font-weight:700;font-size:.8em;background:#0085c0;color:#fff;text-decoration:none;margin-bottom:6px}.CMS_tag.CMS_tagValid{background:#79b354;color:#fff}.CMS_tag.CMS_tagInvalid{background:#c7402f;color:#fff}.CMS_tag.CMS_tagInactive{background:#eee;color:#333}a.CMS_tag:hover,a.CMS_tag:focus{background:#005074;color:#fff;text-decoration:none}a.CMS_tag.CMS_tagInactive:hover,a.CMS_tag.CMS_tagInactive:focus{background:#c8c8c8;color:#000}.UP_pBar{display:table;width:100%}.UP_pBar>*{display:table-cell;vertical-align:middle}.UP_pBar>:first-child{width:1px;white-space:nowrap;padding-right:10px;width:100%}.UP_pBar>:last-child{width:1px;white-space:nowrap;padding-right:0}.UP_pBar span.UP_pBarBorder{border:1px solid #e4e4e4;border-radius:10px;width:100%;height:25px;display:inline-block;position:relative;overflow:hidden}.UP_pBar span.UP_pBarBorder.UP_pMini{width:150px;height:15px;margin-top:5px}.UP_pBar span.UP_pBarBorder em{position:absolute;top:0;left:0;background:#79b354;height:100%;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px;animation:UP_pStripe 2s linear infinite}.UP_preview{background-size:cover;background-position:center center;width:100px;height:100px;display:block}@-webkit-keyframes UP_pStripe{from{background-position:40px 0}to{background-position:0 0}}@keyframes UP_pStripe{from{background-position:40px 0}to{background-position:0 0}}.ui_tpicker_unit_hide{display:none}.ui-widget-header{background:transparent;border:none}#ui-datepicker-div{font-family:arial;width:250px;border:1px solid #ccc;background:#fff}#ui-datepicker-div a{cursor:pointer}.ui-timepicker-div dl{margin:6px 0 0}.ui-datepicker table{margin:0}select.ui-timepicker-select.ui-state-default.ui-corner-all{display:block;width:100%;height:25px;font-size:14px;line-height:25px;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}dd{margin:0}dt{font-size:.9em;color:#a29c9c;margin:4px 0}.ui_tpicker_time_label,dd.ui_tpicker_time{display:none}.ui-datepicker .ui-datepicker-buttonpane button{font-size:14px;opacity:1;border:0;background:#256497;color:#fff;font-weight:400}button.ui-datepicker-close.ui-state-default.ui-priority-primary{background-color:#27ae60}.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:none;border:none;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:none;color:inherit;border:none;outline:none;border-bottom:solid 1px #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block;padding:0 8px}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}@-webkit-keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes jconfirm-spin{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body[class*=jconfirm-no-scroll-]{overflow:hidden!important}.jconfirm{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999;font-family:Arial;overflow:hidden}.jconfirm .jconfirm-bg{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-transition:opacity .4s;transition:opacity .4s}.jconfirm .jconfirm-bg.jconfirm-bg-h{opacity:0!important}.jconfirm .jconfirm-scrollpane{-webkit-perspective:500px;perspective:500px;-webkit-perspective-origin:center;perspective-origin:center;display:table;width:100%;height:100%}.jconfirm .jconfirm-row{display:table-row;width:100%}.jconfirm .jconfirm-cell{display:table-cell;vertical-align:middle}.jconfirm .jconfirm-holder{max-height:100%;padding:50px 0}.jconfirm .jconfirm-box-container{-webkit-transition:-webkit-transform;transition:-webkit-transform;transition:transform;transition:transform,-webkit-transform}.jconfirm .jconfirm-box-container.jconfirm-no-transition{-webkit-transition:none!important;transition:none!important}.jconfirm .jconfirm-box{background:#fff;border-radius:4px;position:relative;outline:none;padding:15px 15px 0;overflow:hidden;margin-left:auto;margin-right:auto}@-webkit-keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@keyframes type-blue{1%,100%{border-color:#3498db}50%{border-color:#5faee3}}@-webkit-keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@keyframes type-green{1%,100%{border-color:#2ecc71}50%{border-color:#54d98c}}@-webkit-keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@keyframes type-red{1%,100%{border-color:#e74c3c}50%{border-color:#ed7669}}@-webkit-keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@keyframes type-orange{1%,100%{border-color:#f1c40f}50%{border-color:#f4d03f}}@-webkit-keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@keyframes type-purple{1%,100%{border-color:#9b59b6}50%{border-color:#b07cc6}}@-webkit-keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}@keyframes type-dark{1%,100%{border-color:#34495e}50%{border-color:#46627f}}.jconfirm .jconfirm-box.jconfirm-type-animated{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.jconfirm .jconfirm-box.jconfirm-type-blue{border-top:solid 7px #3498db;-webkit-animation-name:type-blue;animation-name:type-blue}.jconfirm .jconfirm-box.jconfirm-type-green{border-top:solid 7px #2ecc71;-webkit-animation-name:type-green;animation-name:type-green}.jconfirm .jconfirm-box.jconfirm-type-red{border-top:solid 7px #e74c3c;-webkit-animation-name:type-red;animation-name:type-red}.jconfirm .jconfirm-box.jconfirm-type-orange{border-top:solid 7px #f1c40f;-webkit-animation-name:type-orange;animation-name:type-orange}.jconfirm .jconfirm-box.jconfirm-type-purple{border-top:solid 7px #9b59b6;-webkit-animation-name:type-purple;animation-name:type-purple}.jconfirm .jconfirm-box.jconfirm-type-dark{border-top:solid 7px #34495e;-webkit-animation-name:type-dark;animation-name:type-dark}.jconfirm .jconfirm-box.loading{height:120px}.jconfirm .jconfirm-box.loading:before{content:'';position:absolute;left:0;background:#fff;right:0;top:0;bottom:0;border-radius:10px;z-index:1}.jconfirm .jconfirm-box.loading:after{opacity:.6;content:'';height:30px;width:30px;border:solid 3px transparent;position:absolute;left:50%;margin-left:-15px;border-radius:50%;-webkit-animation:jconfirm-spin 1s infinite linear;animation:jconfirm-spin 1s infinite linear;border-bottom-color:#1e90ff;top:50%;margin-top:-15px;z-index:2}.jconfirm .jconfirm-box div.jconfirm-closeIcon{height:20px;width:20px;position:absolute;top:10px;right:10px;cursor:pointer;opacity:.6;text-align:center;font-size:27px!important;line-height:14px!important;display:none;z-index:1}.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi{font-size:16px}.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover{opacity:1}.jconfirm .jconfirm-box div.jconfirm-title-c{display:block;font-size:22px;line-height:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;padding-bottom:15px}.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand{cursor:move}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{font-size:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i{vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:inherit;font-family:inherit;display:inline-block;vertical-align:middle}.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty{display:none}.jconfirm .jconfirm-box div.jconfirm-content-pane{margin-bottom:15px;height:auto;-webkit-transition:height .4s ease-in;transition:height .4s ease-in;display:inline-block;width:100%;position:relative;overflow-x:hidden;overflow-y:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll{overflow-y:hidden}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar{width:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb{background:#666;border-radius:3px}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img{max-width:100%;height:auto}.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty{display:none}.jconfirm .jconfirm-box .jconfirm-buttons{padding-bottom:11px}.jconfirm .jconfirm-box .jconfirm-buttons>button{margin-bottom:4px;margin-left:2px;margin-right:2px}.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c{color:#e74c3c!important}.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c{color:#3498db!important}.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c{color:#2ecc71!important}.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c{color:#9b59b6!important}.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c{color:#f1c40f!important}.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c{color:#34495e!important}.jconfirm .jconfirm-clear{clear:both}.jconfirm.jconfirm-rtl{direction:rtl}.jconfirm.jconfirm-rtl div.jconfirm-closeIcon{left:5px;right:auto}.jconfirm.jconfirm-white .jconfirm-bg,.jconfirm.jconfirm-light .jconfirm-bg{background-color:#444;opacity:.2}.jconfirm.jconfirm-white .jconfirm-box,.jconfirm.jconfirm-light .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);border-radius:5px}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#333}.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#ddd}.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-black .jconfirm-bg,.jconfirm.jconfirm-dark .jconfirm-bg{background-color:#2f4f4f;opacity:.4}.jconfirm.jconfirm-black .jconfirm-box,.jconfirm.jconfirm-dark .jconfirm-box{-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);background:#444;border-radius:5px;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons{float:right}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button{border:none;background-image:none;text-transform:uppercase;font-size:14px;font-weight:700;text-shadow:none;-webkit-transition:background .1s;transition:background .1s;color:#fff}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default{-webkit-box-shadow:none;box-shadow:none;color:#fff;background:none}.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover{background:#666}.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake{-webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow{-webkit-animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;animation:glow .82s cubic-bezier(.36,.07,.19,.97) both;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-webkit-keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-2px,0,0);transform:translate3d(-2px,0,0)}20%,80%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-8px,0,0);transform:translate3d(-8px,0,0)}40%,60%{-webkit-transform:translate3d(8px,0,0);transform:translate3d(8px,0,0)}}@-webkit-keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}@keyframes glow{0%,100%{-webkit-box-shadow:0 0 0 red;box-shadow:0 0 0 red}50%{-webkit-box-shadow:0 0 30px red;box-shadow:0 0 30px red}}.jconfirm{-webkit-perspective:400px;perspective:400px}.jconfirm .jconfirm-box{opacity:1;-webkit-transition-property:all;transition-property:all}.jconfirm .jconfirm-box.jconfirm-animation-top,.jconfirm .jconfirm-box.jconfirm-animation-left,.jconfirm .jconfirm-box.jconfirm-animation-right,.jconfirm .jconfirm-box.jconfirm-animation-bottom,.jconfirm .jconfirm-box.jconfirm-animation-opacity,.jconfirm .jconfirm-box.jconfirm-animation-zoom,.jconfirm .jconfirm-box.jconfirm-animation-scale,.jconfirm .jconfirm-box.jconfirm-animation-none,.jconfirm .jconfirm-box.jconfirm-animation-rotate,.jconfirm .jconfirm-box.jconfirm-animation-rotatex,.jconfirm .jconfirm-box.jconfirm-animation-rotatey,.jconfirm .jconfirm-box.jconfirm-animation-scaley,.jconfirm .jconfirm-box.jconfirm-animation-scalex{opacity:0}.jconfirm .jconfirm-box.jconfirm-animation-rotate{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.jconfirm .jconfirm-box.jconfirm-animation-rotatex{-webkit-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatexr{-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotatey{-webkit-transform:rotatey(90deg);transform:rotatey(90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-rotateyr{-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scaley{-webkit-transform:scaley(1.5);transform:scaley(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-scalex{-webkit-transform:scalex(1.5);transform:scalex(1.5);-webkit-transform-origin:center;transform-origin:center}.jconfirm .jconfirm-box.jconfirm-animation-top{-webkit-transform:translate(0,-100px);transform:translate(0,-100px)}.jconfirm .jconfirm-box.jconfirm-animation-left{-webkit-transform:translate(-100px,0);transform:translate(-100px,0)}.jconfirm .jconfirm-box.jconfirm-animation-right{-webkit-transform:translate(100px,0);transform:translate(100px,0)}.jconfirm .jconfirm-box.jconfirm-animation-bottom{-webkit-transform:translate(0,100px);transform:translate(0,100px)}.jconfirm .jconfirm-box.jconfirm-animation-zoom{-webkit-transform:scale(1.2);transform:scale(1.2)}.jconfirm .jconfirm-box.jconfirm-animation-scale{-webkit-transform:scale(.5);transform:scale(.5)}.jconfirm .jconfirm-box.jconfirm-animation-none{visibility:hidden}.jconfirm.jconfirm-supervan .jconfirm-bg{background-color:rgba(0,0,0,.9)}.jconfirm.jconfirm-supervan .jconfirm-box{background-color:transparent}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue{border:none}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green{border:none}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red{border:none}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange{border:none}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple{border:none}.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark{border:none}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon{color:#fff}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c{text-align:center;color:#fff;font-size:28px;font-weight:400}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>*{padding-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane{margin-bottom:25px}.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content{text-align:center;color:#fff;max-width:900px;margin:0 auto;padding:0 20px}.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-material .jconfirm-bg{background-color:rgba(0,0,0,.67)}.jconfirm.jconfirm-material .jconfirm-box{background-color:#fff;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 25px 10px}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700}.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons{text-align:right}.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button{text-transform:uppercase;font-weight:500}.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-bootstrap .jconfirm-bg{background-color:rgba(0,0,0,.21)}.jconfirm.jconfirm-bootstrap .jconfirm-box{background-color:#fff;-webkit-box-shadow:0 3px 8px 0 rgba(0,0,0,.2);box-shadow:0 3px 8px 0 rgba(0,0,0,.2);border:solid 1px rgba(0,0,0,.4);padding:15px 0 0}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{margin-right:8px;margin-left:0}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87)}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:22px;font-weight:700;padding-left:15px;padding-right:15px}.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content{color:rgba(0,0,0,.87);padding:0 15px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons{text-align:right;padding:10px;margin:-5px 0 0;border-top:solid 1px #ddd;overflow:hidden;border-radius:0 0 4px 4px}.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button{font-weight:500}.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c{margin-left:8px;margin-right:0}.jconfirm.jconfirm-modern .jconfirm-bg{background-color:#708090;opacity:.6}.jconfirm.jconfirm-modern .jconfirm-box{background-color:#fff;-webkit-box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);padding:30px 30px 15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon{color:rgba(0,0,0,.87);top:15px;right:15px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c{color:rgba(0,0,0,.87);font-size:24px;font-weight:700;text-align:center;margin-bottom:10px}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c{-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:scale(0);transform:scale(0);display:block;margin-right:0;margin-left:0;margin-bottom:10px;font-size:69px;color:#aaa}.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content{text-align:center;font-size:15px;color:#777;margin-bottom:25px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons{text-align:center}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button{font-weight:700;text-transform:uppercase;-webkit-transition:background .1s;transition:background .1s;padding:10px 20px}.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button+button{margin-left:4px}.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c{-webkit-transform:scale(1);transform:scale(1)}.jconfirm-content p{color:#fff!important}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
        url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
        url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
        url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
        url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*clear fix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* General Styles */
.secureform .tbl { max-width: 100%; padding:30px 10px; font-size:16px; background-color: rgba(255, 255, 255, 0.5); border-radius: 15px; border:rgba(0,0,0,.25) 1px solid;}
.secureform div > h1, .secureform div > h2, .secureform div > h3, .secureform p, .secureform #dvViewBody span {     color: transparent !important;
    text-shadow: 0px 0px 0px #f00;}
.secureform h2 { width:100%; margin:0 0 1em; text-align:center; }
.secureform #dvViewBody hr { width:100%; height:3px; margin:25px 0 35px; border:none; background:#eee; }
.secureform label { padding:.5em; }
.secureform label.label { margin:0; font-weight:inherit; }
.secureform div > label, .secureform p > label { width:100%; }
.secureform input { display:block; width:100%; margin:.25em 0 0; padding:0 .5em; border-radius: 3px; border:#ccc 1px solid; outline-offset:unset; font-size:.9em; }

/* Hidden */
.secureform .tbl .tbl_header, .secureform fieldset label[for*="Phone"] + br, .secureform fieldset label[for*="Phone"] br, .secureform #dvViewBody > div div > br { display:none; }

/* Flex */
/*.secureform #dvViewBody > div div, .secureform #dvViewBody > div p, */.secureform #secure-form section .form-group, .formgroup.secureform .form-element.checkboxGroup fieldset > span { display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between; width:100%; max-width:100%; }

/* No flex */
.secureform #dvViewBody > div .control-row, .secureform #dvViewBody > div .row-label, .secureform #dvViewBody > div .row-value, .secureform #dvViewBody > div div[align="right"], .secureform #dvViewBody > div .column, .secureform #dvViewBody > div .form-element, .secureform #dvViewBody > div .legalese, .secureform #dvViewBody > div .legalese label { display:block; }

/* Control row */
.secureform #dvViewBody > div .control-row { width:calc(100% - 1em); margin:1em .5em; }
.secureform #dvViewBody > div .control-row label, .secureform #dvViewBody > div .control-row select { width:100%; padding:.5em 0; margin:.5em 0 1em; }
.secureform #dvViewBody > div .control-row textarea { width:100% !important; margin:.5em 0 1em !important; }

/* Columns */
.secureform #dvViewBody > div .column { width:100%; }
.secureform #dvViewBody > div .column label { display:block; width:100%; padding:.25em .5em; }

/* Legal */
.secureform #dvViewBody > div .legalese label + input { width:calc(50% - 1em); margin:0 .5em; }

/* Radio/Checkboxes */
.secureform input[type="radio"], .secureform input[type="checkbox"] { display:inline-block; width:auto; margin:0 5px; outline:none; }

/* Text and Textarea*/
.secureform input[type="text"], .secureform input[type="tel"], .secureform input[type="email"], .secureform input[type="date"] { height:2em; padding:.35em .5em; }
.secureform textarea { display:block; width:calc(100% - 10px); min-height:80px; max-height:150px; margin:.5em 5px 1em !important; padding:.35em .5em; }

/* Fieldsets */
.secureform fieldset { width:calc(100% - 1em); margin:1em .5em; padding:.5em; border:#ccc 1px solid; }
.secureform fieldset > div { padding:1em 0; }
.secureform fieldset legend { margin:0 0 .25em .5em; padding:0 .5em; color:rgba(0,0,0,.75); }
.secureform fieldset legend + input { margin: .5em; }
.secureform fieldset label { display:block; padding:1em .5em 0; }
.secureform fieldset label[for] { display:inline-block; padding:1em .5em; }
.secureform fieldset label + span { display:block; float:none !important; }

/* Dropdowns */
.secureform select { display:block; width:calc(100% - 1em); margin:.5em .5em 1em; padding:.5em; font-size:.9em; }

/* Submit/Reset Buttons */
.secureform div[id*="Submit"] { text-align:right; }
.secureform input[type="submit"], .secureform input[type="reset"], .secureform input[type="button"] { display:inline-block; width:auto; margin-top: 15px; padding:1em; background: #eee; border-radius:5px; border-color: #6e6e6e; outline:none !important; }
.secureform input[type="submit"]:hover,.secureform input[type="submit"]:focus, .secureform input[type="reset"]:hover, .secureform input[type="reset"]:focus, .secureform input[type="button"]:hover, .secureform input[type="button"]:focus { background: #6e6e6e; color:#fff; }

/* teeth chart - doctor referral (dental) */
.secureform .teethchart { margin: 0 auto 20px; }
.secureform .teethchart td { text-align: right; margin: 0; padding: .5em 0; }

.secureform .teethchart td label { padding: 0 .75em; text-align:center; }
.secureform .teethchart td input { margin: 0; display:block; }
.secureform .teethchart td.divider { border-right: 2px solid #000; }
.secureform .teethchart tr.divider td { border-bottom: 2px solid #000; }

/* New Forms */
.secureform section { width:100%; max-width:100%; margin:0 0 35px; padding:0 0 20px; border-bottom: #eee 2px solid; }
.secureform #dvViewBody section h2.heading { margin:50px 0 15px; }
.secureform #dvViewBody .form-group .form-element { -webkit-box-flex:1; -ms-flex:1 0 auto; flex:1 0 auto;  width:auto; max-width:100%; margin:.5em 0; }
.secureform .form-group { margin:0 0 .5em; }
.secureform .form-element > label { display:block; width:100%; margin:0 0 .5em; padding:0; }
.secureform .form-element select, .secureform .form-element textarea { width:100%; margin:.5em 0 1em; }
.secureform .form-element fieldset { width:100%; margin:0; padding:.5em; }
.secureform .form-element fieldset label[for] { display:block; }
.secureform .form-element fieldset label[for*="Phone"], .secureform .form-element fieldset label[for*="Message"], .secureform .form-element fieldset label[for*="Gender"], .secureform .form-element fieldset label[for*="Yes"], .secureform .form-element fieldset label[for*="No"], .secureform .form-element fieldset label[for*="NA"] { display:inline-block; padding:.5em 1em .5em .5em; }
.secureform .form-element input + fieldset { margin-top:1.5em; }
.secureform .form-element.checkboxGroup fieldset label { -webkit-box-flex:0; -ms-flex:0 0 250px; flex:0 0 250px; }


/* Tablet and Desktop */
@media screen and (min-width:768px) {
	.secureform .tbl { padding:30px; }
	.secureform #dvViewBody > div .column { width:50%; }
	.secureform div > label, .secureform p > label { width:50%; }
	.secureform #dvViewBody .form-group .form-element { max-width:calc(100% - 1em); margin:1em .5em; }
	.secureform .form-element input[type="text"] { min-width:250px; }
	.secureform .form-element input[id*="State"], .secureform .form-element input[id*="Age"] { /*min-width:50px; max-width:80px;*/  min-width:250px;}
	.secureform .form-element input[type="tel"], .secureform .form-element input[type="date"] { /*min-width:180px;*/  min-width:250px; }
	.secureform .form-element input[id*="Zip"] { /*min-width:100px; max-width:150px; */ min-width:250px;}
}

@media print {

	#human_verification, .submit { display: none; }

	.ptl_portlet_CustomForm .tbl {width: 100% !important; box-shadow: none; font-size: 14px; margin: 0; padding: 0}

	@page { margin:  0.4cm 0; }

	.ptl_portlet_CustomForm .tbl input[type="text"] { border:0px; }
	.ptl_portlet_CustomForm div { margin: 0 0 10px; }
	.ptl_portlet_CustomForm h1 { font-size: 18px; page-break-after: avoid; }
	.ptl_portlet_CustomForm h2 { font-size: 18px; page-break-after: avoid; }
	.ptl_portlet_CustomForm h3 {page-break-after: avoid;}
	.ptl_portlet_CustomForm .tbl hr {display:none;}

	.ptl_portlet_CustomForm .tbl fieldset {padding: 0;}
	div.left-column-container {padding: 0}
	div.left-column-container > div.left {display:none}
	.t01 div.container {max-width: 100% !important}
	#utility-navigation {display:none;}
	#overview {display:none}
	#footer {display:none;}
	.CMS_adminBar, .CMS_DragDropWrapper {display:none;}
	#header {display:none}

	.ptl_portlet_CustomForm .tbl ul.med-history-list li, .ptl_portlet_CustomForm .tbl .med-history-list .column, .ptl_portlet_CustomForm .tbl .med-history-list-collection .column {width:33% !important; vertical-align:top;}
	.ptl_portlet_CustomForm .tbl .med-history-list-collection .column label {width: 100%; display:inline-block; padding: 0}

	.ptl_portlet_CustomForm .tbl input[type="submit"], input[type="reset"], input[type="button"] {display:none;}
	.ptl_portlet_CustomForm .tbl #ctl00_ContentPlaceHolder1_ctl13_lblCaptchaTitle, .ptl_portlet_CustomForm .tbl #ctl00_ContentPlaceHolder1_ctl13_formCaptcha {display:none;}

}
/* START Telerik.Web.UI.Skins.Window.css */
.RadWindow .rwTitleRow,.RadWindow .rwTitleRow *{box-sizing:content-box}.RadWindow table.rwTable,.RadWindow table.rwShadow,.RadWindow .rwTitlebarControls{border:0;padding:0}.RadWindow .rwCorner,.RadWindow .rwTitlebar,.RadWindow .rwStatusbar,.RadWindow .rwFooterCenter,.RadWindow .rwTitlebarControls td{padding:0;margin:0;border:0;border-collapse:collapse;vertical-align:top}.RadWindow .rwTopResize{font-size:1px;line-height:4px;width:100%;height:4px;background-position:0 -31px;background-repeat:repeat-x}.RadWindow .rwStatusbarRow .rwCorner{background-repeat:no-repeat}.RadWindow .rwStatusbarRow .rwBodyLeft{background-position:-16px 0}.RadWindow .rwStatusbarRow .rwBodyRight{background-position:-24px 0}.RadWindow .rwStatusbar{height:22px;background-position:0 -113px;background-repeat:repeat-x}.RadWindow .rwStatusbar div{width:18px;height:18px;padding:0 3px 0 0;background-position:0 -94px;background-repeat:no-repeat}.RadWindow .rwTable{width:100%;height:100%;table-layout:auto}.RadWindow .rwCorner{width:8px}.RadWindow .rwTopLeft,.RadWindow .rwTopRight,.RadWindow .rwTitlebar,.RadWindow .rwFooterLeft,.RadWindow .rwFooterRight,.RadWindow .rwFooterCenter{height:8px;font-size:1px;background-repeat:no-repeat;line-height:1px}.RadWindow .rwBodyLeft,.RadWindow .rwBodyRight{background-repeat:repeat-y}.RadWindow .rwBodyRight{background-position:-8px 0}.RadWindow .rwTopLeft{background-position:0 0}.RadWindow .rwTopRight{background-position:-8px 0}.RadWindow table .rwTitlebar{background-repeat:repeat-x;background-position:0 -31px;-moz-user-select:none}.RadWindow .rwFooterLeft{background-position:0 -62px}.RadWindow .rwFooterRight{background-position:-8px -62px}.RadWindow .rwFooterCenter{background-repeat:repeat-x;background-position:0 -70px}.RadWindow .rwTitlebarControls{width:100%;height:27px}.RadWindow .rwIframeWrapperIOS{width:100%;height:100%;overflow:scroll;-webkit-overflow-scrolling:touch}.RadWindow .rwWindowContent{height:100%!important;background:white}.RadWindow .rwWindowContent iframe{display:block}.RadWindow td.rwLoading,.RadWindow .rwIframeWrapperIOS.rwLoading{background-repeat:no-repeat;background-position:center}.RadWindow .rwStatusbar .rwLoading{background-repeat:no-repeat}.RadWindow .rwStatusbar .rwLoading{padding-left:30px}.RadWindow td.rwStatusbar input{margin:0;padding:4px 0 0 3px;width:100%;height:18px;border:0!important;color:inherit;background:none!important;font:inherit;line-height:18px;background-color:none!important;cursor:default;-moz-user-select:none;overflow:hidden;text-overflow:ellipsis;display:block;float:left;vertical-align:middle}.RadWindow .rwControlButtons{padding:0;margin:2px 0 0 0;list-style:none;white-space:nowrap;float:right}.RadWindow .rwControlButtons li{float:left;padding:0 1px 0 0}.RadWindow .rwControlButtons a{width:30px;height:21px;line-height:1px;font-size:1px;cursor:default;background-repeat:no-repeat;display:block;text-decoration:none;outline:0}.RadWindow .rwControlButtons span{display:block}.RadWindow .rwReloadButton{background-position:-120px 0}.RadWindow .rwReloadButton:hover{background-position:-120px -21px}.RadWindow .rwPinButton{background-position:-180px 0}.RadWindow .rwPinButton:hover{background-position:-180px -21px}.RadWindow .rwPinButton.on{background-position:-150px 0}.RadWindow .rwPinButton.on:hover{background-position:-150px -21px}.RadWindow .rwMinimizeButton{background-position:0 0}.RadWindow .rwMinimizeButton:hover{background-position:0 -21px}.RadWindow .rwMaximizeButton{background-position:-60px 0}.RadWindow .rwMaximizeButton:hover{background-position:-60px -21px}.RadWindow .rwCloseButton{background-position:-90px 0}.RadWindow .rwCloseButton:hover{background-position:-90px -21px}.RadWindow.rwMaximizedWindow .rwMaximizeButton,.RadWindow.rwMinimizedWindow .rwMinimizeButton{background-position:-30px 0}.RadWindow.rwMaximizedWindow .rwMaximizeButton:hover,.RadWindow.rwMinimizedWindow .rwMinimizeButton:hover{background-position:-30px -21px}.RadWindow.rwMaximizedWindow .rwTopResize,.RadWindow.rwMaximizedWindow .rwCorner,.RadWindow.rwMaximizedWindow .rwFooterCenter,.RadWindow.rwMaximizedWindow .rwTitlebar{cursor:default!important}.RadWindow .rwIcon{display:block;background-repeat:no-repeat;background-position:0 -78px;width:16px;height:16px;cursor:default;margin:3px 5px 0 0}.RadWindow .rwTitleRow em{font:normal bold 12px "Segoe UI",Arial;color:inherit;padding:3px 0 0 1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left}.RadWindow.rwInactiveWindow .rwTitlebarControls{position:static}.RadWindow .rwDialogPopup{margin:16px;color:black;padding:1px 0 16px 50px;font:normal 12px "Segoe UI",Arial,Verdana;cursor:default}.RadWindow .rwDialogPopup .rwPopupButton,.RadWindow .rwDialogPopup .rwPopupButton span{display:block;float:left}.RadWindow .rwControlButtons a{text-indent:-3333px;overflow:hidden;text-align:center}.RadWindow .rwDialogText{text-align:left}.RadWindow.rwMinimizedWindow .rwPinButton,.RadWindow.rwMinimizedWindow .rwReloadButton,.RadWindow.rwMinimizedWindow .rwMaximizeButton,.RadWindow.rwMinimizedWindow .rwTopResize{display:none!important}.RadWindow .rwDialogInput{font:normal 12px "Segoe UI",Arial,Verdana;color:black;width:90%;display:block;margin:8px 0;border-radius:3px}.RadWindow .rwWindowContent .radconfirm,.RadWindow .rwWindowContent .radalert{background-color:transparent;background-position:left center;background-repeat:no-repeat}.RadWindow .rwWindowContent .radconfirm{background-image:url('/WebResource.axd?d=Vezt2nH_EuA-uOseQ5wuqB5e6BL7sAeKYyzMfRcHf8DAXd5CtLmq1Nt8qJEunXdTcdmxeR76aNmzfah73571h2pSSMUXnuEyg8MiCTu2L9IQPEpKosDVL4loO5us5914xVhbpyTcfjQK7n2sk5UkKb2_YJg1&t=638369321200000000')}.RadWindow .rwWindowContent .radalert{background-image:url('/WebResource.axd?d=SrHqXeMoIr96esUOc6Lm6_p8I116zW06nDBGbRftAEwFKhv9KdLRcUYeyO8rqY81SPoqtHq5SiuoxSVe3HlvgNhzLMJkVOx03mlBUasBsMb1uhrxyWyIAKC8B3agggwwl8ZiM8GJufP-I5PSnLbdNn4t1Ns1&t=638369321200000000')}.RadWindow .rwWindowContent .radprompt{padding:0}.RadWindow .rwPopupButton,.RadWindow .rwPopupButton span{text-decoration:none;color:black;line-height:21px;height:21px;cursor:default}.RadWindow .rwPopupButton{background-repeat:no-repeat;background-position:0 -136px;padding:0 0 0 3px;margin:8px 8px 8px 0}.RadWindow .rwWindowContent .rwPopupButton .rwOuterSpan{background-repeat:no-repeat;background-position:right -136px;padding:0 3px 0 0}.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan{background-repeat:repeat-x;background-position:0 -157px;padding:0 12px}.RadWindow .rwWindowContent .rwPopupButton:hover{background-position:0 -178px;padding:0 0 0 3px;margin:8px 8px 8px 0}.RadWindow .rwWindowContent .rwPopupButton:hover .rwOuterSpan{background-position:right -178px;padding:0 3px 0 0}.RadWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan{background-position:0 -199px;padding:0 12px}.RadWindow .rwStatusbarRow .rwBodyLeft{background-position:-16px 0}.RadWindow .rwStatusbarRow .rwBodyRight{background-position:-24px 0}.RadWindow.rwMinimizedWindow .rwContentRow,.RadWindow.rwMinimizedWindow .rwStatusbarRow{display:none}.RadWindow.rwMinimizedWindow table.rwTitlebarControls{margin-top:4px}.RadWindow.rwMinimizedWindow .rwControlButtons{width:66px!important}.RadWindow.rwMinimizedWindow em{width:90px}.RadWindow.rwMinimizedWindow,.RadWindow .rwMinimizedWindowOverlay{width:200px!important;height:30px!important;overflow:hidden!important;float:left!important}.RadWindow.rwMinimizedWindow .rwCorner.rwTopLeft{background-position:0 -220px;background-repeat:no-repeat}.RadWindow.rwMinimizedWindow .rwCorner.rwTopRight{background-position:-8px -220px;background-repeat:no-repeat}.RadWindow.rwMinimizedWindow .rwTitlebar{background-position:0 -250px!important;background-repeat:repeat-x}.RadWindow.rwInactiveWindow .rwCorner,.RadWindow.rwInactiveWindow .rwTitlebar,.RadWindow.rwInactiveWindow .rwFooterCenter{filter:alpha(opacity=65)!important;opacity:.65!important}.RadWindow ul.rwControlButtons span{display:none\9}.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTopLeft{background-position:0 -280px}.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTitlebar{background-position:0 -288px;background-repeat:repeat-x}.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTopRight{background-position:-8px -280px}.RadWindow.rwNoTitleBar table div.rwTopResize{background:0}.RadWindow .rwShadow .rwTopLeft,.RadWindow .rwShadow .rwTopRight,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight{width:15px!important}.RadWindow .rwShadow .rwTopLeft,.RadWindow .rwShadow .rwTopRight{height:38px}.RadWindow .rwShadow .rwTopLeft,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft{background-position:0 -297px!important}.RadWindow .rwShadow .rwTopRight,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight{background-position:0 -335px!important}.RadWindow .rwShadow .rwTopResize{height:8px;background-position:0 -376px!important}.RadWindow .rwShadow .rwTitlebar,.RadWindow.rwMinimizedWindow .rwShadow .rwTitlebar{height:30px!important;background-position:0 -391px!important;background-repeat:repeat-x!important}.RadWindow .rwInactiveWindow.rwMinimizedWindow{height:29px\9!important}.RadWindow .rwShadow .rwFooterLeft,.RadWindow .rwShadow .rwFooterRight,.RadWindow .rwShadow .rwFooterCenter{height:14px}.RadWindow .rwShadow .rwFooterLeft{width:15px;background-position:0 -431px}.RadWindow .rwShadow .rwFooterCenter{background-position:0 -461px;background-repeat:repeat-x}.RadWindow .rwShadow .rwFooterRight{width:15px;background-position:0 -446px}.RadWindow .rwShadow .rwBodyLeft,.RadWindow .rwShadow .rwBodyRight{width:15px;background-repeat:repeat-y}.RadWindow .rwShadow .rwBodyLeft{background-position:-33px 0}.RadWindow .rwShadow .rwBodyRight{background-position:-52px 0}.RadWindow .rwShadow .rwIcon{margin:7px 5px 0 1px}.RadWindow .rwShadow em{padding:7px 0 0 1px}.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft,.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight{height:1px!important}.RadWindow.rwMinimizedWindowShadow{overflow:visible!important}.RadWindow.rwMinimizedWindowShadow .rwTable{height:auto!important;width:210px!important}.RadWindow.rwMinimizedWindow .rwShadow .rwFooterLeft{background-position:0 -432px}.RadWindow.rwMinimizedWindow .rwShadow .rwFooterCenter{background-position:0 -462px}.RadWindow.rwMinimizedWindow .rwShadow .rwFooterRight{background-position:0 -447px}.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls{display:block}.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwPinButton,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwReloadButton,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwMaximizeButton,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwContentRow,.RadWindow.rwMinimizedWindowShadow .rwShadow .rwStatusbarRow{display:none!important}.RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopLeft,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopRight,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterLeft,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterRight,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterCenter,.RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopResize{cursor:default!important}.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTopLeft{background-position:0 -480px!important}.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTitlebar{background-position:0 -525px!important}.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTopRight{background-position:0 -500px!important}.RadWindow.rwNoTitleBar .rwShadow .rwTitlebar,.RadWindow.rwNoTitleBar .rwShadow .rwTopLeft,.RadWindow.rwNoTitleBar .rwShadow .rwTopRight{height:13px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTopLeft{background-position:8px -280px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTitlebar{background-position:0 -288px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTopRight{background-position:-9px -280px!important}.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTitlebar,.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTopLeft,.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTopRight{height:8px!important}html.rwPreventPageScrolling,body.rwPreventPageScrolling{-webkit-overflow-scrolling:touch;-webkit-touch-callout:none;position:fixed;top:0;left:0;margin:0;padding:0;border:0;border-width:0;width:100%;height:100%;overflow:hidden}html:first-child .RadWindow ul.rwControlButtons{float:right;border:1px solid transparent}.RadWindow_rtl .rwControlButtons{float:left}div.RadWindow_rtl .rwControlButtons li{float:right}div.RadWindow_rtl table.rwShadow .rwControlButtons li{float:right}.RadWindow.RadWindow_rtl div.rwDialogText,.RadWindow.RadWindow_rtl div.rwDialogText{text-align:right}.RadWindow.RadWindow_rtl div.rwDialogPopup div a,.RadWindow.RadWindow_rtl div.rwDialogPopup div a{float:right}.RadWindow.RadWindow_rtl div.rwDialogPopup,.RadWindow.RadWindow_rtl div.rwDialogPopup{background-position:right center;padding:1px 50px 16px 0}.RadWindow.RadWindow_rtl div.rwDialogPopup.radprompt,.RadWindow.RadWindow_rtl div.rwDialogPopup.radprompt{padding:1px 0 16px 0}.RadWindow.RadWindow_rtl .rwPopupButton,.RadWindow.RadWindow_rtl .rwPopupButton:hover{margin:8px 0 8px 8px}
/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Default.Window.Default.css */
.RadWindow_Default{font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:12px}.RadWindow_Default .rwTopLeft,.RadWindow_Default .rwTopRight,.RadWindow_Default .rwTitlebar,.RadWindow_Default .rwFooterLeft,.RadWindow_Default .rwFooterRight,.RadWindow_Default .rwFooterCenter,.RadWindow_Default .rwTopResize,.RadWindow_Default .rwStatusbar div,.RadWindow_Default .rwStatusbar,.RadWindow_Default .rwPopupButton,.RadWindow_Default .rwPopupButton span,.RadWindow_Default.rwMinimizedWindow .rwCorner{background-image:url('/WebResource.axd?d=je579lx_3S7xRu6ZzCggehX1Csa8w11ywsKhgQuxS_sCZXyL-VPnPaWl6P_XZM607kGFzeOuZp4oRbuSiY8Yl_avmCBW7DB4O4dmhNWT1UxLE4CC8clYQj6QuM3jS-EZFB0Rva4N4ETGVFdpXikXjBs9f0w1&t=638369321200000000')}.RadWindow_Default .rwBodyLeft,.RadWindow_Default .rwBodyRight,.RadWindow_Default .rwStatusbarRow .rwCorner{background-image:url('/WebResource.axd?d=XNzc6g17cDyarkU9s7DoNGygxpW8mAdnwMExLwaja1KtgcqsKT1pDDnr6Ehw7zSJvw-SM9QCBeM2YXJ7vAu5B69zx1M0vFVmr3k4T9zsTHOec_kViJcNDC3TIe2YzPoWh73YdRC2wn5rPkm7KTI016LzlwQ1&t=638369321200000000')}.RadWindow_Default .rwShadow .rwTopLeft,.RadWindow_Default .rwShadow .rwTopRight,.RadWindow_Default .rwShadow .rwTitlebar,.RadWindow_Default .rwShadow .rwFooterLeft,.RadWindow_Default .rwShadow .rwFooterRight,.RadWindow_Default .rwShadow .rwFooterCenter,.RadWindow_Default .rwShadow .rwTopResize,.RadWindow_Default .rwShadow .rwStatusbar div,.RadWindow_Default .rwShadow .rwStatusbar,.RadWindow_Default .rwShadow .rwPopupButton,.RadWindow_Default .rwShadow .rwPopupButton span,.RadWindow_Default .rwShadow .rwBodyLeft,.RadWindow_Default .rwShadow .rwBodyRight,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight{background-image:url('/WebResource.axd?d=m6c_mXDQnIOS81VCo02pWzCxrC_QkyIeL0cqBukhZUkWipYFvjFYGMSA3aUsAzHh_Wq_S3UUUEOP1Ut8HWaCkHKQwNT2LHZxQczZ4Yok50lBfYkqLTFynyO6eihVLZajQF3vZRgJlcMhhXwq3-zYX_K2Cyk1&t=638369321200000000')}.RadWindow_Default .rwShadow .rwBodyLeft,.RadWindow_Default .rwShadow .rwBodyRight,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,.RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight{background-image:url('/WebResource.axd?d=ZWu0s1ep9XCYQyUN-sanFGaEDdd8G9jpGb8slNdYpHRndE7EfQ3JcFdoXoTPRVSDzPDBYaj7CAQYBr52rbibccIAKkDnKeLI3bhDxfqE0eoKaQJx1TSDXzAcnP4iSfLrsX6D-sxQiiLKLjpoARdUXtgYC4Q1&t=638369321200000000')}.RadWindow_Default .rwStatusbar input{background-color:#fff}.RadWindow_Default .rwControlButtons a{background-image:url('/WebResource.axd?d=OiNSvVnP1uWJe-cpAwr8Y_VBh3dWiFXiPA9JAxaUwEQMk0aRDQp4dCMYDrHM5A2Ot63QgeNBXKa1Ob-r0JNZdLm2b7FGVsvOj3mCos7Ecg_ouPuVhKu6twZ6kOImM5dxpubjC-uds0lGh2066pL5zvf2lh41&t=638369321200000000')}.RadWindow_Default a.rwIcon{background-image:url('/WebResource.axd?d=je579lx_3S7xRu6ZzCggehX1Csa8w11ywsKhgQuxS_sCZXyL-VPnPaWl6P_XZM607kGFzeOuZp4oRbuSiY8Yl_avmCBW7DB4O4dmhNWT1UxLE4CC8clYQj6QuM3jS-EZFB0Rva4N4ETGVFdpXikXjBs9f0w1&t=638369321200000000')}.RadWindow_Default .rwTable .rwTitlebarControls em{color:#333}.RadWindow_Default .rwTable .rwDialogInput{border-color:#b3b3b3;color:#333;background-color:#fff}.RadWindow_Default .rwTable .rwDialogInput:hover{border-color:darkgray;color:#333;background-color:#fff}.RadWindow_Default td.rwWindowContent{background-color:#fff}.RadWindow_Default .rwTable tr td.rwLoading{background-color:#fff}.RadWindow_Default td.rwWindowContent.rwLoading,.RadWindow_Default .rwIframeWrapperIOS.rwLoading{background-image:url('/WebResource.axd?d=ll2Mw9hd_3QYtrEtWhEj6q_h5cunY0MRzic9MXYvdgjaQvzd5pPo75DtXmF5nv84qoRaWrKmmfFVpqEHWVEj2IN8wB6AY3OgjKazeishSrob5c8EAbbeX4_H97lCOAO4pGeXdw2&t=638369321200000000')}.RadWindow_Default input.rwLoading{background-image:url('/WebResource.axd?d=V-CoJY47pGVtceO5fXa6jkFBTLEMkvBOvzXJrn_jOV8Pe6XNXJ-ZRmBUvghXedN57Z7-wxVDPtRI0J3Jy6Hcy1NCv3IiP79svIjka1pMCPNJLT7ggsjzILHFAUn5aPUKZAFk6avlcawOWPIBhoYIoqCC1Cs1&t=638369321200000000')}.RadWindow_Default .rwTable a.rwCancel,.RadWindow_Default .rwTable a.rwCancel span{background:0;cursor:pointer}.RadWindow_Default .rwTable a.rwCancel span span{color:#333;text-decoration:underline}.RadWindow_Default .rwShadow .rwControlButtons{margin:5px -2px 0 0}.RadWindow_Default .rwShadow .rwControlButtons{margin:5px -1px 0 0\9}.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwControlButtons{margin:7px -8px 0 0}.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwIcon{margin:9px 6px 0 0}.RadWindow_Default.rwMinimizedWindowShadow .rwShadow em{margin:4px 0 0 -1px}.RadWindow_Default .rwShadow .rwControlButtons li{float:left;padding:0}.RadWindow_Default .rwShadow .rwControlButtons a{width:26px}.RadWindow_Default .rwInactiveWindow .rwShadow .rwTopLeft,.RadWindow_Default .rwInactiveWindow .rwShadow .rwTopRight,.RadWindow_Default .rwInactiveWindow .rwShadow .rwTitlebar,.RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterLeft,.RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterRight,.RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterCenter,.RadWindow_Default .rwInactiveWindow .rwShadow .rwTopResize,.RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbar div,.RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbar,.RadWindow_Default .rwInactiveWindow .rwShadow .rwPopupButton,.RadWindow_Default .rwInactiveWindow .rwShadow .rwPopupButton span,.RadWindow_Default .rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopLeft,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTitlebar,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopRight,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterLeft,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterCenter,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterRight{background-image:url('/WebResource.axd?d=je579lx_3S7xRu6ZzCggehX1Csa8w11ywsKhgQuxS_sCZXyL-VPnPaWl6P_XZM607kGFzeOuZp4oRbuSiY8Yl_avmCBW7DB4O4dmhNWT1UxLE4CC8clYQj6QuM3jS-EZFB0Rva4N4ETGVFdpXikXjBs9f0w1&t=638369321200000000')!important}.RadWindow_Default .rwInactiveWindow .rwShadow .rwBodyLeft,.RadWindow_Default .rwInactiveWindow .rwShadow .rwBodyRight,.RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyLeft,.RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyRight{background-image:url('/WebResource.axd?d=XNzc6g17cDyarkU9s7DoNGygxpW8mAdnwMExLwaja1KtgcqsKT1pDDnr6Ehw7zSJvw-SM9QCBeM2YXJ7vAu5B69zx1M0vFVmr3k4T9zsTHOec_kViJcNDC3TIe2YzPoWh73YdRC2wn5rPkm7KTI016LzlwQ1&t=638369321200000000')!important}
/* END Telerik.Web.UI.Skins.Default.Window.Default.css */
/* START Telerik.Web.UI.Skins.Menu.css */
.RadMenu{white-space:nowrap;float:left;position:relative;text-align:left;z-index:7000\9;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.RadMenu .rmRootGroup{margin:0;padding:0;position:relative;left:0;display:inline-block}.RadMenu .rmRootScrollGroup{z-index:1}.RadMenu:after,.RadMenu .rmRootGroup:after{content:"";display:block;height:0;overflow:hidden;line-height:0;font-size:0;clear:both;visibility:hidden}.RadMenu ul.rmVertical,.RadMenu ul.rmHorizontal,.RadMenu ul.rmRootScrollGroup,.RadMenu_Context ul.rmHorizontal{margin:0;padding:0;display:none;position:relative;left:0;float:left}.rmHorizontal{white-space:nowrap}.rmSized ul.rmVertical{width:100%}.rmSized ul.rmRootGroup{float:none}.rmSized .rmRootGroup .rmVertical{width:auto}.RadMenu .rmItem{float:left;position:relative;list-style-image:none;list-style-position:outside;list-style:none;line-height:inherit}.RadMenu .rmHorizontal .rmItem{clear:none}.RadMenu .rmVertical .rmItem{float:none}.rmSized .rmVertical .rmItem{width:100%}.rmSized .rmHorizontal .rmItem,.rmSized .rmRootGroup .rmVertical .rmItem{width:auto}.RadMenu .rmSlide .rmHorizontal .rmItem{margin-bottom:-2px}.RadMenu ul.rmActive,.RadMenu ul.rmRootGroup{display:block}.RadMenu .rmSlide,.RadMenu_Context{position:absolute;overflow:hidden;display:none;float:left}.RadMenu_Context{z-index:1000;overflow:visible;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.RadMenu .rmText{display:block;padding-bottom:1px;float:left}.RadMenu div.rmText{white-space:normal;background:transparent}.RadMenu a.rmLink{cursor:pointer;display:block;box-sizing:content-box;*zoom:1}.RadMenu a.rmLink:after{content:"";display:block;clear:both}.rmScrollWrap{position:absolute;float:left;overflow:hidden;left:0}.RadMenu .rmLeftArrow,.RadMenu .rmTopArrow,.RadMenu .rmBottomArrow,.RadMenu .rmRightArrow{position:absolute;z-index:2000;text-indent:-9999px;font-size:0;line-height:0;outline:0;overflow:hidden;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.RadMenu .rmLeftArrowDisabled,.RadMenu .rmTopArrowDisabled,.RadMenu .rmBottomArrowDisabled,.RadMenu .rmRightArrowDisabled{display:none;text-indent:-1000em;font-size:0;line-height:0}.RadMenu .rmBottomArrow,.RadMenu .rmBottomArrowDisabled{margin-bottom:-1px}.RadMenu .rmLeftImage{min-width:16px;border:0;float:left}.RadMenu_rtl{float:right;text-align:right}.RadMenu_rtl ul.rmVertical{float:right}.RadMenu_rtl .rmItem{float:right}.RadMenu_rtl .rmLeftImage,.RadMenu_Context_rtl .rmLeftImage{border:0;float:right}.RadMenu_rtl .rmLeftArrow,.RadMenu_rtl .rmTopArrow,.RadMenu_rtl .rmBottomArrow,.RadMenu_rtl .rmRightArrow,.RadMenu_rtl .rmLeftArrowDisabled,.RadMenu_rtl .rmTopArrowDisabled,.RadMenu_rtl .rmBottomArrowDisabled,.RadMenu_rtl .rmRightArrowDisabled{text-indent:1000em!important}.RadMenu div.rmRootGroup{position:relative}.RadMenu .rmItem{padding:0}.RadMenu .rmLink{width:auto;padding:0 0 0 12px;outline:0;float:left}.RadMenu_rtl .rmLink{padding:0 12px 0 0}.RadMenu .rmSlide .rmHorizontal .rmLink{padding-left:4px;line-height:0;position:relative}.RadMenu .rmLeftImage{margin:3px 3px 0 -6px}.RadMenu_rtl .rmLeftImage{margin:3px -6px 0 3px}.RadMenu .rmSlide .rmHorizontal .rmLeftImage{margin-top:0}.RadMenu .rmSlide .rmVertical .rmLeftImage{position:absolute;top:50%;margin-top:-8px}.RadMenu span.rmLeftImage{display:inline-block;width:16px;height:16px;zoom:1}.RadMenu .rmVertical .rmText{padding:0 24px 1px 0}.RadMenu .rmVertical .rmRootLink .rmText{padding-right:40px}.RadMenu .rmHorizontal .rmText{padding:0 12px 1px 0}.RadMenu_rtl .rmHorizontal .rmText{padding:0 0 1px 12px}.RadMenu_rtl .rmVertical .rmText{padding:0 0 1px 24px}.RadMenu .rmSlide .rmHorizontal .rmText{padding:0 11px 0 3px;line-height:24px}.RadMenu .rmVertical .rmItem .rmText{display:block;float:none}.RadMenu .rmSlide .rmHorizontal .rmText,.RadMenu .rmSlide .rmHorizontal .rmLeftImage{float:none;display:inline-block;vertical-align:middle}.RadMenu .rmVertical .rmLink,.RadMenu .rmHorizontal .rmVertical .rmLink{float:none}.RadMenu .rmTopRight,.RadMenu .rmBottomLeft,.RadMenu .rmBottomRight,.RadMenu .rmRoundedCorners ul.rmGroup,.rmRoundedCorners ul.rmGroup,.rmRoundedCorners ul.rmGroup ul.rmGroup,.RadMenu .rmRoundedCorners .rmMultiColumn,.RadMenu .rmRoundedCorners .rmPopup,.rmRoundedCorners .rmScrollWrapContainer .rmGroup{border:0;background-position:0 0}.RadMenu .rmRoundedCorners .rmMultiColumn ul.rmMultiGroup{background:0;margin:0}.RadMenu .rmRoundedCorners .rmGroupColumn{height:100%}.RadMenu .rmRoundedCorners li.rmFirstGroupColumn{background-color:transparent}.RadMenu .rmTopFix,.RadMenu .rmTopRight,.RadMenu .rmBottomFix,.RadMenu .rmBottomLeft,.RadMenu .rmBottomRight{position:absolute;width:4px;height:4px;list-style-type:none;list-style-position:outside;font-size:0}.RadMenu_rtl .rmTopRight,.RadMenu_rtl .rmBottomRight{width:32px}.RadMenu_rtl .rmTopShadowRight,.RadMenu_rtl .rmBottomShadowRight{width:4px}.RadMenu .rmTopShadowRight,.RadMenu .rmBottomShadowLeft,.RadMenu .rmBottomShadowRight{background-repeat:no-repeat;background-color:transparent}.rmRoundedCorners .rmTopShadowRight,.rmRoundedCorners .rmBottomShadowLeft,.rmRoundedCorners .rmBottomShadowRight{width:5px;height:5px}.RadMenu .rmTopRight{background-position:100% 0;top:0;right:-3px;height:100%}.RadMenu .rmBottomLeft{background-position:0 100%;bottom:-3px;left:0;width:100%}.RadMenu .rmBottomFix{background-position:-1px 0;width:auto;bottom:-3px;left:5px;right:0;border-bottom-width:1px;border-bottom-style:solid}.RadMenu .rmTopFix{background-position:-1px 0;width:auto;top:0;left:5px;right:0;border-top-width:1px;border-top-style:solid}.RadMenu .rmBottomRight{background-position:100% 100%;bottom:-3px;right:-3px;width:8px}.RadMenu .rmShadows li.rmBottomShadowLeft,.RadMenu .rmShadows .rmBottomShadowRight,.rmShadows .rmGroup li.rmBottomShadowLeft,.rmShadows .rmGroup .rmBottomShadowRight,.RadMenu .rmShadows span.rmBottomShadowLeft{background-image:url('/WebResource.axd?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&t=638369321200000000')}.RadMenu .rmRoundedCorners li.rmBottomShadowLeft,.RadMenu .rmRoundedCorners .rmBottomShadowRight,.rmRoundedCorners .rmGroup li.rmBottomShadowLeft,.rmRoundedCorners .rmGroup .rmBottomShadowRight,.rmRoundedCorners .rmGroup span.rmBottomShadowLeft{background-image:url('/WebResource.axd?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&t=638369321200000000')}.RadMenu .rmShadows .rmTopShadowRight,.rmShadows .rmGroup .rmTopShadowRight{right:-5px;background-image:url('/WebResource.axd?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&t=638369321200000000');background-position:100% 0}.RadMenu .rmShadows .rmContentTemplate .rmTopShadowRight{background-image:url('/WebResource.axd?d=goKTaDPNatUxTCCnhHqFKKXOnZ9bv0myOcqxwiawFCv3iQN-qfGpQqexLH4Ny7kvYvKHLYQsKOzcZNnxnx7_2bQJCV1T5WAwcIbRxqkuvMUDT2olfNZsFGt713HjZD8VvHkMYhEmRyhgcj4pnVBc1OQXHGc1&t=638369321200000000')}.RadMenu .rmShadows .rmContentTemplate .rmBottomShadowRight{background-image:url('/WebResource.axd?d=eGpEl8J3jUuwyXAFERzYrr5-6qclUdibJ5VvOUJGo_DN2-dNGuK0YB3E99TxESgk-_Hk6UQ3TY537-BxE7XFpmXoQm1ftr0WoF5SQYdADe8IJmSxkKk2nhErTK41RACTJrZTjVOD3CQeS-JYofDGw6asZ6g1&t=638369321200000000')}.RadMenu .rmRoundedCorners .rmContentTemplate .rmBottomShadowRight{background-image:url('/WebResource.axd?d=FNsUIslhaZGdyXRUU3iKEZ2vsvJzuEQw7RFTExnxS6JlOFtoihLG4_W-Hg0SP6iAgp58esOSjzxbRmHK_oF-WimjeRFMSZrs6Mc-Z-eCan3rmkHzqtZiupWR7TxgR5ca9LXGehR67GNy3ju6gU-2vND3IGo1&t=638369321200000000')}.RadMenu .rmBottomShadowLeft{bottom:-5px;left:1px;background-position:0 100%}.RadMenu .rmBottomShadowRight{bottom:-5px;right:-5px;width:4px;height:5px}.RadMenu .rmScrollWrapContainer .rmTopShadowRight{right:-4px}.RadMenu .rmScrollWrapContainer .rmBottomShadowRight{bottom:-4px;right:-4px;width:3px;height:4px}.RadMenu .rmScrollWrapContainer .rmBottomShadowLeft{bottom:-4px}.RadMenu .rmRoundedCorners .rmTopShadowRight,.rmRoundedCorners .rmGroup .rmTopShadowRight{right:-8px;background-image:url('/WebResource.axd?d=JmsJ8HjCL41OgCUXZlEjGKNgIRsGg_uISuyxE0KlQ-Zwf1D6E37TzanJ9_iqHHeL5IAhv6SwL4OZmSoNabblGnEko5hDrZzKqPmHtKjQTGoxG6EkhnvkCCbch7k4ZhghWG3DZzFVOJ1nE0LFZ1H_sN3oNrs1&t=638369321200000000')}.RadMenu .rmRoundedCorners .rmBottomShadowLeft,.rmRoundedCorners .rmGroup .rmBottomShadowLeft{bottom:-8px}.RadMenu .rmRoundedCorners .rmBottomShadowRight,.rmRoundedCorners .rmGroup .rmBottomShadowRight{bottom:-8px;right:-8px;width:7px;height:8px}.RadMenu .rmAccessKey{font-size:10px;font-weight:normal;float:right;padding-right:8px}.RadMenu .rmRoundedCorners .rmGroup .rmItem,.rmRoundedCorners .rmGroup .rmItem{z-index:1}.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,.rmRoundedCorners .rmScrollWrapContainer .rmScrollWrap{background-image:none}.RadMenu .rmRoundedCorners .rmMultiGroup>.rmItem{background-image:none}.RadMenu .rmRoundedCorners .rmSlide,.RadMenu .rmShadows .rmSlide,.rmRoundedCorners .rmSlide,.rmShadows .rmSlide,div.rmRoundedCorners,div.rmShadows{padding:0 8px 10px 0}.RadMenu .rmRoundedCorners ul.rmGroup,.rmRoundedCorners .rmGroup ul.rmGroup,.rmRoundedCorners ul.rmGroup,.rmRoundedCorners .rmPopup{margin-top:1px;padding:1px}.RadMenu_rtl .rmRoundedCorners ul.rmGroup .rmSlide,.RadMenu_rtl.rmRoundedCorners ul.rmGroup .rmSlide{margin-right:-5px}.RadMenu .rmRoundedCorners .rmSlide .rmScrollWrap,.rmRoundedCorners .rmSlide .rmScrollWrap{border:0}.RadMenu .rmRoundedCorners .rmScrollWrap,.RadMenu .rmShadows .rmScrollWrap,.rmRoundedCorners .rmScrollWrap,.rmShadows .rmScrollWrap{position:relative}.RadMenu .rmScrollWrapContainer{position:absolute}.RadMenu .rmScrollWrapContainer .rmTopFix{height:100%}.RadMenu .rmRoundedCorners .rmScrollWrapContainer,.rmRoundedCorners .rmScrollWrapContainer,.RadMenu .rmRoundedCorners ul.rmGroup,.RadMenu.rmRoundedCorners ul.rmGroup,.RadMenu.rmRoundedCorners .rmGroup ul.rmGroup{padding:2px 0 0 2px}.RadMenu .rmScrollWrapContainer .rmGroup,.rmScrollWrapContainer .rmGroup .rmGroup,.rmScrollWrapContainer .rmGroup{padding:0}.RadMenu .rmRootGroup .rmItem .rmGroup{padding-bottom:1px}.RadMenu .rmRoundedCorners .rmItem .rmGroup{padding-bottom:0}.RadMenu ul.rmGroup{padding:2px 1px}.RadMenu .rmGroup .rmItem{padding:0}.RadMenu .rmGroup .rmLink,.RadMenu .rmSlide .rmGroup .rmTemplate{padding:0}.RadMenu_rtl .rmGroup .rmLink,.RadMenu_rtl .rmSlide .rmGroup .rmTemplate{padding:0}.RadMenu .rmGroup .rmText{padding:0 54px 0 28px;margin:0 0 0 4px}.RadMenu_rtl .rmGroup .rmText{padding:0 28px 0 54px;margin:0 4px 0 0}.RadMenu .rmMultiColumn{list-style:none;display:block;position:relative;margin:0;padding:0;zoom:1;box-sizing:content-box}.RadMenu .rmMultiColumn .rmMultiGroup{background:0;border:0;float:left;display:block;position:static}.RadMenu .rmMultiColumn .rmGroupColumn{float:left}.RadMenu_rtl .rmMultiColumn .rmGroupColumn{float:right}*+html .RadMenu_rtl .rmMultiColumn .rmItem{float:left}.RadMenu_rtl .rmSlide .rmHorizontal .rmText{padding:0 11px 0 14px}.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft,.RadMenu .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight{padding-right:25px}.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandUp,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandDown,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandLeft,.RadMenu_rtl .rmRootGroup .rmSlide .rmHorizontal .rmExpandRight{padding-left:25px;padding-right:4px}.RadMenu .rmGroup .rmLeftImage{margin:3px 0 0 6px}*+html .RadMenu .rmGroup .rmLeftImage{margin-left:4px}*+html ul.rmRoundedCorners .rmGroup .rmLeftImage{margin-left:2px}.RadMenu_rtl .rmGroup .rmLeftImage{margin:4px 6px 0 -4px}.RadMenu a.rmImageOnly .rmLeftImage,.RadMenu .rmRootGroup a.rmImageOnly{padding:0;margin:0}.RadMenu .rmRootGroup a.rmImageOnly span.rmText{display:none}*+html .RadMenu .rmImageOnly .rmLeftImage{position:static}*+html .RadMenu_rtl .rmGroup .rmLeftImage{right:0}.RadMenu .rmSeparator,.RadMenu .rmSeparator:after{line-height:0;font-size:0;overflow:hidden}.RadMenu .rmSeparator .rmText{border-style:solid;color:transparent;background-color:transparent}.RadMenu .rmHorizontal>.rmSeparator .rmText,.RadMenu .rmHorizontal>.rmRootScrollGroup>.rmSeparator .rmText{margin:2px;padding:0;width:0;height:20px;border-width:0 1px}.RadMenu .rmVertical>.rmSeparator .rmText,.RadMenu .rmVertical>.rmRootScrollGroup>.rmSeparator .rmText{margin:1px 2px;padding:0;border-width:1px 0;display:block}.RadMenu .rmGroup.rmVertical>.rmSeparator .rmText,.RadMenu .rmScrollWrap>.rmVertical>.rmSeparator .rmText{margin-left:31px}.RadMenu.RadMenu_Context .rmGroup .rmSeparator{*overflow:visible}.RadMenu.RadMenu_Context .rmGroup .rmSeparator .rmText{*display:block}.RadMenu_rtl .rmGroup.rmVertical>.rmSeparator .rmText,.RadMenu_rtl .rmScrollWrap>.rmVertical>.rmSeparator .rmText,.RadMenu_Context_rtl .rmVertical>.rmSeparator .rmText{margin-left:2px;margin-right:31px}.RadMenu .rmLeftArrow,.RadMenu .rmRightArrow{width:10px;height:24px}.RadMenu .rmTopArrow,.RadMenu .rmBottomArrow{height:10px;width:100%}.RadMenu .rmLink{position:relative}.RadMenu .rmIcon{margin:-8px 0 0 -8px;width:16px;height:16px;background-repeat:no-repeat;text-indent:-999em;display:none;overflow:hidden;position:absolute;left:50%;top:50%}.RadMenu .rmToggle{width:23px;height:23px;overflow:hidden;position:absolute;top:0;left:auto;right:0;margin-right:2px}.RadMenu .rmHorizontal .rmRootLink .rmToggle{margin-left:-12px;float:left;position:relative}.RadMenu .rmHorizontal .rmRootLink .rmIcon{display:block}.RadMenu .rmGroup .rmLink.rmDisabled{box-shadow:none!important}.RadMenu .rmDisabled>.rmToggle{filter:alpha(opacity=40);opacity:.4}.RadMenu .rmPopup{position:relative;padding:4px;padding-right:0;padding-bottom:0}.RadMenu .rmGroup .rmToggle{height:100%;border-left:1px solid transparent}.RadMenu .rmPopup .rmTopFix,.RadMenu .rmPopup .rmBottomFix{background-position:-4px 0}.RadMenu .rmSlide .rmHorizontal .rmTopFix,.RadMenu .rmSlide .rmHorizontal .rmBottomFix{background-image:none}.RadMenu .rmPopup.rmContentTemplate{padding-top:1px}.RadMenu .rmArrow{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.RadMenu_rtl .rmRootLink .rmItem{float:none}.RadMenu_rtl .rmHorizontal .rmRootLink{direction:ltr}.RadMenu_rtl .rmVertical .rmRootLink{zoom:1}.RadMenu_rtl .rmLink{direction:rtl}.RadMenu_rtl .rmtext{zoom:1}.RadMenu_rtl .rmVertical .rmRootLink .rmText{padding:0 0 1px 40px;zoom:1}.RadMenu_rtl .rmToggleHandles .rmText{float:right}.RadMenu_rtl .rmToggle{left:0;right:auto;text-align:left}.RadMenu_rtl .rmHorizontal .rmRootLink .rmToggle{margin-right:-12px;margin-left:2px}.RadMenu_rtl .rmHorizontal .rmRootLink .rmLeftImage{margin:3px 3px 0 -6px}.RadMenu_rtl .rmIcon{text-indent:999em;direction:ltr}.RadMenu_rtl .rmSlide .rmLeftImage{right:0}.RadMenu_rtl .rmPopup.rmContentTemplate{padding-left:0;padding-right:4px}.RadMenu_rtl .rmRoundedCorners .rmSlide,.RadMenu_rtl .rmShadows .rmSlide,.RadMenu_rtl.rmRoundedCorners .rmSlide,.RadMenu_rtl.rmShadows .rmSlide,.RadMenu_rtl.rmRoundedCorners,.RadMenu_rtl.rmShadows{padding-right:3px}
/* END Telerik.Web.UI.Skins.Menu.css */

.clear.fix span { display: none; }

.sitenavl0 {
  padding-left: 4px;
}

.sitenavl1 {
  padding-left: 16px;
}

.sitenavl2 {
  padding-left: 20px;
}

.sitenavl3 {
  padding-left: 30px;
}

.sitenavl4 {
  padding-left: 40px;
}

.sitenavl5 {
  padding-left: 50px;
}

.nav-toggle {
  background: #f6f6f6;
  padding: 7px;
}

a.topPage {
  float: left;
  font-size: 19px !important;
  padding-top: 2px !important;
}

.nav-toggle span {
  background: transparent;
  height: 30px;
  position: relative;
  width: 40px;
  float: right;
  line-height: 34px;
  text-align: center;
  font-size: 25px;
}

.nav-toggle span.open.fa-plus:before {
  content: "\f068";
}

.current-head { display: none; }

.here_marker.home > div, .ms-map .here_marker.here_marker-1 > div {
  background-image: url(https://www.newbernderm.com/resourcefiles/common/google-maps-pin.svg);
  background-size: contain;
  width: 37px;
  height: 64px;
  top: 0;
  left: 0;
}


.PO-wrapper.PO-tabAccordion {
    border: none;
    margin-bottom: 20px;
}

.PO-tabAccordion .scrtabs-tabs-fixed-container, .PO-tabAccordion .scrtabs-tab-container {
    height: auto;
}


.TA-tabs {
    margin: 1em 0 3em;
}

.PO-tabAccordion .scrtabs-tab-container {
    /* border-bottom: 2px solid #eeeeee; */
}

.TA-nav {
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

    .TA-nav:after, .PO-tabAccordion .scrtabs-tab-container:after {
        content: '';
        display: block;
        clear: both;
    }

.TA-nav-tabs > li {
    position: relative;
    float: left;
    z-index: 1;
}

.TA-nav > li {
    position: relative;
    display: block;
}

.TA-nav-tabs > li > a {
    float: left;
    font-weight: normal;
    text-shadow: none;
    background: #fff;
    padding: 12px;
    cursor: pointer;
    font-family: inherit;
    position: relative;
    top: 2px;
    border: 2px solid transparent;
    font-weight: bold;
    transition: background-color 0.2s ease-in-out;
    margin: 0 5px 0 0;
    color: #333333 !important;
    white-space: nowrap!important;
}



.TA-nav-tabs > li.active > a {
    color: #333;
    border-color: #999;
    border: 2px solid #eeeeee;
}

.TA-nav-tabs > li > a:hover {
    background-color: #EAEFF0; /*default blue*/
    color: #333333;
    text-decoration: none;
}

.TA-nav-tabs > li.active > a:after {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: 3px;
    background: #1d2228;
    position: absolute;
    top: -3px;
    left: -2px;
}

.TA-nav-tabs > li > a:before {
    content: '';
    display: block;
    width: calc(100% + 4px);
    height: 2px;
    background: #eeeeee;
    position: absolute;
    bottom: -2px;
    left: -2px;
}

.TA-nav-tabs > li.active > a:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.TA-tab-content {
    position: relative; /*for z-index*/
    display: block;
    visibility: visible;
    clear: left;
    z-index: 5;
    color: #333;
    border: 2px solid #eeeeee;
    border-top: 0;
}

    .TA-tab-content > .active {
        display: block;
    }

    .TA-tab-content > .tab-pane {
        display: none;
        padding: 20px;
    }

    .TA-tab-content .accordionTabHead.active em:before {
        content: "\f068";
    }

    .TA-tab-content .accordionTabHead {
        margin-top: 5px;
        position: relative;
    }

        .TA-tab-content .accordionTabHead > a {
            display: block;
            box-sizing: border-box;
            text-shadow: none;
            background: #fff;
            padding: 12px;
            cursor: pointer;
            font-family: inherit;
            position: relative;
            width: 100%;
            border: 2px solid #eeeeee;
            font-weight: bold;
            transition: background-color 0.2s ease-in-out;
            color: #333333 !important;
            font-size: 16px;
        }

        .TA-tab-content .accordionTabHead > a {
            text-decoration: none;
        }

            .TA-tab-content .accordionTabHead > a:hover {
                background-color: #EAEFF0;
            }

        .TA-tab-content .accordionTabHead.active a {
            border-bottom: 0;
        }

.tab-pane {
    position: relative;
}

.TA-tab-content.TA-accordionMode {
    border: none;
     }


.TA-tab-content.TA-accordionMode .tab-pane {
    border: 2px solid #EEEEEE;
    border-top: none;
    background: #ffffff;
    }

.TA-tab-content > .tab-pane {
    background: #ffffff;    
}

.TA-tab-content .active.accordionTabHead:after {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% + 2px);
    position: absolute;
    left: 0;
    top: 0;
    background: #1d2228;
}

.TA-tab-content.TA-accordionMode .accordionTabHead.active + .tab-pane:after {
    content: '';
    display: block;
    width: 3px;
    height: calc(100% + 2px);
    position: absolute;
    left: -2px;
    top: 0;
    background: #1d2228;
}

.TA-accordionMode .TA-tab-content {
    border: none!important;
}

.TA-tab-content .accordionTabHead em {
    float: right;
}

.PO-wrapper.PO-tabAccordion {
 background: transparent;
}
.here_marker .pin-icon {

  position: relative;

  z-index: 9;

  display: block;

  width: 100%;

  height: 100%;

}

.here_marker.home > div, .contact-map__embed .here_marker.here_marker-1 > div {

  background-image: url(https://www.newbernderm.com/resourcefiles/common/google-maps-pin.svg);

  background-size: contain;

  width: 37px;

  height: 64px;

  top: 0;

  left: 0;

}

.here_marker.here_marker-1 {

  font-size: 0 !important;

}

.H_ib_body {

  min-width: 280px;

  right: -150px !important;

  padding: 0 0 10px;

}

.H_ib_tail {

  right: -30px;

}

.H_ib_body {
    min-width: 280px;
    right: -110px !important;
    padding: 0 0 10px;
    bottom: 55px !important;
}
.H_ib_tail {
    position: absolute;
    width: 20px;
    height: 10px;
    margin: -61px 20px !important;
}
#theme .H_ib_content h2 {
    font-size: 1.2em;
    margin-bottom: 0;
}

#theme .map-phone a, #theme .get-dir-link a {
    color: #a77437;
}
#theme .map-phone a:hover, #theme .get-dir-link a:hover, #theme .map-phone a:focus, #theme .get-dir-link a:focus{
  color: #a77437;text-decoration: underline;
}


 svg.H_icon_ex {
    display: inline-block;
    margin:auto;
    width: 24px;
    height: 24px;
    padding-top:10px;
    fill: rgba(15, 22, 33, 0.6);
    }
/** Copyright 2005 Google Inc. All rights reserved. */

/* the GSearchControl CSS Classes
 * .gsc-control: the primary class of the control
 */
.gsc-control {
  width: 300px;
}

.gsc-control div {
  position: static;
}

/* Slight reset to make the preview have ample padding. */
.gsc-control-cse {
  padding: 1em;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
  width: auto;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.gsc-control-wrapper-cse {
  width: 100%;
}

/* control inputs
 * .gsc-search-box: the container that hosts the text input area
 * .gsc-input: the text input area
 * .gsc-keeper: the save link below savable results
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 100%;
}

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}

table.gsc-search-box td {
  vertical-align: middle;
}

table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}

/*.gsc-search-button {
  width: 1%;
}*/

.gsc-search-button-v2 svg {
  fill: #fff;    position: relative;
    top: 1px;
}

/* Firefox button fix */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gsc-clear-button {
  width: 14px;
}

.gsc-branding,
.gcsc-branding {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  padding: 4px;
}

.gsc-branding-text,
.gcsc-branding-text {
  vertical-align: top;
  padding-bottom: 2px;
  text-align: right;
  font-size: 11px;
  margin-right: 2px;
  color: #666;
}

.gsc-branding-text:first-child,
.gcsc-branding-text:first-child {
  flex-grow: 1;
}

.gsc-branding-img-noclear,
.gcsc-branding-img-noclear {
  width: 51px;
  vertical-align: bottom;
}

.gsc-branding-img,
.gcsc-branding-img {
  width: 65px;
  vertical-align: bottom;
}

.gsc-branding-youtube .gsc-branding-img-noclear {
  width: 55px;
}

.gsc-branding-youtube .gsc-branding-img {
  width: 69px;
}

.gsc-branding-vertical .gsc-branding-text .gsc-branding-text {
  margin-right: 0;
  text-align: center;
}

.gsc-branding-vertical .gsc-branding-img-noclear {
  text-align: center;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  position: relative;
  top: -1px;
  padding-left: 2px;
  padding-right: 2px;
}

.gsc-branding-img,
.gsc-branding-img-noclear,
.gcsc-branding-img,
.gcsc-branding-img-noclear {
  margin: 0 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  display: inline;
}

.gcsc-branding-text {
  white-space: nowrap;
}

.gcsc-branding-text {
  margin: 0 2px;
}

.gcsc-branding-img-noclear {
  width: auto;
}

.gsc-branding-clickable {
  cursor: pointer;
}

.gsc-search-button {
  margin-left: 2px;
}

.gsc-clear-button {
  display: inline;
  text-align: right;
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
 /* background-image: url('//www.google.com/cse/static/css/v2/clear.png');*/
  cursor: pointer;
}

/*.gsc-clear-button:hover {
  background-image: url('//www.google.com/cse/static/css/v2/clear-hover.png');
}*/

.gsc-search-box-tools .gsc-clear-button {
  display: none;
}

.gsc-results-close-btn {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  display: none;
  opacity: 0;
  height: 12px;
  width: 12px;
  position: absolute !important;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-results-close-btn-visible {
  display: block;
  opacity: 1;
}

.gsc-results-wrapper-overlay {
  border: none;
  margin: auto;
  border-radius: 1px;
  overflow: auto;
  height: 80%;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 70%;
  position: fixed !important;
  top: 5%;
  left: 12%;
  opacity: 0;
  z-index: 100002;
  visibility: hidden;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');

}

.gsc-results-wrapper-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.gsc-modal-background-image {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 130%;
  width: 100%;
  z-index: 100001;
  background-color: white;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  display: none;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.gsc-modal-background-image-visible {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  display: block;
}

.gsc-overflow-hidden {
  overflow: hidden;
}

/*
 * Given that this is sitting in a variable width table cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding: 1px 6px;
  border: 1px solid #ddd;
  width: 99%;
}

.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover {
  border: 1px solid #b9b9b9;
  border-top-color: #a0a0a0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  outline: none;
}

.gsc-keeper {
  color: #36c;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
  font-weight: normal;

  padding-left: 16px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
 /* background-image: url('//www.google.com/cse/static/css/blue_check.gif');*/
}

/* tabbed mode of search control
 * .gsc-positioningWrapper: wrapper for absolute positioning of gradient
 * .gsc-tabsArea: the box containing all of the tabs
 * .gsc-tabsAreaInvisible: same as above, but this is the state when search has been cleared
 * .gsc-tabHeader: an individual tab
 * .gsc-tabHeader.gsc-tabhActive: the active tab
 * .gsc-tabHeader.gsc-tabhInactive: an inactive tab
 * .gsc-tabData: the data area/box containing results and header data for each tab
 * .gsc-tabData.gsc-tabdActive: the data area for the active tab
 * .gsc-tabData.gsc-tabdInactive: the data area for inactive tabs
 */
.gsc-positioningWrapper {
  position: relative;
}

.gsc-tabsArea {
  clear: both;
  margin-top: 6px;
  border-bottom: 1px solid #dfe1e5;
}

.gsc-tabsArea .gs-spacer,
.gsc-refinementsArea .gs-spacer {
  display: none;
}

.gsc-tabsAreaInvisible,
.gsc-refinementsAreaInvisible,
.gsc-refinementBlockInvisible {
  display: none;
}

.gsc-tabHeader {
  border: none;
  font-size: 13px;
  font-weight: bold;
  line-height: 27px;
  min-width: 54px;
  padding: 0 8px 1px 8px;
  text-align: center;
}

.gsc-tabHeader.gsc-tabhInactive {
  cursor: pointer;
}

.gsc-tabData.gsc-tabdActive {
  display: block;
}

.gsc-tabData.gsc-tabdInactive {
  display: none;
}

/* gsc-resultsbox-invisible is preferred over gsc-tabdActive */
.gsc-tabData.gsc-tabdActive.gsc-resultsbox-invisible {
  display: none;
}

.gsc-refinementsArea {
  border-bottom: 1px solid #dfe1e5;
  clear: both;
  margin: 6px 0 4px 0;
}

.gsc-refinementHeader {
  position: static;
  margin-right: 2px;
  padding: 2px 8px 0 8px;
}

.gsc-refinementHeader.gsc-refinementhInactive {
  cursor: pointer;
  padding-bottom: 2px;
}

/* tab specific results header suppression
 * - no twiddle, tabbed mode runs in full expand mode
 * - no title
 * - no stats
 */
.gsc-tabData .gsc-resultsHeader .gsc-title {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-stats {
  display: none;
}

.gsc-tabData .gsc-resultsHeader .gsc-results-selector {
  display: none;
}

/* style for auto-completion table
 * .gsc-completion-selected: highlighted completions.
 * .gsc-completion-container: styling for the table which contains the completions
 * .gsc-completion-promotion-selected: highlighted promotions
 */
.gsc-completion-selected {
  background: #eee;
  cursor: default;
}

.gsc-completion-selected .gsc-completion-promotion-table {
  cursor: pointer;
}

.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #ddd;
  border-top-color: #d9d9d9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0;
}

.gsc-completion-title {
  color: #00c;
  line-height: normal;
  white-space: normal;
}

.gsc-completion-snippet {
  line-height: normal;
  white-space: normal;
}

.gsc-completion-container .gsc-completion-icon-cell {
  width: 42px;
  height: 42px;
  padding-right: 10px;
}

.gsc-completion-icon {
  /* place image in the middle */
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #ddd;
}

.gsc-completion-container .gsc-completion-promotion-table {
  font-size: inherit;
  background: inherit;
  margin: 5px 0;
  width: 100%;
}

/* the results for each section
 * .gsc-resultsbox-{visible,invisible}: a complete-collection of results including headers
 * .gsc-results: the collection of results for a given searcher
 * .gsc-result: a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */
.gsc-resultsbox-visible {
  display: block;
}

.gsc-resultsbox-invisible {
  display: none;
}

.gsc-results {
  padding-bottom: 2px;
  width: 99%;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: auto;
  overflow: hidden;
}

/* Ads */
.gsc-results .gsc-result .gs-ad-marker {
  display: none;
}

.gsc-wrapper {
  position: relative;
  display: block;
}

.gsc-adBlock {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 4px;
  padding-bottom: 5px;
}

.gsc-adBlock h2 {
  float: right;
  margin: 3px 5px 0;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
}

.gsc-adBlock .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
  padding-right: 3px;
}

.gsc-adBlock .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlock .gsc-ad cite {
  font-style: normal;
  color: green;
}

.gsc-adBlock .gsc-ad span {
  padding-left: 8px;
}

.gsc-adBlockNoHeight {
  height: 0;
}

.gsc-adBlockInvisible {
  display: none;
}

.gsc-adBlockVertical {
  position: relative;
  display: block;
  float: right;
  clear: right;
  width: 30%;
}

.gsc-adBlockBottom {
  position: relative;
  display: block;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin-bottom: 4px;
}

.gsc-thinWrapper {
  width: 69%;
  float: left;
  overflow: hidden;
}

.gsc-wrapper.gsc-thinWrapper {
  border-right: 1px solid #e9e9e9;
}

.gsc-adBlockVertical h2 {
  text-align: center;
  font-weight: normal;
  font-size: .9em;
  color: #676767;
  margin-top: 6px;
}

.gsc-adBlockVertical .gsc-ad {
  padding-left: 8px;
  padding-top: 5px;
}

.gsc-adBlockVertical .gsc-ad a {
  font-weight: bolder;
  color: #00c;
  line-height: 1.4em;
}

.gsc-adBlockVertical .gsc-ad cite {
  font-style: normal;
  color: green;
  display: block;
}

/* Standard configuration div/form */
.gsc-config {
  border: 1px solid #e9e9e9;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
}

.gsc-config {
  margin-bottom: 0;
}

.gsc-configSetting {
  margin-top: 6px;
}

.gsc-configSetting_Label {
  color: #676767;
}

.gsc-configSettingInput {
  color: #676767;
  border: 1px solid #e9e9e9;
  width: 75%;
}

.gsc-configSettingCheckbox {
  color: #676767;
  margin-right: 6px;
}

.gsc-configSettingCheckboxLabel {
  display: inline;
  color: #676767;
}

.gsc-configSettingSubmit {
  margin-top: 8px;
  text-align: right;
}

.gsc-configSettingSubmit {
  display: inline;
  font-size: 11px;
  cursor: pointer;
}

/* Added so elements inside a result are properly cleared by the container. */
.gsc-webResult:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gsc-webResult {
  zoom: 1;  /* IE-specific hack to get the layout clearing right. */
}

/* Wrapper for a result. */
.gsc-webResult.gsc-result {
  margin: 0;
  padding: 10px 0;
  border: 1px solid #fff;
}

.gs-webResult .gs-visibleUrl {
  color: #008000;
  text-decoration: none;
}

.gsc-above-wrapper-area {
  border-bottom: 1px solid #e9e9e9;
  padding: 5px 0 5px 0;
}

.gsc-above-wrapper-area-invisible {
  display: none;
}

.gsc-above-wrapper-area-container {
  width: 100%;
}

.gsc-result-info {
  color: #676767;
  font-size: 13px;
  margin: 0;
  padding: 4px 4px 10px 4px;
  text-align: left;
}

.gsc-result-info-container {
  text-align: left;
}

.gsc-result-info-invisible {
  display: none;
}

.gsc-orderby-container {
  text-align: right;
  background: transparent;
}

.gsc-orderby-invisible {
  display: none;
}

.gsc-orderby-label {
  color: #676767;
  padding: 5px 5px 6px 0;
}

.gsc-selected-option-container {
  background-color: whiteSmoke;
  background-image: linear-gradient(top, whiteSmoke, #f1f1f1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  max-width: 90%;
  min-width: 54px;
  outline: 0;
  padding: 0 28px 0 6px;
  position: relative;
  text-align: center;
}

.gsc-selected-option {
  position: relative;
  width: 100%;
}

.gsc-control-cse .gsc-option-selector {
  border: none;
  height: 11px;
  margin-top: -4px;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 7px;
  padding: 0 5px 0 5px;
  background: url(//ssl.gstatic.com/ui/v1/disclosure/small-grey-disclosure-arrow-down.png) center no-repeat
}

.gsc-option-menu-invisible {
  display: none;
}

.gsc-control-cse .gsc-option-menu-container {
  color: #000;
  font-size: 80%;
  position: relative;
}

.gsc-control-cse .gsc-option-menu {
  background: #fff;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: default;
  font-size: 13px;
  margin: 0;
  max-height: 360px;
  outline: none;
  padding: 6px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 7;
}

.gsc-option-menu-item {
  color: #777;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0 30px 0 30px;
  white-space: nowrap;
}

.gsc-option-menu-item-highlighted {
  background-color: #eee;
  border-color: #eee;
  border-width: 1px 0;
  color: #333;
}

.gsc-option {
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  line-height: 27px;
  text-align: left;
}

.gs-web-image-box,
.gs-promotion-image-box {
  float: left;
  padding: 2px 8px 2px 0;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  width: 62px; /* default width + 1px border */
}

.gs-web-image-box .gs-image,
.gs-promotion-image-box .gs-promotion-image {
  border: 1px solid #e2e2e2;
  max-width: 60px; /* Small icons width. */
  max-height: 120px;  /* Limit height too. */
  /* IE-specific hack to simulate max-width and max-height. */
  /* For IE, image size will be 105 because various default
   * values for margins and borders are different.
   */
  width: expression(this.width > 64 ? '64px': true);
  height: expression(this.height > 120 ? '120px': true);
}

.gs-action {
  display: inline;
  margin-right: 0.6em;
}

.gs-action .gs-action {
  color: #77c;
}

.gs-action.cart .gs-action,
.gs-action.star .gs-action,
.gs-action.rss .gs-action,
.gs-action.download .gs-action,
.gs-action.email .gs-action,
.gs-action.mobile .gs-action,
.gs-action.share .gs-action,
.gs-action.fullscreen .gs-action,
.gs-action.generic .gs-action,
.gs-action.link .gs-action {
  padding-left: 18px;
  background: transparent url('//www.google.com/cse/images/action_icons_sprite.gif') no-repeat;
}

.gs-action.cart .gs-action {
  background-position: 0 0;
}

.gs-action.star .gs-action {
  background-position: -16px -34px;
}

.gs-action.rss .gs-action {
  background-position: -48px -98px;
}

.gs-action.download .gs-action {
  background-position: -64px -128px;
}

.gs-action.email .gs-action {
  background-position: -112px -224px;
}

.gs-action.mobile .gs-action {
  background-position: -131px -257px;
}

.gs-action.share .gs-action {
  background-position: -32px -64px;
}

.gs-action.fullscreen .gs-action {
  background-position: -79px -162px;
}

.gs-action.generic .gs-action {
  background-position: -144px -290px;
}

.gs-action.link .gs-action {
  background-position: -159px -321px;
}

/* Image Search */
.gs-ellipsis {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.gsc-imageResult-column {
  margin-right: 70px;
}

.gs-imageResult {
  break-inside: avoid;
  overflow: hidden;
}

.gs-imageResult .gs-image-box {
  position: relative;
}

.gs-imageResult .gs-text-box {
  color: #999;
  height: 4em;
}

/* No padding for image result */
.gs-imageResult .gs-title,
.gs-imageResult .gs-snippet,
.gs-imageResult .gs-visibleUrl,
.gs-imageResult .gs-visibleUrl-short,
.gs-imageResult .gs-spelling {
  padding: 0;
}

/* Color hover text, but not no results text */
.gs-imageResult:not(.gs-no-results-result) .gs-snippet {
  overflow: hidden;
  white-space: nowrap;
  color: #eee;
}

.gs-imageResult .gs-size {
  display: inline;
}

.gs-imageResult .gs-image-box {
  text-align: center; /* center align image in image box */
}

.gs-imageResult .gs-image-box .gs-image {
  border: none;
}

.gs-image-scalable {
  height: 180px;
}

.gs-selectedImageResult {
  /* 180px (gs-image-scalable height) + 2*5px (gs-image-thumbnail-box padding) +
   * 350px (gs-imagePreviewArea height)
   */
  height: 540px;
}

.gs-imagePreview {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

/* Avoid auto dimensions for SVGs, lest they be hidden */
.gs-imagePreview:not([src$=".svg"]) {
  height: auto;
  width: auto;
}

.gs-imagePreviewArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: #222;
  width: 100%;
  height: 350px;
  left: 0;
  z-index: 100000;
}

.gs-imagePreviewArea-invisible {
  display: none;
}

.gs-previewSnippet {
  margin: 30px;
}

.gs-previewLink {
  color: #eee;
  font-size: 18px;
  text-decoration: none;
}

.gs-imagePreviewArea>.gs-previewLink {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.gs-previewTitle,
.gs-previewUrl,
.gs-previewSize {
  margin: 10px 0;
  color: #eee;
}

.gs-previewDescription {
  margin: 20px 0;
  color: #ccc;
}

/* Popup layout related styles */

.gsc-imageResult .gs-imageResult-popup {
  border: 0;
  margin: 0;
  width: auto; /* Override the default image result width */
  overflow: visible; /* popup box may overflow and should be visible */
  position: relative;
}

/* Instead put margin bottom and right on searcher image thumbnail. */
.gs-imageResult-popup .gs-image-thumbnail-box {
  padding: 5px;
}

.gs-imageResult-popup .gs-image-box {
  width: auto;
}

.gs-imageResult-popup .gs-image-popup-box {
  width: calc(100% - 20px);
  position: absolute;
  padding: 5px;
  margin: 5px;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-image-box {
  display: none;
}

.gs-imageResult-popup .gs-image-popup-box .gs-text-box {
  height: auto;
  width: auto;
}

/* Do not show title for compact layout such as classic and popup */
.gs-imageResult-popup .gs-text-box .gs-title {
  display: none;
}


/* Video Search
 * - single line title
 */

.gsc-videoResult .gs-videoResult .gs-title {
  line-height: 1.3em;
  height: 1.3em;
  overflow: hidden;
}

.gsc-videoResult .gs-videoResult .gs-snippet {
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
}

/* trailing more link at the bottom of a collection of results */
.gsc-imageResult .gsc-trailing-more-results {
  clear: both;
}

.gsc-results .gsc-trailing-more-results {
  margin-bottom: 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #00c;
  text-decoration: underline;
}

/* trailing cursor section */
.gsc-imageResult .gsc-cursor-box {
  clear: both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom: 0;
  display: inline;
}

.gsc-results .gsc-cursor {
  color: #333;
  display: inline;
  fill: #333;
}

.gsc-results .gsc-cursor-box {
  margin-bottom: 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  color: #000;
  margin-right: 8px;
  display: inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  cursor: default;
  color: #a90a08;
  font-weight: bold;
  text-decoration: none;
}

/*** End of Control, Begin Results ***/

/* generic, cross cutting result style
 * - in the form of .gs-result .gs-xxx where xxx is the generic style
 * .gs-title: typically the first line of a result, typically a link, image results over ride this, since for image results, the image is the link
 * .gs-divider: typically separates results from ads
 * .gs-visibleUrl: typically the last line of a result, displayed in green. sometimes a link (like in blog search)
 * .gs-clusterUrl: for news, and other similar services, this is a cluster of additional results
 * .gs-image: an actual image in a result
 * .gs-phone: a phone number
 * .gs-address: an address (includes street, city, region, country)
 * .gs-streetAddress: a street (including #)
 * .gs-city: a city
 * .gs-region: a region (zip code, area, etc.)
 * .gs-country: a country
 * .gs-snippet: snippetized content
 * .gs-watermark: indicator that user selected this result
 * .gs-metadata: generic metadata, e.g.,
 * .gs-image-box: generic container for a result's image (within a table)
 * .gs-text-box: generic container for a result's text content (within a table). Note that this class, and image-box are only used in video
 */
.gs-result .gs-title,
.gs-result .gs-title * {
  color: #00c;
  text-decoration: none;
}

a .gs-captcha-info-link{
  color: #00c;
  text-decoration: none;
  text-decoration: underline;
  cursor: pointer;
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 16px;
}

.gsc-control-cse .gs-result .gs-spelling-original {
  font-size: 13px;
}

.gs-divider {
  padding-bottom: 8px;
  text-align: center;
  color: #676767;
}

/* relative and absolute dates, note, news/books inlines these */
.gs-relativePublishedDate,
.gs-publishedDate {
  color: #6f6f6f;
  text-decoration: none;
}

.gs-result .gs-clusterUrl {
  color: #008000;
  text-decoration: underline;
  cursor: pointer;
}

.gs-newsResult .gs-publisher {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

/*
 * For news results there are two dates...
 * The relative date is visible while in the
 * search control and the published date
 * is visible when clipped. Why? It doesn't
 * make sense to say 4 hours ago for a clipped
 * result...
 */

/* establish the base style */
.gs-newsResult .gs-relativePublishedDate,
.gs-newsResult .gs-publishedDate {
  display: inline;
  margin-left: 4px;
}

/* base styling for relative date is none */
.gs-blogResult .gs-relativePublishedDate,
.gs-newsResult .gs-relativePublishedDate {
  display: none;
}

/* suppress publishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-publishedDate,
.gsc-newsResult .gs-newsResult .gs-publishedDate {
  display: none;
}

/* enable relativePublishedDate while in the control */
.gsc-blogResult .gs-blogResult .gs-relativePublishedDate,
.gsc-newsResult .gs-newsResult .gs-relativePublishedDate {
  display: inline;
}

.gs-newsResult .gs-location {
  color: #6f6f6f;
  display: inline;
  text-decoration: none;
}

.gs-promotion .gs-title,
.gs-promotion .gs-title * {
  text-decoration: none;
}

.gs-title .gs-promotion-title-right {
  color: #000;
}

.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #fff;
}

.gs-fileFormat {
  color: #666;
  font-size: 12px;
}

.gs-fileFormatType {
  font-size: 12px;
}

.gs-promotion table {
  border: none;
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.gs-promotion table .gs-snippet a .gs-title,
.gs-promotion table .gs-snippet a .gs-title * {
  font-size: 13px;
}

.gs-promotion em {
  font-style: normal;
  font-weight: bold;
}

.gs-promotion .gs-title em {
  color: inherit;
  text-decoration: inherit;
}

.gs-result .gs-image,
.gs-result .gs-promotion-image {
  vertical-align: middle;
  border: 1px solid #e2e2e2;
}

.gs-result .gs-directions,
.gs-result .gs-directions * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

.gs-secondary-link,
.gs-secondary-link * {
  color: #77c;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}

/* wrapper around user supplied to/from mode directions
 * normally this is disabled by default, and gs-directions is enabled
 * apps can easily switch this by setting display:block on the rule below,
 * and display:none on the rule above
 * e.g., add these two rules to switch local results into
 * alternate style driving directions
 * .gs-localResult .gs-directions-to-from { display: block; }
 * .gs-localResult .gs-directions { display: none; }
 */
.gs-result .gs-directions-to-from {
  display: none;
  margin-top: 4px;
}

.gs-result .gs-directions-to-from .gs-label {
  display: inline;
  margin-right: 4px;
}

.gs-result .gs-directions-to-from .gs-secondary-link {
  display: inline;
}

.gs-result .gs-directions-to-from .gs-spacer {
  display: inline;
  margin-right: 3px;
  margin-left: 3px;
}

.gs-videoResult .gs-publisher {
  color: #008000;
  text-decoration: none;
}

.gs-result a {
  cursor: pointer;
}

.gsc-loading-fade .gsc-result-info,
.gsc-loading-fade .gsc-loading-resultsRoot,
.gsc-loading-resultsRoot, /* customized root */
.gsc-loading-fade .gsc-loading-refinementsArea,
.gsc-loading-fade .gsc-adBlock,
.gsc-loading-fade .gsc-adBlockVertical,
.gsc-loading-fade .gsc-adBlockNoHeight {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33.3)";
  filter: alpha(opacity=33.3);
  opacity: 0.333;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
  background-color: rgb(255, 244, 194);
  border: 1px solid rgb(255, 204, 51);
  display: inline-block;
  margin: 5px;
  padding: 5px;
}

.gs-backfill-message {
  padding: 8px 4px;
}

.gs-captcha-wrapper {
  margin-top: 12px;
}

span .gs-captcha-msg {
  color: #333;
  margin-top: 1px;
}

#recaptcha-wrapper {
  display: inline-block;
  margin-top: 30px;
}

.gs-stylized-error-result {
  text-align: center;
}

.gs-stylized-error-message {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.gs-stylized-error-submessage {
  margin: 0 0 20px 0;
}

.gs-stylized-error-link {
  background: #1a73e8;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}

.gs-stylized-error-link {
  text-decoration: none;
}

.gs-result .gs-watermark {
  font-size: 10px;
  color: #77c;
}

.gs-results-attribution {
  text-align: center;
  margin-bottom: 4px;
}

.gs-results-attribution,
.gs-results-attribution * {
  font-size: 10px;
  color: #676767;
  text-decoration: none;
}

.gs-results-attribution a {
  color: #00c;
  cursor: pointer;
}

.gs-results-attribution a:hover {
  text-decoration: underline;
}

.gs-result .gs-metadata{
  color: #676767;
}

/* searcher specific styling for
 * - web ad
 * - web
 * - local
 * - image (none)
 * - blog (none)
 * - video (none)
 */

/* webAd search specific over rides
 * .gs-ad-marker: disabled in control, but on in green to indicate clipped result is an ad
 */
.gs-localAd .gs-ad-marker,
.gs-webAd .gs-ad-marker {
  padding-left: 4px;
}

.gs-webResult .gs-visibleUrl-short,
.gs-promotion .gs-visibleUrl-short {
  display: none;
}

.gs-webResult .gs-visibleUrl-long,
.gs-promotion .gs-visibleUrl-long {
  overflow: hidden;
}

.gs-webResult .gs-visibleUrl-long {
  display: none;
}

/* Per result labels */
.gs-webResult .gs-per-result-labels .gs-label {
  text-decoration: underline;
  cursor: pointer;
  padding: 3px;
  color: black;
}

.gs-webResult .gs-per-result-labels .gs-label.gs-labelActive {
  cursor: default;
  text-decoration: none;
}

/* local search specific over rides
 * - city, region displayed inline
 * - country suppressed
 * - small font size for info window's
 */

.gs-localAd .gs-address * {
  color: #676767;
}

.gs-localAd .gs-street {
  display: inline;
}

.gs-city {
  display: inline;
}

.gs-region {
  display: inline;
}

.gs-country {
  display: none;
}

.gs-infoWindow * {
  font-size: 11px;
}

/* video search specific over rides
 * - align the table data
 * - default image width garuntee
 * - appropriate cell seperation
 */

/* todo(markl): workaround until gre in gmail fixes his styles */
.gs-videoResult * {
  font-size: 13px;
}

.gs-videoResult td .gs-image-box {
  width: 110px;
  height: 78px;
}

.gs-videoResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}


/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-book-image-box td,
.gs-bookResult td {
  vertical-align: top;
}

.gs-book-image-box,
.gs-book-image-box div {
  position: static;
  text-align: start;
}

.gs-book-image-box {
  width: 75px;
  height: 90px;
}

.gs-bookResult td .gs-text-box {
  vertical-align: top;
  margin-left: 4px;
}

.gs-book-image-box img {
  border-spacing: 0 0;
  border: none;
}

.gs-book-image-box .gs-row-1 {
  line-height: 7px;
}

.gs-book-image-box .gs-pages {
  height: 7px;
  width: 45px;
}

.gs-book-image-box .gs-page-edge {
  height: 7px;
  width: 11px;
}

.gs-book-image-box .gs-image {
  height: 80px;
  border: 1px solid #a0a0a0;
}

.gs-bookResult .gs-author {
  display: inline;
  color: #6f6f6f;
}

.gs-bookResult .gs-publishedDate {
  display: inline;
}

.gs-bookResult .gs-pageCount {
  display: inline;
  color: #6f6f6f;
  margin-left: 4px;
}

/* book search specific over rides
 * - default image width garuntee
 * - appropriate cell seperation
 */

.gs-patentResult td {
  vertical-align: top;
}

.gs-patentResult .gs-patent-number,
.gs-patentResult .gs-publishedDate,
.gs-patentResult .gs-author {
  display: inline;
}

.gs-patentResult .gs-image-box {
  padding-right: 8px;
}

.gs-patentResult .gs-image {
  border: 1px solid #77c;
}

.gs-spelling {
  color: #333;
  padding-left: 7px;
  padding-right: 7px;
}

.gs-spelling a {
  color: #00c;
  cursor: pointer;
}

.gsc-control-cse:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.gs-bidi-start-align {
  text-align: left;
}

.gs-bidi-end-align {
  text-align: right;
}

.gs-snippet {
  color: #333;
  margin-top: 1px;
}

.gsc-control-cse-zh_CN .gs-snippet b,
.gsc-control-cse-zh_CN .gs-promotion em,
.gsc-control-cse-zh_TW .gs-snippet b,
.gsc-control-cse-zh_TW .gs-promotion em {
  color: #c03;
  font-style: normal;
  font-weight: normal;
}

.gsc-snippet-metadata {
  vertical-align: top;
}

.gsc-snippet-metadata,
.gsc-role,
.gsc-tel,
.gsc-org,
.gsc-location,
.gsc-reviewer,
.gsc-author {
  color: #666;
}

.gsc-rating-bar {
  vertical-align: top;
  display: inline-block;
  width: 64px;
  height: 12px;
  /*background: transparent url(/cse/static/css/cse_snippets_stars.png) -65px 0 no-repeat;*/
  overflow: hidden;
  margin: 3px 0 0 0;
}

.gsc-rating-bar span {
  vertical-align: top;
  display: inline-block;
  height: 12px;
  /*background: transparent url(/cse/static/css/cse_snippets_stars.png) 0 0 no-repeat;*/
}

.gsc-review-agregate-first-line {
  margin: 0 40px 0 0;
  padding: 6px 0;
}

.gsc-review-agregate-odd-lines,
.gsc-review-agregate-even-lines {
  margin: 0 40px 0 0;
  padding: 6px 0;
  border-top: 1px solid #ebebeb;
}

.gsc-table-result,
.gs-promotion-table {
  border-spacing: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 4px;
  padding-right: 4px;
}

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  vertical-align: top;
}

.gsc-table-cell-snippet-close {
  padding: 1px 0;
}

.gsc-table-cell-snippet-close,
.gs-promotion-text-cell {
  vertical-align: top;
  width: 100%;
}

.gs-promotion-text-cell {
  margin-left: 8px;
  margin-right: 8px;
}

.gs-promotion-text-cell .gs-visibleUrl,
.gs-promotion-text-cell .gs-snippet {
  font-size: 13px;
}

.gsc-table-cell-snippet-open {
  vertical-align: top;
  width: 100%;
  padding: 1px 0;
}

.gsc-preview-reviews {
  color: #333;
}

.gsc-preview-reviews ul {
  padding-left: 0;
  padding-right: 0;
}

.gsc-preview-reviews li {
  list-style: none;
  width: 90%;
}

.gsc-zippy {
  margin: 2px 8px 0 0;
  float: right;
  outline: none;
  overflow: hidden;
  height: 14px;
  width: 14px;
  background-position: -19px -5px;
  position: relative;
  top: -6px;
}

.gsc-table-cell-snippet-close .gsc-preview-reviews {
  display: none;
}

/*.gsc-table-cell-snippet-close .gsc-zippy {
  background: transparent url(/cse/static/css/plus_icons.png) -19px -5px no-repeat;
}

.gsc-table-cell-snippet-open .gsc-zippy {
  background: transparent url(/cse/static/css/minus_icons.png) -19px -5px no-repeat;
}*/

/*
 * Cross-browser implementation of the "display: inline-block" CSS property.
 * See http://www.w3.org/TR/CSS21/visuren.html#propdef-display for details.
 */
/* Gecko hack */
html>body .gsc-inline-block {
  display: -moz-inline-box;
  display: inline-block;
}

/* Default rule */
.gsc-inline-block {
  display: inline-block;
}

/* Show url at the top of the web result snippet */
.gsc-webResult .gsc-url-top {
  display: block;
}

.gsc-webResult .gsc-url-bottom {
  display: none;
}

/* Show url at the bottom of the image result snippet */
.gsc-imageResult .gsc-url-top {
  display: none;
}

.gsc-imageResult .gsc-url-bottom {
  display: inline;
}

.gsc-thumbnail-left {
  display: none;
}

/* CSS for labeling search results feature. */
.gsc-label-result-main-box-visible {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 28%;
  top: 30%;
  left: 35%;
  border: 1px solid rgba(0, 0, 0, .333);
}

.gsc-label-result-main-box-invisible {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#888888');
}

.gsc-label-result-url {
  padding-bottom: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  color: #008000;
  margin-top: 5px;
  font-size: 13px;
}

.gsc-label-result-url-title {
  white-space: nowrap;
  margin-top: 10px;
  font-size: 15px;
  color: #00c;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.gsc-label-result-url-heading {
  margin-bottom: 15px;
}

.gsc-label-result-labels {
  vertical-align: text-top;
  font-size: 13px;
  color: #000;
}

.gsc-label-box {
  margin-top: 5px;
}

.gsc-labels-box {
  margin-top: 15px;
}

.gsc-label-result-buttons {
  margin-top: 20px;
}

.gsc-labels-no-label-div-visible {
  margin-top: 20px;
}

.gsc-labels-no-label-div-invisible {
  display: none;
}

.gsc-labels-label-div-visible {
  margin-top: 10px;
}

.gsc-labels-label-div-invisible {
  display: none;
}

.gsc-label-result-form-label {
  margin-right: 20px;
  margin-left: 2px;
  font-size: 13px;
  color: #000;
  vertical-align: text-top;
}

.gsc-label-result-form-div {
  margin-top: 5px;
}

.gsc-label-result-label-prefix-visible {
  width: 90%;
  height: 20px;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-invisible {
  display: none;
}

.gsc-label-result-label-prefix-error {
  color: red;
  margin-top: 10px;
}

.gsc-label-result-label-prefix-error-invisible {
  display: none;
}

.gsc-label-result-heading {
  font-size: 17px;
  color: black;
}

.gsc-result-label-button {
  background-color: #f5f5f5;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  padding: 0 8px;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  height: 29px;
  border: 1px solid #dcdcdc;
  border-color: rgba(0, 0, 0, .1);
  color: #444;
  margin-right: 10px;
  width: 72px;
}

.gsc-result-label-save-button {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-add-label-error {
  color: red;
  padding-top: 20px;
}

.gsc-add-label-error-invisible {
  display: none;
}

.gsc-label-results-close-btn-visible {
  display: block;
  opacity: 0.7;
}

.gsc-label-result-saving-popup {
  font-size: 13px;
  -webkit-transition: opacity 218ms;
  -moz-transition: opacity 218ms;
  -o-transition: opacity 218ms;
  transition: opacity 218ms;
  border-width: 1px;
  height: 14px;
  opacity: 1;
  padding: 6px 16px;
  background-color: #f9edbe;
  border-color: #f0c36d;
  color: #333;
  position: fixed !important;
  top: 10%;
  left: 45%;
  border-style: solid;
  border-radius: 2px;
}

.gsc-label-result-saving-popup-invisible {
  display: none;
}

/* CSS for richsnippets feature. */
.gsc-richsnippet-popup-box {
  position: fixed !important;
  z-index: 100003;
  background-color: rgba(255, 255, 255, 1);
  width: 400px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 16px 0;
  opacity: 1;
  display: block;
  border: none;
  margin: auto;
  -webkit-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  box-shadow: 0 3px 10px rgba(34, 25, 25, 0.4);
  border-collapse: separate;
  background: white;
  padding: 30px;
  width: 25%;
  top: 15%;
  left: 25%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 65%;
  width: 50%;
  padding: 30px;
  padding-bottom: 10px;
 }

.gsc-richsnippet-popup-box-invisible {
  display: none;
}

.gsc-richsnippet-showsnippet-label {
  color: #009;
  text-decoration: underline;
  cursor: pointer;
  font-size: 13px;
}

.gsc-richsnippet-individual-snippet-box {
  border: 1px solid #ebebeb;
  padding: 15px;
  margin-bottom: 20px;
}

.gsc-richsnippet-individual-snippet-key {
  font-size: 14px;
  padding: 1px 0 6px;
  color: #009;
}

.gsc-richsnippet-individual-snippet-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gsc-richsnippet-popup-box-title {
 padding-bottom: 20px;
 font-size: 15px;
}

.gsc-richsnippet-popup-box-title-text {
  color: #404040;
  display: inline;
}

.gsc-richsnippet-popup-box-title-url {
  font-weight: bold;
  color: black;
  display: inline;
}

.gsc-richsnippet-individual-snippet-keyvalue {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}

.gsc-richsnippet-individual-snippet-keyelem {
  font-weight: bold;
  white-space: nowrap;
}

.gsc-richsnippet-individual-snippet-valueelem {
  margin-left: 6px;
}

.gsc-richsnippet-popup-close-button {
  background-image: url("//www.google.com/images/nav_logo114.png");
  background-repeat: no-repeat;
  background-position: -140px -230px;
  float: right;
  height: 12px;
  width: 12px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.gsc-richsnippet-popup-box-contents {
  overflow-x: hidden;
  overflow-y: auto;
  height: 88%;
}

.gcsc-find-more-on-google {
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}

.gcsc-find-more-on-google-magnifier {
  margin-right: 10px;
  vertical-align: middle;
}

.gcsc-find-more-on-google-text {
  vertical-align: middle;
}

.gcsc-find-more-on-google-query {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.gcsc-find-more-on-google-branding {
  display: inline-block;
  float: right;
}

.gsc-imageResult>.gsc-expansionArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* Facet box */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding: 1px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.searchresults .sidenav-slide .sitenavl0[data-id="135635"]  a{     background-color: #ffffff;
    color: transparent !important;
    text-shadow: 0 0 0 #a77437;}
/**
 * jquery-bootstrap-scrolling-tabs
 * @version v0.1.2
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
/* line 13, jquery.scrolling-tabs.scss */
.scrtabs-tab-container * {
  box-sizing: border-box;
}

/* line 17, jquery.scrolling-tabs.scss */
.scrtabs-tab-container {
  height: 42px;
}
/* line 19, jquery.scrolling-tabs.scss */
.scrtabs-tab-container .tab-content {
  clear: left;
}

/* line 24, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

/* line 31, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container {
  position: relative;
  border-bottom: 2px solid #eeeeee;
}
/* line 33, jquery.scrolling-tabs.scss */
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

/* line 38, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow {
  float: left;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  padding: 12px;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  top: 2px;
  border-top: 2px solid transparent;
  transition: background-color 0.2s ease-in-out;
  color: #333333 !important;
  border-bottom: 2px solid #eeeeee;
  width:40px;
  text-align: center;
}
/* line 50, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow:hover {
  background-color: #EAEFF0;
}

/* line 55, jquery.scrolling-tabs.scss */
.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd!important;
  cursor: default;
}

/* line 60, jquery.scrolling-tabs.scss */
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}
/*cache version*/