@charset "UTF-8";
/*
    FEP template 2020
*/
.no-padding-right {
  padding-right: 0px !important;
}
.no-padding {
  padding: 0 !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}
em,
small {
  letter-spacing: 0;
}
body,
li,
p {
  line-height: 1.5em;
}
.DNNEmptyPane {
  display: none !important;
}
.paneOutline {
  border: 1px dashed #ccc;
}
a,
a img,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  border: 0;
}
.TB_Wrapper,
.TB_Wrapper *,
.dnnActionMenu,
.dnnActionMenu *,
.dnnActionMenu :after,
.dnnActionMenu :before,
.dnn_mact,
.dnn_mact *,
.dnn_mact :after,
.dnn_mact :before,
[id*=ControlPanel],
[id*=ControlPanel] *,
[id*=ControlPanel] :after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
[class*=RadAjaxPanel] *,
[class*=Digital] * {
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
html,
li,
p {
  font-size: 16px;
}
ol.list-unstyled,
ol.list-unstyled > li,
ul.list-unstyled,
ul.list-unstyled > li {
  list-style: none;
  margin: 0;
}
ul.row {
  margin-left: -15px;
  margin-right: -15px;
}
ol,
ul {
  list-style: none;
}
ul li {
  list-style-type: disc;
}
ul li li {
  list-style-type: circle;
}
ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.nav li {
  list-style: none !important;
}
a {
  outline: 0 !important;
}
ul#myTab {
  padding: 0;
  margin: 0;
}
.popover {
  z-index: 999;
}
.mark,
mark {
  padding: 0;
  background-color: transparent;
}
.bs-callout-danger,
.bs-callout-info,
.bs-callout-primary,
.bs-callout-success,
.bs-callout-warning {
  display: block;
  padding: 15px 30px 15px 15px;
}
body {
  background: #f0f0f0;
  color: #333;
  font-size: 13px;
}
.CommandButton,
.Head,
.Normal,
.NormalBold,
.NormalDisabled,
.NormalRed,
.NormalTextBox,
.SubHead,
.SubSubHead,
a:hover,
a:link,
a:visited,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
table,
td,
th {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.SubHead {
  color: #000;
}
Body #Form {
  height: 100%;
}
embed,
img,
object {
  max-width: 100%;
}
[class*=map] img,
[class*=Map] img,
[id*=map] img,
[id*=Map] img,
table img {
  max-width: none !important;
}
img {
  height: auto;
}
em {
  font-style: italic;
}
strong {
  color: #333;
  font-weight: 700;
}
small {
  font-size: 12px;
}
a:active,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 20px;
}
ol li > ol li {
  list-style-type: lower-latin;
}
.bs-callout-primary {
  margin: 20px 0;
  border-left: 5px solid #337ab7;
  background-color: #dbe9f5;
}
.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4,
.bs-callout-primary h5,
.bs-callout-primary h6 {
  margin-top: 0;
  color: #337ab7;
}
.bs-callout-primary p:last-child {
  margin-bottom: 0;
}
.bs-callout-primary .highlight,
.bs-callout-primary code {
  background-color: #fff;
}
.bs-callout-danger {
  margin: 20px 0;
  border-left: 5px solid #d9534f;
  background-color: #f4cecd;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
  margin-top: 0;
  color: #d9534f;
}
.bs-callout-danger p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger .highlight,
.bs-callout-danger code {
  background-color: #fff;
}
.bs-callout-warning {
  margin: 20px 0;
  border-left: 5px solid #f0ad4e;
  background-color: #fceedb;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
  margin-top: 0;
  color: #f0ad4e;
}
.bs-callout-warning p:last-child {
  margin-bottom: 0;
}
.bs-callout-warning .highlight,
.bs-callout-warning code {
  background-color: #fff;
}
.bs-callout-info {
  margin: 20px 0;
  border-left: 5px solid #5bc0de;
  background-color: #daf1f8;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
  margin-top: 0;
  color: #5bc0de;
}
.bs-callout-info p:last-child {
  margin-bottom: 0;
}
.bs-callout-info .highlight,
.bs-callout-info code {
  background-color: #fff;
}
.bs-callout-success {
  margin: 20px 0;
  border-left: 5px solid #5cb85c;
  background-color: #c7e6c7;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
  margin-top: 0;
  color: #5cb85c;
}
.bs-callout-success p:last-child {
  margin-bottom: 0;
}
.bs-callout-success .highlight,
.bs-callout-success code {
  background-color: #fff;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #020202;
  line-height: 1.3em;
  margin: 0 0 10px;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
@media screen and (min-width: 500px) {
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 570px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 620px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 19px;
  }
}
@media screen and (min-width: 860px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 920px) {
  html {
    font-size: 21px;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}
.buttons-wrapper {
  text-align: center;
}
a.cta-button-primary,
button.cta-button-primary {
  background: #7ca0c0;
  border: 1px solid #7ca0c0;
  color: #fff;
  transition: background-color 300ms ease-out 0s;
}
a.cta-button,
a.cta-button-primary,
button.cta-button,
button.cta-button-primary {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0 5px 5px 0;
  min-width: 200px;
  padding: 10px 0;
  -webkit-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
}
a.cta-button-primary:hover,
button.cta-button-primary:hover {
  background: #91afca;
  border-color: #91afca;
}
a.cta-button,
button.cta-button {
  background: 0 0;
  border: 1px solid #7ca0c0;
  color: #7ca0c0;
  transition: background-color 300ms ease-out 0s;
}
a.cta-button:hover,
button.cta-button:hover {
  color: #fff;
  background: #7ca0c0;
  border-color: #91afca;
}
.search {
  position: relative;
  min-width: 35px;
  width: 0;
  height: 34px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.search.search-open {
  width: 25%;
}
.search.small-screens.search-open {
  width: 100%;
}
#search-action,
.SearchButton,
.search-toggle-icon {
  background: url(images/search.png) center center no-repeat;
  width: 35px;
  height: 23px;
  display: block;
  position: absolute;
  top: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 22px;
  left: -75px;
  padding: 0;
  margin: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  text-indent: -9999px;
}
#search-top {
  clear: both;
  width: 100%;
  background: #7CA0C0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}
#search-top.active {
  height: auto;
  padding: 15px 0;
}
#search-top span {
  display: inline !important;
}
#search-top input {
  background: #fff;
  border: none;
  font-size: 1.2em;
  height: 46px;
  margin: 0 0 0 15px;
  width: 70%;
}
#search-top a.SearchButton {
  background: url(images/search.png) center center no-repeat #e0dfdf;
  height: 46px;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  width: 60px;
  padding: 0;
  top: 5px;
}
#search-action {
  display: none;
  float: right;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
}
#login {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  #search-action {
    display: block;
  }
  #login {
    padding-right: 21px;
  }
}
#login .loginGroup,
#login .loginGroup *,
#login .registerGroup,
#login .registerGroup * {
  display: block;
}
#login .loginGroup,
#login .registerGroup {
  float: right;
  padding: 0;
  margin: 0;
}
#login .loginGroup a,
#login .registerGroup a {
  display: block;
  position: relative;
  height: 34px;
  min-width: 12px;
  padding: 7px 15px 0;
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
}
#login .loginGroup a:hover,
#login .registerGroup a:hover {
  background: #d7d7d7;
  color: #333;
  text-decoration: none;
}
#login .loginGroup a:active,
#login .registerGroup a:active {
  color: #333;
}
#login .loginGroup a strong,
#login .registerGroup a strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  font-size: 11px;
  text-indent: -9999px;
}
#login .registerGroup li {
  float: left;
  line-height: 1.2em;
}
#login .registerGroup li:first-child:hover {
  border-left: #222;
}
#login .registerGroup .buttonGroup {
  margin-right: 0;
}
#login .registerGroup .userProfileImg a {
  min-width: 25px;
  min-height: 32px;
  padding: 0;
  background: 0 0;
}
#login .registerGroup a span {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: -9px;
  min-width: 7px;
  margin-right: 3px;
  background: #3b96b6;
  text-align: center;
  font-size: 11px;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #333;
  text-shadow: 0 1px 0 #333;
}
#login .registerGroup a img {
  height: 32px;
  width: 32px;
  background: #333;
}
#login .userNotifications {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#login .userNotifications strong {
  height: 100%;
  background: url(images/notification_icon.png) center center no-repeat;
}
#login .userMessages strong {
  height: 100%;
  background: url(images/message_icon.png) center center no-repeat;
}
#login .userMessages a,
#login .userNotifications a {
  padding: 0 18px;
}
#login .userMessages a span,
#login .userNotifications a span {
  display: inline-block;
  margin-top: 9px;
  margin-right: 0;
  background-color: transparent;
  font-size: 10px;
}
#topHeader {
  background: #383838;
  -moz-box-shadow: 1px 50px 100px 0 #cacaca;
  -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
  box-shadow: 1px 50px 100px 0 #cacaca;
  min-width: 25px;
  min-height: 35px;
  padding: 0;
  z-index: 1031;
  position: relative;
}
* {
  margin: 0;
  padding: 0;
}
/* Icon 1 */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 40px;
  height: 37px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-top: 33px;
  margin-bottom: 25px;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 15px;
}
#nav-icon1 span:nth-child(3) {
  top: 30px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 8px 8px 0;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 8px 0 0 8px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 18px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 36px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px;
}
#nav-icon3 span:nth-child(4) {
  top: 36px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
