a {
  color: #ab3632;
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #babdbf;
}
:-moz-placeholder {
  color: #babdbf;
}
::-moz-placeholder {
  color: #babdbf;
}
:-ms-input-placeholder {
  color: #babdbf;
}
body {
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  background: #ebf0f4 url('../img/sstart_04.png') no-repeat center top;
  color: #20284d;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #fef7e0;
}
.logo-wrap {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2000;
}
.logo-wrap .logo {
  width: 190px;
  height: 200px;
  position: absolute;
  left: 20px;
  top: 23px;
  background: url('../img/logo.png') no-repeat left top;
}
.svg .logo-wrap .logo {
  background: url('../img/logo.svg') no-repeat left top;
}
#nav {
  z-index: 500;
  position: relative;
  width: 100%;
  font-size: 17px;
}
#nav .block {
  background-color: white;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
#nav .block .subnavi {
  display: none;
}
#nav .block ul.main-navi {
  padding: 0 20px 0 0;
  margin: 0;
  list-style: none;
  width: 980px;
}
#nav .block ul.main-navi li {
  float: right;
}
#nav .block ul.main-navi li a {
  padding: 40px 23px 40px 23px;
  text-align: center;
  display: block;
  color: #8a9093;
}
#nav .block ul.main-navi li a:hover,
#nav .block ul.main-navi li a.selected {
  color: #20284d;
  padding-top: 34px;
  border-top: 6px solid #fbcb3b;
}
#main {
  width: 1000px;
  background-color: #ffffff;
  margin: 0 auto;
}
#main article.block,
#main div.block {
  padding: 0;
  max-width: 1000px;
}
#main .content-wrap {
  width: 100%;
  background-color: white;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  overflow: hidden;
  background: white url('../img/right-col-bg.gif') repeat-y 745px top;
}
#main .content-wrap .header {
  font-size: 17px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  width: 100%;
  float: left;
  position: relative;
  z-index: 200;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background: rgba(22,25,57,0);
}
#main .content-wrap .main-column {
  width: 745px;
  margin-right: 1px;
  float: left;
  position: relative;
}
#main .content-wrap .main-column .slideshow {
  height: 475px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#main .content-wrap .main-column .slideshow a.back-link-content {
  display: none;
  height: 32px;
  background: rgba(22,25,57,0.8) url('../img/arrows.gif') no-repeat -22px center;
  padding: 18px 0 0 50px;
  width: 150px;
  color: white;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main .content-wrap .main-column .slideshow a.back-link-content:hover {
  background-color: #161939;
}
#main .content-wrap .main-column .slideshow-nav-wrap {
  position: absolute;
  left: 40px;
  top: 390px;
  width: 705px;
}
#main .content-wrap .main-column .slideshow-nav-wrap a.back-link {
  height: 27px;
  background: rgba(22,25,57,0.8) url('../img/arrows.gif') no-repeat -27px center;
  padding: 13px 0 0 44px;
  display: block;
  width: 135px;
  color: white;
  font-size: 13px;
}
#main .content-wrap .main-column .slideshow-nav-wrap a.back-link:hover {
  background-color: #161939;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav {
  width: 100%;
  height: 40px;
  background: rgba(22,25,57,0.8);
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav > span {
  height: 40px;
  width: 40px;
  float: left;
  border-right: 1px solid #2c376a;
  cursor: pointer;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav > span:hover {
  background-color: #161939;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav .left {
  background: url('../img/arrows.gif') no-repeat -28px center;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav .left.disabled {
  background: url('../img/arrows_disabled.gif') no-repeat -28px center !important;
  cursor: auto;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav .right {
  background: url('../img/arrows.gif') no-repeat 16px center;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav .right.disabled {
  background: url('../img/arrows_disabled.gif') no-repeat 16px center !important;
  cursor: auto;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav .label {
  float: left;
  width: 603px;
  color: #e6e6e6;
  font-size: 13px;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav div > span {
  color: #FFF;
  display: block;
  padding: 12px 0 0 18px;
  height: 30px;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav a {
  color: #c2c5c7;
  display: block;
  padding: 17px 0 0 21px;
  height: 43px;
}
#main .content-wrap .main-column .slideshow-nav-wrap .slideshow-nav a:hover {
  color: white;
}
#main .content-wrap .main-column .slideshow-nav-wrap .white-box {
  width: 100%;
  height: 45px;
  background: white;
}
#main .content-wrap .main-column .content {
  padding: 0 45px 45px 90px;
  background: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 26px;
}
#main .content-wrap .main-column .content .infound-quotation-pi1 {
  font-size: 25px;
  line-height: 34px;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
#main .content-wrap .main-column .content .tx-infound-quotation-0 .infound-quotation-pi1 {
  font-size: 20px;
  line-height: 29px;
  padding: 0;
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
#main .content-wrap .main-column .content .tx-infound-quotation-0 p.author {
  margin-top: 9px !important;
}
#main .content-wrap .main-column .content p > a:hover {
  text-decoration: underline;
}
#main .content-wrap .main-column .content ul {
  list-style: square;
  padding-left: 17px;
  line-height: 25px;
}
#main .content-wrap .main-column .content ul {
  padding-left: 20px;
  line-height: 25px;
}
#main .content-wrap .main-column .content ol {
  padding-left: 25px;
  line-height: 25px;
}
#main .content-wrap .main-column .content h2 {
  font-weight: normal;
}
#main .content-wrap .main-column .content .author {
  margin-top: 9px;
  color: #9fa4a7;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
}
#main .content-wrap .main-column .content .intro-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 29px;
  color: #777e82;
}
#main .content-wrap .main-column .content .two-column-wrapper .column {
  width: 47%;
  padding: 20px 0 35px 0;
  float: left;
}
#main .content-wrap .main-column .content .two-column-wrapper .column.first-child {
  margin-right: 6%;
}
#main .content-wrap .main-column .content .two-column-wrapper .column h2 {
  font-size: 26px;
  margin: 0 5px 25px 0;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}
