html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.mainContainer {
  position: relative;
  margin: 0 auto;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

#wait{
  text-align: center;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
.row {
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.navbar-default {
  background-color: transparent;
  border: 0;
}

a {
  color: #f99d2a;
}

header {
  padding-top: 30px;
  padding-bottom: 18px;
}

.socials span a {
  text-indent: -9999px;
  display: block;
}

.socials span {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 3px;
  height: 32px;
  width: 25px;
  display: inline-block;
}

.socials span.facebook {
  background-image: url("../img/facebook.png");
}

.socials span.twitter {
  background-image: url("../img/twitter.png");
}

.socials span.linkedin {
  background-image: url("../img/linkedin.png");
}

.socials span.youtube {
  background-image: url("../img/youtube.png");
}

.headerMenu div {
  float: left;
}

.headerMenu .memberLogin,
.headerMenu .languages {
  background-image: url("../img/dotted.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  padding-left: 26px;
  height: 33px;
}

.headerMenu {
  margin-top: 25px;
}

.headerMenu .memberLogin {
  font-weight: light;
  color: #596268;
  line-height: 32px;
}

.headerMenu .memberLogin span a {
  font-weight: bold;
  color: #596268;
}

.languages {
  width: 92px;
}

.languages ul {
  padding: 0;
  margin: 0;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right 13px;
  background-color: white;
  width: 72px;
}

.languages ul li a,
.languages ul li.active,
.languages ul li.lastactive {
  display: inline-block;
  line-height: 32px;
  color: #596268;
  font-size: 13px;
  font-weight: 600;
  padding: 0 4px;
}

.languages ul li {
  display: none;
  padding-right: 20px;
}

.languages ul li span {
  display: none;
}

.languages ul li.active,
.languages ul li.lastactive {
  display: block;
}

.languages ul.open li {
  display: block;
}

.navbar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 54px;
  line-height: 49px;
  background-color: #f99d2a;
  width: 100%;
  padding-top: 1px;
  padding-left: 4px;
  padding-right: 4px;
  -webkit-print-color-adjust: exact;
}

@media screen and (max-width: 480px) {
  .navbar-nav {
    margin: 0;
  }

  .navbar-nav ul {
    line-height: 45px;
  }
}
#bs-example-navbar-collapse-1 {
  padding: 0;
}

.navbar-nav {
  float: none;
  padding: 0;
}

.navbar-nav ul li {
  display: inline-block;
  padding: 0 18px;
  margin-right: 1px;
  border-right: 1px dotted white;
}

.navbar-nav ul li:last-child {
  border-right: 0;
}

.navbar-nav ul li:hover,
.navbar-nav ul li.active {
  background-color: white;
}

.navbar-nav ul li:hover a,
.navbar-nav ul li.active a {
  color: #134a9e;
  text-decoration: none;
}

.navbar-nav ul li a {
  display: inline-block;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 17.5px;
}

@media screen and (max-width: 767px) {
  .navbar-nav ul {
    height: auto;
    background-color: transparent;
  }

  .navbar-nav ul li {
    display: block !important;
    text-align: center;
  }

  .navbar-nav ul li a {
    font-size: 18px;
    color: #f99d2a !important;
  }

  .navbar-nav ul li ul li a {
    color: #f99d2a;
  }

  .navbar-nav ul li:hover a, .navbar-nav ul li.active a {
    color: #f99d2a;
  }

  .navbar-nav ul li:hover ul li a, .navbar-nav ul li.active ul li a {
    color: #f99d2a;
  }

  .navbar-nav ul li ul li a:hover, .navbar-nav ul li ul li.active a {
    color: #6088c3;
  }
}
@media screen and (max-width: 800px) {
  ul.breadcrumbs {
    display: none;
  }
}
#indexedsearchbox {
  position: relative;
  height: 32px;
  line-height: 32px;
  color: #c6c9ce;
  margin-left: 26px;
}

@media screen and (max-width: 533px) {
  #indexedsearchbox {
    margin-left: 0;
    margin-top: 15px;
  }
}
#indexedsearchbox input {
  border: 1px solid #b2b2b2;
  width: 175px;
  padding: 3px;
  padding-right: 26px;
  height: 37px;
}

#indexedsearchbox .searchbox-button {
  display: block;
  text-indent: -9999px;
  position: absolute;
  right: 7px;
  cursor: pointer;
  background-image: url("../img/search.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  height: 32px;
  width: 26px;
  top: 5px;
  border: 0;
}

@media screen and (max-width: 480px) {
  #indexedsearchbox input.searchbox-sword {
    width: 100%;
  }

  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
section.sliderBox {
  margin: 1px 0;
}

