/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */
/* --- t r i n c h . c o m ---
web  -> http://www.trinch.com
mail -> info@trinch.com
------------------------------ */
/* rich-content */
.rich-content {
	font: 15px/24px 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	color: #504333;
}

/* highlighted */
.highlighted {
  padding: 20px; }

/* rc-txt */
.rc-txt p {
  margin: 0 0 15px; }

/* rc-rte */
body.mceContentBody.rc-rte {
	font: 15px/24px 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 5px;
}
.rc-rte {
	zoom: 1;
}
rc-rte:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: ".";
	height: 0;
	line-height: 0;
}

.rc-rte h1 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 20px;
}
.rc-rte h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 20px;
	color: #c90;
}
.rc-rte h3 {
	font-size: 20px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 0 20px;
}
.rc-rte h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	margin: 0 0 20px;
	color: #c90;
}
.rc-rte h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 20px;
}
.rc-rte h6 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #c90;
}

.rc-rte p {
	margin: 0 0 20px;
}
.rc-rte strong {
	font-weight: bold;
}
.rc-rte em {
	font-style: italic;
}
.rc-rte u {
	text-decoration: underline;
}
.rc-rte del {
	text-decoration: line-through;
}

.rc-rte ul,
.rc-rte ol {
	margin: 0 0 20px 25px;
}
.rc-rte ul ul,
.rc-rte ol ol {
	margin: 0 0 0 25px;
}
.rc-rte ul li {
	list-style-type: square;
}
.rc-rte ol li {
	list-style-type: decimal;
}

.rc-rte sub {
	vertical-align: sub;
}
.rc-rte sup {
	vertical-align: super;
}

.rc-rte hr {
	display: block;
	width: 100%;
	height: 1px;
	background: #e9e8e7;
	border: none;
	margin: 20px 0;
}

.rc-rte a {
	color: #56a3d9;
	text-decoration: underline;
}
.rc-rte a:hover {
	text-decoration: none;
}

.rc-rte .img-left {
	float: left;
	margin: 0 10px 5px 0;
}
.rc-rte .img-center {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.rc-rte .img-right {
	float: right;
	margin: 0 0 5px 10px;
}
.rc-rte .no-float {
	display: block;
	margin: 15px 0;
}

/* article-image-left */
.rc-article-image-left {
  zoom: 1;
  margin: 0 0 20px; }

.rc-article-image-left:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-article-image-left .image {
  float: left;
  width: 30%;
  text-align: center; }

.rc-article-image-left .image img {
  display: block;
  max-width: 100%; }

.rc-article-image-left .desc {
	border-left: 1px solid #e9e8e7;
	text-align: left;
	margin-left: 32%;
	padding-left: 2%;
}

/* article-image-right */
.rc-article-image-right {
  zoom: 1;
  margin: 0 0 20px; }

.rc-article-image-right:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-article-image-right .image {
  float: right;
  width: 30%;
  text-align: center; }

.rc-article-image-right .image img {
  display: block;
  max-width: 100%; }

.rc-article-image-right .desc {
	border-right: 1px solid #e9e8e7;
	text-align: right;
	margin-right: 32%;
	padding-right: 2%;
}

/* rc-two-cols */
.rc-two-cols {
  zoom: 1;
  width: 100%;
  margin: 0 0 20px; }

.rc-two-cols:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-two-cols li {
  float: left;
  width: 47.5%;
  margin: 0 0 0 5%; }

.rc-two-cols > li:first-child {
  margin: 0; }

.rc-two-cols li li {
  float: none;
  width: 100%; }

/* rc-three-cols */
.rc-three-cols {
  zoom: 1;
  width: 100%;
  margin: 0 0 20px; }

.rc-three-cols:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-three-cols li {
  float: left;
  width: 28.33%;
  margin: 0 0 0 5%; }

.rc-three-cols > li:first-child {
  margin: 0; }

.rc-three-cols li li {
  float: none;
  width: 100%; }

/* rc-image-list */
.rc-image-list {
  zoom: 1;
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px; }

.rc-image-list:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-image-list ul {
  float: left;
  width: 102%;
  margin: 0 -1%; }

.rc-image-list li {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 2%;
  padding: 0 1%; }

.rc-image-list li:nth-child(5n+1) {
  clear: left; }

.rc-image-list li img {
  display: block;
  max-width: 100%; }

/* rc-image-slider */
.rc-image-slider {
  position: relative;
  max-height: 800px;
  margin-bottom: 40px;
  padding: 0; }

.rc-image-slider > ul {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rc-image-slider > ul > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 30px; }

.rc-image-slider > li:first-child {
  position: relative;
  display: block;
  float: left; }

.rc-image-slider img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.rc-image-slider > ul > li a {
  font-style: italic;
  font-weight: 700;
  color: #3F3C3C;
  display: block;
  overflow: hidden;
  text-decoration: none; }

.rc-image-slider > ul > li span.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%; }