#main .content-wrap .main-column .content .two-column-wrapper .column p {
  margin: 0;
  padding: 0;
}
#main .content-wrap .main-column .content .two-column-wrapper .column .bottom-link {
  margin-top: 25px;
  display: block;
  float: left;
  font-size: 14px;
}
#main .content-wrap .main-column .content .two-column-wrapper .column .bottom-link:hover {
  text-decoration: underline;
}
#main .content-wrap .main-column .right-column-links {
  display: none;
}
#main .content-wrap .right-column {
  width: 254px;
  float: left;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: -1px;
}
#main .content-wrap .right-column .sidebar-navi {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main .content-wrap .right-column .sidebar-navi li a {
  color: #848b8f;
  border-bottom: 1px solid #e8e8e8;
  display: block;
  padding: 15px 0 15px 20px;
}
#main .content-wrap .right-column .sidebar-navi li a:hover,
#main .content-wrap .right-column .sidebar-navi li a.selected {
  background: white;
  border-left: 6px solid #fbcb3b;
  padding-left: 14px;
  color: #20284d;
  background: url('../img/bg-pattern.png') repeat left top;
}
#main .content-wrap .right-column .sidebar-navi li a.selected {
  font-weight: normal;
}
#main .content-wrap .right-column .box {
  padding: 28px 0 0 0;
  border-bottom: 1px solid #e8e8e8;
}
#main .content-wrap .right-column .box .headline {
  font-size: 21px;
  line-height: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #e8e8e8;
  font-family: Georgia, "Times New Roman", Times, serif;
  border-bottom-style: dotted;
}
#main .content-wrap .right-column .box .entry {
  display: block;
  padding: 15px 20px 17px 20px;
  border-bottom: 1px solid #e8e8e8;
  border-bottom-style: dotted;
}
#main .content-wrap .right-column .box .entry span {
  display: block;
}
#main .content-wrap .right-column .box .entry .news-head {
  color: #20284d;
  margin-top: 7px;
  font-family: "franklin-gothic-urw-n5", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  line-height: 18px;
}
#main .content-wrap .right-column .box .entry .dates-head {
  color: #20284d;
  margin-bottom: 5px;
  font-family: "franklin-gothic-urw-n5", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
}
#main .content-wrap .right-column .box .entry .date {
  display: block;
  color: #9fa4a7;
}
#main .content-wrap .right-column .box .entry:hover {
  background: url('../img/bg-pattern.png') repeat left top;
}
#main .content-wrap .right-column .box .entry input {
  outline: 0;
  display: block;
}
#main .content-wrap .right-column .box .bottom-link {
  margin: 19px 0 20px 20px;
  display: block;
  color: #ab3632;
}
#main .content-wrap .right-column .box .bottom-link:hover {
  text-decoration: underline;
}
#main .content-wrap .right-column .box .newsletter {
  padding: 20px;
}
#main .content-wrap .right-column .box .newsletter input[type=text] {
  outline: 0;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 5px;
  width: 202px;
  margin-bottom: 8px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
}
#main .content-wrap .right-column .box .newsletter input.error {
  background-color: #fadfdf;
}
#main .content-wrap .right-column .box .newsletter label.error {
  display: none !important;
}
#main .content-wrap .right-column .box .newsletter input[type=submit] {
  outline: 0;
  background-color: #ab3632;
  color: white;
  font-size: 13px !important;
  line-height: 13px;
  border: none;
  display: block;
  margin: 8px 0 8px 0;
  padding: 7px 10px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  float: left;
}
#main .content-wrap .right-column .box .newsletter input[type=submit]:hover {
  background-color: #702321;
}
.content-page .content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-top: 0;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
}
.content-page .content p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 26px;
}
footer {
  overflow: hidden;
}
footer .block {
  width: 1000px;
  margin: 0 auto;
  background-color: white;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  overflow: hidden;
}
footer .footer {
  background: url('../img/bg-pattern.png') repeat left top;
  width: 100%;
  float: left;
  font-size: 14px;
  padding: 40px 0;
  color: #20284d;
  line-height: 20px;
  border-top: 1px solid #e8e8e8;
}
footer .footer a:hover {
  text-decoration: underline;
}
footer .footer .column {
  width: 200px;
  float: left;
}
footer .footer .column .head {
  padding-bottom: 10px;
  font-weight: bold;
}
footer .footer .column p {
  margin: 0;
  padding: 0;
}
footer .footer .column ul {
  margin: 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #e8e8e8;
  list-style: none;
}
footer .footer .column ul.top {
  height: 205px;
  margin-bottom: 30px;
}
footer .footer .column ul.bottom {
  height: 136px;
}
footer .footer .column ul li {
  margin-bottom: 4px;
}
footer .footer .column.first-child {
  width: 256px;
  padding-left: 90px;
}
footer .footer-bottom {
  padding: 15px 0;
  background: url('../img/bg-pattern.png') repeat left top;
  color: #7f868a;
  float: left;
  text-align: center;
  width: 100%;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
}
footer .footer-bottom a {
  margin-left: 30px;
  color: #7f868a;
  text-decoration: underline;
}
footer .footer-bottom a:hover {
  text-decoration: none;
}
#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  -webkit-backface-visibility: hidden;
}
.block {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("../img/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.no-svg .close-btn {
  background-image: url("../img/close-btn.png");
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#inner-wrap {
  position: relative;
  width: 100%;
}
#nav {
  z-index: 200;
  position: relative;
  width: 100%;
}
#nav .close-btn {
  display: none;
}
#nav .block {
  z-index: 2;
  position: relative;
}
#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before,
#nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#top {
  z-index: 1000;
  position: relative;
  color: #fff;
  background: #333333;
}
#top .nav-btn {
  display: none;
}
#main {
  background: #fff;
  z-index: 100;
}
.csc-textpic > .csc-textpic-text > p:first-child {
  margin-top: 0 !important;
}
.csc-textpic > .csc-textpic-imagewrap {
  padding-top: 4px;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
  margin-right: 20px;
}
div.divider hr {
  color: #e8e8e8;
  background-color: #e8e8e8;
  height: 1px;
  border: none;
  margin: 0 0 20px 0;
}
div.news-list-container {
  border-top: 1px solid #e8e8e8;
  border-top-style: dotted;
  margin-top: 20px;
}
div.news-list-container .news-list-item {
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  border-bottom-style: dotted;
}
div.news-list-container .news-list-item:last-child {
  border-bottom: none;
}
div.news-list-container .news-list-item p {
  font-size: 15px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  line-height: 22px;
}
div.news-list-container .news-list-item .read-more-link {
  margin: 0;
  font-size: 15px;
}
div.news-list-container .news-list-item .read-more-link a {
  line-height: 40px;
}
div.news-list-container .news-list-date {
  font-size: 14px;
  display: block;
  color: #9fa4a7;
  margin-bottom: 10px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
}
div.news-list-container p {
  margin-bottom: 0;
  margin-top: 10px;
}
div.news-list-container img {
  margin: 20px 15px 0 0;
  float: left;
}
div.news-list-container h2 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 28px;
  font-size: 20px;
}
div.news-list-container h2 a {
  color: #20284d;
}
div.news-list-container h2 a:hover {
  color: #ab3632;
}
div.news-single-browse div {
  width: 50%;
  float: left;
}
div.news-single-browse div.news-single-browse-prev a {
  background: url('../img/arrow_prev.gif') 15px center no-repeat;
}
div.news-single-browse div.news-single-browse-prev a:hover {
  background-color: #f4f5f5;
}
div.news-single-browse div.news-single-browse-next {
  float: right;
}
div.news-single-browse div.news-single-browse-next a {
  float: right;
  text-align: right;
  background: url('../img/arrow_next.gif') center right no-repeat;
}
div.news-single-browse div.news-single-browse-next a:hover {
  background-color: #f4f5f5;
}
div.news-single-browse a {
  margin-top: 30px;
  border: 1px solid #e8e8e8;
  padding: 12px 37px 12px 37px;
  box-sizing: border-box;
  width: 97%;
  heigth: 14px;
  font-size: 14px;
  display: block;
  color: #20284d;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}
div.news-list-browse {
  margin-top: 25px;
  border-left: 1px solid #e8e8e8;
  height: 43px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
}
div.news-list-browse .activeLinkWrap {
  color: #9fa4a7;
}
div.news-list-browse a,
div.news-list-browse .activeLinkWrap {
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 12px 17px;
  heigth: 14px;
  font-size: 14px;
  float: left;
}
div.news-list-browse a {
  color: #20284d;
}
div.news-list-browse a:hover {
  background: #f4f5f5;
}
div.news-list-browse .disabledLinkWrap {
  display: none;
}
div.news-list-browse .showResultsWrap {
  display: none;
}
div.news-single-item .news-list-date {
  font-size: 14px;
  display: block;
  color: #9fa4a7;
  margin-bottom: 20px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
}
div.news-single-item .subheader i {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 28px;
  color: #777e82;
  font-style: normal;
}
div.news-single-item .news-single-img {
  float: left;
  margin: 6px 15px 0 0;
}
div.news-single-item .news-single-img .news-single-imgcaption {
  margin: 0;
  padding: 0;
  font-size: 75%;
  font-style: italic;
  line-height: 110%;
  margin: 5px 0 15px 0;
}
.tx-stmevents .date {
  background: url('../img/calender.svg') no-repeat left 0;
  padding-left: 18px;
  line-height: 14px !important;
  margin-top: 7px;
}
.tx-stmevents .read-more-link {
  line-height: 40px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
}
.content-page .content .tx-stmevents .date {
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  color: #9fa4a7;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 14px;
}
.content-page .content .tx-stmevents .event-list {
  border-top: 1px solid #e8e8e8;
  border-top-style: dotted;
  margin-top: 20px;
  font-size: 15px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
}
.content-page .content .tx-stmevents .event-list .event-list-item {
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  border-bottom-style: dotted;
}
.content-page .content .tx-stmevents .event-list .event-list-item:last-child {
  border-bottom: none;
}
.content-page .content .tx-stmevents .event-list .event-list-item h2 {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 28px;
  font-size: 20px;
}
.content-page .content .tx-stmevents .event-list .event-list-item h2 a {
  color: #20284d;
}
.content-page .content .tx-stmevents .event-list .event-list-item h2 a:hover {
  color: #ab3632;
}
.content-page .content .tx-stmevents .event-list .event-list-item .event-text {
  line-height: 22px;
}
.content-page .content .tx-stmevents .event-list .event-list-item .read-more-link:hover {
  text-decoration: underline;
}
.f3-widget-paginator {
  list-style: none !important;
  padding: 0 !important;
  margin: 25px 0 25px 0 !important;
  line-height: 17px !important;
  float: left;
  border-left: 1px solid #e8e8e8;
  height: 43px;
  background: white;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
}
.f3-widget-paginator li {
  float: left;
}
.f3-widget-paginator li.current {
  color: #9fa4a7;
}
.f3-widget-paginator li a,
.f3-widget-paginator li.current {
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 12px 17px;
  heigth: 14px;
  font-size: 14px;
  float: left;
  display: block;
}
.f3-widget-paginator li a {
  color: #20284d;
}
.f3-widget-paginator li a:hover {
  background: #f4f5f5;
}
.tx-powermail ul {
  color: #ab3632;
  font-size: 15px;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
}
.tx-powermail label {
  font-size: 15px;
  font-family: "franklin-gothic-urw-n5", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
}
.tx-powermail input[type=text],
.tx-powermail textarea {
  outline: 0;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 15px;
  width: 202px;
  margin: 8px 0 20px 0;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  width: 300px;
  background-color: white;
}
.tx-powermail input[type=text]:focus,
.tx-powermail textarea:focus {
  border-color: #c7cacc;
}
.tx-powermail input[type=submit] {
  outline: 0;
  background-color: #ab3632;
  color: white;
  font-size: 15px !important;
  font-family: "franklin-gothic-urw-n5", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-weight: 500;
  line-height: 13px;
  border: none;
  display: block;
  margin: 0;
  padding: 12px 18px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  float: left;
}
.tx-powermail input[type=submit]:hover {
  background-color: #702321;
}
div.tx-stmslider .sliderResponsive {
  display: none;
}
#newsletterForm_content {
  margin-bottom: 30px;
}
#newsletterForm_content input {
  display: block;
  margin-bottom: 20px;
}
#newsletterForm_content input.error {
  background-color: #fadfdf;
}
#newsletterForm_content label.error {
  display: none !important;
}
#newsletterForm_content input[type=text] {
  outline: 0;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin: 8px 0 20px 0;
  font-family: "franklin-gothic-urw-n4", "franklin-gothic-urw", Arial, Helvetica, Geneva, sans-serif;
  font-size: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
}
#newsletterForm_content input[type=text]:focus {
  border-color: #c7cacc;
}
#newsletterForm_content input[type=submit] {
  outline: 0;
  background-color: #ab3632;
  color: white;
  font-size: 13px !important;
  line-height: 13px;
  border: none;
  display: block;
  margin: 8px 0 8px 0;
  padding: 15px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  float: left;
}
#newsletterForm_content input[type=submit]:hover {
  background-color: #702321;
}
div.addthis_toolbox {
  margin-top: 35px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
}
.read-more,
.read-less {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
.read-less {
  margin-top: -17px;
}
.virtue-of-month p {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5em;
  display: block;
}
.yt-icon {
  padding-right: 5px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.col-2 {
  float: left;
  width: 50%;
}
.col-2--right {
  padding-top: 34px;
}
@media (min-width: 845px) {
  .col-2 {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  .col-2 {
    width: 100%;
    padding-top: 0;
  }
}
.shariff-button.googleplus {
  display: none;
}
