/******* TOP MENU ******/
/* line 37, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 {
  /******* END TOP MENU ******/
  /**** End Top menu hover over effects ***/
  /***** Footer styling ****/
}
/* line 39, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu {
  margin: 0px 9px 10px 9px;
  /*** test no margin on menu for new styles ***/
  color: #ffffff;
  padding: 5px 0px 0px 5px;
  *position: relative;
  *z-index: 2;
  font-size: 14px;
  /**** Menu Level 0 Styling***/
}
/* line 50, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu div {
  overflow: visible;
  *position: relative;
  *z-index: 2;
}
/* line 55, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .widget {
  margin-bottom: 0px;
}
/* line 58, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul {
  list-style-type: none;
  margin-left: 0;
}
/* line 62, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li a,
.theme_2 #top_menu ul li a:hover {
  text-decoration: none;
  background-color: transparent;
}
/* line 68, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li.has-children {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("/assets/icons/bullet_arrow_down.png");
}
/* line 72, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li.has-children a {
  padding-right: 18px;
}
/* line 80, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li {
  -webkit-transition: background 0.2s linear 0s;
  -o-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  transition: background 0.2s ease 0s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 84, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li.has-children a {
  padding-right: 18px;
}
/* line 87, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li.has-children:hover {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 0px;
}
/* line 91, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li > a {
  color: #ffffff;
  padding: 5px 7px;
  font-weight: normal;
}
/* line 97, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li.current {
  background-color: #ffffff;
}
/* line 99, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li.current > a {
  color: #222;
}
/* line 110, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .menu_level_1 {
  z-index: 50000;
}
/* line 116, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .menu_level_2,
.theme_2 #top_menu .menu_level_3 {
  top: 0px;
  left: 200px;
  /*200px;*/
}
/* line 123, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu {
  /*** Submenu Styling ****/
  /**** Top menu hover over effects *****/
}
/* line 135, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul ul li {
  display: block;
}
/* line 138, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul ul li.has-children,
.theme_2 #top_menu ul ul li.has-children.current,
.theme_2 #top_menu ul ul li.has-children.current:hover {
  background-image: url("/images/icons/bullet_arrow_right.png");
}
/* line 143, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul ul a {
  color: #222;
  display: block;
}
/* line 148, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li:hover .menu_level_1 {
  display: block;
  height: auto;
}
/* line 152, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li:hover .menu_level_1 li:hover .menu_level_2 {
  display: block;
}
/* line 155, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li:hover .menu_level_1 li:hover .menu_level_2 li:hover .menu_level_3 {
  display: block;
}
/* line 166, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul.menu_level_1 li {
  color: #222;
}
/* line 168, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul.menu_level_1 li.current {
  background-color: #7ECA9C;
}
/* line 170, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul.menu_level_1 li.current > a, .theme_2 #top_menu ul.menu_level_1 .newsticker li.current > a:link, .theme_2 #top_menu ul.menu_level_1 .newsticker li.current > a:visited {
  color: white;
}
/* line 176, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul.menu_level_1 li:hover > a, .theme_2 #top_menu ul.menu_level_1 .newsticker li:hover > a:link, .theme_2 #top_menu ul.menu_level_1 .newsticker li:hover > a:visited {
  color: #ffffff;
}
/* line 181, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul.menu_level_1 li:hover > a, .theme_2 #top_menu ul.menu_level_1 .newsticker li:hover > a:link, .theme_2 #top_menu ul.menu_level_1 .newsticker li:hover > a:visited {
  color: #ffffff;
}
/* line 186, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines,
.theme_2 #footer .headlines {
  background-color: transparent;
}
/* line 188, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .item,
.theme_2 #footer .headlines .item {
  display: inline;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0px;
}
/* line 194, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li.headline,
.theme_2 #footer .headlines .menu_level_0 > li.headline {
  display: inline;
  position: relative;
  *display: inline;
  *zoom: 1;
}
/* line 201, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu .widget ul,
.theme_2 #footer .widget ul {
  list-style-type: none;
  margin-left: 0px;
}
/* line 205, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li,
.theme_2 #footer ul li {
  display: inline-block;
  position: relative;
  padding: 3px 0px;
  *display: inline;
}
/* line 210, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #top_menu ul li ul.menu_level_1 li,
.theme_2 #footer ul li ul.menu_level_1 li {
  padding: 8px 0px;
}
/* line 217, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #footer {
  padding: 16px 20px;
}
/* line 223, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #footer .menu_level_1,
.theme_2 #footer .menu_level_2,
.theme_2 #footer .menu_level_3 {
  display: none;
}
/* line 228, ../../../app/assets/stylesheets/header_footer_designs/_top_menu.scss */
.theme_2 #footer .headlines .menu_level_1 .headline,
.theme_2 #footer .headlines .menu_level_2 .headline {
  font-size: 10px;
}