section.contentBox {
  background-image: url("../img/contentBgr.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: center top;
  min-height: 458px;
}

footer.footerBox {
  background-image: url("../img/footerBgr.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left top;
  min-height: 14px;
  background-color: #c6c9ce;
}

.anythingSlider {
  position: relative;
}

.anythingSlider .anythingWindow {
  background-color: #557fbf;
}

.anythingSlider .panel {
  color: #b3c0e2 !important;
}

@media screen and (max-width: 480px) {
  .anythingSlider .box2Cols {
    padding: 0 !important;
  }

  .anythingSlider .box2Cols .col-md-5 {
    padding: 0 !important;
  }

  .anythingSlider .box2Cols .col-md-5 iframe {
    width: 100% !important;
    height: 250px !important;
  }

  .anythingSlider .box2Cols .col-md-7 {
    display: none;
  }

  .sliderBox .anythingSlider {
    height: 250px !important;
  }
}
.anythingSlider h2,
.anythingSlider h3 {
  color: white;
  margin: 0;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  padding: 0;
}

.anythingSlider h2 {
  font-size: 18px;
}

.anythingSlider h3 {
  font-size: 16px;
}

.anythingSlider .box2Cols p {
  margin-bottom: 0;
  margin-top: 20px;
}

.anythingSlider-default {
  padding: 0 !important;
}

.anythingSlider .box2Cols div {
  padding: 0 !important;
}

.anythingSlider .box2Cols .col-md-5 {
  padding-right: 20px !important;
}

@media screen and (max-width: 480px) {
  .anythingSlider .box2Cols .col-md-5 {
    padding-right: 0px !important;
  }

  .anythingControls,
  .anythingSlider span.arrow {
    display: none !important;
  }
}
.anythingSlider-default .anythingControls {
  position: absolute;
  right: 10px;
  bottom: 30px;
}

.anythingSlider-default .anythingWindow {
  border: 0 !important;
}

.anythingSlider-default .anythingControls ul li a {
  background-image: url("../img/bullet.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-color: transparent;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
}

.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
  background-image: url("../img/bulletActive.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-color: none !important;
}

.anythingSlider-default.activeSlider .anythingControls a {
  background-color: transparent !important;
  text-indent: -9999px;
  height: 31px;
  width: 31px;
}

.whiteBoxLittle,
.blueBoxLittle {
  background-image: url("../img/whiteLittle.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  padding-bottom: 16px;
}

.whiteBoxBig,
.blueBoxBig {
  background-image: url("../img/whiteBig.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  padding-bottom: 16px;
}

.whiteBoxBig .content {
  background-color: white;
  border: 1px solid #93a7d6;
  color: #727a80;
  padding: 20px;
}

.blueBoxLittle .content,
.blueBoxBig .content {
  background-color: #557fbf;
  padding: 20px;
  color: #b3c0e2;
}

.whiteBoxLittle .content {
  border: 1px solid #93a7d6;
  background-color: white;
}

.contentLeft {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 800px) {
  .contentLeft {
    padding-left: 0;
    padding-right: 0;
  }
}
.contentRight {
  padding-left: 0;
  padding-right: 20px;
  border-bottom: 0;
}

@media screen and (max-width: 800px) {
  .contentRight {
    padding-right: 0;
  }
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}

.contentBox {
  padding-top: 18px;
}

h3 {
  padding: 20px;
  padding-top: 25px;
  margin: 0;
  color: #263693;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.blueBoxLittle h3,
.blueBoxBig h3 {
  color: white;
  padding: 0;
  padding-bottom: 20px;
}

.news .article {
  border-top: 1px dotted #93a7d6;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.news .article.news-events {
  background-image: url("../img/arrowOrange.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 17px 18px;
  padding-left: 40px;
  height: 101px;
  overflow: hidden;
}

.news .article.news-latest {
  background-image: url("../img/arrowBlue.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 17px 21px;
  padding-left: 40px;
  height: 77px;
  overflow: hidden;
}

.news .article:last-child {
  border-bottom: 1px dotted #93a7d6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}

.news .news-list-date,
.news .news-latest-date {
  color: #f99d2a;
  font-weight: bold;
}

.news .footer {
  border: 0;
  margin-top: 0;
}

.news h3 a {
  color: #93a7d6;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.whiteBoxLittle .news h3 {
  padding: 0;
  line-height: 13px;
  font-weight: lighter;
}

.whiteBoxBig .detailButton,
.whiteBoxLittle .detailButton,
.blueBoxBig .detailButton,
.blueBoxLittle .detailButton {
  background-image: url("../img/detailOrange.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right bottom;
  padding-right: 40px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: right;
  color: #f99d2a;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  position: absolute;
  bottom: 8px;
  right: 20px;
}

@media screen and (max-width: 800px) {
  .whiteBoxBig,
  .whiteBoxLittle,
  .blueBoxBig,
  .blueBoxLittle,
  .blueBoxBig,
  .blueBoxLittle {
    background-image: none;
  }
}
.news .news-list-author,
.news .more {
  color: #6088c3;
  font-style: italic;
  font-weight: 600;
}

#main-carousel ul li {
  display: inline-block;
}

.box2ColsEquals .leftCol,
.box2ColsEquals .rightCol {
  padding: 0;
}

.box2ColsEquals .leftCol {
  padding-right: 20px;
}

@media screen and (max-width: 800px) {
  .box2ColsEquals .leftCol {
    padding-right: 0;
  }
}
h4 {
  font-size: 15px;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.blueBoxLittle h4,
.blueBoxBig h4 {
  color: #263693;
}

h1, h2, h3, h5, h5, h6 {
  font-family: "Oswald", sans-serif;
}

.inputNewsletter {
  width: 100%;
  border: 0;
  height: 34px;
  color: #c6c9ce !important;
  padding: 5px;
}

.submitNewsletter {
  background-color: #f99d2a;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  border: 0;
  height: 34px;
}

.footerBox {
  padding-top: 15px;
}

.footerBox ul {
  display: block;
  margin: 0;
  padding: 0;
}

.footerBox ul li {
  display: block;
  float: left;
  width: 15%;
  margin-right: 18px;
  font-size: 13px;
  color: #263693;
  font-family: "Oswald", sans-serif;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .footerBox ul > li {
    width: 29%;
    margin-bottom: 20px;
  }

  .footerBox ul li ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .footerBox ul > li {
    width: 100%;
    margin-bottom: 10px;
  }

  .footerBox ul li ul li {
    margin-bottom: 0;
  }
}
.footerBox ul li a {
  font-size: 11px;
  color: #6a6b6e;
  font-family: "Open Sans", sans-serif;
}

.footerBox ul li ul li {
  display: block;
  float: none;
  width: 100%;
  background-image: url("../img/arrowFooter.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 5px;
  padding-left: 15px;
}

.footerBox ul li ul {
  margin-top: 15px;
}

.footerBox ul li:last-child {
  margin: 0;
}

.footerBox ul li ul li.active a,
.footerBox ul li ul li.active {
  text-decoration: underline;
  color: #6a6b6e;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.footerBox h2 {
  color: #263693;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 25px;
}

.footerBox .row {
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .footerBox .row {
    padding: 0;
  }
}
.footerBox,
.footerBox a {
  color: white;
  font-size: 12px;
}

.footerBox .footerBottom {
  padding-top: 15px;
  padding-bottom: 30px;
  font-family: "Oswald", sans-serif;
}

.footerBox .footerBottom span {
  margin-right: 35px;
}

.footerBox .footerBottom span.socialFooter span {
  margin-right: 0;
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .footerBox .footerBottom span {
    margin-right: 0;
  }

  .footerBox .footerBottom {
    padding: 0;
    padding-top: 15px;
  }
}
.footerBox .footerBottom div {
  display: inline-block;
}

.socialFooter span {
  display: inline-block;
  text-indent: -9999px;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
}

.socialFooter span.facebook {
  background-image: url("../img/facebookFooter.png");
}

.socialFooter span.twitter {
  background-image: url("../img/twitterFooter.png");
}

.socialFooter span.linkedin {
  background-image: url("../img/linkedinFooter.png");
}

.socialFooter span.youtube {
  background-image: url("../img/youtubeFooter.png");
}

.footerBox span a.contact {
  color: #263693;
}

.footerBottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted white;
}

.carousel-container {
  display: block;
  height: 35%;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

#main-carousel {
  height: 85px;
  margin: 0 auto;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}

#main-carousel ul {
  height: 100%;
  width: 500%;
  margin: 0 auto;
  padding: 0;
}

#main-carousel ul li {
  float: left;
  height: 100%;
  margin: 0;
  max-width: 143px;
  min-width: 143px;
  margin-right: 5px;
  margin-left: 5px;
  display: table;
}

#main-carousel ul li p, #main-carousel ul li h5 {
  width: 90%;
}

#main-carousel ul li h5 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 18px;
  text-transform: none;
}

#main-carousel ul li p {
  line-height: 17px;
  margin: 0 auto 20px;
}

#main-carousel ul li a {
  color: white;
  display: block;
  text-transform: none;
}

#main-carousel ul li a.top-anchor {
  height: 26%;
  display: none;
}

#main-carousel ul li a.bottom-anchor {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#main-carousel ul li a .img-container {
  height: 100%;
  position: relative;
}

#main-carousel ul li a .img-container .duration-container {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 600;
  padding: 0 4px;
  position: absolute;
  right: 0;
}

#main-carousel ul li a .img-container img {
  height: auto;
  width: 100%;
  border: 1px solid #303b42;
}

#main-carousel-btn > button,
.anythingSlider-default .forward {
  background-image: url("../img/detailWhite.png") !important;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  height: 32px;
  margin: 0;
  max-width: 32px;
  outline: medium none;
  position: absolute;
  top: 38%;
  width: 33px;
  border-radius: 0;
  background-color: transparent;
}

#main-carousel-btn > button:hover {
  opacity: 1;
}

#main-carousel-btn span {
  display: block;
  height: 24px;
  width: 100%;
}

#main-carousel-backward span {
  background-image: url("../img/prev-btn-carousel.png");
  background-position: center center;
  background-repeat: no-repeat;
}

#main-carousel-btn #main-carousel-forward {
  float: right;
  right: 0;
}

