@charset "UTF-8";
/* CSS Document */
html, body { font-family: 'Montserrat', sans-serif; }
.jumbotron {
padding: 0; margin: 0 auto !important;
	max-width: 1140px;
	background: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.tweetThis { display: inline-block !important; }
.tweetThis div.col-12 { display: inline-block; }
.navogationo { display: inline-block; }

}

a:link { word-break: break-word; }

h2, h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 24px; letter-spacing: 1px; text-transform: uppercase; padding-bottom: .75em; }
h4 { font-size: 16px; padding-bottom: 0.2em; display: block; width: 100%; }

.content .col-12 { padding: 0 !important; margin-bottom: 0; }
.content .col-12 a.a-spacer { margin-top: 1.05rem; padding: 0; }

.mainContent { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 29px; }

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .1s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  color: #d0715b;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
}

p.read-more-wrap { margin-bottom: 0; }

/**** Right Side Box ****/
.rowTable { width: 100%; background:#fff; box-shadow: 0 6px 23px 0 rgba(0,0,0,0.16); border-radius: 4px; padding-bottom: 2em; }
.rowTable .heading { width: 100%; background-color: #eaeaea; border-radius: 4px 4px 0 0; text-align: center; padding: 1em; color: #000; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
.rowTable a { display: flex; align-items: center; width: 100%; text-align: left; padding: 1.5em 5%; transition: background 0.2s ease; color: #000; }
.rowTable a:hover { background: url(../support-arrows-2.html) no-repeat rgba(0,0,0,0.05) 96% 50%; background-size: 7px auto; text-decoration: none; }
.rowTable hr { display: block; width: 90%; border-top: 1px solid #ccc; margin: 0 auto; }
.rowTable a div { float: left; }
.rowTable .row { margin-left: 0 !important; margin-right: 0 !important; }
.rowTable .icon { color: #d0715b; font-size: 35px; }
.rowTable a span.linkText { display: block; color: #d0715b; text-transform: uppercase; font-size: 12px; font-weight: 700; }
.rowTable .col-md-2 { flex: 0 0 16.666667% !important; max-width: 16.666667% !important; }
.rowTable .col-md-9 { flex: 0 0 75% !important; max-width: 75% !important; }
.rowTable .col-md-1 { flex: 0 0 8.333333% !important; max-width: 8.333333% !important; }

/**** Greybox Code ****/
.greyBox { background: #f3f4f4; border-radius: 7px; padding: 1em 1em; display: block; color: #000; font-size: 20px; font-family: 'Montserrat', sans-serif; margin-top: 0.5em; max-width: 426px; }
.greyBox .row { margin-left: 0; margin-right: 0; }
.greyBox .col-md-3.col-12 { flex: 0 0 25% !important; max-width: 25% !important; }
.greyBox .col-md-6.col-12 { flex: 0 0 50% !important; max-width: 50% !important; }
.greyBox span { font-size: 16px; }

/**** Tweet This ****/
.row.social { margin-top: 2em !important; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 1em 0; font-size: 13px; font-weight: bold; }
.tweeter { text-align: right; }

.content { margin-bottom: 5em; }

a.tweetThis { display: flex; color: #d0715b !important; }
a.tweetThis span { color: #000000 !important; } 

.show-text { position: relative !important; top: auto !important; }


@media screen and (min-width: 768px) { 
	.marginTopPush { margin-top: 3em; }
}

@media screen and (max-width:990px) {
	.rowTable a { font-size: 14px; }
	.rowTable .icon { font-size: 25px; }
    .link-container .container { padding-right: 0; padding-left: 0; }
}

@media screen and (max-width:767px) {
	.rowTable { margin-top: 1.5em; }
	.tweeter { text-align: left; }
    a.tweetThis { display: block; }
}

@media screen and (max-width:450px) {
	.greyBox span { font-size: 12px; }
}

@media screen and (max-width:366px) {
	.greyBox span { display: block; }
	.greyBox .one span { display: inline; }
}