* {
  margin: 0;
  padding: 0;
}
img,
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul li,
ol li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
fieldset {
  border: none;
}
.fix {
  display: block;
  height: 0 !important;
  clear: both;
  border: none;
  background: none;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.displayNone {
  display: none;
}
.visibilityHidden,
.visibleNone {
  visibility: hidden;
}
.button {
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  border: 2px solid #3d3e3f;
  font-size: 18px;
  line-height: 3.22222222222em;
  height: 3.22222222222em;
  padding: 0 1.72222222222em 0 1.77777777778em;
  background: none;
  text-decoration: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  behavior: url('PIE.htc');
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.button:focus,
.button:active {
  outline: none;
}
.button.black {
  color: #333;
}
.button.black:hover {
  background: #525252;
  color: #fff;
}
.button.white {
  border-color: #fff;
  color: #fff;
}
.button.white:hover {
  background: #fff;
  color: #d9ab07;
}
.button.gray {
  border-color: #525252;
  color: #444;
}
.button.gray:hover {
  background: #525252;
  color: #fff;
}
.button.yellow {
  border-color: #fac80b;
  color: #fac708 !important;
}
.button.yellow:hover {
  background: #fac80b;
  color: #fff !important;
}
.button.blue {
  color: #213b54;
  border-color: #243d53;
}
.button.blue:hover {
  background: #213b54;
  color: #fff;
}
.button.gold {
  color: #af8c06;
  border-color: #af8c06;
}
.button.gold:hover {
  background: #af8c06;
  color: #fff;
}
.button.high {
  font-size: 24px;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1.5em;
}
.button.wide {
  font-size: 20px;
  height: 3em;
  line-height: 3em;
  padding: 0 2.5em;
}
.button.big {
  font-size: 30px;
  line-height: 2.46666666667em;
  height: 2.46666666667em;
  font-weight: 300;
  padding-left: 0.866666666667em;
  padding-right: 0.733333333333em;
}
.button.small {
  font-size: 14px;
  height: 3.42857142857em;
  line-height: 3.42857142857em;
  padding: 0 2.64285714286em 0 2.57142857143em;
}
.button.smaller {
  font-size: 15px;
  line-height: 4.13333333333em;
  height: 4.13333333333em;
  padding: 0 2.13333333333em 0 2.2em;
}
.button.smallest {
  font-size: 15px;
  line-height: 2.66666666667em;
  height: 2.66666666667em;
  padding: 0 0.666666666667em;
}
.button.icon em {
  display: inline-block;
  vertical-align: middle;
}
.button.icon.up em {
  width: 1px;
  height: 1em;
  margin: 0 1.2em 0 0.8em;
  background: #af8c06;
  position: relative;
  top: -0.266666666667em;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.button.icon.up em::before {
  content: '';
  position: absolute;
  top: 0.133333333333em;
  left: -0.333333333333em;
  width: 0.666666666667em;
  height: 0.666666666667em;
  border: 1px solid #af8c06;
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.button.icon.up:hover em {
  background: #fff;
}
.button.icon.up:hover em::before {
  border-color: #fff;
}
.button.icon.send em {
  width: 2.1em;
  height: 0.666666666667em;
  margin-left: 1.4em;
  margin-top: -5px;
  position: relative;
  left: 0;
  background: transparent url('../assets/img/icons/send.png') no-repeat center center;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.button.icon.send:hover em {
  left: 8%;
  background-image: url('../assets/img/icons/sendWhite.png');
}
.button.icon span {
  display: inline-block;
}
.buttonSearch {
  display: inline-block;
  font-size: 15px;
  width: 2.13333333333em;
  height: 2.93333333333em;
  background: transparent url('../assets/img/icons/search.png') no-repeat center center;
  background-size: 62.5% auto;
  border: none;
}

#topMenu {
  margin: 28px 2.14876033058% 0 -1.98347107438%;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  float: left;
  position: relative;
  z-index: 2;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#topMenu ul {
  position: relative;
  z-index: 2;
}
#topMenu li {
  display: inline-block;
}
#topMenu li a {
  display: inline-block;
  padding: 0 0.8em 0 0.933333333333em;
  line-height: 2.66666666667em;
  color: #444;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
#topMenu li.slideMenuHovered a {
  color: #fff;
}
#topMenu .slideMenuSlider {
  border: 2px solid #fff;
  height: 40px !important;
  -webkit-border-radius: 0.333333333333em;
  -moz-border-radius: 0.333333333333em;
  border-radius: 0.333333333333em;
  behavior: url('PIE.htc');
  -webkit-transition: height .25s linear;
  -moz-transition: height .25s linear;
  -o-transition: height .25s linear;
  transition: height .25s linear;
}
body.tr #topMenu li a {
  padding: 0 0.3em 0 0.6em;
}
#searchform {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#searchform #searchInput {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: none;
  background: #FAC708;
}
#searchform #searchInput.forceOpen {
  display: block !important;
  opacity: 1 !important;
  filter: alpha(opacity='{@val}') !important;
}
#searchform .buttonSearch {
  position: absolute;
  top: 26%;
  right: 3.31125827815%;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#searchform .buttonSearch:focus,