#main-carousel-btn #main-carousel-backward,
.anythingSlider-default .back a,
.anythingSlider-default .back a:hover {
  float: left;
  left: 0;
  background-image: url("../img/arrowLeft.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}

#main-carousel-forward {
  background-image: url("../img/arrowRight.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.anythingSlider-default .back a:hover {
  background-position: center center;
}

.row1 .blueBoxBig .content {
  height: 619px;
}

.contentBottom .whiteBoxLittle .content,
.contentBottom .blueBoxLittle .content,
.contentBottom .box2ColsEquals .whiteBoxLittle .content,
.contentBottom .box2ColsEquals .blueBoxLittle .content {
  height: 195px;
}

.blueBoxLittle {
  padding-bottom: 17px;
}

.row3 .box2ColsEquals .blueBoxLittle .content,
.row3 .box2ColsEquals .whiteBoxLittle .content {
  height: 345px;
  overflow: hidden;
}

.blueBoxLittle .content, .blueBoxBig .content,
.whiteBoxLittle .content, .whiteBoxBig .content {
  position: relative;
  padding-bottom: 34px;
}

.box2ColsEquals .blueBoxLittle .content,
.box2ColsEquals .whiteBoxLittle .content {
  height: 252px;
  overflow: hidden;
}

.contentBottom .news .article {
  border-top: 0;
  padding-top: 0;
}

.contentBottom .content h3 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.contentBottom .content .news h3 {
  padding-bottom: 10px;
  padding-top: 0;
}

.contentBottom .news .article {
  background-position: 17px 7px;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 20px;
}

.contentBox .anythingSlider-default .arrow {
  display: block;
  height: 32px;
  position: absolute;
  top: 56px !important;
  width: 32px;
}

.sliderBox .anythingSlider-default .arrow {
  top: auto !important;
  bottom: 30px !important;
}

.anythingSlider-default .anythingControls {
  right: auto !important;
  width: 100%;
  text-align: center;
}

.anythingSlider-default .anythingControls ul {
  float: none !important;
}

.anythingSlider-default .arrow a {
  margin: 0 !important;
  height: 31px !important;
  width: 30px;
}

.anythingSlider-default .back a:hover {
  background-position: center center;
}

.sliderBox .anythingSlider-default .back {
  left: 20px;
}

.sliderBox .anythingSlider-default .forward {
  right: 20px;
}

.anythingSlider-default .anythingControls a.cur {
  background-color: transparent !important;
  background-image: url("../img/bulletActive.png") !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}

.contentBottom .tx-ghrandomcontent-pi1 {
  padding: 20px;
  color: #93a7d6;
  padding-top: 0;
}

.contentBottom .tx-ghrandomcontent-pi1 p {
  background-color: transparent !important;
  background-image: url("../img/quotes.png") !important;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left -40px;
  padding-left: 30px;
  padding-right: 30px;
  height: 110px;
  overflow: hidden;
}

ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 10px;
}

ul.breadcrumbs li {
  display: inline-block;
  color: #557fbf;
}

ul.breadcrumbs li a {
  color: #557fbf;
}

h1 {
  color: #263693;
}

ul.menuLeft {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #557fbf;
  margin-bottom: 20px;
}

ul.menuLeft li {
  display: block;
  border-top: 1px dotted #557fbf;
}

ul.menuLeft li a,
ul.menuLeft li.active ul li a {
  color: #557fbf;
  background-image: url("../img/arrowMenuLeft.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 12px;
  display: block;
  padding: 5px 0;
  padding-left: 20px;
}

ul.menuLeft li:hover a,
ul.menuLeft li.active a,
ul.menuLeft li.active ul li:hover a {
  color: #263693;
  text-decoration: none;
  background-image: url("../img/arrowMenuLeftAct.png");
}

ul.menuLeft li ul {
  border: 0;
  margin: 0;
  display: none;
}

ul.menuLeft li.active ul {
  display: block;
}

ul.menuLeft li.active ul li a {
  padding-left: 40px;
  background-position: 20px 9px;
}

ul.menuLeft li.active ul li ul,
ul.menuLeft li.active ul li ul {
  display: none;
}

ul.menuLeft li.active ul li ul li a {
  padding-left: 62px;
  background-position: 40px 9px;
}

ul.menuLeft li ul li.active ul {
  display: block;
}

ul.menuLeft li.active ul li.active a,
ul.menuLeft li ul li a:hover {
  color: #263693;
  text-decoration: none;
  background-image: url("../img/arrowMenuLeftAct.png");
}

ul.menuLeft li.active ul li.active ul li a {
  background-attachment: scroll;
  background-image: url("../img/arrowMenuLeft.png");
  background-position: 40px 9px;
  background-repeat: no-repeat;
  color: #557fbf;
}

ul.menuLeft li.active ul li.active ul li.active a,
ul.menuLeft li.active ul li.active ul li a:hover {
  color: #263693;
  text-decoration: none;
  background-image: url("../img/arrowMenuLeftAct.png");
  background-position: 40px 9px;
}

@media screen and (max-width: 800px) {
  ul.menuLeft {
    display: none;
  }
}
.whiteBoxBig {
  padding-bottom: 15px;
}

.footerBootom p span {
  margin-right: 20px !important;
}

.orange {
  color: #f99d2a;
}

.blue {
  color: #6088c3;
}

.news-single .article,
.news-single .article:last-child {
  border: 0;
}

.anythingSlider .panel img {
  border: 1px solid white !important;
}

.contentBottom .blueBoxLittle .content .anythingSlider-default .arrow {
  top: 14px !important;
}

.whiteBoxBig .news .article h3 {
  padding-left: 0;
}

.blue_button {
  color: white;
  background-color: #263693;
  padding: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}

.white_button {
  color: #263693;
  background-color: white;
  padding: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}

.white_button a:hover,
.blue_button a:hover {
  text-decoration: none;
}

.white_button a {
  color: #263693;
}

.blue_button a {
  color: white;
}

.navbar-brand {
  float: none;
  font-size: 18px;
  height: auto;
  line-height: normal;
  padding: 0;
}

.navbar-brand img {
  height: auto;
  width: 100%;
  min-width: 100%;
}

.navbar {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .navbar-brand.pull-left {
    float: none !important;
  }

  .headerMenu.pull-right {
    float: none !important;
  }

  .navbar-brand img {
    height: auto;
    width: auto;
    min-width: initial;
  }

  .anythingSlider .box2Cols .col-md-5 iframe {
    width: 100% !important;
    height: auto !important;
  }
}
.whiteBoxBig h2, .whiteBoxBig h3 {
  color: #263693;
  font-family: "Oswald", sans-serif;
}

.socialFooter a {
  display: block;
}

@media screen and (max-width: 768px) {
  .footerBox .footerBottom span {
    display: block;
    margin-bottom: 10px;
  }

  .footerBox .footerBottom span.socialFooter span {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .navbar-brand {
    width: 68%;
  }

  .headerMenu .languages {
    padding-left: 0;
    background-image: none;
  }
}
figcaption.csc-textpic-caption {
  display: none;
}

.whiteBoxBig h3 {
  color: #f99d2a;
  padding-left: 0;
}

.dottedLine {
  border-bottom: 1px dotted #93a7d6;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.contenttable-0 tr:nth-child(even) {
  background-color: #edebf1;
}

.contenttable-1 {
  border-bottom: 1px dotted #727a80;
  border-right: 1px dotted #727a80;
}

.contenttable-1 tr {
  border-top: 1px dotted #727a80;
}

.contenttable-1 tr td,
.contenttable-1 tr th {
  border-left: 1px dotted #727a80;
}

h4, h5 {
  margin-top: 15px;
  margin-bottom: 15px;
}

a {
  color: #6088c3;
}

a:hover {
  color: #f99d2a;
}

blockquote {
  font-size: 13px;
}

input.searchbox-button {
  height: 32px;
  width: 26px !important;
  display: block;
}

.tx-indexedsearch-searchbox-button {
  background-color: #f99d2a;
  border: 0 none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  height: 34px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #f99d2a;
}

.powermail_fieldset {
  background-color: transparent !important;
  border: none !important;
}

.powermail_legend {
  display: none;
}

div.tx-powermail {
  width: 100% !important;
}

.powermail_field {
  width: 70% !important;
}

.powermail_label {
  width: 29% !important;
}

.powermail_reset,
.powermail_submit {
  width: auto !important;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.headlinePhoto p {
  line-height: 50px;
}

.tx-srfeuserregister-pi1 dt {
  width: 40%;
  text-align: left;
}

.tx-srfeuserregister-pi1 dd {
  width: 59%;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 10px;
}

.matrix input[type="radio"],
.matrix input[type="checkbox"] {
  margin-right: 0;
}

.tx-srfeuserregister-pi1 label {
  color: #6088c3;
}

.tx-srfeuserregister-pi1 input[type="submit"],
.tx-reeaicfvotation-pi1 input[type="submit"],
.tx-pbsurvey-pi1 input[type="submit"],
.tx-reeacoaches-pi2 input[type="submit"],
.tx-felogin-pi1 input[type="submit"] {
  background-color: #f99d2a;
  border: 0 none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  height: 34px;
  padding: 0 10px;
}

.tx-pbsurvey-pi1 legend {
  color: #6088c3;
}

.panel {
  border: none;
  border-radius: 0;
}

figcaption.csc-textpic-caption {
  display: block;
}

.anythingSlider figcaption.csc-textpic-caption {
  display: none;
}

.whiteBoxLittle .anythingSlider {
  margin-top: 35px;
}

.blueBoxBig iframe {
  height: 415px !important;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 10px;
}

.navbar-toggle {
  margin-right: 0;
}

.tx-reeacoaches-pi2 label {
  width: 46%;
}

.tx-reeacoaches-pi2 input {
  width: 53%;
}

.tx-reeacoaches-pi2 div {
  margin-bottom: 5px;
}

.tx-reeacoaches-pi2 input[type="submit"] {
  width: auto;
}

.coachData span {
  width: 70%;
  float: left;
}

.coachData span.labelprofile {
  width: 38%;
  color: #f99d2a;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  color: #93a7d6;
}

#tabsCoach span {
  color: #727a80;
  font-weight: bold;
  font-size: 12px;
}

.coachData {
  margin-bottom: 20px;
}

.ui-widget-header {
  background: #557fbf !important;
}

.detailButton a {
  color: #f99d2a;
}

.tx-felogin-pi1 input[type="submit"] {
  margin-top: 20px;
}

legend {
  font-size: 14px;
}

.tx-pbsurvey-pi1 legend {
  color: #6088c3;
  margin: 5px 0;
  padding-top: 25px;
}

.ui-widget-content {
  color: #727a80 !important;
  font-size: 13px;
}

.antet p {
  color: white !important;
  font-size: 18px;
}

.coachData img {
  width: 100% !important;
  height: auto !important;
}

.coachData .col-md-8 {
  padding-right: 0;
}

.tx-srfeuserregister-pi1 dd label {
  padding: 0 7px 0 0;
}

.news-backlink-wrap {
  margin-bottom: 20px;
}

.row3 .whiteBoxLittle .content {
  height: 252px;
}

.news .article.news-webinars {
  height: 132px;
}

#pageId-168 .news .footer {
  display: none;
}

#pageId-168 .teaser-text {
  color: #f99d2a;
  font-weight: bold;
  font-size: 13px;
}

.news .news-webinars.article .teaser-text {
  margin-bottom: 0;
}

.article {
  color: #727a80;
}

.article p {
  margin-bottom: 0px;
}

.videoCoach {
  margin-bottom: 20px;
}

.videoCoach iframe {
  width: 100% !important;
  height: 350px !important;
}

@media screen and (max-width: 480px) {
  .videoCoach iframe {
    height: auto !important;
  }
}
.ui-tabs-panel .row .col-md-4 {
  padding: 0 5px;
}

.ui-tabs-panel div {
  margin-bottom: 10px;
}

legend {
  margin-bottom: 0;
  border: none;
  color: #727a80;
}

.ui-tabs-panel fieldset {
  border: 1px solid #93a7d6;
  padding: 10px;
}

.ui-tabs-panel legend {
  font-size: 13px;
  font-weight: bold;
  padding-left: 7px;
  color: #93a7d6;
}

.ui-tabs-panel .row legend {
  text-align: center;
  font-size: 11px;
}

.ui-tabs-panel .row fieldset {
  text-align: center;
}

.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
  padding-top: 15px !important;
}