.rc-image-slider .slider__nav {
  z-index: 98;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.rc-image-slider .rslides_nav {
  display: block;
  position: absolute;
  font-size: 0;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: transform 0.15s, opacity 0.15s; }

.rc-image-slider .rslides_nav.prev {
  left: 25px;
  background-image: url("../img/ico-left-white.svg"); }

.rc-image-slider .rslides_nav:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.1); }

.rc-image-slider .rslides_nav.next {
  right: 25px;
  background-image: url("../img/ico-right-white.svg"); }

.rc-image-slider .rslides_tabs {
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  padding: 15px;
  text-align: center; }

.rc-image-slider .rslides_tabs li {
  display: inline-block;
  margin: 0 5px; }

.rc-image-slider .rslides_tabs a {
  display: block;
  font-size: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: transform 0.15s; }

.rc-image-slider .rslides_tabs a:hover {
  transform: scale(1.1); }

.rc-image-slider .rslides_here a {
  background-color: rgba(255, 255, 255, 0.7); }

/* rc-one-image */
.rc-one-image {
  display: block;
  width: 100%;
  margin: 0 0 20px; }

.rc-one-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/* rc-two-images */
.rc-two-images {
  zoom: 1;
  width: 100%;
  margin: 0 0 20px; }

.rc-two-images:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-two-images li {
  float: left;
  width: 47.5%;
  margin: 0 0 0 5%; }

.rc-two-images li:first-child {
  margin: 0; }

.rc-two-images li img {
  display: block;
  max-width: 100%; }

/* rc-three-images */
.rc-three-images {
  zoom: 1;
  width: 100%;
  margin: 0 0 20px; }

.rc-three-images:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-three-images li {
  float: left;
  width: 32%;
  margin: 0 0 0 2%; }

.rc-three-images li:first-child {
  margin: 0; }

.rc-three-images li img {
  display: block;
  max-width: 100%; }

/* rc-youtube */
.rc-youtube {
  margin: 0 auto; }

.rc-youtube.realsize {
  width: 560px;
  max-width: 100%; }

.rc-youtube.realsize,
.rc-youtube-left,
.rc-youtube-right {
  overflow: hidden;
  margin-bottom: 40px; }
  .rc-youtube.realsize .video,
  .rc-youtube-left .video,
  .rc-youtube-right .video {
    position: relative; }
  .rc-youtube.realsize .thumb,
  .rc-youtube-left .thumb,
  .rc-youtube-right .thumb {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .rc-youtube.realsize .thumb img,
    .rc-youtube-left .thumb img,
    .rc-youtube-right .thumb img {
      max-width: 100%;
      width: 100%; }
  .rc-youtube.realsize .embed,
  .rc-youtube-left .embed,
  .rc-youtube-right .embed {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden; }
  .rc-youtube.realsize iframe,
  .rc-youtube-left iframe,
  .rc-youtube-right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* rc-youtube-left */
.rc-youtube-left .desc,
.rc-youtube-left .video {
  float: left;
  width: 50%; }
.rc-youtube-left .desc {
  padding-left: 40px; }

/* rc-youtube-right */
.rc-youtube-right .desc, .rc-youtube-right .video {
  width: 50%; }
.rc-youtube-right .desc {
  float: left; }
.rc-youtube-right .video {
  float: right; }
.rc-youtube-right .desc {
  padding-right: 40px; }

/* rc-vimeo */
.rc-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0 0 20px; }

.rc-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* rc-issuu */
.rc-issuu {
  width: 100%;
  background-color: #000;
  text-align: center;
  margin: 0 0 20px; }

/* rc-attachments */
.rc-attachments {
  zoom: 1;
  width: 100%;
  margin: 0 0 20px; }

.rc-attachments:after {
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
  height: 0;
  line-height: 0; }

.rc-attachments li {
  padding: 10px 5px 10px 35px; }