#searchform .buttonSearch:active,
#searchform .buttonSearch:hover {
  outline: none;
}
#searchform input {
  width: 84%;
  padding: 0 3%;
  height: 50%;
  padding-top: 25px;
  border: none;
  color: #444;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7em;
  border-bottom: 1px solid #ffe27b;
  background: none;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#searchform input:focus {
  outline: none;
}
#searchform ::-webkit-input-placeholder {
  color: #ffe27b;
}
#searchform :-moz-placeholder {
  color: #ffe27b;
}
#searchform ::-moz-placeholder {
  color: #ffe27b;
}
#searchform :-ms-input-placeholder {
  color: #ffe27b;
}
header.body.searchFormOpened #topMenu {
  opacity: 0;
  filter: alpha(opacity='{@val}');
}
#languages {
  position: fixed;
  top: 30px;
  right: -44px;
  z-index: 2;
  background: #f5d24c;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  behavior: url('PIE.htc');
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#languages li {
  display: inline-block;
  width: 44px;
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #d1b44a;
  text-align: center;
}
#languages li a {
  display: block;
  width: 100%;
  height: 75%;
  padding-top: 23%;
  color: #d1b44a;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#languages:hover {
  right: 0;
  background: #fbe9a6;
}
#languages:hover li a {
  color: #444;
}
#languages:hover li a:hover {
  color: #000;
}
header.body.small #whiteExt,
header.body.small #whiteStrip {
  height: 60px !important;
}
header.body.small #whiteExt::after,
header.body.small #whiteStrip::after {
  width: 54px;
}
header.body.small #yellowExt,
header.body.small #yellowStrip {
  height: 50px !important;
}
header.body.small #yellowExt::after,
header.body.small #yellowStrip::after {
  width: 44px;
}
header.body.small #yellowStrip {
  width: 67.3469387755%;
}
header.body.small #logo {
  height: 68%;
  margin-top: 8px;
  margin-left: 0;
}
header.body.small #topMenu {
  margin-top: 2px;
  margin-left: 0;
}
header.body.small #topMenu li a {
  padding-right: 1.1em;
  padding-left: 1.1em;
}
header.body.small #searchform .buttonSearch {
  top: 0;
}
header.body.small #searchform input {
  font-size: 1.2em;
  padding-top: 10px;
}
header.body.small #languages {
  top: 5px;
}
body.tr header.body.small #topMenu li a {
  padding-right: 0.45em;
  padding-left: 0.8em;
}
#slideshow {
  max-width: 1440px;
  height: 900px;
  margin: 0 auto;
  position: relative;
}
#slideshow .slides {
  width: 1400px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
}
#slideshow .slides .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#slideshow .slides .slide img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}
#slideshow .slides .slide figcaption {
  position: absolute;
  top: 165px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: right;
}
#slideshow .slides .slide h2,
#slideshow .slides .slide .button {
  position: relative;
  top: 0;
  right: 30%;
  opacity: 0;
  filter: alpha(opacity='{@val}');
}
#slideshow .slides .slide h2 {
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
  line-height: 1.5em;
  padding: 0 52px;
  font-size: 35px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#slideshow .slides .slide .button {
  margin: 30px 48px 0;
  right: 70%;
  -webkit-transition: all .25s linear, right .7s ease;
  -moz-transition: all .25s linear, right .7s ease;
  -o-transition: all .25s linear, right .7s ease;
  transition: all .25s linear, right .7s ease;
}
#slideshow .slides .slide h2.shown,
#slideshow .slides .slide .button.shown {
  right: 0;
  opacity: 1;
  filter: alpha(opacity='{@val}');
}
#slideshow #slidePaginator {
  position: absolute;
  bottom: 2em;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
}
#slideshow #slidePaginator li {
  display: inline-block;
  margin: 0 0.466666666667em;
  padding: 0;
  background: none;
}
#slideshow #slidePaginator a {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url('PIE.htc');
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#slideshow #slidePaginator li.activeSlide a,
#slideshow #slidePaginator a:hover {
  background: #fac708;
}
#slideshow #slideMenu {
  position: absolute;
  bottom: 78px;
  left: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: #fff;
}
#slideshow #slideMenu li {
  display: inline-block;
  width: 30.612244898%;
  height: 350px;
  margin: 0;
  padding: 0;
  background: none;
  margin-left: 3.67346938776%;
  vertical-align: top;
}
#slideshow #slideMenu li:first-child {
  margin-left: 0;
}
#slideshow #slideMenu img {
  height: 200px;
  margin: 0 0 28px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#slideshow #slideMenu h2 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}