/* line 22, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
body.theme_2 {
  background-color: #cbcbcb;
}

/* line 31, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2.theme.thumb div.highlight_color,
.theme_2.theme.thumb div.background_color {
  height: 50%;
}
/* line 36, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2.theme.thumb .highlight_color {
  background-color: #7ECA9C;
}
/* line 40, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2.theme.thumb .background_color {
  background-color: #222;
}
/* line 46, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 a, .theme_2 .newsticker a:link, .theme_2 .newsticker a:visited,
.theme_2 a:link,
.theme_2 .newsticker a:link,
.theme_2 a:visited,
.theme_2 .newsticker a:visited {
  text-decoration: none;
  font-weight: normal;
}
/* line 54, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 a:hover, .theme_2 .newsticker a:hover:link, .theme_2 .newsticker a:hover:visited {
  text-decoration: underline;
}
/* line 58, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 #logo a,
.theme_2 #logo a:link,
.theme_2 #logo a:visited {
  color: #7ECA9C;
}
/* line 64, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 #account_menu a,
.theme_2 #account_menu a:link,
.theme_2 #account_menu a:visited {
  color: #7ECA9C;
  text-decoration: none;
}
/* line 71, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 #account_menu a:hover {
  text-decoration: underline;
}
/* line 79, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .h1 .title {
  color: #7ECA9C;
}
/* line 86, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget .footer {
  background-color: #cbcbcb;
}
/* line 89, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget .footer a {
  text-decoration: underline;
}
/* line 95, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget .title {
  color: #7ECA9C;
}
/* line 99, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .excerpt a, .theme_2 .excerpt .newsticker a:link, .theme_2 .newsticker .excerpt a:link, .theme_2 .excerpt .newsticker a:visited, .theme_2 .newsticker .excerpt a:visited {
  color: #7ECA9C;
  text-decoration: none;
}
/* line 106, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .excerpt a:hover {
  text-decoration: underline;
}
/* line 110, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget-tti-media,
.theme_2 .widget-tti-media-title,
.theme_2 .widget-tti-media-caption {
  color: #FFFFFF;
  background-color: #cbcbcb;
}
/* line 117, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget-tti-tab.deselected {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM3MzczNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #373737));
  background-image: -moz-linear-gradient(#333333, #373737);
  background-image: -webkit-linear-gradient(#333333, #373737);
  background-image: linear-gradient(#333333, #373737);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF313131', endColorstr='#FF363636');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMzEzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM2MzYzNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #313131), color-stop(100%, #363636));
  background-image: -moz-linear-gradient(#313131, #363636);
  background-image: -webkit-linear-gradient(#313131, #363636);
  background-image: linear-gradient(#313131, #363636);
}
/* line 123, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .ui-tab.widget-tti-tab.deselected:hover {
  background-color: #e1e1e1;
  background-image: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE1E1E1', endColorstr='#FFA2A2A2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EyYTJhMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #a2a2a2));
  background-image: -moz-linear-gradient(#e1e1e1, #a2a2a2);
  background-image: -webkit-linear-gradient(#e1e1e1, #a2a2a2);
  background-image: linear-gradient(#e1e1e1, #a2a2a2);
}
/* line 130, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget-tti-tab.selected {
  background-color: #FFFFFF;
  color: #cbcbcb;
}
/* line 135, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget-tti-tab {
  background-color: #A7B0C1;
  color: #FFFFFF;
}
/* line 140, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget-tti-headline.headline {
  color: #7ECA9C;
}
/* line 144, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget-tti-media-title a, .theme_2 .widget-tti-media-title .newsticker a:link, .theme_2 .newsticker .widget-tti-media-title a:link, .theme_2 .widget-tti-media-title .newsticker a:visited, .theme_2 .newsticker .widget-tti-media-title a:visited {
  color: #FFFFFF;
}
/* line 148, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .widget-tti-tab-viewport-container {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF444444', endColorstr='#FF222222');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #222222));
  background-image: -moz-linear-gradient(#444444, #222222);
  background-image: -webkit-linear-gradient(#444444, #222222);
  background-image: linear-gradient(#444444, #222222);
}
/* line 153, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .vertical-menu .item .headline a {
  color: #7ECA9C;
  text-decoration: none;
}
/* line 158, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .media-caption a, .theme_2 .media-caption .newsticker a:link, .theme_2 .newsticker .media-caption a:link, .theme_2 .media-caption .newsticker a:visited, .theme_2 .newsticker .media-caption a:visited,
.theme_2 .media-caption a:visited,
.theme_2 .media-caption a:link {
  color: #7ECA9C;
  text-decoration: none;
}
/* line 165, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .media-caption a:hover {
  text-decoration: underline;
}
/* line 169, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .headline,
.theme_2 .headline a:hover,
.theme_2 .headline a,
.theme_2 .headline .newsticker a:link,
.theme_2 .newsticker .headline a:link,
.theme_2 .headline .newsticker a:visited,
.theme_2 .newsticker .headline a:visited,
.theme_2 .headline a:link,
.theme_2 .headline a:visited {
  color: #cbcbcb;
}
/* line 178, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 .dialog-title .headline {
  color: #333;
}
/* line 185, ../../../app/assets/stylesheets/themes/_two_tone_theme_base.scss */
.theme_2 #footer .custom_form_container_main .flash-message p,
.theme_2 #header .custom_form_container_main .flash-message p {
  color: #363636 !important;
}

