@import "../css_source/fonts.css?2";
.clearfix, .desktop-pull-left, .desktop-pull-right {
  zoom: 1;
}
.clearfix:before, .desktop-pull-left:before, .desktop-pull-right:before, .clearfix:after, .desktop-pull-left:after, .desktop-pull-right:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after, .desktop-pull-left:after, .desktop-pull-right:after {
  clear: both;
}
/****classes used with @extend****/
.responsiveVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.responsiveVideo iframe, .responsiveVideo object, .responsiveVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clear {
  clear: both;
}
.clearRight {
  clear: right;
}
@media screen and (max-width: 949px) {
  .clearRight {
    clear: both;
  }
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
@media screen and (min-width: 950px) {
  .desktop-pull-right {
    float: right;
    clear: none;
  }
  .desktop-pull-left {
    float: left;
    clear: none;
  }
}
@media screen and (min-width: 600px) {
  .desktopAndTablet-pull-right {
    float: right;
    clear: none;
  }
  .desktopAndTablet-pull-left {
    float: left;
    clear: none;
  }
}
@media screen and (max-width: 949px) {
}
@media screen and (max-width: 599px) {
  .mobileSplit {
    display: block;
    margin-top: 10px;
  }
}
.tabletAndBelowInline {
  display: none;
}
@media screen and (max-width: 950px) {
  .tabletAndBelowInline {
    display: inline;
  }
}
li.poststatus-private, li.poststatus-draft {
  opacity: 0.5;
}
#wpadminbar {
  position: fixed !important;
}
@media screen and (min-width: 600px) {
  .verticalCenter {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
iframe {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .mobilehide {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .mobileonly {
    display: none !important;
  }
}
body {
  line-height: 1.3;
  -webkit-font-smoothing: auto !important;
}
body, html body.mceContentBody {
  font-size: 17px;
  font-weight: 200;
}
body, input, select, textarea, button, .ui-widget {
  font-family: 'Interstate', sans-serif;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
img.alignleft {
  margin: 15px 15px 15px 0;
}
.alignright {
  float: right;
}
img.alignright {
  margin: 15px 0 15px 15px;
}
body p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
  color: #333;
}
body p strong {
  color: black;
}
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, #nav a, #main-left .branchparent a {
  font: 'Interstate', sans-serif;
}
h1 {
  color: #113b6c;
  font-family: 'Interstate', sans-serif;
}
body h2 {
  color: black;
  font-family: 'Interstate', sans-serif;
  font-size: 28px;
  margin: 0.8em 0 0.25em;
  font-weight: 200;
  text-transform: none;
  line-height: 1.1em;
}
body h3 {
  color: #113b6c;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 2em;
  line-height: 1.1em;
}
body h5, body h4 {
  color: gray;
  font-size: 18px;
  margin: 1em 0 0.5em;
  line-height: 1.1em;
}
body h4 {
  font-weight: normal;
  color: #113b6c;
}
body blockquote {
  margin: 1.5em 0 1.5em 0;
  font-size: 18px;
  padding: 1px 20px 1px 22px;
  clear: both;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4em;
  position: relative;
}
body blockquote, body blockquote p {
  color: gray;
}
body blockquote h3 {
  color: #113b6c;
}
body blockquote p:last-child {
  margin-bottom: 0;
}
body blockquote:before {
  border-radius: 30px;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #113b6c;
  width: 8px;
}
body .content blockquote {
  margin: -25px -25px 30px;
}
a, body .content h2 a strong {
  color: #113b6c;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover, body .content h2 a:hover strong {
  color: #1cb1d1;
  text-decoration: none;
}
p.importante {
  background: #ffd5d7;
  padding: 5px;
  margin-bottom: 1em;
}
p.importante strong, p.importante b {
  color: #9d000e !important;
}
.content strong, .content b {
  color: black;
}
a.download {
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  background: #1cb1d1;
  position: relative;
  padding: 6px 10px 5px 28px;
  display: inline-block;
  margin: 5px 0;
  border-radius: 10px;
  transition: 0.3s all;
}
a.download.pull-right {
  margin-top: -5px;
}
a.download:hover {
  background: #3baf34;
  text-decoration: none;
}
a.download:before {
  position: absolute;
  font-family: 'FontAwesome' !important;
  top: 5px;
  left: 6px;
  content: "";
  /*pdf*/
  content: "";
  /*download with cloud*/
}
.content img, .post-content img {
  max-width: 100%;
  height: auto;
}
small {
  opacity: 0.65;
}
/** Marketica */
/** clearfix hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/******/
.text_block {
  margin: 20px 0;
}
h6 {
  font-size: 16px;
  margin: 0;
}
table + h2, table + h3, table + h4, table + p {
  clear: both;
}
#tinymce table, #main-right table {
  padding: 5px 0;
  margin-bottom: 20px;
  box-shadow: 0 0 20px #ddd;
  border-radius: 5px;
}
#tinymce table td, #main-right table td {
  border-top: 1px solid #ddd;
}
#tinymce table td, #main-right table td, #tinymce table th, #main-right table th {
  padding: 2px 10px 0 0;
}
#tinymce table th, #main-right table th {
  text-align: left;
}
#tinymce table tr:first-child td, #main-right table tr:first-child td {
  border-top: 0;
}
#tinymce ul, #main-right ul {
  padding-left: 21px;
}
#tinymce ul li, #main-right ul li {
  list-style-type: none;
  padding-bottom: 0.75em;
}
#tinymce ul li:before, #main-right ul li:before {
  font-family: 'FontAwesome' !important;
  content: '\f054';
  margin: 0 10px 0 -20px;
  color: #113b6c;
}
h5 {
  clear: left;
}
a.small-button {
  background: #113b6c;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  color: white;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.3);
}
a.small-button:hover {
  color: white;
}
table.responsive {
  table-layout: fixed;
  width: 100%;
}
table.responsive td {
  padding-right: 10px;
}