#slideshow #slideMenu a {
  color: #fff;
}
#slideshow #slideMenu hr {
  background: #fcb806;
  border: none;
  height: 2px;
  width: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  top: -2px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
#slideshow #slideMenu p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  font-weight: 200;
  padding: 0 5px;
  margin: 10px 0 0;
}
#slideshow #slideMenu li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
#slideshow #slideMenu li:hover hr {
  width: 100%;
}
#slideshow #slideMenu li:hover h2 a {
  color: #fcb806;
}
.content .alignleft {
  float: left;
}
.content .alignright {
  float: right;
}
.content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.content h1 {
  font-size: 45px;
  line-height: normal;
  font-weight: 800;
  margin: 0 0 0.777777777778em 2.04081632653%;
}
.content blockquote {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  padding: 4.6875em 2.04081632653% 4.0625em;
}
.content blockquote h2 {
  font-size: 36px;
  font-weight: 300;
}
.content article.post {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
}
.content article.post.padded {
  padding-right: 2.04081632653%;
  padding-left: 2.04081632653%;
}
.content article.post li {
  margin: 0 0 1.33333333333em 1.02040816327%;
  padding: 0 0 0 3.33333333333em;
  line-height: 1.4em;
  background: transparent url('../assets/img/icons/liIndex.png') no-repeat left top;
}
.content article.post h2 {
  text-transform: none;
  color: #213b54;
  font-size: 27px;
  line-height: 1.3em;
  font-weight: 600;
  margin: 0.740740740741em 0 0.37037037037em;
}
.content article.post p {
  margin-bottom: 1em;
}
.content article.post a {
  color: #000;
  text-decoration: underline;
}
.content article.post a:hover {
  text-decoration: none;
}
.content article.post .image {
  text-align: left;
  margin-bottom: 0.666666666667em;
}
.content article.post .image figure {
  width: 41.4893617021%;
  float: left;
}
.content article.post .image figure img {
  width: 230px;
  height: 230px;
  margin: 0 10.2564102564%;
  border: 10px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  behavior: url('PIE.htc');
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.content article.post .image figure a:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.content article.post .image.right figure {
  float: right;
  text-align: right;
}
.content article.post .image .text {
  padding-top: 1.33333333333em;
}
.content article.post .image ul {
  margin-top: 20px;
}
.content article.post .image ul li {
  padding-top: 2px;
  padding-bottom: 10px;
  margin: 20px 0 10px;
  width: 54.5454545455%;
}
.content article.post .service {
  margin-bottom: 65px;
  padding-bottom: 98px;
  border-bottom: 1px solid #ddd;
}
.content article.post .service.last {
  border-bottom: none;
  padding-bottom: 0;
}
.content article.post .service figure img {
  border: none;
  margin: 28px 12.8205128205% 0;
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url('PIE.htc');
}
.content article.post .service .text {
  width: 58.5106382979%;
  float: left;
}
.content article.post .service h2 {
  color: #fac708;
  text-transform: uppercase;
  font-size: 35px;
  margin: 20px 0 10px;
}
.content article.post .service .button {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 15px;
  padding-left: 1.46666666667em;
  padding-right: 1.46666666667em;
  height: 3.2em;
  line-height: 3.2em;
  margin-right: 3.27272727273%;
  white-space: nowrap;
}
.content article.post .service .wpcf7 {
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  margin: 0;
  width: 498px;
  padding-top: 1.86666666667em;
  background: #fff;
  font-size: 15px;
  border: 2px solid #FAC80B;
  -webkit-box-shadow: 3px 3px 0 0 rgba(160,160,160,0.5);
  -moz-box-shadow: 3px 3px 0 0 rgba(160,160,160,0.5);
  box-shadow: 3px 3px 0 0 rgba(160,160,160,0.5);
  behavior: url('PIE.htc');
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  behavior: url('PIE.htc');
  opacity: 0;
  filter: alpha(opacity='{@val}');
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.content article.post .service .wpcf7 p {
  margin-bottom: 0.933333333333em;
}
.content article.post .service .wpcf7 h2 {
  display: none;
}
.content article.post .service .wpcf7 label {
  margin: 0 4.41767068273% 0 0;
  width: 30.1204819277%;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.content article.post .service .wpcf7 .wpcf7-text,
.content article.post .service .wpcf7 textarea {
  font-size: 15px;
  width: 47.7911646586%;
  padding: 0 3.01204819277%;
  height: 2.46666666667em;
}
.content article.post .service .wpcf7 textarea {
  min-width: 47.7911646586%;
  max-width: 47.7911646586%;
  height: 5.66666666667em;
  min-height: 5.66666666667em;
  max-height: 5.66666666667em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.content article.post .service .wpcf7 .button {
  border: 1px solid #353535;
  color: #353535 !important;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 0 34.1365461847%;
  height: 2.8em;
  line-height: 2.8em;
}
.content article.post .service .wpcf7 .button em {
  width: 2.45em;
  height: 0.8em;
  background: transparent url('../assets/img/icons/sendSmallGray.png') no-repeat center center;
}
.content article.post .service .wpcf7 .button:hover {
  background: #353535;
  color: #fff !important;
}
.content article.post .service .wpcf7 .button:hover em {
  background-image: url('../assets/img/icons/sendSmallWhite.png');
}
.content article.post .service .wpcf7 .wpcf7-not-valid-tip {
  left: -60%;
  top: 120%;
  font-size: 13px;
}
.content article.post .service .wpcf7 .wpcf7-form-control-wrap.message .wpcf7-not-valid-tip {
  top: 60%;
}
.content article.post .service .wpcf7 div.wpcf7-response-output {
  margin-top: -0.8em;
  font-size: 13px;
}
.content article.post .service .formCont {
  margin-top: 10px;
  margin-right: 3.27272727273%;
  float: left;
  position: relative;
}
.content article.post .service .formCont > .button {
  margin: 0;
  width: 166px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.content article.post .service .formCont .ribbon {
  border: none;
  margin: 0;
  padding: 0;
  height: 2px;
  width: 166px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: 2px;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity='{@val}');
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.content article.post .service .formCont .wpcf7 {
  height: 0;
}
.content article.post .service .formCont.opened .wpcf7 {
  height: 338px;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity='{@val}');
}
.content article.post .service .formCont.opened > .button {
  background: #fff;
  color: #fac80b !important;
  -webkit-box-shadow: 3px 3px 0 0 rgba(160,160,160,0.5);
  -moz-box-shadow: 3px 3px 0 0 rgba(160,160,160,0.5);
  box-shadow: 3px 3px 0 0 rgba(160,160,160,0.5);
  behavior: url('PIE.htc');
}
.content article.post .service .formCont.opened .ribbon {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity='{@val}');
}
.content .gallery {
  font-size: 0;
  line-height: normal;
}
.content .gallery a {
  text-decoration: none !important;
  width: 24.9%;
  margin-left: 0.1%;
  margin-bottom: 1px;
  display: inline-block;
  overflow: hidden;
}
.content .gallery a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.content .gallery a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.content address {
  font-style: normal;
}
.content .breads {
  color: #787878;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.content .breads a {
  text-decoration: underline;
  color: #787878;
}
.content .breads a:hover {
  text-decoration: none;
}
.content .yellowbox {
  background: #fcc90a url('../assets/img/backs/yellowNoise.gif') repeat 0 0;
  font-size: 16px;
  padding: 4.375em 0 3.375em;
  margin-bottom: 3.33333333333em;
  color: #fff;
  text-align: left;
}
.content .yellowbox h2 {
  color: #213b54;
  font-size: 24px;
  margin: 0 0 0.416666666667em !important;
}
.content .yellowbox .col {
  float: left;
  width: 35.7142857143%;
  padding: 0 7.04081632653%;
  margin-left: -1px;
  border-left: 1px solid #fce89b;
  border-right: 1px solid #fce89b;
}
.content .yellowbox .col.first {
  border-left: none;
}
.content .yellowbox .col.last {
  border-right: none;
}
.content .contactCols {
  margin-bottom: 5em;
}
.content .contactCols li {
  display: inline-block;
  width: 30.612244898%;
  margin: 0 0 0 2.04081632653%;
  padding: 0;
  background: none;
  color: #333;
  line-height: 1.8em;
}
.content .contactCols h2 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 0.285714285714em;
  text-transform: none;
}
.content .contactCols a {
  color: #000;
  text-decoration: underline;
}
.content .contactCols a:hover {
  text-decoration: none;
}
.content .wpcf7-text,
.content textarea {
  border: 1px solid #ddd;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  width: 31.6326530612%;
  height: 3.125em;
  padding: 0 2.04081632653%;
  -webkit-border-radius: 0.3125em;
  -moz-border-radius: 0.3125em;
  border-radius: 0.3125em;
  behavior: url('PIE.htc');
  -webkit-transition: border .25s linear;
  -moz-transition: border .25s linear;
  -o-transition: border .25s linear;
  transition: border .25s linear;
}
.content .wpcf7-text:focus,
.content textarea:focus {
  outline: none;
  border-color: #213b54;
}
.content textarea {
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  height: 6.875em;
  min-height: 6.875em;
  max-width: 31.6326530612%;
}
.content .wpcf7 {
  margin: 4.33333333333em 0 6.88888888889em;
  font-size: 18px;
}
.content .wpcf7 p {
  margin-bottom: 1em;
}
.content .wpcf7 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 1.42857142857em;
}
.content .wpcf7 label {
  display: inline-block;
  vertical-align: top;
  width: 8.33333333333em;
  margin: 0 3.0612244898% 0 21.4285714286%;
  padding-top: 0.555555555556em;
  color: #444;
  text-align: right;
  cursor: pointer;
}
.content .wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 105%;
  width: 100%;
}
.content .wpcf7 .button {
  margin-left: 39.7959183673%;
  text-transform: uppercase;
}
.content .loop li {
  vertical-align: top;
  margin: 0 0 0.666666666667em 0.666666666667em;
  display: inline-block;
}
.content .loop li > section {
  height: 350px;
  border: 2px solid #ddd;
  background: #fff;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.content .loop li > section a {
  color: #333;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.content .loop li > section a:hover {
  color: #111111;
}
.content .loop li > section.reference {
  height: 350px;
    width: 220px;
}