/***** general styles ****/
/* line 20, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
body.theme_2 {
  background-color: #cbcbcb;
}

/* line 25, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 {
  /***** Slide show and banner widget styles *****/
  /****** Picture widget ********/
  /**** Account pages changes ****/
  /**** New th style for tables ****/
  /**** Registration styling changes *****/
  /**** Order Details Styling ****/
  /**** administration styling ****/
}
/* line 31, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .dataTables_filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}
/* line 36, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table {
  border-collapse: collapse;
}
/* line 39, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.header-row th,
.theme_2 table.header-row td {
  text-align: left;
  min-width: 100px;
  padding: 12px 8px;
  word-break: break-all;
}
/* line 50, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.header-row th {
  border-bottom: 1px solid #cfd8dc !important;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
/* line 57, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.header-row th:first-child {
  min-width: 117px;
}
/* line 64, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.data-table td.Date {
  white-space: nowrap;
}
/* line 70, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-page-content h1 .title {
  background-image: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6CAB2B', endColorstr='#FF7ECA9C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjYWIyYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlY2E5YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6cab2b), color-stop(100%, #7eca9c));
  background-image: -moz-linear-gradient(#6cab2b, #7eca9c);
  background-image: -webkit-linear-gradient(#6cab2b, #7eca9c);
  background-image: linear-gradient(#6cab2b, #7eca9c);
  color: #fff;
}
/* line 79, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #footer {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF444444', endColorstr='#FF222222');
}
/* line 85, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #copyright {
  background-color: #222222;
  text-align: center;
  margin: 0px auto 5px;
  padding: 5px;
  font-size: 11px;
  clear: both;
  color: white;
}
/* line 93, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #copyright a {
  text-decoration: underline;
}
/* line 106, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget .title a:hover,
.theme_2 .widget .media-title a:hover,
.theme_2 .widget .media-caption a:hover,
.theme_2 .widget .media-title a,
.theme_2 .widget .media-caption a {
  text-decoration: underline;
}
/* line 113, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget .footer {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 5px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF444444', endColorstr='#FF222222');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #222222));
  background-image: -moz-linear-gradient(#444444, #222222);
  background-image: -webkit-linear-gradient(#444444, #222222);
  background-image: linear-gradient(#444444, #222222);
}
/* line 130, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-slide-show {
  position: relative;
}
/* line 133, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-slide-show .item {
  margin-bottom: 0px;
}
/* line 136, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget .excerpt table {
  border-collapse: collapse;
  min-width: 200px;
  max-width: 100%;
}
/* line 141, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget .excerpt table.no-border td {
  border: none;
}
/* line 145, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget .excerpt table td {
  border: 1px solid #222;
}
/* line 150, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget .excerpt table.header-row tr:first-child {
  background-color: #7ECA9C;
  color: #fff;
}
/* line 157, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .slideshow-image-container {
  position: relative;
}
/* line 160, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .slideshow-nav {
  margin-bottom: 0px;
}
/* line 163, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .slideshow-nav.banner {
  margin-top: 0px;
  margin-right: 0px;
  padding-bottom: 7px;
}
/* line 168, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-slide-show .media-caption,
.theme_2 .widgets-slide-show .media-title,
.theme_2 .media-caption,
.theme_2 .media-title {
  /*background-image:url("/fancybox/fancy_title_over.png");*/
  background-color: #fff;
  color: 222;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  padding: 5px 10px;
  height: auto;
  text-align: left;
}
/* line 182, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-slide-show .media-caption {
  padding: 0px 5px;
  position: absolute;
  bottom: 0px;
}
/* line 188, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-980px .widgets-slide-show .media-title {
  color: #fff;
  text-align: center;
  bottom: 100px;
  height: 50px;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
/* line 203, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .col-md-12 .widgets-slide-show .variable .media-title {
  background-color: #fff;
  color: #333;
  top: 0px;
}
/* line 208, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .col-md-12 .widgets-slide-show .variable .media-caption {
  background-color: #fff;
  color: #333;
  bottom: 0px;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/* line 218, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .col-md-12 .widgets-slide-show .media-caption {
  bottom: 0px;
  text-align: center;
  padding: 0px;
  background-color: transparent;
  font-size: 11px;
}
/* line 226, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-650px .media-caption,
.theme_2 .column-650px .media-title {
  /*width:630px;*/
  font-size: 20px;
  font-weight: bold;
}
/* line 232, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .col-md-12 .media-caption,
.theme_2 .col-md-12 .media-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
}
/* line 240, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .col-md-12 .picture .media-caption {
  bottom: 0px;
}
/* line 243, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-650px .widgets-slide-show .variable .media-caption,
.theme_2 #column_650 .media-title {
  color: #333;
  background-color: #fff;
  z-index: 999;
}
/* line 249, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-650px .media-caption {
  bottom: 0px;
}
/* line 253, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-320px .media-caption {
  bottom: 0px;
  font-size: 12px;
  font-weight: 600;
}
/* line 259, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .picture .media-caption,
.theme_2 .picture .media-title {
  color: #000;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 266, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .picture .media-title {
  opacity: 0.7;
}
/* line 269, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-320px .widgets-slide-show .media-caption {
  font-size: 11px;
  width: 310px;
}
/* line 273, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-300px .widgets-slide-show .media-caption {
  width: 290px;
}
/* line 279, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-650px .widgets-slide-show .item.fixed .media-caption {
  position: relative;
  height: 14px;
  font-size: 12px;
  line-height: 16px;
}
/* line 298, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-slide-show .item.variable {
  background-color: transparent;
}
/* line 308, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #edit_widget .widgets-slide-show .item {
  background-color: tranparent;
}
/* line 311, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-320px .widgets-slide-show .item {
  background-color: #666666;
  background-color: transparent;
  position: relative;
  /*height:213px;*/
}
/* line 323, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-650px .widgets-slide-show .item.variable .image,
.theme_2 .column-980px .widgets-slide-show .item.variable .image {
  height: 500px;
}
/* line 327, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-slide-show .item.banner-mode.variable .image img {
  max-height: none;
  max-width: none;
}
/* line 331, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .slideshow-nav.banner .column-320px .slideshow-image-container {
  position: relative;
  height: 213px;
}
/* line 335, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-980px .slideshow-banner-control {
  float: none;
}
/* line 339, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .slideshow-nav {
  position: relative;
  bottom: 0px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 5px;
  color: #000;
  margin-right: 0px;
}
/* line 350, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-980px .slideshow-nav {
  background-image: none;
  text-align: center;
}
/* line 357, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widgets-slide-show .item {
  margin: 0px;
}
/* line 361, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-320px .widgets-slide-show .item .image {
  height: 213px;
  line-height: 213px;
  height: 240px;
  line-height: 238px;
}
/* line 368, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-320px .widgets-slide-show .item .image img {
  max-height: 240px;
}
/* line 372, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-320px .widgets-slide-show .video-item {
  height: 213px;
  line-height: 213px;
}
/* line 377, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .picture .item {
  position: relative;
}
/* line 381, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .picture .item + .item {
  margin-top: 16px;
}
/* line 386, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .picture .item {
  margin: 0px;
}
/* line 395, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-320px .video-item {
  width: 100%;
  height: 180px;
  line-height: 170px;
  vertical-align: top;
}
/* line 402, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .media-asset img {
  max-height: 500px;
}
/* line 405, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-650px .picture .video-item {
  width: 100%;
  height: 395px;
}
/* line 410, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .column-980px .picture .video-item {
  width: 100%;
  height: 480px;
}
/* line 416, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .title {
  padding: 5px 5px 5px 0px;
}
/* line 427, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #right_320_column .headlines-text-image {
  /*.column-320px .headlines-text-image  {*/
}
/* line 431, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .news-item {
  font-size: 12px;
  font-weight: 400;
  padding: 8px 5px 5px 5px;
}
/* line 436, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-item,
.theme_2 .team-news .news-text,
.theme_2 .team-news .news-details {
  padding: 0px;
}
/* line 443, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .title {
  padding: 5px;
  margin-bottom: 0px;
}
/* line 447, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .details {
  padding: 0px;
}
/* line 450, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-item {
  padding: 10px 0px;
  margin: 0px 10px;
}
/* line 453, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-item:hover .team-news-actions {
  display: inline-block;
}
/* line 457, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-media {
  margin: 10px 10px 5px 0px;
}
/* line 460, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-text {
  font-size: 13px;
}
/* line 463, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-details {
  padding: 2px 0px 0px 0px;
}
/* line 466, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-author {
  padding-right: 0px;
  margin-left: 0px;
}
/* line 470, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .news-time {
  margin-left: 5px;
}
/* line 473, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .view-more {
  padding: 10px;
  font-size: 12px;
}
/* line 477, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .team-news .team-news-actions {
  display: none;
}
/* line 481, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .news-author {
  font-weight: normal;
  display: inline-block;
}
/* line 490, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .title a, .theme_2 .title .newsticker a:link, .theme_2 .newsticker .title a:link, .theme_2 .title .newsticker a:visited, .theme_2 .newsticker .title a:visited,
.theme_2 .title a:link,
.theme_2 .title a:visited {
  text-decoration: underline;
}
/* line 498, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .page-content.manage-account {
  width: auto;
}
/* line 501, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account .manage-account-actions {
  margin-bottom: 10px;
}
/* line 504, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account .widget.account-settings {
  border: 1px solid #333;
}
/* line 507, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .mobile-settings {
  padding: 0px;
}
/* line 510, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .mobile-settings .title,
.theme_2 .account-settings .title {
  padding: 10px;
}
/* line 514, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .account-settings .title a {
  padding-left: 7px;
  font-size: 13px;
}
/* line 518, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .mobile-settings .account-content {
  padding: 10px;
}
/* line 521, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account .order table {
  border: 1px solid #737373;
}
/* line 524, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account .order table td {
  border-bottom: 1px solid #ccc;
}
/* line 527, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account h3 {
  padding: 0px 0px 3px 0px;
  margin: 0px;
}
/* line 531, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account h1 {
  background-color: #cbcbcb;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6CAB2B', endColorstr='#FF7ECA9C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjYWIyYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlY2E5YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6cab2b), color-stop(100%, #7eca9c));
  background-image: -moz-linear-gradient(#6cab2b, #7eca9c);
  background-image: -webkit-linear-gradient(#6cab2b, #7eca9c);
  background-image: linear-gradient(#6cab2b, #7eca9c);
  color: #fff;
}
/* line 539, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .create-site h1 {
  color: #cbcbcb;
}
/* line 553, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .inline-image {
  display: inline-block;
  margin-right: 5px;
  *float: left;
}
/* line 560, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .registration.title,
.theme_2 .title.cart {
  margin: 5px 10px 0px 10px;
  padding: 10px;
}
/* line 565, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .title.cart {
  margin: 10px 0px;
}
/* line 568, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .page-content.cart {
  border: 1px solid #333;
  padding: 0px;
  margin-bottom: 10px;
}
/* line 574, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .page-content.cart .title {
  padding: 5px;
}
/* line 577, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #total-container {
  margin-right: 15px;
}
/* line 581, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #order-details table.order-heading th {
  background-image: none;
  border-bottom: 1px solid #ccc;
  background-color: #ccc;
}
/* line 586, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .cart table.cart .price-adjustments th,
.theme_2 .price-adjustments th {
  color: white;
}
/* line 590, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account .order table table.registration-details {
  border: none;
}
/* line 593, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .manage-account-container.order .page-content.cart {
  width: 100%;
}
/* line 596, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .cart table.cart td.make-payment {
  padding-right: 10px;
}
/* line 599, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .order-details-section {
  padding: 5px;
}
/* line 602, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .cart table.cart td.adjustment-table,
.theme_2 td.adjustment-table {
  padding: 5px;
}
/* line 606, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #total-container .cart-item {
  padding: 0px;
}
/* line 609, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #total-container .pay-now-container.cart-item {
  padding: 10px;
}
/* line 612, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #total-container {
  margin-right: 0px;
}
/* line 615, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #widget_contents #edit_widget .widgets-tabbed-text-image .item {
  margin-bottom: 10px;
}
/* line 621, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .lightbox .tab-name {
  margin-bottom: 0px;
}
/* line 624, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget-settings {
  padding: 0px;
}
/* line 627, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .widget-settings div.title {
  margin: 0px;
}
/* line 630, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .base_settings fieldset {
  margin: 10px;
  padding: 10px;
}
/* line 635, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #content.administration-module {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 990px;
}
/* line 640, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #content.administration-module .admin_menu a,
.theme_2 #content.administration-module .admin_menu a:link,
.theme_2 #content.administration-module .admin_menu a:visited {
  color: white;
}
/* line 645, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #content.administration-module .admin_menu a:hover,
.theme_2 #content.administration-module .admin_menu .selected a {
  color: #333;
}
/* line 650, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .grid-results {
  overflow: visible;
  width: auto;
}
/* line 654, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .grid-results #registration_summary tr {
  background-color: #fff;
}
/* line 657, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 #events_index {
  min-height: 510px;
}
/* line 661, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.gradient th {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6CAB2B', endColorstr='#FF7ECA9C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjYWIyYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlY2E5YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6cab2b), color-stop(100%, #7eca9c));
  background-image: -moz-linear-gradient(#6cab2b, #7eca9c);
  background-image: -webkit-linear-gradient(#6cab2b, #7eca9c);
  background-image: linear-gradient(#6cab2b, #7eca9c);
}
/* line 666, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.gradient th a, .theme_2 table.gradient th .newsticker a:link, .theme_2 .newsticker table.gradient th a:link, .theme_2 table.gradient th .newsticker a:visited, .theme_2 .newsticker table.gradient th a:visited {
  color: #fff;
  text-decoration: underline;
}
/* line 672, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.gradient.border th {
  border: 1px solid #999;
}
/* line 675, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 table.gradient.border td {
  border: 1px solid #ddd;
}
/* line 681, ../../../app/assets/stylesheets/themes/_gradient_theme_base.scss */
.theme_2 .newsticker a, .theme_2 .newsticker a:link, .theme_2 .newsticker a:visited {
  color: #fff;
  text-decoration: underline;
}

