@import url("assets/css/bootstrap.min.css");
@import url("assets/css/fontawesome.min.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* reset default browser styles */
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.NormalBold,
strong,
b {
  font-weight: 700;
}
#paneTable {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 5px solid #00CDF9;
  border-top: 5px solid #00CDF9;
  box-shadow: 0 0 30px #333333;
  margin: 0 auto;
  padding-bottom: 25px;
  width: 1275px;
}
/* ADMIN FUNCTIONS, LOGIN, LOGOS & SEARCH */
body#Body {
  background: none repeat scroll 0 0 #f6f6f5;
  color: #676159;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 1.7em;
  overflow-y: scroll;
}
header {
  box-shadow: 0 5px 15px 0 #999;
  z-index: 1 !important;
  position: relative;
}
header .logo-container {
  margin: 12px auto !important;
  max-width: 400px;
}
.topbg {
  background-color: #eff2f4;
}
.topbg a:visited,
.topbg a:active,
.topbg a {
  color: #676159 !important;
  font-family: 'roboto', sans-serif !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 13px;
}
.topbg a:hover {
  text-decoration: underline !important;
}
#mainContent {
  background-color: #fff;
  z-index: -1 !important;
}
#dnn_dnnLOGO_hypLogo img {
  width: 100%;
}
footer {
  background: #dae2e6;
}
footer h3 {
  font-family: "Roboto", sans-serif;
  color: #38676f;
  text-transform: uppercase;
  font-size: 23px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 30px;
}
footer ul {
  margin: 15px 0 0 0px;
}
footer li {
  list-style: none !important;
}
footer p {
  font-size: 1.1em;
}
footer a:visited,
footer a:active,
footer a {
  color: #035d67 !important;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none !important;
}
footer a#footer-logo img {
  width: 70%;
  margin: 75px 0 10px 0;
}
footer .footer-map a img {
  width: 100%;
  margin: 75px 0 10px 0;
}
footer address p {
  margin-left: 55px;
  margin-top: 30px;
}
footer .darkGreen-bg {
  background-color: #38676f;
  color: #fff !important;
}
footer .darkGreen-bg a:visited,
footer .darkGreen-bg a:active,
footer .darkGreen-bg a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-transform: UPPERCASE;
  letter-spacing: 1px;
}
footer .darkGreen-bg a:after {
  content: '|';
  padding: 0 10PX;
  FONT-WEIGHT: normal;
}
footer .darkGreen-bg a:last-child:after {
  content: unset;
}
footer .social-icons {
  margin-top: 20px;
}
footer .social-icons a {
  padding: 10px 15px 10px 0px;
}
/* ============================================================================================================================================================================================================================================================ */
/* INDIVIDUAL PAGE SKINS (w/ some shared elements) */
/*iphi */
#ContentWrap .TopPane {
  clear: both;
}
#ContentWrap .TopPane .Head {
  color: #38676f;
  display: block;
  font-family: 'roboto', sans-serif !important;
  font-size: 1.5em;
  line-height: 1.5em;
  text-transform: unset;
}
#ContentWrap .TopPane .TitleHead {
  border-bottom: 3px solid #38676f;
  color: #38676f;
  display: block;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: unset;
}
#ContentWrap .ContentPane {
  clear: both;
}
#ContentWrap #pdvWrapper .SmallLeftPaneTop {
  width: 450px;
  float: left;
}
#ContentWrap #pdvWrapper .SmallRightPaneTop {
  width: 450px;
  float: right;
}
#ContentWrap .MiddlePane {
  clear: both;
}
#ContentWrap #pdvWrapper2 {
  clear: both;
}
#ContentWrap #pdvWrapper2 .SmallLeftPaneBottom {
  width: 300px;
  float: left;
}
#ContentWrap #pdvWrapper2 .SmallRightPaneBottom {
  width: 625px;
  float: right;
}
#ContentWrap .BottomPane {
  clear: both;
}
/* ============================================================================================================================================================================================================================================================ */
/*NAVIGATIONS */
/*top navigation */
.navbar-nav {
  margin: 0 !important;
}
#nav {
  height: 45px;
  margin: 10px 0 10px 3px;
  width: 850px;
}
.siteWrapper .RadMenu {
  color: #FFFFFF;
  font-weight: bold;
  background-color: transparent !important;
  z-index: 100;
  margin-top: 85px;
}
.siteWrapper .RadMenu ul.rmActive,
.siteWrapper .RadMenu ul.rmRootGroup {
  display: block;
}
.siteWrapper .RadMenu .rmRootGroup {
  width: auto;
  display: inline-block;
  margin: 0px !important;
  padding: 0;
}
.siteWrapper .RadMenu .rmRootGroup .rmItem {
  margin: 0px;
  width: 160px;
}
.siteWrapper .RadMenu .rmSeparator,
.siteWrapper .RadMenu .rmSeparator:after {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.siteWrapper .RadMenu .rmLink {
  float: left;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: 0;
}
.siteWrapper .RadMenu .rmLink.rmRootLink.focused {
  color: #b15632 !important;
}
.siteWrapper .RadMenu ul.rmRootGroup li.rmItem a.rmLink {
  border-bottom: medium none !important;
  color: #FFFFFF;
  font-family: 'roboto', sans-serif;
  font-weight: 800;
  line-height: 30px !important;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.siteWrapper .RadMenu ul.rmRootGroup li.rmItem a.rmLink span.rmText {
  white-space: normal !important;
}
.siteWrapper .RadMenu ul.rmRootGroup .rmHorizontal .rmItem {
  text-align: left !important;
}
.siteWrapper .RadMenu ul.rmRootGroup li.rmItem a.rmLink span.rmText:hover {
  color: #00cdf9;
  background-color: transparent !important;
}
.siteWrapper .RadMenu ul.rmRootGroup li.rmItem a.rmLink:hover {
  cursor: pointer;
}
.siteWrapper .RadMenu .rmExpanded:hover {
  border: 0px;
  color: #00cdf9;
}
.siteWrapper .RadMenu ul.rmRootGroup li.rmItem .expanded {
  height: 38px;
  line-height: 17px;
  color: #00cdf9 !important;
}
.siteWrapper .RadMenu ul.rmRootGroup li.rmItem .rmLink .rmRootLink .rmFocused .rmExpanded {
  height: 38px;
  line-height: 21px;
  color: #00cdf9 !important;
}
.siteWrapper .RadMenu ul.rmRootGroup li.rmItem .rmLink .rmRootLink .rmFocused .rmExpanded :hover {
  height: 38px;
  line-height: 21px;
  color: #00cdf9 !important;
}
/* sub-level navigation */
.RadPanelbar {
  list-style: none outside none;
  text-align: left;
  white-space: normal !important;
  width: 309px !important;
  padding-bottom: 15px;
  margin-top: 5px;
}
.RadPanelbar ul.rpRootGroup {
  width: 309px;
  border: 0px !important;
}
.RadPanelbar ul.rpRootGroup:hover {
  width: 309px;
  margin-left: 0px;
}
.RadPanelbar ul.rpRootGroup li.rpItem {
  background: url("images/arrow.png") no-repeat scroll 8px -52px #00cdf9;
  height: 37px !important;
  margin-bottom: 0.75em;
}
.RadPanelbar ul.rpRootGroup li.rpItem a.rpLink {
  color: #FFFFFF;
  font-family: 'roboto', sans-serif;
  font-size: 1.2em !important;
  font-weight: 200;
  line-height: 37px;
  text-decoration: none;
  text-transform: uppercase;
  width: 309px;
  letter-spacing: 1px;
}
.RadPanelbar ul.rpRootGroup li.rpItem a.rpLink .rpText {
  margin-left: 25px;
}
.RadPanelbar ul.rpRootGroup li.rpItem a.rpLink:hover {
  background: url("images/arrow.png") no-repeat scroll 8px 8px #b15632;
  width: 309px;
  margin-left: 0px;
}
.RadPanelbar ul.rpRootGroup li.rpItem a.rpLink.selected {
  background: url("images/arrow.png") no-repeat scroll 8px 8px #b15632;
  width: 309px;
  margin-left: 0px;
}
.RadPanelbar .rpLink {
  border-bottom-style: none;
  border-bottom-width: 0px !important;
}
.RadPanelbar .rpOut {
  border-bottom-style: none;
  border-bottom-width: 0px !important;
}
.RadPanelbar .rpLevel2 .rpTemplate,
.RadPanelbar .rpLevel2 .rpOut {
  padding-left: 0px !important;
}
.RadPanelbar .rpFocused .rpOut,
.RadPanelbar .rpLink:hover .rpOut,
.RadPanelbar .rpSelected .rpOut,
.RadPanelbar .rpSelected:hover .rpOut {
  padding-bottom: 0px !important;
}
.RadPanelbar .rpExpandHandle {
  display: none !important;
}
.RadPanelbar .rpCollapseHandle {
  display: none !important;
}
/* ACTIONS MENU */
.RadMenu_Outlook {
  text-align: left;
}
.RadMenu_Outlook .rmVertical .rmSeparator .rmText {
  margin-left: 0px;
  border-top: none;
}
.RadMenu_Outlook .rmGroup .rmVertical,
.RadMenu_Outlook .rmGroup {
  background-image: none;
}
.RadMenu_Outlook .rmGroup {
  border: none;
}
.RadMenu_Outlook .rmItem .rmFirst {
  margin-left: 0px;
}
/* =========   MAIN TOP NAVIGATION   =========*/
#topNavigation {
  min-height: 20px;
  width: 100%;
}
#topNavigation a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-family: 'vollkorn', serif !important;
  color: #b15632 !important;
  font-size: 1.1em !important;
  transition: 300ms ease-out;
}
#topNavigation .navbar-collapse > ul > li > a {
  padding: 31px 16px;
}
#topNavigation .navbar-collapse > ul > li > a.desktop-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b7b7b7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#topNavigation .navbar-collapse > ul > li > a.mobile-link:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b7b7b7;
  margin: 0 5px 0 -15px;
}
#topNavigation .navbar-collapse > ul > li > a:hover:before {
  color: #333;
}
#topNavigation .navbar-toggler {
  margin: 5px;
  color: #444444 !important;
  border: 0;
  font-size: 0.9rem;
  padding: .5rem .75rem;
  background: none !important;
}
#topNavigation .navbar-toggler:focus {
  color: #444444 !important;
  border: 0;
}
#topNavigation .navbar-toggler span {
  margin-left: 6px;
  font-weight: 100;
  font-family: 'vollkorn', serif;
}
#topNavigation .navbar-toggler:hover {
  color: #b6b434 !important;
}
#topNavigation .dropdown,
#topNavigation .navbar-collapse {
  z-index: 900 !important;
  height: auto;
}
#topNavigation .dropdown-toggle:after {
  display: none;
}
#topNavigation .navbar-collapse .mobile-link,
#topNavigation .navbar-collapse .mobile-dd {
  display: none;
}
#topNavigation .navbar-collapse.in {
  /* secondary drop-downmenu toggle */
}
#topNavigation .navbar-collapse.in .desktop-link {
  display: none;
}
#topNavigation .navbar-collapse.in .mobile-link {
  display: inline;
}
#topNavigation .navbar-collapse.in .mobile-dd {
  display: inline;
  float: right;
  padding: 0;
  margin-right: 10px;
}
#topNavigation .navbar-collapse.in .dropdown-menu .mobile-dd {
  font-size: 16px;
}
#topNavigation .dropdown-menu {
  box-shadow: 0 5px 15px 0 #999;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff !important;
  min-width: 12rem !important;
}
#topNavigation .dropdown-menu li a {
  text-align: left;
  font-size: .8em !important;
  padding: 5px 0;
  margin: 0;
  color: #035d67 !important;
  text-transform: unset !important;
  padding-left: 10px;
  font-family: 'roboto', sans-serif !important;
}
#topNavigation .dropdown-menu li a:hover {
  text-decoration: underline;
  background-color: #b15632;
  color: #fff !important;
}
@media screen and (min-width: 767px) {
  #topNavigation .collapse ul {
    /* Show 1st level drop-down */
  }
  #topNavigation .collapse ul li:hover > ul {
    display: block;
  }
  #topNavigation .collapse ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    /* === 2nd Sub-level Menu + */
  }
  #topNavigation .collapse ul ul li {
    position: relative;
  }
  #topNavigation .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  /* mobile topnav menu */
  #topNavigation .navbar-nav {
    border: 1px solid #d6d6d6;
    padding: 10px !important;
    width: 100%;
    background: #ffffff;
    margin: 10px 0 0 0 !important;
  }
  #topNavigation .navbar-nav li a.dropdown-toggle:hover {
    background-color: unset;
    color: #676159 !important;
  }
  #topNavigation .navbar-nav > li {
    border-bottom: 1px solid #676159;
    padding: 5px 0;
  }
  #topNavigation .navbar-nav > li > a.mobile-link {
    padding: 5px 16px !important;
    width: 90% !important;
    display: inline-block !important;
  }
  #topNavigation .navbar-nav > li > a.mobile-link:hover {
    text-decoration: underline;
    background-color: #b15632;
    color: #fff !important;
  }
  #topNavigation .navbar-nav > li:last-child {
    border-bottom: none;
  }
  #topNavigation .navbar-collapse > ul > li > a {
    margin: 0;
  }
  #topNavigation .dropdown-menu {
    background-color: #fff!important;
    color: #676159 !important;
  }
  #topNavigation .dropdown-menu li {
    border-top: 1px solid #676159;
  }
  #topNavigation .dropdown-menu li a.mobile-link {
    display: inline-block !important;
    text-align: unset !important;
    padding: 5px 34px !important;
    font-size: 1em !important;
    color: #676159 !important;
    width: 90%;
  }
  #topNavigation .dropdown-menu li a.mobile-link:hover {
    text-decoration: underline;
    background-color: #b15632;
    color: #fff !important;
  }
  #topNavigation .dropdown-menu .dropdown-menu {
    /* Second level drop-down */
  }
  #topNavigation .dropdown-menu .dropdown-menu li a {
    color: #23354f !important;
  }
  #topNavigation .dropdown-menu .dropdown-menu li a:hover {
    text-decoration: underline;
    background-color: #b15632;
    color: #fff !important;
  }
  .login-link {
    width: 100%;
    text-align: center;
  }
  .login-link ul.navbar-nav {
    background: unset !important;
    border: 0 !important;
  }
}
#dnn_topNav {
  height: auto !important;
}
#dnn_topNav li {
  list-style: none !important;
}
.login-link ul.navbar-nav li {
  list-style-type: none !important;
}
/* ============================================================================================================================================================================================================================================================ */
/* III. TEXT STYLES */
/* default text */
.Normal {
  color: #676159;
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.7em;
}
p {
  color: #676159;
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.5em;
}
.NormalBold {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
b {
  font-weight: 700;
}
em {
  font-style: 400italic;
}
blockquote {
  color: #676159;
  font-family: 'roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.7em;
  margin-left: 30px;
}
UL LI {
  list-style-type: disc;
}
ol,
ul {
  list-style: none outside none;
  margin: 15px 0 0 45px;
}
th {
  color: #676159;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.7em;
}
.rtWrapperContent li {
  margin-left: 20px !important;
}
/* default links */
a,
a.SkinObject,
a:link,
a.SkinObject:link,
a:active,
a.SkinObject:active,
.SkinObject,
a:visited,
a.SkinObject:visited {
  color: #b15632;
  font-family: 'roboto', sans-serif;
  text-decoration: underline;
}
a:hover,
a.SkinObject:hover {
  color: #b15632;
  font-family: 'roboto', sans-serif;
  text-decoration: none;
}
/* Standard Blue Header */
.Head {
  color: #035d67;
  display: block;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: unset;
}
.headera {
  color: #035d67;
  display: block;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: unset;
}
H1 {
  color: #035d67;
  display: block;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: unset;
}
/*Green SubHeader */
.SubHead {
  color: #69813c;
  font: 16px/40px 'roboto', sans-serif !important;
  text-transform: unset;
}
.headerb {
  color: #69813c;
  font: 16px/40px 'roboto', sans-serif !important;
  text-transform: unset;
}
H2 {
  color: #69813c;
  font: 16px/40px 'roboto', sans-serif !important;
  text-transform: unset;
}
/*Smaller SubHeader */
H3 {
  color: #38676f;
  display: block;
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}
DT {
  color: #035d67;
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  font-weight: bold;
}
H5 {
  color: #035d67;
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  font-weight: bold;
}
.OrgSnapshot dd {
  margin-left: 10px;
  padding-bottom: 15px;
}
.CommandButton {
  font-size: 1em !important;
}
/* ============================================================================================================================================================================================================================================================ */
/* STYLINGS THAT APPLY TO MULTIPLE MODULES */
/* sort and paging graphics */
.rgCollapse {
  background-image: url(images/collapse.gif);
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
}
.rgExpand {
  background-image: url(images/expand.gif);
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
}
.rgSortAsc {
  background-image: url(images/sortAsc.gif);
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
}
.rgSortDesc {
  background-image: url(images/sortDesc.gif);
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
}
.rgPagePrev {
  background-image: url(images/PagingPrev.gif);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.rgPageNext {
  background-image: url(images/PagingNext.gif);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.RadGrid_Office2007 .rgPager {
  background: transparent none repeat scroll 0 0 !important;
}
.RadGrid_Office2007 .rgNumPart a:hover,
.RadGrid_Office2007 .rgNumPart a:hover span,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span {
  background: transparent none repeat scroll 0 0 !important;
}
.RadGrid_Office2007 .rgNumPart a {
  padding: 0px !important;
}
.rgPageFirst {
  background-image: url(images/PagingFirst.gif) !important;
  background-repeat: no-repeat !important;
}
.rgPagePrev {
  background-image: url(images/PagingPrev.gif) !important;
  background-repeat: no-repeat !important;
}
.rgPageNext {
  background-image: url(images/PagingNext.gif) !important;
  background-repeat: no-repeat !important;
}
.rgPageLast {
  background-image: url(images/PagingLast.gif) !important;
  background-repeat: no-repeat !important;
}
.RadGrid_Office2007 .rgWrap {
  line-height: 21px;
}
.RadGrid_Office2007 .rgPageFirst {
  background-position: 7px 50% !important;
}
.RadGrid_Office2007 .rgPagePrev {
  background-position: -4px 50% !important;
}
.RadGrid_Office2007 .rgPageNext {
  background-position: 7px 50% !important;
}
.RadGrid_Office2007 .rgPageLast {
  background-position: -5px 40% !important;
}
.RadInput_Office2007,
.RadInputMgr_Office2007 {
  font-family: 'roboto', sans-serif !important;
}
html body .RadInput_Office2007 input .riTextBox,
html body .RadInputMgr_Office2007 input {
  font-family: 'roboto', sans-serif !important;
  border: 1px solid #C5C8CB !important;
  padding: 3px !important;
  height: 35px !important;
}
.RadGrid_Office2007 .rgPager .rgPagerLabel,
.RadGrid_Office2007 .rgPager .RadComboBox,
.RadGrid_Office2007 .rgPager .RadInput_Office2007 {
  margin: 0 1px 0 0 !important;
}
.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td,
.RadGrid_Office2007 .rgEditRow td,
.RadGrid_Office2007 .rgFooter td {
  padding-top: 0px !important;
  line-height: 20px;
}
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage span,
.RadGrid_Office2007 .rgNumPart a.rgCurrentPage:hover span {
  width: 30px !important;
}
.RadGrid_Office2007,
.RadGrid_Office2007 .rgMasterTable {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  color: #555555 !important;
}
.RadGrid_Office2007 .rgDetailTable {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  color: #555555 !important;
}
.RadGrid_Office2007 .rgGroupPanel table {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  color: #555555 !important;
}
.RadGrid_Office2007 .rgCommandRow table {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  color: #555555 !important;
}
.RadGrid_Office2007 .rgEditForm table {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  color: #555555 !important;
}
.RadGrid_Office2007 .rgPager table {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  color: #555555 !important;
}
.GridToolTip_Office2007 {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  color: #555555 !important;
}
.RadGrid_Default .rgAltRow {
  background: #FFFFFF !important;
}
.RadGrid_Default .rgRow a,
.RadGrid_Default .rgAltRow a,
.RadGrid_Default .rgEditRow a,
.RadGrid_Default .rgFooter a,
.RadGrid_Default .rgEditForm a {
  color: #3385B2 !important;
  font-size: 1em;
}
thead .rgPager {
  display: none;
}
.RadGrid_Office2007 .rgPager .rgPagerCell {
  border-color: #FFFFFF !important;
  border-style: none !important;
  border-width: 0px !important;
}
.RadGrid_Office2007 td.rgPagerCell {
  border-top: 0px none !important;
}
.RadGrid_Office2007 .rgInfoPart {
  color: #555555 !important;
}
/*======================================================================================================================================================================================================================================================== */
/* STYLINGS AT THE MODULAR LEVEL */
/* PrivateViews, across the board styles (mostly for numbers that should be right aligned, such as dollar amounts) */
.AmountTotal {
  font-weight: bold;
  font-size: 1em;
}
.rgAdvPart > span[id$='ChangePageSizeLabel'] {
  display: none !important;
}
input#snapshotDonateNow {
  background-color: #b15632;
  border: 0 none;
  border-radius: 3px;
  color: #FFFFFF;
  font-family: 'roboto', sans-serif !important;
  font-weight: bold;
  height: 28px;
  margin: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
input#snapshotDonateNow:hover {
  background-color: #ffa100;
}
a.button {
  background-color: #b15632;
  border: 0 none !important;
  border-radius: .25rem;
  color: #fff !important;
  font-family: 'roboto', sans-serif !important;
  font-size: 1em;
  font-weight: bold !important;
  height: 28px !important;
  letter-spacing: -0.3px;
  margin: 5px !important;
  padding: 5px 8px;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.btn-primary {
  color: #fff !important;
  background-color: #b15632;
  border-color: #b15632 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 1em !important;
  font-family: 'roboto', sans-serif !important;
  margin: 5px !important;
}
.btn-primary:hover {
  color: #686158 !important;
  background-color: #fff !important;
  border: 1px solid #686158 !important;
}
.btn-secondary {
  color: #000 !important;
  background-color: #d7d2cb !important;
  border-color: #b15632 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 1em !important;
  font-family: 'roboto', sans-serif !important;
  margin: 5px !important;
}
.btn-secondary:hover {
  color: #686158 !important;
  background-color: #fff !important;
  border: 1px solid #686158 !important;
}
.button {
  color: #fff !important;
  background-color: #b15632;
  border-color: #b15632 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 1em !important;
  font-family: 'roboto', sans-serif !important;
  padding: .375rem .75rem;
  border-radius: .25rem;
  border: 1px solid transparent;
  line-height: 1.5;
  margin: 5px !important;
}
.button:hover {
  color: #686158 !important;
  background-color: #fff !important;
  border: 1px solid #686158 !important;
}
input.primary,
button.primary,
input.secondary,
button.secondary {
  color: #fff !important;
  background-color: #b15632;
  border-color: #b15632 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-size: 1em !important;
  font-family: 'roboto', sans-serif !important;
  padding: .375rem .75rem;
  border-radius: .25rem;
  border: 1px solid transparent;
  line-height: 1.5;
  margin: 5px !important;
}
input.primary:hover,
button.primary:hover,
input.secondary:hover,
button.secondary:hover {
  color: #686158 !important;
  background-color: #fff !important;
  border: 1px solid #686158 !important;
}
a.primary,
a.secondary {
  margin: 5px;
  vertical-align: middle;
  display: inline-block;
}
/* Related Documents Module */
.RelatedFiles ul li {
  list-style-type: none !important;
}
.RadUpload .ruCheck {
  display: none !important;
}
.RadUpload .ruBrowse {
  background-color: #b15632 !important;
  background-image: none !important;
  border: 0 none !important;
  border-radius: 3px;
  color: #FFFFFF !important;
  font-family: 'roboto', sans-serif !important;
  font-weight: bold;
  height: 22px !important;
  margin: 0 0 0 5px !important;
  text-decoration: none;
  text-transform: uppercase;
}
.RadUpload .ruBrowse:hover {
  background-color: #ffa100 !important;
}
.RadUploadProgressArea .ruButton {
  background-color: #b15632 !important;
  background-image: none !important;
  border: 0 none !important;
  border-radius: 3px;
  color: #FFFFFF !important;
  font-family: 'roboto', sans-serif !important;
  font-weight: bold;
  height: 28px !important;
  margin: 5px !important;
  text-decoration: none;
  text-transform: uppercase;
}
.RadUploadProgressArea .ruButton:hover {
  background-color: #ffa100 !important;
}
.ruActions .ruButton {
  background-color: #b15632 !important;
  background-image: none !important;
  border: 0 none !important;
  border-radius: 3px;
  color: #FFFFFF !important;
  font-family: 'roboto', sans-serif !important;
  font-weight: bold;
  height: 28px !important;
  margin: 5px !important;
  text-decoration: none;
  text-transform: uppercase;
}
.ruActions .ruButton:hover {
  background-color: #ffa100 !important;
}
.iPhiForm .captchaImage {
  margin-bottom: 10px;
  margin-left: 0;
}
.RadUpload .ruButton,
.RadUploadProgressArea .ruButton {
  margin-bottom: 5px !important;
}
input.ruAdd {
  background-color: #b15632 !important;
  background-image: none !important;
  border: 0 none !important;
  border-radius: 3px;
  color: #FFFFFF !important;
  font-family: 'roboto', sans-serif !important;
  font-weight: bold;
  height: 28px !important;
  margin: 5px !important;
  text-decoration: none;
  text-transform: uppercase;
}
input.ruAdd:hover {
  background-color: #ffa100 !important;
}
input.ruDelete {
  background-color: #b15632 !important;
  background-image: none !important;
  border: 0 none !important;
  border-radius: 3px;
  color: #FFFFFF !important;
  font-family: 'roboto', sans-serif !important;
  font-weight: bold;
  height: 28px !important;
  margin: 5px !important;
  text-decoration: none;
  text-transform: uppercase;
}
input.ruDelete:hover {
  background-color: #ffa100 !important;
}
/* hiding some of the paging elements in the tables ... too crowded */
.rgAdvPart > span[id$='ChangePageSizeTextBox_wrapper'] {
  display: none !important;
}
.rgAdvPart > input[id$='ChangePageSizeLinkButton'] {
  display: none !important;
}
.tblAccountSelector {
  width: 100%;
}
.RadComboBox table {
  display: table !important;
}
/* fixing some weirdness with a dropdown */
/* New Recommend a Grant Form styles */
.iPhiForm div.fieldset {
  border: 0px none !important;
}
.iPhiForm div.legend {
  background-color: transparent;
  border: 0 none;
  color: #333333;
  width: 500px;
}
.paymentDateChoice_container legend {
  display: none !important;
}
.AccountBalanceSummary .total {
  display: none;
}
.DefaultContributionEntry {
  border: 0px none;
}
#dnn_ctr1723_ViewDefaultContributionConfirmation_module_ctl00_legend {
  display: none;
}
#dnn_ctr1723_ViewDefaultContributionConfirmation_module_ctl01_legend {
  display: none;
}
/* trying to get charities list to look better in mobile */
.RecommendGrantCharityList tr.rgAltRow td + td + td,
.RecommendGrantCharityList tr.rgRow td + td + td {
  text-align: left;
}
.RecommendGrantCharityList tr.rgAltRow td + td + td + td,
.RecommendGrantCharityList tr.rgRow td + td + td + td {
  text-align: center;
}
.RadGrid_Office2007 .rgHeader:first-child,
.RadGrid_Office2007 th.rgResizeCol:first-child,
.RadGrid_Office2007 .rgFilterRow > td:first-child,
.RadGrid_Office2007 .rgRow > td:first-child,
.RadGrid_Office2007 .rgAltRow > td:first-child {
  padding-left: 0;
}
.RadGrid .rgRow td,
.RadGrid .rgAltRow td,
.RadGrid .rgEditRow td,
.RadGrid .rgFooter td,
.RadGrid .rgFilterRow td,
.RadGrid .rgHeader,
.RadGrid .rgResizeCol,
.RadGrid .rgGroupHeader td {
  padding-left: 3px;
  padding-right: 3px;
}
.RemoveCharity {
  width: 10% !important;
}
/*Sets width of remove charity x */
/* Removing the default left margin on the statements module */
.Statements .statementsContainer {
  margin-left: 0;
}
/* app dashboard module */
.GrantApplicationSummaryDashboard > div {
  border-top: 1px dotted #E4E4E4;
  clear: both;
  display: block;
  padding-top: 10px !important;
  width: 800px;
}
.GrantProgramBrowser .head {
  border-top: 1px dotted #888888;
  width: 100%;
}
.GrantProgramBrowser .body {
  padding: 10px 0;
}
/*Misc Custom Form Styles */
.iPhiForm .DropDown select {
  font-family: 'roboto', sans-serif;
  font-size: 1em !important;
  overflow: visible;
  width: 200px;
}
.iPhiForm .optional label {
  font-weight: normal;
  line-height: 1.5em;
}
button,
input,
select,
textarea {
  font-size: 1em !important;
}
/* manually setting some button styles. */
.iPhiForm .primary {
  font-weight: normal !important;
}
.captchaImage {
  margin-bottom: 10px !important;
  margin-left: 0;
}
.Catpcha_container {
  margin-left: 11em !important;
}
a#ccvLink {
  margin-left: 10.2em;
}
.iPhiForm .radiogroup .thelabel {
  padding-top: 0px;
}
.iPhiForm .container .thelabel {
  text-align: left !important;
  margin-right: 15px !important;
}
/* Documents Module */
.TitleHeader {
  display: none;
}
.DNN_Documents a {
  margin-left: 0px !important;
}
.RightPane .DNN_Documents a {
  margin-left: -8px !important;
}
.DNN_Documents {
  margin-bottom: 30px;
}
/*hides minimize*/
.title_vis {
  display: none;
}
/*hides print*/
.c_footer {
  display: none;
}
/* Misc E-Comm Styles */
#creditCard a {
  display: block;
}
.communicationValue input {
  background-color: transparent;
  border: 1px solid #D6E5EA !important;
  cursor: pointer;
  margin: 0;
  padding: 2px !important;
  vertical-align: middle;
}
#iPhiWrapper .default {
  margin-bottom: 20px;
}
.FundActivityDetailReport h1 {
  color: #676159;
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
}
.ExportLister {
  margin: -5px 0 0 -45px;
}
.ContribActivitySearch .advancedSearch {
  border-style: none;
  border-width: 0;
}
.scheduleDetails {
  margin-bottom: 15px;
}
/* adding some padding on the recurring grant schedule detail page */
.helpIcon.default {
  float: right;
  margin-top: -50px;
  width: 146px;
}
.advancedSearchTable {
  border: 0 none !important;
}
.GrantApplicationSummaryDashboard > div {
  border-top: 1px dotted #E4E4E4;
  display: block;
  padding-top: 10px !important;
  width: 800px;
}
.GrantApplicationSummaryDashboard > div .summary {
  float: left;
  width: 300px;
}
.GrantApplicationSummaryDashboard > div .requirements {
  float: right;
  width: 450px;
}
/* ============================================================================================================================================================================================================================================================ */
/* RadGrid Defaults */
.RadGrid_Office2007 {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D0D7E5 !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #676159 !important;
  margin-top: 1px !important;
}
.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 th.rgResizeCol,
.RadGrid_Office2007 .rgMultiHeaderRow th.rgHeader,
.RadGrid_Office2007 .rgMultiHeaderRow th.rgResizeCol {
  background: none repeat scroll 0 0 #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
/* default grid header style */
.RadGrid_Office2007 .rgHeader,
.RadGrid_Office2007 .rgHeader a {
  color: #676159 !important;
  font-family: 'roboto', sans-serif;
  font-size: 1em;
  font-weight: 400 !important;
  text-transform: unset;
}
.RadGrid_Office2007 .rgRow a,
.RadGrid_Office2007 .rgAltRow a,
.RadGrid_Office2007 .rgEditRow a,
.RadGrid_Office2007 .rgFooter a,
.RadGrid_Office2007 .rgEditForm a {
  color: #b15632 !important;
}
.RadGrid_Office2007 .rgRow td,
.RadGrid_Office2007 .rgAltRow td,
.RadGrid_Office2007 .rgEditRow td,
.RadGrid_Office2007 .rgFooter td {
  border-width: 0 0 1px !important;
}
/* removing left & right cell borders */
.RadGrid_Office2007,
.RadGrid_Office2007 .rgMasterTable,
.RadGrid_Office2007 .rgDetailTable,
.RadGrid_Office2007 .rgGroupPanel table,
.RadGrid_Office2007 .rgCommandRow table,
.RadGrid_Office2007 .rgEditForm table,
.RadGrid_Office2007 .rgPager table,
.GridToolTip_Office2007 {
  font: 13px/18px 'roboto', sans-serif !important;
}
.RadGrid_Office2007 .rgFooterDiv,
.RadGrid_Office2007 .rgFooter {
  background: none repeat-x scroll 0 0 #f3f3f3 !important;
  border-color: #F3F3F3 !important;
  border-radius: 5px 5px 5px 5px !important;
}
/* styling default footers */
.RadGrid_Office2007 .rgFooter td {
  color: #676159 !important;
  font-family: 'roboto', sans-serif !important;
  font-weight: bold !important;
}
/* styling default footer text style */
/* ============================================================================================================================================================================================================================================================ */
/* MISC */
/* setting admin dropdowns color */
.RadMenu_Outlook a.rmLink,
.RadMenu_Outlook .rmText {
  color: #555555 !important;
}
/* login - missing info module */
.MissingInfo {
  width: 625px !important;
}
.iPhiLogin .MissingInfo {
  width: 600px !important;
}
.ModStellariPhiModulesHelpIconC {
  padding-top: 10px;
}
/* statements */
.ModStellariPhiModulesStatementsC {
  padding: 0 12px 12px;
}
.DnnModule-StellariPhiModulesStatements {
  background-color: #E0E0E0;
}
.Statements .alternateRow {
  background-color: #DFDFDE;
}
.Statements .statementsContainer {
  border: 1px solid #F3F3F3;
  height: 200px;
  width: auto;
  overflow-y: scroll;
}
.Statements .statementsContainer .even {
  border-color: #F3F3F3;
  border-style: solid;
  border-width: 1px 0;
  background-color: #F3F3F3;
}
/* Contribution Dashboard */
/* -- DROPDOWN STYLINGS -- */
.AccountSelector td.iaccountdropdown {
  background: url(images/acctbkgrnd.png) no-repeat left 6px #ffffff;
}
.AccountSelector td.iaccountdropdown:hover {
  cursor: pointer;
}
.AccountSelector .RadComboBox_Default .rcbInputCell,
.AccountSelector .RadComboBox_Default .rcbArrowCell {
  background-image: none !important;
}
.AccountSelector .RadComboBox RadComboBox_Default {
  width: auto;
}
.AccountSelector .RadComboBox_Default .rcbInput {
  color: #888888 !important;
  font-size: 1em !important;
  font-weight: 600;
}
.AccountSelector .RadComboBox table td.rcbInputCell {
  padding: 2px 0 0 20px;
}
.AccountSelector .RadComboBox table td.rcbInputCell:hover {
  cursor: pointer;
}
.AccountSelector .iaccountname {
  font-size: 1em !important;
  padding-top: 25px !important;
}
.AccountSelector .iaccountid {
  font-size: 1em !important;
  padding-top: 25px !important;
}
.AccountSelector .iaccountorg {
  font-size: 1em !important;
}
.iPhiSearchForm .CustomFormSubmitButton,
.iPhiSearchForm .button,
.iPhiSearchForm .primary,
.iPhiNarrowForm .CustomFormSubmitButton,
.iPhiNarrowForm .button,
.iPhiNarrowForm .primary {
  clear: left;
  float: left;
  margin: 3px 0 0px 2px !important;
}
/* ============================================================================================================================================================================================================================================================ */
/* fancy contribution form */
.fieldset.donationDetails.DonationDetailsGroupStart_container.optional.Congregate.container,
.fieldset.Normal.ContributorFieldsGroupStart_container.optional.Congregate.container,
.DefaultContributionConfirmation .fieldset.Normal._Grouper_container.optional.Congregate.container,
.DefaultContributionConfirmation .fieldset.Normal._Grouper2_container.optional.Congregate.container {
  border-bottom: 1px solid #E2E2E2;
}
#dnn_ctr1716_ViewDefaultContributionEntry_module_ctl00_legend {
  background: url(images/1.png) no-repeat scroll 20px center #ffffff;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 52px;
  min-height: 51px;
  padding-left: 58px;
  width: 251px;
}
#dnn_ctr1716_ViewDefaultContributionEntry_module_ctl01_legend {
  background: url(images/2.png) no-repeat scroll 20px center #ffffff;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 52px;
  min-height: 51px;
  width: 251px;
  padding-left: 58px;
}
#dnn_ctr1723_ViewDefaultContributionConfirmation_module_ctl00_legend {
  background: url(images/3.png) no-repeat scroll 20px center #ffffff;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 52px;
  min-height: 51px;
  padding-left: 58px;
  width: 251px;
}
#dnn_ctr1723_ViewDefaultContributionConfirmation_module_ctl01_legend {
  background: url(images/4.png) no-repeat scroll 20px center #ffffff;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 52px;
  min-height: 51px;
  padding-left: 58px;
  width: 251px;
}
.DefaultContributionConfirmation .Confirmation_text.readonlyvalue {
  margin: 0 0 0 59px !important;
}
/* ============================================================================================================================================================================================================================================================ */
/* a few container items */
.iPhiHeaderCont {
  margin-bottom: 25px !important;
}
.iPhiHeaderCont .iPhiHeaderContTop {
  background-color: #035d67 !important;
  margin-bottom: 15px;
}
.iPhiHeaderCont .iPhiHeaderContTop .Head {
  color: #FFFFFF;
  text-indent: 5px;
}
.DefaultCont {
  margin-bottom: 25px;
}
.YellowTitleCont {
  margin-bottom: 25px;
}
.YellowTitleCont .YellowTitleContTop .Head {
  color: #FFC300;
  display: block;
  font-family: 'roboto', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}