.rc-attachments li.pdf {
  background: #f0f0f0 url(../img/filetypes/front/ico-pdf.png) no-repeat 10px 50%; }

.rc-attachments li.doc,
.rc-attachments li.docx {
  background: #f0f0f0 url(../img/filetypes/front/ico-doc.png) no-repeat 10px 50%; }

.rc-attachments li.xls,
.rc-attachments li.xlsx {
  background: #f0f0f0 url(../img/filetypes/front/ico-xls.png) no-repeat 10px 50%; }

.rc-attachments li.ppt,
.rc-attachments li.pptx {
  background: #f0f0f0 url(../img/filetypes/front/ico-ppt.png) no-repeat 10px 50%; }

.rc-attachments li a {
  text-decoration: underline; }

.rc-attachments li a:hover {
  text-decoration: none; }

.rc-attachments li span {
  float: right; }

.rc-attachments li.pdf:nth-child(2n+2) {
  background: url(../img/filetypes/front/ico-pdf.png) no-repeat 10px 50%; }

.rc-attachments li.doc:nth-child(2n+2),
.rc-attachments li.docx:nth-child(2n+2) {
  background: url(../img/filetypes/front/ico-doc.png) no-repeat 10px 50%; }

.rc-attachments li.xls:nth-child(2n+2),
.rc-attachments li.xlsx:nth-child(2n+2) {
  background: url(../img/filetypes/front/ico-xls.png) no-repeat 10px 50%; }

.rc-attachments li.ppt:nth-child(2n+2),
.rc-attachments li.pptx:nth-child(2n+2) {
  background: url(../img/filetypes/front/ico-ppt.png) no-repeat 10px 50%; }

/* rc-quote */
.rc-quote {
	display: block;
	background: url(../img/ico-quote.png) no-repeat 0 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 20px;
	border-top: 1px solid #e9e8e7;
	border-bottom: 1px solid #e9e8e7;
	padding: 10px 0;
}
.rc-quote blockquote {
  padding-left: 60px; }

/* rc-code */
.rc-code {
  display: block;
  margin: 0 0 20px; }

.rc-code code {
	display: block;
	border-left: 5px solid #e9e8e7;
	font-family: 'Monaco', 'Courier New', Courier, monospace;
	padding: 10px;
}

/* rc-btn */
.rc-btn {
  text-align: center;
  padding: 30px 0; }

.rc-btn a {
	display: inline-block;
	cursor: pointer;
	background: #c90;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
}
.rc-btn a:hover {
	background: #504333;
}

/* rc-form */
.rc-form {
  margin: 0 0 30px; }

.rc-form fieldset {
  width: 100%; }

.rc-form .field.text,
.rc-form .field.checkbox,
.rc-form .field.radiobutton,
.rc-form .field.dropdown {
  float: left;
  width: 48%;
  margin: 0 4% 10px 0; }

.rc-form .field.text.odd,
.rc-form .field.checkbox.odd,
.rc-form .field.radiobutton.odd,
.rc-form .field.dropdown.odd {
  margin: 0 4% 10px 0; }

.rc-form .field.text.even,
.rc-form .field.checkbox.even,
.rc-form .field.radiobutton.even,
.rc-form .field.dropdown.even {
  margin: 0 0 10px; }

.rc-form .field.rte {
  clear: left;
  margin: 0 0 10px; }

.rc-form .field.textarea {
  margin: 0 0 10px; }

.rc-form label {
  display: block;
  font: 12px;
  color: #666;
  padding: 0 0 5px 5px; }

.rc-form .field.textarea label {
  clear: left; }

.rc-form label em {
  color: red; }

.rc-form input[type="text"],
.rc-form input[type="password"],
.rc-form input[type="email"] {
	width: 100%;
	background: #fff;
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.ie7 .rc-form input[type="text"],
.ie7 .rc-form input[type="password"] {
  width: 90%; }

.rc-form textarea {
	min-height: 150px;
	max-width: 100%;
	width: 100%;
	background: #fff;
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.ie7 .rc-form textarea {
  width: 95%; }

.rc-form .error input[type="text"],
.rc-form .error textarea {
  background-color: #fff9f9; }

.rc-form .error.checkbox > label {
  color: #c30; }

.rc-form .buttons {
  clear: left; }

.rc-form .checkbox.error > label,
.rc-form .radiobutton.error > label,
.rc-form .dropdown.error > label {
  color: #c30; }

.rc-form input[type="submit"] {
	cursor: pointer;
	background: #504333;
	border: none;
	border-radius: 3px;
	color: #fff;
	padding: 5px 10px;
}
.rc-form input:hover[type="submit"] {
	background: #c90;
}

/* rc-mailer-event-registration */
.rc-mailer-event-registration {
  margin: 0 0 30px; }

.rc-mailer-event-registration fieldset {
  width: 100%; }

.rc-mailer-event-registration h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px; }

.rc-mailer-event-registration .number-of-people {
  border: 1px solid #eee;
  border-radius: 2px;
  line-height: 20px;
  padding: 10px 5px;
  margin: 0 0 20px; }

.rc-mailer-event-registration .number-of-people label,
.rc-mailer-event-registration .number-of-people select {
	display: inline-block;
	vertical-align: middle;
}
.rc-mailer-event-registration .field.text,
.rc-mailer-event-registration .field.checkbox,
.rc-mailer-event-registration .field.radiobutton,
.rc-mailer-event-registration .field.dropdown {
  float: left;
  width: 48%;
  margin: 0 4% 10px 0; }
.rc-mailer-event-registration .field.text.odd,
.rc-mailer-event-registration .field.checkbox.odd,
.rc-mailer-event-registration .field.radiobutton.odd,
.rc-mailer-event-registration .field.dropdown.odd {
  margin: 0 4% 10px 0; }
.rc-mailer-event-registration .field.text.even,
.rc-mailer-event-registration .field.checkbox.even,
.rc-mailer-event-registration .field.radiobutton.even,
.rc-mailer-event-registration .field.dropdown.even {
	margin: 0 0 10px;
}
.rc-mailer-event-registration .field.rte {
	clear: left;
	margin: 0 0 10px;
}
.rc-mailer-event-registration .field.textarea {
	margin: 0 0 10px;
}
.rc-mailer-event-registration label {
	display: block;
	font: 12px;
	color: #666;
	padding: 0 0 5px 5px;
}
.rc-mailer-event-registration .field.textarea label {
	clear: left;
}
.rc-mailer-event-registration label em {
	color: red;
}
.rc-mailer-event-registration input[type="text"],
.rc-mailer-event-registration input[type="password"] {
	width: 100%;
	background: #fff;
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.ie7 .rc-mailer-event-registration input[type="text"],
.ie7 .rc-mailer-event-registration input[type="password"]{
	width: 90%;
}
.rc-mailer-event-registration textarea {
	min-height: 150px;
	max-width: 100%;
	width: 100%;
	background: #fff;
	box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.15);
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.ie7 .rc-mailer-event-registration textarea {
	width: 95%;
}
.rc-mailer-event-registration .error input[type="text"],
.rc-mailer-event-registration .error textarea {
	background: #FCE9EA;
	border: 1px solid #F12833;
	color: #F12833;
}
.rc-mailer-event-registration .error.checkbox > label {
	color: #c30;
}
.rc-mailer-event-registration .buttons {
	clear: left;
}
.rc-mailer-event-registration .checkbox.error > label,
.rc-mailer-event-registration .radiobutton.error > label,
.rc-mailer-event-registration .dropdown.error > label {
	color: #c30;
}
.rc-mailer-event-registration input[type="submit"] {
	cursor: pointer;
	background: #9bbe48;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	border: none;
	border-radius: 3px;
	font: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
}
.rc-mailer-event-registration input:hover[type="submit"] {
	background: #333;
}

/* rc-gmap */
.rc-gmap .map {
  width: 100%;
  height: 350px; }

/* social share */
.social-share {
  margin: 10px 0; }

.social-share ul:after {
  content: '';
  display: block;
  clear: both; }

.social-share ul {
  margin: 0;
  padding: 0; }

.social-share ul li {
  float: left;
  margin: 0 5px;
  list-style-type: none; }

.social-share ul li a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  opacity: 0.6; }

.social-share ul li.facebook a {
  background: url(../img/social-share/facebook.png);
  background-size: 30px 30px; }

.social-share ul li.twitter a {
  background: url(../img/social-share/twitter.png);
  background-size: 30px 30px; }

.social-share ul li.linkedin a {
  background: url(../img/social-share/linkedin.png);
  background-size: 30px 30px; }

.social-share ul li.google-plus a {
  background: url(../img/social-share/googleplus.png);
  background-size: 30px 30px; }

.social-share ul li a:hover {
  opacity: 1; }

/* rc-cta */
.rc-cta {
  float: left;
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 10px 10px 50px;
  background: #EEE;
  margin-bottom: 20px;
  position: relative; }
  .rc-cta .image {
    padding-bottom: 15px; }
    .rc-cta .image img {
      width: 100%; }
  .rc-cta .rc-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    padding: 10px 0 20px; }
    .rc-cta .rc-btn a {
      padding: 5px 10px; }

/*# sourceMappingURL=cms.rte.css.map */