body .scrollsections-menuitem {
  background: lightgrey !important;
}
body .container-fluid {
  padding-right: 50px !important;
  padding-left: 50px !important;
  background: white;
}
body .container-fluid .container-fluid-main {
  padding-top: 135px;
}
body .scrollsections {
  padding-top: 100px;
}
body .sidebar .nav > li {
  color: #42647e;
}
body .sidebar .nav > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
  margin-bottom: 10px;
  color: black;
}
body .carousel {
  overflow: hidden;
}
body .carousel-inner .item .textContainer {
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 8%;
}
body .carousel-inner .item .textContainer h4 {
  font-size: 24px;
  font-family: Poppins;
  font-weight: bold;
  color: white;
}
body .carousel-inner .item .textContainer h1,
body .carousel-inner .item .textContainer h2 {
  font-size: 75px;
  font-family: Poppins;
  font-weight: bold;
  color: white;
}
body .carousel-inner .item .textContainer a,
body .carousel-inner .item .textContainer a:link,
body .carousel-inner .item .textContainer a:visited {
  font-weight: bold;
  color: #fff !important;
  text-decoration: underline;
}
body .carousel-inner .item .textContainer a:hover {
  color: #f7f7f7 !important;
}
body .carousel-inner .item .textContainer .icons img {
  width: 54px;
  /* height: 45px; */
  border-radius: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
body .navbar-default {
  background-color: #ffffff;
}
body .navbar-default .navbar-header {
  height: 100px;
  padding-left: 0px;
}
body .navbar-default .navbar-header .navbar-logo {
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
}
body .navbar-default .navbar-header .navbar-logo .logo-image {
  position: relative;
  float: left;
}
body .navbar-default .navbar-header .navbar-logo .logo-image a {
  float: left;
}
body .navbar-default .navbar-header .navbar-logo .logo-image img {
  height: 75px;
}
body .navbar-default .navbar-header .navbar-logo .logo-title {
  color: #000000;
  font-family: Poppins;
  font-size: 25px;
  position: relative;
  float: left;
  margin-top: 25px;
  margin-left: 40px;
}
body .navbar-default .navbar-header .navbar-logo .logo-partner img {
  height: 50px;
}
body .navbar-default .navbar-header .side-icons-container div {
  position: relative;
  float: right;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
body .navbar-default .navbar-header .side-icons-container div i {
  margin-right: 10px;
}
body .navbar-default .navbar-header .side-icons-container .fa-user {
  position: relative;
  float: left;
  clear: none;
}
body .navbar-default .navbar-header .side-icons-container .loginGroup {
  position: relative;
  float: left;
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
}
body .navbar-default .navbar-header .side-icons-container a {
  text-decoration: none;
  color: black;
}
body .navbar-default .navbar-header .side-icons-container a:hover {
  text-decoration: none;
  color: black;
}
body .navbar-default .navbar-header .side-icons-container #dnn_dnnSearch_txtSearch {
  border: none;
  height: 25px;
  padding-left: 5px;
  width: 100px;
  margin-top: -3px;
}
body .navbar-default .navbar-header .side-icons-container #dnn_dnnSearch_txtSearch .searchSkinObjectPreview {
  left: 0;
}
body .navbar-default .navbar-header .menu-button-container {
  background-color: #42647e;
  color: #ffffff;
  height: 100px;
  width: 204px;
  text-align: center;
}
body .navbar-default .navbar-header .menu-button-container div {
  margin-top: 5px;
  position: relative;
  float: left;
  font-size: 18px;
}
body .navbar-default .navbar-header .menu-button-container .icon-container {
  margin-top: 0px;
  margin-left: 30px;
}
body .navbar-default .navbar-header .menu-button-container .icon-container #nav-icon1 span {
  background: #ffffff;
}
body .navbar-default .navbar-header .menu-button-container .menu-text-container {
  margin-top: 42px;
  margin-left: 20px;
}
body .navbar-default .navbar-header .menu-button-container i {
  font-size: 45px;
}
body .navbar-default .menu {
  background-color: #42647e;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
body .navbar-default .menu .title {
  font-size: 24px;
  font-weight: bold;
  font-family: Poppins;
  color: #ffffff;
  margin-bottom: 15px;
  padding-top: 20px;
}
body .navbar-default .menu .title a {
  font-size: 24px;
  font-weight: bold;
  font-family: Poppins;
  color: #ffffff;
}
body .navbar-default .menu .menu-item {
  margin-bottom: 10px;
}
body .navbar-default .menu a {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
body .navbar-default .menu a span {
  margin-right: 5px;
}
body .navbar-default .menu a img {
  width: 30px;
  border-radius: 25px;
  padding-bottom: 5px;
}
body .navbar-default .menu a:hover {
  text-decoration: none;
}
body .title-h2 {
  margin-bottom: 30px;
}
body .partners-home {
  margin-bottom: 60px;
}
body .partners {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  background-color: white;
}
body .partners .partner-item {
  position: relative;
  float: left;
  width: 12.5%;
  height: 175px;
}
body .partners .partner-item a {
  position: relative;
  float: left;
  clear: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
body .partners .partner-item img {
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 35px;
  max-height: 130px;
}
body .partners .partner-item .title {
  color: black;
  font-style: normal;
  font-family: Poppins;
  font-size: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 20px;
}
body .partners .partner-item.blue {
  background-color: #42647e;
  height: 125px;
  float: right;
}
body .partners .partner-item.blue img {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 54px;
}
body .partners .partner-item.blue .title {
  color: white;
  font-style: normal;
  font-family: Poppins;
  font-size: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 20px;
}
body h1 {
  font-size: 42px;
  text-align: center;
  color: #42647e;
  font-weight: bold;
}
body p {
  color: #000000;
}
body #home a.btn-primary,
body #news a.btn-primary,
body #calendar a.btn-primary {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
body #home ul {
  min-height: 190px;
}
body #home ul li:before {
  position: absolute;
  left: -2px;
  content: ">";
}
body #home ul li {
  list-style: none;
}
body #home ul.split {
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* Safari 6.1+. iOS 7.1+ */
  display: flex;
  -webkit-flex-flow: wrap column;
  /* Safari 6.1+ */
  flex-flow: wrap column;
  max-height: 100px;
  /* Limit height to whatever you need */
}
body #home ul li a {
  text-decoration: none;
  color: black;
}
body #home ul li a:hover {
  text-decoration: none;
}
body .disciplinas img {
  margin: 11px;
  padding-top: 0px;
  margin-right: 20px;
  width: 30%;
}
body .disciplinas h3 {
  line-height: 80%;
}
body .disciplinas h3 a {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
body .obstaculos h3,
body .diciplina-142 h3 {
  color: #61a9dd;
}
body .obstaculos h3 a,
body .diciplina-142 h3 a {
  color: #61a9dd;
}
body .obstaculos ul li:before,
body .diciplina-142 ul li:before {
  color: #61a9dd;
}
body .ensino h3,
body .diciplina-150 h3 {
  color: #142c68;
}
body .ensino h3 a,
body .diciplina-150 h3 a {
  color: #142c68;
}
body .ensino ul li:before,
body .diciplina-150 ul li:before {
  color: #142c68;
}
body .raides h3,
body .diciplina-171 h3 {
  color: #498133;
}
body .raides h3 a,
body .diciplina-171 h3 a {
  color: #498133;
}
body .raides ul li:before,
body .diciplina-171 ul li:before {
  color: #498133;
}
body .cce h3,
body .diciplina-162 h3 {
  color: #9ec530;
}
body .cce h3 a,
body .diciplina-162 h3 a {
  color: #9ec530;
}
body .cce ul li:before,
body .diciplina-162 ul li:before {
  color: #9ec530;
}
body .trabalho h3,
body .diciplina-188 h3 {
  color: #dca92c;
}
body .trabalho h3 a,
body .diciplina-188 h3 a {
  color: #dca92c;
}
body .trabalho ul li:before,
body .diciplina-188 ul li:before {
  color: #dca92c;
}
body .horseball h3,
body .diciplina-204 h3 {
  color: #d1721c;
}
body .horseball h3 a,
body .diciplina-204 h3 a {
  color: #d1721c;
}
body .horseball ul li:before,
body .diciplina-204 ul li:before {
  color: #d1721c;
}
body .atrelagem h3,
body .diciplina-181 h3 {
  color: #c1291b;
}
body .atrelagem h3 a,
body .diciplina-181 h3 a {
  color: #c1291b;
}
body .atrelagem ul li:before,
body .diciplina-181 ul li:before {
  color: #c1291b;
}
body .trec h3,
body .diciplina-196 h3 {
  color: #761414;
}
body .trec h3 a,
body .diciplina-196 h3 a {
  color: #761414;
}
body .trec ul li:before,
body .diciplina-196 ul li:before {
  color: #761414;
}
body .inter-escolas h3,
body .diciplina-368 h3 {
  color: #7d571b;
}
body .inter-escolas h3 a,
body .diciplina-368 h3 a {
  color: #7d571b;
}
body .inter-escolas ul li:before,
body .diciplina-368 ul li:before {
  color: #7d571b;
}
body .palmares h3,
body .diciplina-100 h3 {
  color: #434343;
}
body .palmares h3 a,
body .diciplina-100 h3 a {
  color: #434343;
}
body .palmares ul li:before,
body .diciplina-100 ul li:before {
  color: #434343;
}
body .painel {
  min-height: 400px;
  /*
        height: 690px;
        position: relative;
        float: left;
        clear: none;
        */
}
body .painel img {
  width: 100%;
}
body .painel h3 {
  font-size: 24px;
  font-family: Poppins;
  color: #42647e;
  margin-top: 10px;
}
body .painel .text-container {
  position: relative;
  float: left;
  clear: both;
  min-height: 85px;
}
body .painel p {
  font-size: 14px;
  text-align: left;
  margin: 0px;
}
body .painel a {
  margin-top: 15px;
}
body a {
  border-radius: 0px !important;
}
body a:visited {
  color: inherit !important;
  text-decoration: underline;
  outline: 0;
}
body .pub-wide img {
  width: 100%;
}
body .section-container h2 {
  font-size: 42px;
  font-family: Poppins;
  color: #42647e;
  font-weight: bold;
}
body .section-container .more {
  text-align: left;
  margin-bottom: 20px;
  color: #000000;
}
body .section-container .more a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid black;
}
body .section-container .more a:hover {
  text-decoration: none;
}
body .main-news img {
  width: 100%;
  margin-bottom: 15px;
}
body .main-news .news-date {
  font-size: 16px;
  font-weight: bold;
  font-family: Poppins;
  color: #000000;
}
body .main-news h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Poppins;
  color: #42647e;
  margin-top: 10px;
}
body .main-news p {
  font-size: 16px;
  text-align: left;
}
body .news .news-date {
  font-size: 16px;
  font-weight: bold;
  font-family: Poppins;
  color: #000000;
}
body .news h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Poppins;
  color: #42647e;
  margin-top: 10px;
}
body .news p {
  font-size: 16px;
  text-align: left;
}
body .news a {
  margin-bottom: 30px;
}
body .add-container img {
  width: 100%;
}
body .calendario-item {
  margin-bottom: 15px;
}
body .calendario-item .date-parent {
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
body .calendario-item .date-container {
  background-color: #42647e;
  width: 190px;
  height: 190px;
  padding: 15px;
}
body .calendario-item .date-container div {
  color: #ffffff;
  text-align: left;
  margin: 0;
}
body .calendario-item .date-container div.day {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
}
body .calendario-item .date-container div.month {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
body .calendario-item .date-container div.year {
  font-size: 36px;
  line-height: 38px;
  font-weight: normal;
}
body .calendario-item h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Poppins;
  color: #42647e;
}
body .calendario-item p {
  font-size: 16px;
  text-align: left;
}
body .calendario-item span {
  font-size: 14px;
  font-family: Poppins;
  font-weight: bold;
  text-transform: uppercase;
}
body .calendario-item span.cancel {
  color: #c1291b;
}
body .calendario-item span.info {
  color: #dca92c;
}
body .calendario-item span.normal {
  color: #787878;
}
body .evento-item {
  margin-bottom: 15px;
}
body .evento-item .image-container {
  width: 190px;
  height: 190px;
}
body .evento-item .image-container img {
  width: 100%;
}
body .evento-item h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: Poppins;
  color: #42647e;
}
body .evento-item p {
  font-size: 16px;
  text-align: left;
}
body .evento-item .categorie {
  font-size: 16px;
  font-weight: bold;
  font-family: Poppins;
  color: #000000;
}
body .footer {
  background-color: #42647e;
  color: #ffffff;
  padding-top: 40px;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
body .footer .logo {
  padding-left: 50px;
}
body .footer h4,
body .footer a {
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins;
  color: #ffffff;
}
body .footer p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
}
body .footer .arrow {
  position: absolute;
  right: 55px;
}
body .footer .arrow i {
  font-size: 24px;
  font-weight: normal;
}
body .bottomPane {
  background-color: #1f303e;
  padding-top: 15px;
  padding-bottom: 5px;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
body .bottomPane p {
  margin-left: 15px;
  color: #ffffff;
  text-align: left;
}
body .sidemenu {
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  top: 250px;
  left: -43px;
  transform: rotate(270deg);
}
body .sidemenu .btn-primary {
  text-transform: uppercase;
  font-weight: bold;
}
body .inner-sidemenu {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  top: 250px;
  right: -77px;
  transform: rotate(270deg);
}
body .inner-sidemenu .btn-primary {
  text-transform: uppercase;
  font-weight: bold;
}
body .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #42647e;
  overflow-x: hidden;
  transition: 0.5s;
}
body .sidenav .side-container {
  overflow-y: scroll;
  padding-top: 60px;
  height: 100%;
}
body .sidenav .disciplinas .disciplina-container {
  min-height: 250px;
}
body .sidenav .disciplinas img {
  width: 55px;
  height: 55px;
  border-radius: 30px;
  margin: 0;
  padding-top: 0;
}
body .sidenav .disciplinas h3 {
  min-height: 55px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ffffff;
}
body .sidenav .disciplinas h3 a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}
body .sidenav .disciplinas ul {
  min-height: 100px;
  margin-bottom: 0px;
  color: #ffffff;
  list-style-type: none;
}
body .sidenav .disciplinas ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
body .sidenav a:hover {
  color: #f1f1f1;
}
body .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
body .submenu .sidebar {
  margin-bottom: 30px;
}
body .submenu ul li:before {
  position: absolute;
  left: -2px;
  content: ">";
  color: #61a9dd;
}
body .submenu ul li a {
  text-transform: uppercase;
}
body .submenu ul li a:hover {
  background-color: transparent;
}
body .breadcrumb {
  background-color: transparent;
  padding: 0px 15px;
}
body .breadcrumb #dnn_dnnBREADCRUMB_lblBreadCrumb {
  border-bottom: 1px solid black;
}
body .breadcrumb a {
  color: black;
  text-decoration: none;
}
body #calendar {
  margin-bottom: 60px;
}
body #calendar .section-container {
  padding-bottom: 30px;
}
body #news .section-container {
  padding-bottom: 30px;
}
@media screen and (max-height: 450px) {
  body .sidenav {
    padding-top: 15px;
  }
  body .sidenav a {
    font-size: 18px;
  }
}
.navbar-fixed-top.small .navbar-header {
  height: 50px;
}
.navbar-fixed-top.small .navbar-header .navbar-logo .logo-image img {
  height: 30px !important;
}
.navbar-fixed-top.small .navbar-header .navbar-logo .logo-title {
  color: black !important;
  margin-top: 4px !important;
  font-size: 17px !important;
  margin-left: 15px!important;
}
.navbar-fixed-top.small .navbar-header .logo-partner small {
  margin-top: 5px;
  float: left;
}
.navbar-fixed-top.small .navbar-header .logo-partner img {
  margin-top: -5px;
  margin-left: 5px;
  height: 40px !important;
  float: left;
}
.navbar-fixed-top.small .navbar-header .side-icons-container div {
  margin-top: 16px  !important;
  margin-bottom: 15px  !important;
}
.navbar-fixed-top.small .navbar-header .side-icons-container .loginGroup {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.navbar-fixed-top.small .navbar-header .menu-button-container {
  height: 50px !important;
}
.navbar-fixed-top.small .navbar-header .menu-button-container .menu-text-container {
  margin-top: 17px !important;
  margin-left: 20px !important;
}
.navbar-fixed-top.small .navbar-header .menu-button-container .icon-container {
  margin-top: 6px !important;
  margin-left: 30px !important;
}
.navbar-fixed-top.small #nav-icon1,
.navbar-fixed-top.small #nav-icon2,
.navbar-fixed-top.small #nav-icon3,
.navbar-fixed-top.small #nav-icon4 {
  margin: 50px auto !important;
  margin-top: 9px !important;
  margin-bottom: 0px !important;
  width: 32px !important;
  height: 37px !important;
}
.navbar-fixed-top.small #nav-icon1 span,
.navbar-fixed-top.small #nav-icon2 span,
.navbar-fixed-top.small #nav-icon3 span,
.navbar-fixed-top.small #nav-icon4 span {
  height: 4px !important;
}
.navbar-fixed-top.small #nav-icon1 span:nth-child(2),
.navbar-fixed-top.small #nav-icon2 span:nth-child(2),
.navbar-fixed-top.small #nav-icon3 span:nth-child(2),
.navbar-fixed-top.small #nav-icon4 span:nth-child(2) {
  top: 9px !important;
}
.navbar-fixed-top.small #nav-icon1 span:nth-child(3),
.navbar-fixed-top.small #nav-icon2 span:nth-child(3),
.navbar-fixed-top.small #nav-icon3 span:nth-child(3),
.navbar-fixed-top.small #nav-icon4 span:nth-child(3) {
  top: 18px !important;
}
.scrollsections.small {
  padding-top: 50px !important;
}
@media only screen and (max-width: 885px) {
  .mobile-row {
    margin-right: 2px !important;
    margin-left: 2px !important;
  }
  /* For mobile phones: */
  .navbar-default .menu {
    overflow-y: scroll;
    height: 100vh;
  }
  .partners .partner-item {
    width: 50% !important;
  }
  #calendar a.btn-primary {
    margin-bottom: 30px;
  }
  #calendar a.btn-primary {
    margin-bottom: 30px;
  }
  .evento-item .image-container {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
  }
  .evento-item .image-container img {
    width: 50% !important;
  }
  .sidenav .disciplinas img {
    text-align: center;
    margin-bottom: 10px !important;
  }
  .sidenav .disciplinas .disciplina-container {
    min-height: 0 !important;
    margin-bottom: 10px !important;
  }
  .home-menu-image-container {
    text-align: center;
  }
  .home-menu-image-container img {
    width: 50%;
    text-align: center;
  }
  #home ul {
    min-height: 0px !important;
  }
  .carousel-inner .item .textContainer h1 {
    font-size: 26px !important;
  }
  .no-padding-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #news a.btn-primary {
    margin-bottom: 15px !important;
  }
  .scrollsections#home {
    padding-top: 60px !important;
  }
}
@media only screen and (min-device-width: 886px) and (max-device-width: 1366px) {
  body .navbar-default .menu .title a {
    font-size: 18px;
  }
  body .navbar-default .menu a {
    font-size: 12px;
  }
}
.wide-img {
  width: 100%;
}
.left-link {
  position: relative;
  float: left;
  clear: both;
  margin-bottom: 15px;
}
#Body {
  margin-left: 0px !important;
}
#Body .cc_banner-wrapper .cc_container .cc_message {
  margin-left: 40px !important;
}
@media only screen and (min-device-width: 1600px) {
  body .painel {
    min-height: auto !important;
    height: 600px;
    position: relative;
    float: left;
    clear: none;
  }
}
/**Hacks**/
.RowGridInvalid {
  background-color: #8b0000 !important;
  color: #FFF;
}
TD.RedGridViewCell {
  color: #CC0000;
}
/**Jquery Ui**/
.ui-dialog .ui-dialog-titlebar-close {
  top: 0% !important;
}
.ui-dialog a {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  min-width: 0px !important;
}
.ui-datepicker {
	z-index:999999992 !important;
}
.ui-autocomplete.ui-front {
	z-index:999999991 !important;
}
/***Tabs Jquery Verticais**/
.ContainerDivs {
  padding: 10px;
}
.verticalTab .ui-tabs-vertical {
  width: 100% ;
}
.verticalTab .ui-tabs-vertical .ui-tabs-nav {
  padding: 0.2em 0.1em 0.2em 0.2em;
  float: left ;
  width: 20% ;
}
@media only screen and (max-width: 750px) {
  .verticalTab .ui-tabs-vertical .ui-tabs-nav {
    padding: 0.2em 0.1em 0.2em 0.2em;
    float: none;
    width: 100%;
  }
}
.verticalTab .ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.5em 0;
}
.verticalTab .ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
  padding: 1em;
  width: 100%;
}
.verticalTab .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  padding-right: 0.1em;
  border-right-width: 1px;
}
.verticalTab .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
  display: block;
  padding: 1em;
  background-color: #FFECCE;
}
.verticalTab .ui-tabs-vertical .ui-tabs-panel {
  padding: 1em;
  float: right;
  width: 78%;
}
/**Bootstrap-Tables**/
.pagination-ys {
  /*display: inline-block;*/
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination-ys table > tbody > tr > td {
  display: inline;
}
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  margin-left: -1px;
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
  margin-left: 0;
}
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > a:focus {
  background-color: #eee;
}
#sub-pages-carousel.carousel-inner .carousel-inner-image {
  background-repeat: no-repeat;
  background-color: #F2F5F8;
  background-size: 100% 100%;
  height: 50vh;
}
#sub-pages-carousel.carousel-inner h1,
#sub-pages-carousel.carousel-inner h2,
#sub-pages-carousel.carousel-inner h4 {
  color: #42647e !important;
}
/**Bootstrap-Modals**/
@media only screen and (min-width: 1280px) {
  .modal-dialog {
    width: 1280px;
    margin: 30px auto;
  }
}
/**Bootstrap general**/
.dropdown-menu li {
  list-style-type: none;
}
.clearfix {
  clear: both;
}
.fix-top-logged {
  padding-left: 80px;
}
.fix-left-logged {
  padding-left: 80px;
}
.fix-inner-logged {
  left: 41px !important;
}

.dialogContainer{
  z-index: 99999999 !important;
}
.modal{
  z-index: 99999999 !important;
}