@import url(bootstrap.css );
/* CSS Document */
@media print {
  a:link:after {
    content: " ";
  }
}
* {
  font-family: myriad-pro, Arial, sans-serif;
}
/*Fix actionMenu DNN9*/
.dnnEditState .actionMenu {
  display: block !important;
  opacity: 1 !important;
}
.DNNEmptyPane {
  width: auto;
}
.DNNEmptyPane {
  display: none;
  width: auto;
}
#Body {
  color: #4d4f53;
  background: #FFF;
}
.body_bg {
  background-image: url("/Portals/38/img/2020-theme/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html, body {
  margin: 0px;
  padding: 0px;
  color: #4d4f53;
  height: 100%;
}
html, body, h1, h2, h3, h4, h5, h6, ul, li, p, div {
  font-family: myriad-pro, Arial, Helvetica, sans-serif;
}
p {
  margin: 0px 0px 8px 0px;
  font-size: 16px;
  line-height: 1.75em;
}
header, nav, section, footer {
  display: block;
}
A, A:link {
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms; /* Firefox 4 */
  -webkit-transition: color ease 300ms; /* Safari and Chrome */
  -o-transition: color ease 300ms; /* Opera */
  -ms-transition: color ease 300ms; /* IE9? */
  color: #428BCA;
}
A:active {
  color: #428BCA;
  text-decoration: none;
}
A:visited {
  color: #428BCA;
  text-decoration: none;
}
A:hover {
  color: #428BCA;
  text-decoration: underline;
}
A:focus {
  color: #428BCA;
  outline: none;
  -moz-outline: none;
}

h1, h2, h3, h4, h5 {
  margin: 5px 0 10px 0;
  line-height: 1.6em;
}
h1 {
  font-weight: 400;
  color: #739600;
  font-size: 3em;
  letter-spacing: -.0125em;
}
h2 {
  color: #e55625;
  font-size: 2em;
  line-height: 1.6em;
  font-weight: 400;
	  letter-spacing: -.0125em;
}
h3 {
  color: #4d4f53;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
}
h4 {
  color: #4d4f53;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: normal;
}
h5 {
  color: #e55625;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: normal;
}
p, li {
  font-size: 16px;
  font-weight: 400;
  color: #4d4f53;
  line-height: 1.6em;
}
form#Form {
  height: 100%;
}
.ModuleTitle_SubMenu {
  z-index: 9999 !important;
}
.clearfix:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
#dnn_ControlPanel #dnnCPWrap {
  filter: none !important;
}
ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a img {
  color: #328DDE !important;
}
.clear {
  clear: both;
}
.name {
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 0;
}
.seat {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 50px;
}
.date {
	font-weight: 600;
 /* color: #739600; */ 
}
.date::after {
	content: " — ";
}
/* ********** Container Style ************** */
.Head {
  font-weight: bold;
  font-family: myriad-pro, Arial, Helvetica, sans-serif, sans-serif;
}
.SubHead {
  font-family: myriad-pro, Arial, Helvetica, sans-serif, sans-serif;
}
.SubSubHead {
  font-family: myriad-pro, Arial, Helvetica, sans-serif, sans-serif;
}
.Normal {
  font-family: myriad-pro, Arial, Helvetica, sans-serif, sans-serif;
  color: #333;
}
a.button {
	background: #73973D;
	display: inline-block;
	padding: 6px 16px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .0625em;
	text-decoration: none;
	border-radius:3px;
	margin-bottom: 10px;
}
a.button:hover {
	background: rgba(77,79,83);
	text-decoration: none;
}
a.button2 {
	background: #EB7040;
	display: inline-block;
	padding: 6px 16px;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .0625em;
	text-decoration: none;
	border-radius:3px;
	margin-bottom: 10px;
}
a.button2:hover {
	background: #192A55;
	text-decoration: none;
}
/**************** Login page******************/
@media only screen and (max-width:767px) {
  .loginContent .LoginPanel {
    width: 100% !important;
  }
  .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: nowrap;
  }
  .loginContent .dnnFormLabel {
    display: block !important;
    text-align: left !important;
  }
}
/**************** register page******************/
@media only screen and (max-width:767px) {
  .dnnRegistrationForm {
    min-width: inherit !important;
  }
  .dnnRegistrationForm .dnnForm {
    width: 100%;
  }
  .dnnRegistrationForm .dnnFormLabel {
    display: block !important;
    text-align: left !important;
  }
  .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: 100%;
  }
  .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
    right: auto !important;
    position: static !important;
    margin-left: 5px !important;
  }
  .dnnRegistrationForm .dnnForm .dnnFormItem {
    padding: 0px !important;
    margin: 0px !important;
  }
  .dnnRegistrationForm .dnnFormItem input[type="text"], .dnnRegistrationForm .dnnFormItem input[type="password"], .dnnRegistrationForm .dnnFormItem input[type="email"], .dnnRegistrationForm .dnnFormItem input[type="tel"], .dnnRegistrationForm .dnnFormItem select, .dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
    margin-bottom: 10px !important;
  }
}
/**************** Password page******************/
@media only screen and (max-width:767px) {
  .dnnSendPasswordContent {
    width: auto !important;
  }
  .dnnSendPasswordContent .dnnLabel {
    display: block !important;
    width: 100% !important;
    text-align: left;
  }
  .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
    position: static;
  }
  .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
    width: 90%;
    margin-bottom: 10px !important;
  }
  .dnnSendPasswordContent ul.dnnActions {
    padding: 0 !important;
  }
}
/* ********** Control Panel Style ************** */
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
  font-size: 12px;
  color: #973939;
  text-decoration: none;
  font-weight: normal;
}
A.CommandButton:hover {
  color: #973939;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal;
}
.FileManager A, .FileManager A:link, .FileManager A:visited, .FileManager A:active {
  color: #000;
  text-decoration: underline;
}
.FileManager A:hover {
  color: #000;
  text-decoration: none;
}
/* ********** Pane Style ************** */
.row [class*="Pane"] {
  /* padding: 0px 0px 30px 0px; */
  padding: 0;
}
.DNNEmptyPane {
  display: none;
}
/* ********** Breadcrumb Style ************** */
.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #2e2e2e;
}
a.breadcrumb:hover {
  font-weight: normal;
  text-decoration: underline;
}
.Breadcrumb_bg {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumbRight {
    display: none;
  }
  .Breadcrumb_bg {
    margin-bottom: 15px;
  }
}
/* ********** Other Style ************** */
.dnn_layout {
  width: 980px;
  margin: 0px auto;
  position: relative;
}
#dnn_wrapper {
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  overflow-x: hidden;
  border-left: 1px solid #d5d6d2;
  border-right: 1px solid #d5d6d2;
}
.head_mid, .content_mid, .footer_mid {
  padding: 0px 20px;
}
/*Login*/
.Login {
  float: right;
  margin: 4px 20px 0 0;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  background-color: #428bca;
  border: 1px solid #357ebd;
  border-radius: 0;
}
.Login a {
  color: #FFF !important;
}
/* Search Style  */
.searchBox {
  position: relative;
  display: block;
  float: right;
  margin: 8px 10px 0 0;
}
.visible-xs.visible-sm .searchBox {
  float: none;
  margin: 10px 15px 0;
}
.search, a.search:link, a.search:active, a.search:visited {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding: 0px;
  color: #333;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 4px;
  text-align: center;
  font-family: 'FontAwesome' !important;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
a.search:hover {
  background-color: #ebebeb;
  border-color: #adadad;
}
.search::before, a.search:link::before, a.search:active::before, a.search:visited::before {
  content: "\f002";
}
.searchBox input.SearchTextBox {
  width: 180px;
  text-align: left;
  height: 34px;
  line-height: 1.428571429;
  overflow: hidden;
  padding: 6px 12px;
  padding-right: 18px;
  background: #FFF;
  border: 1px solid #ccc;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  outline: 0;
  border-radius: 0px 0px 0px 0px;
  -webkit-appearance: none;
  color: #555;
  vertical-align: middle;
}
.visible-xs.visible-sm .searchBox input.SearchTextBox {
  width: 100%;
  padding-right: 55px;
}
.searchBox .searchInputContainer {
  position: relative !important;
  display: block !important;
  height: 34px;
  width: 200px;
  margin: 0;
}
.visible-xs.visible-sm .searchBox .searchInputContainer {
  width: 100%;
}
.searchBox #dnn_dnnSEARCH_ClassicSearch {
  background: #EEF4F7;
  border: medium none;
  color: #fff;
  display: block;
  position: relative;
  text-align: left;
  width: 370px;
  height: 56px;
}
.searchBox .searchInputContainer a.dnnSearchBoxClearText {
  right: 43px !important;
  display: none;
}
.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
  top: 1px !important;
  left: auto;
  right: 43px !important;
  display: block;
}
.searchBox.searchSkinObjectPreview {
  right: inherit;
  left: auto;
  right: 0px;
}
@media only screen and (max-width: 768px) {
  ul.searchSkinObjectPreview {
    width: 290px;
  }
}
.dnnSearchBoxPanel, .dnnSearchResultPanel {
  width: 100%;
  max-width: none;
  padding: 10px 0px !important;
}
.dnnSearchResultPanel {
  padding: 10px 0px 7px 0px !important;
}
/* ********** HEADER ************** */
.header_top {
  background: #0d0d0d;
  position: relative;
  z-index: 1000;
}
.header_top, .header_top a:link, .header_top a:active, .header_top a:visited, .header_top .Normal {
  color: #707070;
}
.header_top a:hover {
  color: #739600;
  text-decoration: none;
}
.HeadPane {
  float: left;
  height: 36px;
  line-height: 36px;
}
.HeadPane .Normal {
  line-height: 36px;
}
.HeadPane .Normal .glyphicons {
  margin-bottom: 2px;
  vertical-align: middle;
}
.header_bg {
  /* background:#000; */
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms; /* Opera */
  -ms-transition: background-color ease-in 200ms; /* IE9? */
}
#body, body {
  position: relative;
}
.header_bg {
  /*	background-image: url("images/header-Poppies-1200px.jpg"); */
  background-repeat: no-repeat;
}
.header_bg_engage {
  /*	background-image: url("images/engage-hub-1200.jpg"); */
  background-repeat: no-repeat;
}
.header_bg_inside {
  /*background-image: url("images/header-Poppies-1200px.jpg");
	background-repeat: no-repeat; */
}
.roll_logo {
  display: none;
}
.dnn_logo {
  float: left;
  padding-left: 10px;
  padding-top: 20px;
}
.dnn_logo img {
  max-width: 100%;
  max-height: 100%;
}
.dnn_logo_inside {
  float: left;
  padding-left: 15px;
  padding-bottom: 15px;
}
.dnn_logo_inside img {
  max-width: 80%;
  /*max-height: 20%;*/
}
.hedaer_minHeight {
  /* background-color: #000; */
}
.roll_replace {
  position: absolute;
}
/* ********** NAV ************** */
.nav_box {
  position: relative;
  text-align: center;
  /*background-color: #E25425;*/
  background-color: #4d4f53;
  /* float: right; */
}
.header-logo {
  height: 100px;
}
#top_menu {
  margin: 0;
	margin-top: 23px;
  position: relative;
  z-index: 904;
  float: right;
}
#top_menu ul {
  margin: 0;
  padding: 0 0 0 30px;
  /* display:inline-block; */
  background: transparent;
}
#top_menu ul:after {
  content: ".";
  font-size: 0px;
  height: 0px;
  display: block;
  clear: both;
  visibility: hidden;
}
#top_menu li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0px;
  padding: 0px;
}
#top_menu ul.dropdown > li.dir a {
  /* border-top: 1px solid #E25425 !important;
	border-bottom: 1px solid #E25425 !important; */
  padding-right: 15px;
}
/* Footer */
footer {
  background: #4d4f53;
  color: #FFFFFF;
  min-height: 275px;
}
footer h4, footer p, footer A, footer A:link, footer A:hover, footer A:visited {
  color: #FFFFFF;
  font-weight: 400;
}
footer i {
  font-size: 2em;
  padding-right: 20px;
}
footer h4 {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}
footer .col-md-4 {
  padding-top: 40px;
}
footer .promise-logo {
  height: 60px;
	margin-bottom: 10px;
}
footer .leadingage-logo {
  height: 35px;
  margin-top: -20px;
}
footer .footer-links {
  display: block;
  margin-top: 30px;
}
footer .social-icons {
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #top_menu ul.dropdown > li.dir a {
    padding-right: 10px;
  }
}
#top_menu ul li a {
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: auto;
  float: left;
}
.dir > a::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%); /* IE 9 */
  -webkit-transform: translate(0, -50%); /* Safari and Chrome */
}
#top_menu > div > ul > li.current a::after {
  border-top: 4px solid #555 !important;
}
.dir > a.menu_hover::after {
  border-top: 4px solid #555 !important;
}
#top_menu > div > ul.dropdown > li > .menuslide > ul .dir > a::after {
  border-top: 4px solid transparent !important;
  border-right: 0 dotted;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #FFF;
  right: 15px;
}
/* #top_menu>div>ul.dropdown>li>.menuslide>ul .dir>a:hover::after{
    border-top: 4px solid transparent;
    border-right: 0 dotted;
    border-bottom: 4px solid transparent;
	border-left: 4px solid #555;
} */
#top_menu ul li a span {
  display: block;
  white-space: nowrap;
}
/* Style Primary Navigation Here */
#top_menu > div > ul > li > a > span {
  position: relative;
  display: inline-block;
  min-height: 80px;
  color: #4d4f53;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center 20px;
  margin: 0 15px;
  margin-right: 40px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  line-height: 111px;
}
#top_menu > div > ul > li > a:hover {
  color: #e55625;
}
#top_menu ul li a:active {}
#top_menu > div > ul > li.dir > a > span {
  margin: 0 15px 0 10px;
}
#top_menu > div > ul > li > a:hover > span, #top_menu > div > ul > li.current > a > span, #top_menu > div > ul > li > a.menu_hover > span {
  background-image: url(/Portals/38/img/2020-theme/heart.svg);
  background-repeat: no-repeat;
  background-size: 70px 70px;
  background-position: center 20px;
  transition: background-size .75s ease-in-out;
  -moz-transition: background-size .75s ease-in-out;
  -webkit-transition: background-size .75s ease-in-out;
  color: #4d4f53;
}
#top_menu > div > ul > li > a:hover, #top_menu > div > ul > li.current > a, #top_menu > div > ul > li > a.menu_hover {}
#top_menu > div > ul > li.current > a {
  background-color: #FFF;
  border-radius: 0;
}
/*sub menu*/
#top_menu .menuslide {
  display: none;
  float: left;
  overflow: hidden;
  position: absolute;
}
#top_menu .menuslide div {
  margin-top: -5px;
}
#top_menu .menuslide > ul {
  display: none;
  left: 0px;
  float: left;
  position: relative;
  margin: 0px;
  background: #FFF;
  text-align: left;
  padding: 5px 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#top_menu > div > ul.dropdown > li > .menuslide > ul {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#top_menu .menuslide ul li {
  display: block;
  clear: both;
  padding: 0px 1px;
  background: none;
  margin: 0px;
  position: relative;
}
#top_menu .menuslide ul li span {
  color: #4d4f53;
  display: block;
  padding: 0 30px 0 15px;
  margin: 0px;
  background: none;
  font-size: 13px;
}
#top_menu .menuslide ul li a {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  background: none;
  float: left;
  line-height: 26px;
}
#top_menu .menuslide ul a:hover {
  width: 100%;
  background: none;
  padding: 0px;
  line-height: 26px;
  background: rgba(77, 79, 83, .5);
  /* -moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px; */
}
#top_menu .menuslide ul a:hover span {
  color: #FFF;
  margin: 0px;
  background: none;
}
#top_menu .menuslide ul {
  float: left;
  left: 0px;
  position: relative;
}
#top_menu .menuslide ul li a.menu_hover {
  background: #4d4f53;
  color: #FFF;
  /* -moz-border-radius:5px; 
	 -webkit-border-radius:5px; 
	 border-radius:5px; */
}
#top_menu .menuslide a.menu_hover span {
  background: none;
  margin: 0px;
  color: #FFF;
}
#top_menu .menuslide ul > li.dir > a span {
  background: url(images/menu_icon2.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a:hover span {
  background: url(images/menu_icon1.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a.menu_hover span {
  background: url(images/menu_icon1.png) 96% 50% no-repeat;
}

.rightPage_Box #left_menu ul li li {
  padding-left: 25px;
}
.rightPage_Box #left_menu ul li li a {
  background-position: 0px -65px;
  padding-left: 15px;
}
/* Add support for left side tabs with Bootstrap Tabbed Content */
.tabs-left > .nav-pills {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-pills > li {
  float: none;
}

.tabs-left > .nav-pills > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-pills {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-pills > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-pills > li > a:hover,
.tabs-left > .nav-pills > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-pills .active > a,
.tabs-left > .nav-pills .active > a:hover,
.tabs-left > .nav-pills .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
/* Override Default Bootstrap Selected Tab Color */
div .nav-pills > li.active > a, div .nav-pills > li.active > a:hover, div .nav-pills > li.active > a:focus {
	background: #e55625;
}

/* ********** CONTENT ************** */
#dnn_content {
  padding: 10px 0;
}
/* ********** FOOTER ************** */
.copyright_style {
  float: left;
  padding: 20px 8px;
}
.FooterPane {
  float: right;
  padding: 13px 8px 0;
  margin: 0;
}
.copyright_style .sep {
  padding: 0px 12px;
}
.copyright_style, .copyright_style a, .copyright_style a:link, .copyright_style a:active, .copyright_style a:visited {
  text-decoration: none;
  font-size: 12px;
}
.copyright_style a:hover {
  text-decoration: none;
  color: #739600;
}
.FooterPane .social-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
.FooterPane .social-icons a {
  color: #585858;
}
* + html .FooterPane .social-icons {
  display: inline
}
#to_top {
  width: 55px;
  height: 55px;
  line-height: px;
  text-align: center;
  float: right;
  font-size: 24px;
  margin-top: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #3b9af3;
  position: fixed;
  bottom: 10%;
  right: 2%;
  cursor: pointer;
  z-index: 1000;
  display: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms; /* Firefox 4 */
  -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
  -o-transition: all ease-in 200ms; /* Opera */
  -ms-transition: all ease-in 200ms; /* IE9? */
}
#to_top:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -6px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
}
#to_top:hover:before {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
}
/*******HTML*********/
@media only screen and (min-width: 1200px) {
  .nopadding {
    padding: 0!important;
  }
  .dnn_layout {
    /* width: 1170px; */
    width: 1200px;
  }
  .head_mid, .content_mid, .footer_mid {
    /* padding: 0px 20px; */
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .dnn_layout {
    width: 736px;
  }
  .head_mid, .content_mid, .footer_mid {
    padding: 0px 15px;
  }
  .copyright_style .sep {
    padding: 0px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .dnn_layout {
    width: auto;
  }
  .content_mid, .footer_mid {
    padding: 0px 15px;
  }
  .roll_replace {
    height: auto !important;
  }
  .roll_menu {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
  }
  .header_top {
    height: 36px;
    border-bottom: 1px solid #343434;
  }
  footer.footer_box .footer_mid {
    padding: 0;
  }
  footer.footer_box .footer_mid .row {
    margin: 0;
  }
  footer.footer_box .footer_mid .col-md-12 {
    padding: 0;
  }
  .FootPaneA {
    margin: 5px 0 !important;
  }
  /*.header_bg*/
  .dnn_logo {
    text-align: left !important;
    float: none !important;
    padding: 0px 50px 27px 0px !important;
    position: relative;
  }
  /*foot*/
  .copyright_style {
    float: none;
    text-align: center;
  }
  .FooterPane {
    float: none;
    text-align: center;
    padding: 0px 8px 20px;
  }
}
/* Styles for Tablets and Phone size */
@media only screen and (max-width: 992px) {
	.container-fluid {
		padding: 0;
	}
  /*--------- Mobile Menu style ----------*/
  .mobile_icon {
    position: absolute;
    bottom: 0;
    /* right: 0px; */
    /* margin-top: -20px; */
    width: 100%;
    background-color: #4d4f53;
    /*background-color: #E25425;*/
  }
  .mobile_icon .glyphicons {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin: 8px 15px 8px 0;
    float: right;
    top: 0;
    font-family: 'FontAwesome' !important;
  }
  .mobile_icon .glyphicons:hover {
    background-color: #ddd;
    color: #333;
  }
  .mobile_icon.active .glyphicons:before {
    content: "\f00d";
    font-size: 20px;
  }
  #mobile_menu {
    position: relative;
    /* top: 100%;
		left: 0px;
		width: 100%; */
    z-index: 906;
    background: #4d4f53;
    /*background: #E25425;*/
    display: none;
    border-top: 1px solid #FFF;
  }
  #mobile_menu .menu_main {
    padding: 10px 0;
  }
  .multi_menu {
    margin: auto;
  }
  .multi_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .multi_menu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .multi_menu ul li img {
    vertical-align: middle;
  }
  .multi_menu ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
    color: #FFF;
    display: block;
    text-decoration: none;
    outline: none;
    text-align: left;
    /* border-bottom: 1px solid #2a2a2a; */
  }
  .multi_menu ul li a:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block;
  }
  .multi_menu ul li a {
    display: inline-block;
  }
  .multi_menu ul li a {
    display: block;
  }
  .multi_menu ul li span {
    padding: 10px 0px;
    display: block;
  }
  .multi_menu ul ul li span {
    padding: 5px 0px;
    color: #FFF;
  }
  .multi_menu ul li .menu_arrow {
    display: block;
    width: 40px;
    padding: 0px;
    height: 40px;
    float: right;
    text-indent: 0px;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    position: relative;
  }
  .multi_menu ul li .menu_arrow:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    border-bottom: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -o-transform: rotate(45deg); /* Opera */
  }
  .multi_menu ul li:hover > a > .menu_arrow:before {
    border-bottom: 2px solid #555;
    border-right: 2px solid #555;
  }
  .multi_menu ul li .menu_arrow.arrow_closed:before, .multi_menu ul li:hover .menu_arrow.arrow_closed:before {
    border-bottom: none;
    border-right: none;
    border-top: 2px solid #555;
    border-left: 2px solid #555;
    margin: -0px 0 0 -3px;
  }
  .multi_menu ul li.active > a {
    color: #555;
    background-color: #FBB040;
    border-left: 1px solid #E25425;
    border-right: 1px solid #E25425;
  }
  .multi_menu > ul > li.active > a {
    /* border-bottom: 1px solid #353535; */
  }
  .multi_menu ul li a:hover {
    background-color: #FBB040;
    color: #555;
    border-left: 1px solid #E25425;
    border-right: 1px solid #E25425;
  }
  .multi_menu ul li.current > a, .multi_menu ul li.current > a:hover {
    color: #739600;
  }
  .multi_menu ul ul {
    display: none;
    /* background: #2a2a2a; */
    padding: 5px 0px 5px 0px;
    margin: 0px;
  }
  .multi_menu ul li.current > ul {
    display: block;
  }
  .multi_menu ul li.active > a, .multi_menu ul li a:hover {}
  .multi_menu ul li.current > a, .multi_menu ul li.current > a:hover {
    /* border-bottom: 1px solid #2e2e2e;
		color: #739600; */
    background-color: #FBB040;
    color: #555555;
    border-radius: 4px;
    border-left: 1px solid #E25425;
    border-right: 1px solid #E25425;
  }
  .multi_menu ul li a {
    padding: 0 0 0 15px
  }
  .multi_menu ul li li a {
    padding: 0 0 0 30px
  }
  .multi_menu ul li li li a {
    padding: 0 0 0 45px
  }
  .multi_menu ul li li li li a {
    padding: 0 0 0 60px
  }
  .SkinPlugin_icon {
    display: none !important;
  }
}
/* **********  accordion_4  ************** */
.accordion_4 .panel-default {
  background-color: #FFF;
  margin-bottom: 5px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.accordion_4 > .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0px;
  margin: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.accordion_4 .panel-body {
  /* border: 1px solid #ddd;
	border-top: 0 !important; */
  padding: 15px !important;
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 10px;
}
.accordion_4 .panel-title a {
  display: block;
  background-color: #f2f2f2;
  border-radius: 4px 4px 0 0;
  border: none;
  padding: 11px 50px 11px 15px;
  position: relative;
  font-size: 16px;
  font-weight: normal;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms; /* Firefox 4 */
  -webkit-transition: color ease-in 200ms; /* Safari and Chrome */
  -o-transition: color ease-in 200ms; /* Opera */
  -ms-transition: color ease-in 200ms; /* IE9? */
}
.accordion_4 .panel-title a.collapsed {
  border-radius: 4px;
}
.accordion_4 .panel-title .accordion_icon {
  width: 38px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms; /* Opera */
  -ms-transition: background-color ease-in 200ms; /* IE9? */
}
.accordion_4 .accordion_icon:before {
  left: 50%;
}
.accordion_4 .panel-title a.collapsed {
  color: #3f7732;
  /* border-bottom:1px solid #e0e0e0!important; */
}
.accordion_4 .panel-title a.collapsed .accordion_icon {
  background: #666666;
  color: #FFF;
}
.accordion_4 .panel-title a:hover {
  text-decoration: underline;
}
.accordion_4 .panel-title a.collapsed:hover .accordion_icon {}
.accordion_4 .panel-title a .accordion_icon:before {
  content: " ";
  top: 50%;
  margin: -2px 0 0 -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg); /* IE 9 */
  -moz-transform: rotate(-135deg); /* Firefox */
  -webkit-transform: rotate(-135deg); /* Safari and Chrome */
  -o-transform: rotate(-135deg); /* Opera */
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms; /* Firefox 4 */
  -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
  -o-transition: all ease-in 200ms; /* Opera */
  -ms-transition: all ease-in 200ms; /* IE9? */
}
.accordion_4 .panel-title a.collapsed .accordion_icon:before {
  margin: -6px 0 0 -4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); /* IE 9 */
  -moz-transform: rotate(45deg); /* Firefox */
  -webkit-transform: rotate(45deg); /* Safari and Chrome */
  -o-transform: rotate(45deg); /* Opera */
}
/* **********  accordion_4 End  ************** */
/*Accordion*/
.accordion_4 .panel-title .accordion_icon, .accordion_4 .panel-title a.collapsed:hover .accordion_icon {
  background-color: #ed474a;
}
.accordion_4 .panel-title a, .accordion_4 .panel-title .accordion_icon, .accordion_4 .panel-title a.collapsed:hover {
  color: #3f7732;
}
/*Accordion END*/
/*   */
.bg_minHeight {
  min-height: 145px;
}
/*  END */
/*  */
.PagIntroduce {
  display: block;
}
.UlPagIntroduce {
  list-style-type: none;
  float: right;
  /* position: absolute; */
  /* top: 0;
	 right: 70px;  */
}
.UlPagIntroduce li {
  float: left;
  margin: 11px 6px 0 0;
  padding-left: 2px;
}
.UlPagIntroduce li a {
  font-size: 14px;
  color: #555;
  text-decoration: underline;
  padding-right: 6px;
  margin-right: 6px;
  margin-top: 6px;
  border-right: 1px solid #ccc;
}
.UlPagIntroduce li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .UlPagIntroduce {
    position: absolute;
    right: 70px;
  }
  .UlPagIntroduce li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 508px) {
  .Login {
    margin: 18px 15px -18px 0;
    /* font-size: 12px; */
  }
  .UlPagIntroduce {
    /* margin-left: 5px; */
  }
  /* .UlPagIntroduce li{
		margin: 13px 0px 0 0;
    	padding-left: 0px;
	}
	.UlPagIntroduce li a{
		padding-right: 2px !important;
		margin-right: 2px !important;
	} */
}
/* END */
/*  */
.header_bg > .visible-md .nav_box.clearfix, .header_bg > .visible-lg .nav_box.clearfix {
  background-color: #4d4f53;
  border-color: #4d4f53;
  /*background-color: #E25425;*/
  /*border-color:#E25425;*/
  position: absolute;
  width: 100%;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #top_menu ul {
    padding-left: 5px;
  }
  #top_menu > div > ul > li > a > span {
    margin: 0 10px;
    font-size: 12px;
  }
  #top_menu > div > ul > li.dir > a > span {
    margin: 0 15px 0 2px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #top_menu ul {
    padding-left: 10px;
  }
  #top_menu > div > ul > li > a > span {
    margin: 0 10px;
    font-size: 12px;
  }
  #top_menu > div > ul > li.dir > a > span {
    margin: 0 15px 0 10px;
  }
}
/*  END  */
/* footer  */
.FootPaneA, .FootPaneB {
  padding: 5px !important;
  text-align: center;
  vertical-align: middle;
}
.FootPaneA {
  margin: 5px;
  position: relative;
  background-color: #4d4f53;
  /*background-color: #e25425;*/
  color: white;
  clear: both;
}
.FootPaneA p {
  font-size: 14px;
  color: #FFF;
  margin: 0;
}
.FootPaneA A {
  text-decoration: none;
}
.FootPaneB p {
  font-size: 14px;
  margin-bottom: 0px;
}
.FootPaneB A {
  color: #3f7732;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 3px;
}
/* footer End */
.TopPane {
  margin-top: 15px;
  margin-bottom: 25px;
}
/*  */
.FS-14 {
  font-size: 14px !important;
}
.FS-22 {
  font-size: 22px !important;
}
.FC-Green {
  color: #3f7732 !important;
}
.FC-Orange {
  color: #4d4f53 !important;
  /*color: #E25425 !important;*/
}
.FC-Gray {
  color: #555 !important;
}
.NoUnderline {
  text-decoration: none !important;
}
/* END */
/*  */
.mt-10 {
  margin-top: 10px;
}
/* END */
.Container-2 A:hover {
  text-decoration: none;
}
.Communities img {
  max-width: 100%;
}
.writers {
  display: table;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.photos {
  display: table-cell;
}
.writers .photos img {
  max-width: 100%;
}
.nav-links a {
  display: block;
  background-color: #336699;
  color: #FFFFCC;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 2px 0;
  font-size: 22px;
  padding: 12px 0;
  text-decoration: none;
  outline: none;
  line-height: 1.428571429;
}
.share {
  margin: 30px auto;
}
.share td {
  padding: 5px;
}
.UlCalendar {
  margin-left: 0;
  list-style: none;
  font-size: 12px;
  color: #E25425 !important;
  padding: 0 5px;
}
.UlCalendar li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #afb1b3;
}
.UlCalendar li:last-child {
  margin-bottom: 10px;
}
.UlCalendar a {
  display: block;
  font-size: 22px !important;
  color: #E25425 !important;
  line-height: 1.1;
  margin-bottom: 12px;
}
.UlCalendar p {
  margin: 0;
  line-height: 1.428571429;
}
.sponsors {
  font-size: 14px;
}
.sponsors h2 {
  font-size: 30px;
  color: #E25425;
  line-height: 33px;
}
.sponsors span {
  width: 186px;
  height: 88px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #FFF;
  line-height: 1.1;
}
.sponsors p {
  line-height: 25px;
  text-align: left;
  margin: 10px 0;
}
/* Top Navigation */
.top-nav-wrapper {
  width: 100%;
  background-color: #4d4f53;
  min-height: 48px;
}
ul.top-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}
li.top-nav-item {
  float: left;
}
li.top-nav-item a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 28px;
}
li.top-nav-item a:hover {
  background-color: rgba(0, 0, 0, .15);
}