.ui-widget-content {
  border: 0 !important;
}

.printButton input {
  border: 0;
  background-color: transparent;
}

.logoPrint {
  display: none;
}

.tx-sremailsubscribe-pi1 dd {
  width: 71%;
}

.tx-sremailsubscribe-pi1 input,
.tx-sremailsubscribe-pi1 select {
  width: 90%;
}

.tx-sremailsubscribe-pi1 input[type=submit] {
  background-color: #f99d2a;
  border: 0 none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  height: 34px;
  padding: 0 10px;
  width: auto;
  margin-top: 20px;
}

img.tx-srfreecap-pi1-image {
  margin-left: 0;
}

.tx-sremailsubscribe-pi1 input#tx-sremailsubscribe-pi1-captcha-response {
  margin-bottom: 10px;
}

.whiteBoxBig .news .news-list-view .article,
.whiteBoxBig .news .news-list-view .article:last-child {
  border: 0;
}

@media print {
  a[href]:after {
    content: none !important;
  }

  .container {
    width: auto !important;
  }
}
@page {
  min-width: 768px;
}
@media print {
  body {
    margin: 0;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .container {
    width: auto;
    min-width: 955px !important;
  }

  .contentLeft {
    width: 33.3333% !important;
    float: left !important;
  }

  .contentRight {
    width: 66.6667% !important;
    float: left !important;
  }

  .anythingSlider .box2Cols .col-md-5 {
    width: 41.666% important;
    float: left !important;
  }

  .anythingSlider .box2Cols .col-md-7 {
    width: 58.3333%;
    float: left;
  }

  .box2ColsEquals .leftCol, .box2ColsEquals .rightCol {
    float: left;
    width: 49%;
  }

  .navbar-toggle {
    display: none;
  }

  .collapse {
    display: block !important;
  }

  .navbar-nav ul li {
    display: inline-block !important;
  }

  .navbar-nav ul {
    background-color: #f99d2a !important;
    border: 0 !important;
  }

  .navbar-collapse {
    border: 0;
  }
}
.tx-reeaicfvotation-pi1 .boardmember {
  text-align: center;
}

.tx-reeaicfvotation-pi1 .headervotation {
  background-color: #c6c9ce !important;
}

.tx-reeaicfvotation-pi1 .headervotation {
  margin-top: 35px !important;
}

.tx-reeaicfvotation-pi1 {
  font-size: 12px;
}

.tx-reeaicfvotation-pi1 .header_boardname,
.tx-reeaicfvotation-pi1 .header_boardyear,
.tx-reeaicfvotation-pi1 .header_chapter,
.tx-reeaicfvotation-pi1 .header_region,
.tx-reeaicfvotation-pi1 .header_videolink,
.tx-reeaicfvotation-pi1 .header_boardmember,
.tx-reeaicfvotation-pi1 .header_president {
  padding: 0;
  padding: 0 5px;
}

.tx-reeaicfvotation-pi1 .row {
  margin-bottom: 0;
  padding: 4px 0;
}

.tx-reeaicfvotation-pi1 .row:nth-child(even) {
  background-color: #f7f7f7;
}

.tx-reeaicfvotation-pi1 div {
  margin-bottom: 0 !important;
}

.tx-reeaicfvotation-pi1 .questionSubtext {
  font-size: 100%;
}

.tx-reeaicfvotation-pi1 .row:after,
.tx-reeaicfvotation-pi1 .row:before {
  margin: 0;
  padding: 0;
}

input.tx-sremailsubscribe-pi1-checkbox {
  width: auto;
}

#map_canvas {
  width: 100%;
  height: 400px;
}