/* ============================================================================================================================================================================================================================================================ */
/* FANCY INPUTS */
.iPhiLogin span.thefield input {
  min-width: 275px;
}
.iPhiLogin.iPhiForm .actions {
  margin: 0 !important;
  padding-left: 3px;
}
td#dnn_ctr1115_Login_tdPassword {
  padding: 0px !important;
}
.stsselect-input {
  background-color: transparent;
  border: 0 none;
}
.stsselect-input .caret-btn {
  border-left: 0 none;
}
.visuallyHidden {
  width: 0px !important;
}
html body .RadInput_Office2007 .riTextBox,
html body .RadInputMgr_Office2007 {
  padding: 8px !important;
}
#dnn_ctr1961_ViewCustomFormCaptcha_module_captcha_captcha_SpamProtectorPanel input {
  width: 181px;
  /* setting captcha width */
}
.stsselect-input,
.riTextBox,
.riTextBox.riEnabled,
.iPhiLogin span.thefield input,
input#dnn_ctr1961_ViewCustomFormCaptcha_module_captcha_captcha_CaptchaTextBox,
.MenuPane .ilabelcol2 {
  padding: 8px !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  border: 1px solid #ccc !important;
  background: #f0f0f0 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#f0f0f0", GradientType=0) !important;
  /* IE6-9 */
  color: #555;
  margin-top: 0px;
  outline: none;
}
.stsselect-input:hover,
.riTextBox:hover,
.riTextBox.riEnabled:hover,
.iPhiLogin span.thefield input:hover,
input#dnn_ctr1961_ViewCustomFormCaptcha_module_captcha_captcha_CaptchaTextBox:hover,
.MenuPane .ilabelcol2:hover {
  padding: 8px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1em;
  border: 1px solid #ccc;
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#f0f0f0", GradientType=0);
  /* IE6-9 */
  color: #555;
  margin-top: 0px;
  outline: none;
}
.iPhiForm .checkbox.container input[type="checkbox"],
.iPhiForm .RadioButtonGroup.container input[type="radio"] {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
}
.iPhiForm .checkbox.container input[type="checkbox"]:checked + label:before {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #555555;
  content: " \2713";
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 14px;
  line-height: 10px;
  margin: -5px 5px 0 0;
  padding: 0 2px 5px 4px;
  width: 14px;
}
.iPhiForm .checkbox.container input[type="checkbox"] + label:before {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  color: #555555;
  content: " ";
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 14px;
  line-height: 10px;
  margin: -5px 5px 0 0;
  padding: 0 0px 5px 3px;
  vertical-align: middle;
  width: 14px;
}
.iPhiForm .RadioButtonGroup.container input[type="radio"] label:before {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  color: #555555;
  content: " ";
  cursor: pointer;
  display: inline-block;
  font-size: 9px;
  height: 10px;
  line-height: 8px;
  margin: -5px 5px 0 0;
  padding: 0 6px 6px 0px;
  vertical-align: middle;
  width: 10px;
}
.iPhiForm .RadioButtonGroup.container input[type="radio"] + label:before {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  color: #555555;
  content: " ";
  cursor: pointer;
  display: inline-block;
  font-size: 9px;
  height: 10px;
  line-height: 8px;
  padding: 0 6px 6px 0px;
  vertical-align: middle;
  margin: -5px 5px 0 0;
  width: 10px;
}
.iPhiForm .RadioButtonGroup.container input[type="radio"]:checked + label:before {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  color: #555555;
  content: "\f111";
  cursor: pointer;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 9px;
  height: 10px;
  line-height: 8px;
  margin: -5px 5px 0 0;
  padding: 0 6px 6px 0px;
  vertical-align: middle;
  width: 10px;
}
.iPhiForm .checkbox.container input[type="checkbox"],
.iPhiForm .RadioButtonGroup.container input[type="radio"] {
  clip: rect(0px, 0px, 0px, 0px);
  position: absolute;
}
/* ============================================================================================================================================================================================================================================================ */
/* mobile-specific styling */
/*swipe menu: default colors*/
#menu1 {
  background-color: #FFFFFF;
}
.mobile-menu > ul {
  padding: 20px 25px 35px;
}
.mobile-menu > .nav.nav-tabs > li > a {
  background-color: #00CDF9;
  color: #FFFFFF;
  font-weight: 600;
}
.mobile-menu > .nav.nav-tabs > li > a:hover,
.mobile-menu > .nav.nav-tabs > li > a:focus {
  background-color: #b15632;
  color: #FFFFFF;
  text-decoration: none !important;
  text-shadow: 0 -1px 0 #b15632;
}
/*swipe menu: level-1*/
.mobile-menu > .nav.nav-tabs > .level-1 > a {
  background-color: #00CDF9;
  color: #FFFFFF;
  font-weight: 600;
}
.mobile-menu > .nav.nav-tabs > .level-1 > a:hover,
.mobile-menu > .nav.nav-tabs > .level-1 > a:focus {
  background-color: #b15632;
  color: #FFF;
  text-decoration: none !important;
  text-shadow: 0 -1px 0 #b15632;
}
.mobile-menu > .nav.nav-tabs > .selected-page.level-1 {
  background-color: #b15632;
  color: #FFF;
  text-decoration: none !important;
  text-shadow: 0 -1px 0 #b15632;
}
.current-page.selected-page.level-1 > a {
  background-color: #b15632 !important;
}
/*swipe menu: level-2*/
.mobile-menu > .nav.nav-tabs > .level-2 > a {
  background-color: #F1F1F1;
  color: #313131;
  font-weight: 400;
}
.mobile-menu > .nav.nav-tabs > .level-2 > a:hover,
.mobile-menu > .nav.nav-tabs > .level-2 > a:focus {
  background-color: #cecece;
  color: #fff;
  text-shadow: 0 -1px 0 #cecece;
}
@media only screen and (max-width: 831px) {
  /* narrow windows: unfloat and stretch panes*/
  .is-mobile #pdvSimple,
  .is-mobile #home,
  .is-mobile #internal {
    float: none;
    width: 100%;
    padding: 10px;
    background-color: #FEFCEA;
    border-top: 5px solid #A7571C;
    border-bottom: 5px solid #A7571C;
  }
}
@media only screen and (min-width: 832px) {
  .is-mobile {
    width: 832px !important;
    margin: 0 auto !important;
  }
}
.is-mobile {
  /*removing ability to expand fund activity*/
  /*removing some paging functions on mobile - too crowded*/
  /*removing some paging functions on mobile - too crowded*/
  /*this is what will hide columns in client side tables - add to additional classes in grid*/
  /* making requirements dashboard stack for mobile*/
}
.is-mobile #paneTable {
  box-shadow: none !important;
  padding: 10px 10px 25px 10px !important;
}
.is-mobile .mobile-banner {
  float: none;
  background-color: #313131;
  padding: 10px 0;
}
.is-mobile #Content #ContentWrap {
  background-color: #FFFFFF !important;
  float: none !important;
  margin-right: 0px;
  padding-bottom: 25px;
}
.is-mobile #ContentWrap .TopPane {
  clear: both;
  margin: 15px auto 0;
  width: 95%;
}
.is-mobile #ContentWrap .ContentPane {
  clear: both;
  width: 95%;
  margin: 0px auto;
}
.is-mobile #ContentWrap #pdvWrapper .SmallLeftPaneTop {
  clear: both !important;
  float: none !important;
  clear: both;
  width: 95%;
  margin: 0px auto;
}
.is-mobile #ContentWrap #pdvWrapper .SmallRightPaneTop {
  clear: both !important;
  float: none !important;
  width: 95%;
  margin: 0px auto;
}
.is-mobile #ContentWrap .MiddlePane {
  clear: both;
  width: 95%;
  margin: 0px auto;
}
.is-mobile #ContentWrap #pdvWrapper2 .SmallLeftPaneBottom {
  clear: both !important;
  float: none !important;
  width: 95%;
  margin: 0px auto;
}
.is-mobile #ContentWrap #pdvWrapper2 .SmallRightPaneBottom {
  clear: both !important;
  float: none !important;
  width: 95%;
  margin: 0px auto;
}
.is-mobile #ContentWrap .BottomPane {
  clear: both;
  width: 95%;
  margin: 0px auto;
}
.is-mobile .iPhiForm .container .thelabel {
  float: left;
  text-align: left;
  width: 6em;
}
.is-mobile .iPhiForm .container .errormessage,
.is-mobile .iPhiForm .container .thefield,
.is-mobile .iPhiForm .container .warningmessage,
.is-mobile .iPhiForm .container .descriptive {
  display: block;
  margin: 0 0 0 6em;
  padding-left: 3px;
}
.is-mobile .iPhiNarrowForm .container .errormessage,
.is-mobile .iPhiNarrowForm .container .thefield,
.is-mobile .iPhiNarrowForm .container .warningmessage,
.is-mobile .iPhiNarrowForm .container .descriptive {
  display: block;
  margin: 0px;
  padding-left: 3px;
}
.is-mobile .iPhiForm div.long.TextField input {
  width: 215px !important;
}
.is-mobile .rgExpandCol {
  display: none;
}
.is-mobile .rgInfoPart {
  display: none;
}
.is-mobile .RadGrid .NextPrevNumericAndAdvanced .rgAdvPart {
  display: none;
}
.is-mobile .mob {
  display: none;
}
.is-mobile .GenericSearcher .thelabel {
  float: none !important;
}
.is-mobile .GrantApplicationSummaryDashboard > div .requirements {
  float: none !important;
  width: auto;
}
.is-mobile .GrantApplicationSummaryDashboard > div .summary {
  float: none !important;
  width: auto;
}
.is-mobile .GrantApplicationSummaryDashboard h3 {
  clear: both;
  float: none;
  width: 40% !important;
}
.ModStellariPhiModulesMyProfileC .RadTabStripTop_Office2007 .rtsLevel1 .rtsLink,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripTop_Office2007 .rtsLevel1 .rtsLink,
.ModStellariPhiModulesMyProfileC .RadTabStripTop_Office2007 .rtsLevel1 .rtsOut,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripTop_Office2007 .rtsLevel1 .rtsOut,
.ModStellariPhiModulesMyProfileC .RadTabStripBottom_Office2007 .rtsLevel1 .rtsLink,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripBottom_Office2007 .rtsLevel1 .rtsLink,
.ModStellariPhiModulesMyProfileC .RadTabStripBottom_Office2007 .rtsLevel1 .rtsOut,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripBottom_Office2007 .rtsLevel1 .rtsOut,
.ModStellariPhiModulesMyProfileC .RadTabStripTop_Office2007 .rtsLevel1,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripTop_Office2007 .rtsLevel1,
.ModStellariPhiModulesMyProfileC .RadTabStripBottom_Office2007 .rtsLevel1,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripBottom_Office2007 .rtsLevel1 {
  background-image: none !important;
}
.ModStellariPhiModulesMyProfileC .RadTabStrip_Office2007 .rtsLevel1,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStrip_Office2007 .rtsLevel1 {
  background-color: transparent !important;
}
.ModStellariPhiModulesMyProfileC .RadTabStrip_Office2007,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStrip_Office2007 {
  background-color: #b15632 !important;
  height: 35px;
}
.ModStellariPhiModulesMyProfileC .RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected,
.ModStellariPhiModulesMyProfileC .RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected:hover,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripTop_Office2007 .rtsLevel1 .rtsSelected:hover {
  background-color: #FFFFFF;
  background-position: 0 -26px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 6px #000000;
  line-height: 30px;
  margin: 5px 0 0 2px;
  max-height: 29px;
}
.ModStellariPhiModulesMyProfileC .RadTabStrip .rtsLevel1 .rtsTxt,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStrip .rtsLevel1 .rtsTxt,
.ModStellariPhiModulesMyProfileC .RadTabStripVertical .rtsLevel1 .rtsTxt,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripVertical .rtsLevel1 .rtsTxt {
  color: #fff;
  font-family: 'roboto', sans-serif !important;
  font-size: 1em;
  line-height: 35px;
  counter-increment: none;
  padding: 0 5px;
}
.ModStellariPhiModulesMyProfileC .RadTabStrip .rtsLevel1 a.rtsSelected .rtsTxt,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStrip .rtsLevel1 a.rtsSelected .rtsTxt,
.ModStellariPhiModulesMyProfileC .RadTabStripVertical .rtsLevel1 .rtsSelected .rtsTxt,
.ModStellariPhiModulesModuleWrapperRadTabC .RadTabStripVertical .rtsLevel1 .rtsSelected .rtsTxt {
  color: #676159;
}
.ModStellariPhiModulesMyProfileC .multiPage,
.ModStellariPhiModulesModuleWrapperRadTabC .multiPage {
  background-color: #FFFFFF;
  border: 1px solid #CCF5FE !important;
  margin-top: -2px;
  padding: 20px;
}
/* styling rss feeds */
.DNN_News_ItemLink {
  font-size: 1em !important;
  font-weight: bold;
  margin-bottom: 0;
}
.DNN_News_ItemDetails {
  margin-bottom: 25px;
}
/* engage */
.ModEngagePublishC .categoryItemList {
  background-color: #ffffff;
  border: 0 none !important;
  clear: both;
  display: inline-block;
  margin-bottom: 25px;
  padding: 0;
  width: 100%;
}
.ModEngagePublishC .altCategoryItemList {
  background-color: #ffffff;
}
.ModEngagePublishC .categoryItemList .itemTitle {
  clear: right;
  float: none;
  width: auto;
}
.ModEngagePublishC H2 {
  color: #b15632;
  font: 14px/21px 'roboto', sans-serif !important;
  text-transform: none;
}
.ModEngagePublishC .categoryItemList .itemReadmore {
  clear: none;
  text-align: left;
}
.ModC .iPhiNarrowForm .primary,
.ModC .iPhiNarrowForm .secondary {
  display: inline-block !important;
  margin-top: 3px !important;
}
@media all and (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
@media all and (max-width: 991px) {
  .mainTableDiv {
    overflow-y: auto;
    overflow-x: scroll;
  }
}
.datagrid {
  display: table;
  width: 100%;
}
.stsselect-input {
  width: unset !important;
  min-width: 500px;
  overflow: hidden;
}
.stsselect-input .stsselect-text {
  width: 95% !important;
}
.stsselect-input .caret-btn {
  padding-top: ;
}
.ModStellariPhiModulesGenericSearcherC .stsselect-input {
  width: 220px !important;
}
.stsselect-input .caret {
  margin: 9px 3px;
}
@media all and (max-width: 991px) {
  .RadToolTip.AccountSearch {
    max-height: 100% !important;
    width: 100% !important;
    top: 0px !important;
  }
  .RadToolTip.AccountSearch .rgAdvPart {
    display: none;
  }
}
.card {
  z-index: 0;
}
.card .stretched-link {
  z-index: 0;
}
.card .card-body {
  z-index: -1;
}
.DvAccountSelector .account-name {
  font-size: 1.1em;
  font-weight: bold;
}
div#dnn_ctr2302_ViewGrantForm_module_ctl03_legend {
  width: 10em !important;
  float: left !important;
  margin-right: 18px !important;
}
div#dnn_ctr2302_ViewGrantForm_module_ctl03_paymentDateChoice2302_paymentDateChoice_cftextfield {
  clear: none !important;
}
.DnnModule-2363 .iPhiSearchForm .container .thelabel {
  width: 10em !important;
}
.required .thelabel::after {
  content: "*";
}
.required {
  font-weight: unset !important;
}
.page-ForgotPassTwoFactor .required .thelabel::after,
.ForgotLogin .required .thelabel::after {
  content: unset !important;
}
.exportlister-Pdf img,
.exportlister-Excel img,
.exportlister-Describe img,
.exportlister-MailMergeExcel img {
  display: none;
}
.statementsContainer img,
.StatementsDashboard img {
  display: none;
}
.ModAuthenticationC a.secondary {
  line-height: unset !important;
}
div#dnn_ctr1115_Login_ctl01_ctl02_submitbuttons input {
  margin-bottom: 15px !important;
}
div#dnn_ctr2760_ViewForgotLogin_module_ctl00_submitbuttons .cancel {
  margin-left: 10px;
}
span.helpword {
  margin-right: 3PX;
  FONT-SIZE: 13PX;
}
.RecentContributionsHeader {
  display: none;
}
.DnnModule-2361 label#dnn_ctr2361_ViewGenericSearcher_module_Range_Range_cflabel {
  width: 20%;
  float: left;
  line-height: 45px;
}
.DnnModule-2361 #dnn_ctr2361_ViewGenericSearcher_module_Range_Range_cftextfield span.thefield {
  float: left;
}
.DnnModule-2361 div#dnn_ctr2361_ViewGenericSearcher_module_Keywords_Keywords_cftextfield {
  margin-top: 5px;
}
.DnnModule-2361 #dnn_ctr2361_ViewGenericSearcher_module_Keywords_Keywords_cflabel {
  width: 20%;
  float: left;
  line-height: 30px;
}
.DnnModule-2361 #dnn_ctr2361_ViewGenericSearcher_module_Keywords_Keywords_cftextfield .thefield {
  float: left;
}
.DnnModule-2361 #dnn_ctr2361_ViewGenericSearcher_module_Status_Status_cftextfield {
  margin-top: 5px;
}
.DnnModule-2361 #dnn_ctr2361_ViewGenericSearcher_module_Status_Status_cflabel {
  width: 20%;
  float: left;
  line-height: 30px;
}
.page-TwoFactorPart1 .iPhiForm .container .thelabel {
  margin-right: unset !important;
}
input#dnn_ctr2493_ViewMyProfile_module_ctl02_ctl00_save {
  margin-right: 10px;
}
tr#dnn_ctr2493_ViewMyProfile_module_ctl02_ctl00_grid_ctl00__1 .remove {
  display: none;
}
tr#dnn_ctr2493_ViewMyProfile_module_ctl02_ctl00_grid_ctl00__0 .remove {
  display: none;
}
label#dnn_ctr2493_ViewMyProfile_module_ctl02_Requirements_Requirements_cflabel {
  display: block;
  width: 100%;
}
label#dnn_ctr1632_ViewMyProfile_module_ctl02_Requirements_Requirements_cflabel {
  display: block;
  width: 100%;
}
div#dnn_ctr1723_ViewDefaultContributionConfirmation_module_ctl01_paymentType_paymentType_cftextfield {
  display: none;
}
.stsselect-menu[data-selectid=dnn_ctr2748_ViewGenericSearcher_module_Ntee_Ntee_input] {
  background-color: #fff !important;
}
.stsselect-menu[data-selectid=dnn_ctr2748_ViewGenericSearcher_module_Ntee_Ntee_input] li {
  list-style: none;
  margin: 0;
  width: 300px;
}
.rgPagerCell .RadInput {
  width: 40px !important;
}
.rgPagerCell .riTextBox {
  height: 24px !important;
}
.rgPagerCell .rgPagerButton {
  height: 25px !important;
}
.DvAccountSelector .js-export {
  display: none;
}
.iPhiForm .radiogroup.required .thelabel {
  font-weight: unset !important;
}
.InvestmentAllocations .AllocationsTableResult th {
  background: none repeat scroll 0 0 #f3f3f3 !important;
  color: #676159 !important;
}
div#dnn_ctr2936_ViewCustomFormSubmitButton_module_submitbuttons input {
  margin-left: 0 !important;
}
.iPhiForm.loginForm.page-ForgotPassTwoFactor .required label {
  font-weight: unset !important;
}
.page-TwoFactorPart1 .container .thelabel {
  margin-right: 0 !important;
}
.multiselect .modal-body li label input {
  margin-right: 10px;
}
#dnn_ctr1998_ViewRelatedFiles_module_listMode table tr td a[href='#removeFile'] {
  padding-left: 20px;
}
#dnn_ctr1998_ViewRelatedFiles_module_dialog .modal-footer button {
  display: flex;
  flex-direction: row-reverse;
  float: right;
}
/* ============================================================================================================================================================================================================================================================ */
.iPhiForm .container .errormessage,
.iPhiForm .container .thefield,
.iPhiForm .container .warningmessage,
.iPhiForm .container .descriptive {
  padding-left: 15px !important;
}
input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}
.ModStellariPhiModulesMyProfileC .DateOfBirth_container {
  display: none;
}
.iPhiForm .required label {
  font-weight: normal;
}
/* spmf - Skin.css - 03.13.63 */