/* line 26, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 .lbs-footer-copyright {
  background-color: #222;
}
/* line 32, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 footer#footer p,
.theme_2 footer#footer h1,
.theme_2 footer#footer h2,
.theme_2 footer#footer h3,
.theme_2 footer#footer h4,
.theme_2 footer#footer h5,
.theme_2 footer#footer h6,
.theme_2 footer#footer span,
.theme_2 footer#footer div,
.theme_2 footer#footer a,
.theme_2 footer#footer .form-control,
.theme_2 footer#footer .form-select,
.theme_2 footer#footer li,
.theme_2 footer#footer .input_custom_main,
.theme_2 footer#footer td, .theme_2 header#header p,
.theme_2 header#header h1,
.theme_2 header#header h2,
.theme_2 header#header h3,
.theme_2 header#header h4,
.theme_2 header#header h5,
.theme_2 header#header h6,
.theme_2 header#header span,
.theme_2 header#header div,
.theme_2 header#header a,
.theme_2 header#header .form-control,
.theme_2 header#header .form-select,
.theme_2 header#header li,
.theme_2 header#header .input_custom_main,
.theme_2 header#header td {
  color: #7ECA9C !important;
}
/* line 51, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 .widget .title {
  background-color: #222;
  color: #7ECA9C;
}
/* line 56, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 header#header {
  background-image: linear-gradient(45deg, #222222, #393939);
  color: #7ECA9C;
}
/* line 61, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 header#header .menu_level_1 {
  background-image: linear-gradient(45deg, #222222, #393939);
  color: #7ECA9C;
}
/* line 68, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 header#header .items .item a,
.theme_2 header#header .items .item i {
  color: #7ECA9C;
}
/* line 74, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 header#header .navbar-toggler {
  border: 1px solid #7ECA9C;
}
/* line 79, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 header#header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(126 202 156)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 84, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 .team_page_footer,
.theme_2 .footer_adminsite {
  background-color: #222;
}
/* line 89, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 #top_menu .headlines .menu_level_0 > li > a {
  color: #7ECA9C;
}
/* line 93, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 #top_menu {
  background-color: transparent;
}
/* line 97, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 .widget .title,
.theme_2 .page-title-wrapper {
  color: #7ECA9C;
  background-image: linear-gradient(45deg, #222222, #393939);
}
/* line 103, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 #copyright {
  color: #7ECA9C;
  background-color: #222;
}
/* line 107, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 #copyright a {
  color: #7ECA9C;
}
/* line 112, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 footer#footer {
  background-image: linear-gradient(45deg, #222222, #393939);
}
/* line 115, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 footer#footer .menu_level_1 {
  background-image: linear-gradient(45deg, #222222, #393939);
  color: #7ECA9C;
}
/* line 122, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 footer#footer .items .item a,
.theme_2 footer#footer .items .item i {
  color: #7ECA9C;
}
/* line 129, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 .widgets-page-content h1 .title {
  background-color: #a80000;
  background-image: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF6CAB2B', endColorstr='#FF7ECA9C');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjYWIyYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdlY2E5YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6cab2b), color-stop(100%, #7eca9c));
  background-image: -moz-linear-gradient(#6cab2b, #7eca9c);
  background-image: -webkit-linear-gradient(#6cab2b, #7eca9c);
  background-image: linear-gradient(#6cab2b, #7eca9c);
}
/* line 137, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 #top_menu ul li.current > a, .theme_2 #top_menu ul .newsticker li.current > a:link, .theme_2 #top_menu ul .newsticker li.current > a:visited {
  color: white;
}
/* line 150, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 .widget-tti-tab.deselected {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF313131', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMzEzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #313131), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#313131, #000000);
  background-image: -webkit-linear-gradient(#313131, #000000);
  background-image: linear-gradient(#313131, #000000);
}
/* line 155, ../../../app/assets/stylesheets/themes/theme_2.scss */
.theme_2 .widget-tti-tab.selected {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF58AA03', endColorstr='#FF386F00');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU4YWEwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM4NmYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #58aa03), color-stop(100%, #386f00));
  background-image: -moz-linear-gradient(#58aa03, #386f00);
  background-image: -webkit-linear-gradient(#58aa03, #386f00);
  background-image: linear-gradient(#58aa03, #386f00);
  border-color: #5F8B32;
  color: white !important;
}