.contentBottom .anythingSlider {
  margin-top: 15px;
}

@media screen and (max-width: 800px) {
  .mobile .sliderBox,
  .mobile .blueBoxBig {
    display: none;
  }
}
.tx-reeaicfvotation-pi1 .header_boardname,
.tx-reeaicfvotation-pi1 .boardname {
  width: 33% !important;
}

.tx-reeaicfvotation-pi1 .header_chapter,
.tx-reeaicfvotation-pi1 .chapter {
  width: 20% !important;
}

.tx-reeaicfvotation-pi1 .header_region,
.tx-reeaicfvotation-pi1 .region {
  width: 17% !important;
}

.news-list-view h3 {
  padding: 0;
  color: #f99d2a;
  font-size: 22px;
}

.news-list-view .list-items h3 {
  padding: 0;
  color: #263693;
  font-size: 22px;
  font-family: "Oswald";
}

.news .no-news-found {
  padding-left: 20px;
}

.anythingSlider .singleBox {
  padding: 62px;
  padding-top: 48px;
}

.anythingSlider .singleBox h2 {
  margin-bottom: 19px;
  font-size: 18px;
}

.anythingSlider .singleBox a {
  color: #f99d2a;
}

.anythingSlider .singleBox ul {
  margin-bottom: 13px;
}

.tx-sremailsubscribe-pi1-multiple-checkboxes {
  padding-top: 0;
}

.powermail_submit {
  background-color: #f99d2a;
  border: 0 none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  height: 34px;
}

.tx-powermail label {
  display: block;
  float: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.tx-powermail h3 {
  display: none;
}

.tx-sremailsubscribe-pi1 dl {
  padding-top: 0;
}

.blueBoxLittle .anythingSlider .panel img {
  height: 60px !important;
}

.news .article.news-webinars {
  height: 143px;
}

.tx-reeacoaches-pi3 .coachData .col-md-8 div:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.tx-sremailsubscribe-pi1-module_sys_dmail_html {
  display: none;
}

.menuLeft li.item_122 a {
  color: #f99d2a !important;
  font-weight: bold;
}

.menuLeft li.item_122 ul li a {
  color: #557fbf !important;
}

ul.csc-uploads img {
  padding-right: 0;
}

.csc-uploads-fileName a {
  padding-left: 10px;
  text-decoration: none;
}

ul.csc-uploads span.csc-uploads-fileName {
  text-decoration: none;
}

a:-webkit-any-link {
  text-decoration: none !important;
}

.tx-felogin-pi1 form {
  margin-bottom: 15px;
}

.tx-reeacoaches-pi2 input {
  margin-left: 4px;
}

.navbar-nav ul li ul {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-nav ul li ul {
    display: block;
  }
}
.footerBox ul li {
  margin-right: 13px;
}

.theme-default .nivoSlider a {
  background-color: transparent !important;
}

.theme-default .nivo-controlNav a {
  text-indent: 1px;
  background: transparent;
}

.contentBottom .blueBoxLittle .anythingSlider .panel img {
  height: 50px !important;
}

.contentBottom .blueBoxLittle .content .anythingSlider-default .arrow {
  top: 35px !important;
}

.contentBottom .anythingSlider {
  margin-top: 0;
}

.tx-pbsurvey-pi1 input[type="submit"] {
  margin-top: 25px;
}

.survey_item.furtherdetail {
  margin-top: 25px;
}

.without_padding h3 {
  padding-bottom: 0;
  padding-top: 37px;
}

.anythingSlider .box2Cols p {
  display: inline-block;
}

.without_padding h4 {
  padding-bottom: 0;
  padding-top: 30px;
  margin-bottom: 0;
}

.panelSlider {
  padding: 62px;
}

.panelSlider div.csc-textpic-intext-left .csc-textpic-imagewrap, .panelSlider div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 74px;
}

.panelSlider h2 {
  margin-bottom: 50px;
}

.panelSlider ul {
  padding-left: 100px;
}

.panelSlider ul li {
  font-size: 16px;
}

.eventList .header {
  float: right;
  width: 76%;
}

.eventList .news-img-wrap {
  width: 20%;
}

.eventList .news-img-wrap a {
  width: 100%;
  text-align: center;
}

.eventList .news-img-wrap a img {
  text-align: center;
  float: none !important;
}

.news .eventList {
  padding-left: 0;
  padding-right: 0;
}

h1 {
  font-size: 28px;
}

.news-list-view .list-items h3,
h3 {
  font-size: 17px;
}

.news-list-view .list-items h3 {
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .eventList .header {
    float: none;
    width: 100%;
  }

  .eventList .news-img-wrap {
    width: 100%;
  }
}
.printButtonEvents a {
  background-attachment: scroll;
  background-image: url("../img/print.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
}

.printButtonEvents {
  position: absolute;
  right: 21px;
}

.news .page-navigation ul li a {
  display: inline-block;
}

.whiteBoxBig h3 {
  padding-top: 0;
}

.fourColumns .col {
  width: 25%;
  float: left;
}

.fourColumns .col {
  text-align: center;
}

.fourColumns .col .white_button {
  width: 83px;
  margin: 0 auto;
}

.contentTop .contentRight {
  float: right;
}

@media screen and (max-width: 769px) {
  .navbar-nav ul li a {
    font-size: 12.5px;
  }

  .navbar-nav ul li {
    display: inline-block;
    padding: 0 13px;
  }

  .sliderBox {
    display: none;
  }

  .contentTop .contentRight {
    float: none;
  }

  .tx-felogin-pi1 input {
    width: 70%;
  }
}
.news-single .article .news-img-wrap {
  float: none;
  margin-bottom: 15px;
}

.news-single .article .news-img-wrap {
  margin-left: 0;
}

.news-single .article .news-img-wrap a {
  margin-bottom: 15px;
  border: 0;
  float: none;
}

.tx-sremailsubscribe-pi1 dt {
  width: 100% !important;
  text-align: left;
}

.tx-sremailsubscribe-pi1 #tx-sremailsubscribe-pi1-tt_address_form dt {
  width: 25% !important;
  text-align: right;
}

.tx-sremailsubscribe-pi1 legend {
  padding-left: 0;
  margin-bottom: 10px;
}

#filterForm {
  font-weight: bold;
}

#filterForm input {
  font-weight: normal;
}

#filterForm div {
  margin-bottom: 15px;
}