.content .loop li .referenceInfo li {
  margin: 0;
  background-color: #ccc;
  color: #111111;
  border-color: #e5e5e5;
}
.content .loop li .referenceInfo li.power {
  background: #111111;
  color: #fac708;
  border-color: #82909e;
}

section.post {
  width: 100%;
  max-width: 310px;
  color: #111111;
}
section.post a {
  color: #111111;
}
section.post figure {
  border: 1px solid #fde384;
  width: 99.3548387097%;
  height: 43.0476190476%;
  overflow: hidden;
}
section.post figure img {
  display: block;
  width: 100%;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
section.post figure a {
  display: block;
}
section.post figure a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section.post header {
  padding: 0 4.87012987013% 0 6.16883116883%;
  margin: 2.4em 0 2.4em;
}
section.post h2,
section.post h3 {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.5em;
}
section.post h3 {
  font-weight: 400;
}
section.post .button {
  margin: 3.07142857143em 0 0 1.35714285714em;
}

.referenceInfo {
  width: 94.1558441558%;
  margin-left: 3.16883116883%;
}
.referenceInfo li {
  display: block;
  float: left;
  width: 32.5862068966%;
  height: 20px;
  padding-top: 30px;
  margin: 0;
  border-left: 1px solid #fbc809;
  background: #fcdd6b;
  color: #213b54;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 14px;
  background-size: 37.5% auto;
  background-repeat: no-repeat;
  background-position: center 13px;
}
.referenceInfo li.power {
  background: #213b54;
  color: #fac708;
  height: 40px;
  padding-top: 10px;
}
.referenceInfo li.power strong {
  font-weight: 800;
  font-size: 20px;
  display: block;
}
.referenceInfo li.date {
  background-image: url('../assets/img/icons/calendar.png');
}
.referenceInfo li.location {
  background-image: url('../assets/img/icons/earth.png');
}