.tx-reeauserstatistics-pi1 table td {
  padding: 3px;
  font-size: 12px;
}

.tx-reeauserstatistics-pi1 label {
  width: 200px;
}

.tx-reeauserstatistics-pi1 select {
  width: 168px;
  font-weight: normal;
}

.tx-reeauserstatistics-pi1 .results {
  color: #f99d2a;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.tx-reeauserstatistics-pi1 input[type="submit"] {
  background-color: #f99d2a;
  border: 0 none;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  height: 34px;
}

table.ui-datepicker-calendar {
  background-color: white;
  font-size: 14px;
}

table.ui-datepicker-calendar td {
  padding: 3px;
}

#ui-datepicker-div a,
#ui-datepicker-div .ui-datepicker-title {
  color: #f99d2a;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-title,
.ui-datepicker-calendar {
  padding: 3px;
}

.powermail_confirmation dt, .powermail_confirmation dd {
  margin-bottom: 10px;
  word-break: break-word;
}

.powermail_confirmation dt {
  color: #f99d2a;
  font-size: 14px;
}

#pageId-380 .powermail_fieldwrap {
  clear: both;
  content: " ";
}

#powermail_fieldwrap_44 {
  margin-bottom: 10px;
  font-weight: bold;
}

.sliderBox .tx-jfmulticontent-pi1 .box2Cols .col-md-3 {
  width: 30%;
}

.sliderBox .tx-jfmulticontent-pi1 .box2Cols .col-md-9 {
  width: 70%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

.navbar .container-fluid {
  padding-right: 0;
}

.headerMenu .socials {
  float: none;
  text-align: right;
  margin-bottom: 10px;
}

.socials span a {
  text-align: left;
}

.headerMenu {
  margin-top: 0;
}

.headerMenu .memberLogin {
  background-image: none;
}

.socials span.contactUs a {
  text-indent: 1px;
  color: #596268;
  font-weight: bold;
}

.socials span.contactUs {
  background-image: url("../img/dotted.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  padding-left: 26px;
  width: auto;
}

.socials span {
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .headerMenu .socials {
    text-align: left;
  }

  .headerMenu .memberLogin {
    padding-left: 0;
  }
}
.fourColumns .col .white_button {
  width: 95px;
  margin: 0 auto;
}

@media screen and (max-width: 568px) {
  .navbar-nav ul li a {
    border-bottom: 1px dotted #596268;
    display: block;
    width: 100%;
    font-size: 15px;
  }

  .navbar-nav ul li {
    padding: 0;
  }

  .navbar-nav ul li a {
    text-transform: uppercase;
  }

  .navbar-nav ul li ul li a {
    text-transform: none;
  }

  .navbar-nav ul li ul {
    display: none;
  }

  .navbar-nav ul li.active ul {
    display: block;
  }

  .navbar-nav ul li.active a {
    color: #134a9e !important;
  }

  .navbar-nav ul li.active ul li a {
    color: #f99d2a !important;
  }

  .navbar-nav ul li ul li.active a {
    color: #134a9e !important;
  }
}
.news-single .article .news-img-wrap {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.contentBottom .anythingSlider .anythingWindow,
.contentLeft .anythingSlider .anythingWindow {
  background-color: transparent;
}

.contentBottom .anythingSlider .anythingWindow .panel,
.contentLeft .anythingSlider .anythingWindow .panel {
  font-size: 14px;
  color: #263693 !important;
  text-align: center;
}

.contentBottom .anythingSlider .anythingWindow .panel p,
.contentLeft .anythingSlider .anythingWindow .panel p {
  font-weight: bold;
}

.contentBottom .anythingSlider .anythingWindow .panel a,
.contentLeft .anythingSlider .anythingWindow .panel a {
  font-weight: normal;
}

.whiteBoxLittle .content .row1 {
  padding: 25px;
}

.contentBottom .contentLeft .whiteBoxLittle h3,
.row1 .whiteBoxLittle h3 {
  padding-left: 0;
}

.row1 .box2Cols .whiteBoxLittle h3 {
  padding-left: 20px;
}

.whiteBoxLittle .news h3 {
  padding-left: 0 !important;
}

.whiteBoxLittle .singleBox {
  padding-left: 25px;
  padding-right: 25px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  font-size: 14px;
  font-weight: normal;
  color: #263693;
}

.ui-widget-content a {
  color: #6088c3;
}

.ui-accordion .ui-accordion-icons {
  font-family: "Open Sans", sans-serif;
}

.anythingSlider .panel .row3 img {
  border: 0 !important;
}

.anythingSlider .row3 .box2Cols p {
  margin-top: 11px;
}

.anythingSlider .singleBox .row3 h2 {
  margin-bottom: 0;
  font-size: 17px;
}

.sliderBox .row3 .col-md-8 {
  float: right;
}

.contentBottom .contentLeft .whiteBoxLittle h3, .row1 .whiteBoxLittle h3 {
  padding-left: 20px;
}

.anythingSlider .singleBox .row3 h2 {
  font-size: 16px;
  line-height: 17px;
}

.anythingSlider .panel .csc-textpic-intext-left-nowrap img {
  border: 0 !important;
}

h1 {
  margin-top: 32px;
}

#pageId-495 iframe {
  border: none;
}

.tx-reeaicfvotation-pi1 .header_boardmember,
.tx-reeaicfvotation-pi1 .boardmember {
  width: 53%;
}

.tx-reeaicfvotation-pi1 .row:last-child,
.tx-reeaicfvotation-pi1 .row:last-child {
  display: none;
}

.panelSlider a {
  color: #f99d2a;
}

.panelSlider {
  padding: 0px;
}

.panelSlider h2 {
  margin-bottom: 10px;
}

.panelSlider h2 {
  font-size: 22px;
}

.panelSlider h3 {
  font-size: 19px;
}

.anythingSlider .panelSlider .box2Cols p {
  font-size: 13px;
  margin-top: 10px;
}

.panelSlider img {
  border: none !important;
}

.anythingSlider .singleBox .panelSlider h2 {
  margin-bottom: 8px;
}

.languages ul {
  position: absolute;
  z-index: 30;
}

#sthoverbuttons #sthoverbuttonsMain {
  width: 43px !important;
}

.hidden_link {
  position: absolute;
  bottom: 13px;
  width: 319px;
  height: 31px;
  right: 14px;
  text-indent: -9999px;
  display: block;
  z-index: 40;
}

#c8256 {
  position: relative;
}

@media screen and (max-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
#pageId-168 .news-single .news-img-wrap {
  display: none;
}

.tx-jfmulticontent-pi1 {
  display:none;
}
#pageId-69 .contentRight .news .article,
#pageId-69 .contentRight td {
  padding:0;
}
.flexslider,
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
  border: 0;
}
.flex-control-nav {
  bottom: 10px;
  z-index: 50;
}
.flex-control-paging li a.flex-active {
  background: #263693;
}
.flex-control-paging li a {
  background: #fff;
}
.tx-felogin-pi1 h3,
.tx-felogin-pi1 legend {
  display: none;
}
#indexedsearchbox .searchbox-button:after {
  content:"\f002";
  font-family: FontAwesome;
  background-image: none;
}
.coachitem a{
  font-weight: bold;
}
.coachitem p {
  margin-bottom: 0;
}


.coachData .col-md-7,
.coachData .col-md-5 {
  padding: 0;
}
.coachData img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}


.header_profile .col-md-7 .col-md-5 {
  padding-right: 15px;
}
.contact_details .fa {
  color: #C6C9CE;
  font-size: 22px;
  margin-right: 5px;
}
.coachData span.labelprofile {
  color: #717A81;
  margin-right: 5px;
}
.motto,
.contact_details {
  border-bottom: 1px dotted #557fbf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.motto {
	margin-top: 10px;
}
.profile_details h4 {
  color: #263693;
  font-size: 17px;
}
.profile_details h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.coach_image {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.coach_image img {
  margin-top: -10px;
  margin-left: -10px;
}

.coach_acc {
  background-image: url("../img/acc.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  display: block;
  background-size: cover;
  text-indent: -9999px;
  height: 142px;
}
.coach_pcc {
  background-image: url("../img/pcc.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  display: block;
  background-size: cover;
  text-indent: -9999px;
  height: 142px;
}
.coach_mcc {
  background-image: url("../img/mcc.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  display: block;
  background-size: cover;
  text-indent: -9999px;
  height: 142px;
}
.tx-srfeuserregister-pi1 input[type="input"],
.tx-srfeuserregister-pi1 input[type="password"],
.tx-srfeuserregister-pi1 input[type="text"] {
  border: 1px solid #93a7d6;
  height: 30px;
  width: 100%;
  padding-left: 0.5em;
}
.tx-srfeuserregister-pi1 textarea {
  border: 1px solid #93a7d6;
  width: 100%;
  padding-left: 0.5em;
}
.ui-autocomplete {
  padding: 10px;
  border: 1px solid #93a7d6 !important;
}
.ui-autocomplete li {
  padding-bottom: 5px;
  border: none;
  font-size: 12px !important;
}
.ui-autocomplete li:hover {
  background: transparent;
  color: #f99d2a;
  border: none;
}
.flexslider .csc-textpic {
  padding-left: 15px;
}
.tx-reea-articles .article {
	border: 0;
}
.tx-reea-articles .article.list-items {
	border:1px dotted #93a7d6;
}
.tx-reea-articles .article-subtitle {
	margin-bottom: 15px;
}
.tx-reea-articles .header_list {
	margin-top:15px;
	font-weight: bold;
	color: #f99d2a;
	font-size: 14px;
}
.tx-reea-articles .form-group {
	margin-bottom: 0;
}
.tx-reea-articles input,
.tx-reea-articles textarea{
	border: 1px solid #93a7d6;
	border-radius: 0;
}
.tx-reea-articles input[type="file"] {
	border: none;
}
.tx-reea-articles .btn-article {
	margin-bottom: 20px;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	padding: 0 5px;
}

.tx-reea-articles .btn-article:hover,
.tx-reea-articles .btn-article:focus {
	text-decoration: none;
	color: #fff;
}
.sectionWell input[type=checkbox] {
    /*visibility: hidden;*/
    margin-left: 5px;
}
.checkbox_field {
	position: relative;
	margin-bottom: 5px;
}

.checkbox_field input[type=checkbox] +label{
	position: absolute;
	left: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	background-image: url("../img/checkbox.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.checkbox_field input[type=checkbox]:checked +label {
	background-image: url("../img/checkbox_active.jpg");
}
.form-control {
	border-radius: 0;
}

@media screen and (max-width: 768px) {
	.popover-content,
	.popover {
		min-width: 200px;
	}
}
.searchSubmitBox {
	display: none;
}

.cookies {
	position: absolute;
	background-color: #e5e5e5;
	width: 100%;
	z-index: 100;
	opacity: 0.7;
	line-height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #596268;
}

.cookies span {
	line-height: 40px;
	color:#596268;
	opacity: 1;
}
.scroll-top {
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1000;
    background-color: #555;
    color: #fff;
    bottom: 40px;
    right: 40px;
    position: fixed;
    opacity: 0;
    width: 3em;
    height: 3em;
}
.css-arrow, .scroll-top .scroll-top-icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.css-arrow:before, .scroll-top .scroll-top-icon:before {
    content: '';
    position: absolute;
    height: 30%;
    width: 30%;
    border-top: 1px solid;
    border-left: 1px solid;
    top: 55%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-top.scroll-top-visible {
    opacity: 1;
}

@media screen and (max-width: 768px) {
	.navbar-form {
		margin: 0;
	}
	.coachList,
	.coachitem {
		margin: 0;
		padding: 0;
	}
}

.article .articleFooter {
	margin-top: 0;
	}

.tx-reeacoaches-pi3 h3 {
	padding-bottom: 0;
}
.contentLeft .article {
	border-bottom: 1px dotted #93a7d6;
}
.csc-space-before-small {
	margin-bottom: 20px;
}
ul.ui-autocomplete {
	background-color: #fff;
	width: auto;
}
ul.ui-autocomplete li {
	display: block;
}
.tx-srfeuserregister-pi1 dd {
	width: 70% !important;
}
#c257 .news-img-wrap{
  display:none;
}



/*    FAQ     */

.panel-default > .panel-heading {
    border-radius: 4px;
    border: 1px solid #cccccc;
    background: #f6f6f6;
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 31%, rgba(234,234,234,1) 66%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 31%,rgba(234,234,234,1) 66%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 31%,rgba(234,234,234,1) 66%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    padding: 0;
}
.panel-default > .panel-heading:hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce;
    background: rgb(244,239,217); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244,239,217,1) 32%, rgba(242,228,174,1) 67%, rgba(242,228,174,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(244,239,217,1) 32%,rgba(242,228,174,1) 67%,rgba(242,228,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(244,239,217,1) 32%,rgba(242,228,174,1) 67%,rgba(242,228,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4efd9', endColorstr='#f2e4ae',GradientType=0 ); /* IE6-9 */
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title a {
    font-size: 14px;
    font-weight: normal;
    color: #263693;
    font-family: "Open Sans",sans-serif;
    display: block;
    padding: 10px 15px;

}

.panel-title a i.fa {
    color: #f99d2a;
}
.panel-title a i {
    margin-right:10px;
}

.panel-collapse {
    background: rgb(246,246,246); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,246,246,1) 31%, rgba(234,234,234,1) 66%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,246,246,1) 31%,rgba(234,234,234,1) 66%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,246,246,1) 31%,rgba(234,234,234,1) 66%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

}
#pageId-380 .powermail_label {
    width: 29% !important;
    color: #444;
    cursor: inherit;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-top: 0;
}
#pageId-380 .powermail_field {
    width: 70% !important;
    margin: 0;
    color: #444;
    float: right;
    font-size: inherit;
}
.powermail_field input[type="text"] {
    border: 1px solid #bbb;
    height: auto;
    margin: 0;
}
.powermail_field input{
    width: 100%;
    padding: 5px;
    border: 1px solid #bbb;
}
.powermail_textarea {
    width: 100%;
    padding: 5px;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap {
    margin: 0 0 0.5em 0;
    clear: both;
    overflow: hidden;
}
div.tx-powermail{
  margin-top: 20px;
}
.tx-powermail .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
}
.powermail_fieldwrap_type_textarea {
  margin-top: 0 !important;
}
.powermail_submit,
.powermail_reset{
    margin: 5px 0 0 0;
    padding: 5px 20px !important;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background-color: #1e5799;
    border: 1px solid #eee;
    float: right;
    font-size: inherit;
    width: auto !important;
}
.tx-powermail .powermail_fieldset .parsley-errors-list {
    margin: 5px 0 20px 0;
    padding: 0;
    list-style-type: none;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    width: 400px;
    float: right;
    clear: left;
}
.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset .parsley-error,
.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail .powermail_fieldset div.error {
    background-color: #ebccd1;
    border: 1px solid #a94442;
    color: #a94442;
}

.tx-powermail .powermail_fieldset .parsley-errors-list>li {
    color: #a94442;
    padding: 5px 10px;
}

#pageId-677 .powermail_label {
    width: 45% !important;
    color: #727a80;
    cursor: inherit;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-top: 0;
}
#pageId-677 .powermail_field {
    width: 55% !important;
    margin: 0;
    color: #727a80;
    float: right;
    font-size: inherit;
}
#pageId-677 .powermail_fieldwrap_type_text .powermail_field {
    width: 100% !important;
}
#pageId-677 .powermail_fieldwrap_type_submit .powermail_submit {
    background-color: #f99d2a;
    border: 0 none;
    color: white;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    height: 34px;
    float: left;
}
#pageId-677 .powermail_fieldwrap_type_submit .powermail_field {
  width: 100% !important;
}
#pageId-677 div.tx-powermail {
    margin-top: 0;
}
#pageId-677 .tx-powermail .container-fluid{
  padding: 0;
}

#pageId-94 .powermail_label {
    width: 29% !important;
    color: #727a80;
    cursor: inherit;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    margin-top: 0;
}
#pageId-94 .powermail_field {
    width: 70% !important;
    margin: 0;
    color: #727a80;
    float: right;
    font-size: inherit;
}
#pageId-94 .powermail_fieldwrap_type_text .powermail_field {
    width: 100% !important;
}
#pageId-94 .powermail_fieldwrap_type_submit .powermail_submit {
    background-color: #f99d2a;
    border: 0 none;
    color: white;
    font-family: "Oswald",sans-serif;
    font-size: 18px;
    height: 34px;
    float: left;
}
#pageId-94 .powermail_fieldwrap_type_submit .powermail_field {
  width: 100% !important;
}

.tx-pbsurvey-pi1 .question {
    color: #6088c3;
    margin: 5px 0;
    padding-top: 25px;
    font-size: 14px;
    font-weight: normal;
}
.tx-pbsurvey-pi1 input[type="text"] {
    border: 1px solid #c0c0c0;
    width: auto !important;
}
.questionSubtext p{
    font-size: 13px;
}
.kesearchbox input {
    border: 1px solid #b2b2b2;
    width: 175px;
    padding: 3px;
    padding-right: 26px;
    height: 37px;
}

#pageId-729 .inputText {
    width: 150px !important;
    float: left;
}
#pageId-729 .searchContent .btn-success{
    position: relative;
    float: left;
    left: 150px;
    top: -8px;
    background-color: white;
}
#pageId-729 .whiteBoxBig h3 {
    padding-top: 0;
    float: left;
    width: auto;
}
#pageId-729 #ke_search_sword{
    top: -7px;
    color: #727a80;
}
#pageId-729 #kesearch_num_results{
    float: none;
}
#pageId-729 .result_txt{
  text-align: left;
}
#pageId-729 h1 {
    margin-bottom: 25px;
}
#pageId-729 #kesearch_results .result-list-item .result-number, #kesearch_results .result-list-item .result-title,
#pageId-729 .result-title a {
    text-decoration: none !important;
    color: #6088c3;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
#pageId-729 .tx-kesearch-pi1 #kesearch_results .result-list-item .hit{
    text-decoration: none !important;
    color: #6088c3;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
}
#pageId-729 .tx-kesearch-pi1 .add-info{
    display: none;
}
#pageId-729 .result-teaser{
    font-style: italic;
    font-size: 13px;
    font-weight: normal;
    margin-top: 20px;
    color: #727a80 !important;
}
#pageId-729 .result-teaser .hit{
    color: #f99d2a !important;
    font-weight: bold !important;
}
#pageId-729 .tx-kesearch-pi1 #kesearch_results .teaser_icon img{
    width: 16px;
    height: 16px;
}
.tx-kesearch-pi1 a.next, .tx-kesearch-pi1 a.prev{
    height: 20px !important;
    background: none;
    margin: 0 0 -6px 0 !important;
    margin-left: 10px !important;
}
.tx-kesearch-pi1 a.next:before{
    content: "\f105";
    color: #6088c3;
    font: normal normal normal 19px FontAwesome;
}
.tx-kesearch-pi1 a.prev:before{
    content: "\f104";
    color: #6088c3;
    font: normal normal normal 19px FontAwesome;
}
.searchContent .fa-search{
    display: inline-block;
    font: normal normal normal 15px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 10px;
    right: 10px;
}
.searchContent .fa-search:before {
    content: "\f002";
    font-size: 15px;
    color: #b2b2b2;
}
.searchContent .btn-success{
    position: absolute;
    top: 0px;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}
.searchContent .btn-success:focus{
    outline: none;
    box-shadow: none;
}
.searchContent .btn-success:active{
    box-shadow: none;
}
#advancedbutton {
	margin-top:20px;
}
.contenttable th, .contenttable td {
  border:none;
}
.tx-reeacoaches-pi3 .coach_please {
  text-indent: -9999px;
}
.tx-srfeuserregister-pi1 input[type="input"], .tx-srfeuserregister-pi1 input[type="password"], .tx-srfeuserregister-pi1 input[type="text"],
.tx-srfeuserregister-pi1 dd {
  width: 100% !important;
}
.tx-srfeuserregister-pi1 dd {
  display: inline-flex;
}
.mce-panel {
  width: 100% !important;
}
#tx-srfeuserregister-pi1-my_coaching_languages-2124 label {
  display: inline;
}

.coachData span.labelprofile {
  float:none;
}

.contact_details {
  margin-top:20px;
}
.footerBox ul li a {
  font-size: 12px;
}
.footerBox ul li {
  margin-right: 50px;
}
.navbar-nav ul li {
  padding:0 22px;
}

#pageId-831 .powermail_label{
  width: 100%;
  float: none;
}
#pageId-831 .powermail_field {
  width: 100% !important;
}

.powermail_form_18 label, .powermail_form_22 label, .powermail_form_20 label {
  float: none;
  color: #727a80;
  font-weight: normal;
}

.powermail_form_18 .powermail_label, .powermail_form_22 .powermail_label, .powermail_form_20 .powermail_label {
  width: 100% !important;
  font-weight: bold;
}

.powermail_form_18.powermail_field input, .powermail_form_22.powermail_field input, .powermail_form_20.powermail_field input {
  width: auto;
}

.powermail_form_18 input[type="text"], .powermail_form_22 input[type="text"], .powermail_form_20 input[type="text"],
.powermail_form_18 .powermail_textarea, .powermail_form_22 .powermail_textarea,  .powermail_form_20 .powermail_textarea{
  width: 100%;
}

.powermail_form_18 .powermail_field input, .powermail_form_22 .powermail_field input, .powermail_form_20 .powermail_field input{
  width: auto;
}

.powermail_form_18 .powermail_submit, .powermail_form_22 .powermail_submit, .powermail_form_20 .powermail_submit {
  float: none;
  width: auto !important;
}

.powermail_fieldwrap_revised1fr,.powermail_fieldwrap_revised2fr,.powermail_fieldwrap_revised3fr, .powermail_fieldwrap_revised4fr, .powermail_fieldwrap_revised5fr, .powermail_fieldwrap_revised6fr,
.powermail_fieldwrap_revised8fr, .powermail_fieldwrap_revised9fr, .powermail_fieldwrap_revised10fr {
  color: #f99d2a;
}