@charset "utf-8";/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chzn-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container a {
  cursor: pointer;
}
.chzn-container .search-choice .group-name, .chzn-container .chzn-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chzn-container .search-choice .group-name:after, .chzn-container .chzn-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/media/jui/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/media/jui/css/chosen-sprite.png) no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/media/jui/css/chosen-sprite.png) no-repeat 100% -20px;
  background: url(/media/jui/css/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice span {
  word-wrap: break-word;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/media/jui/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  /* JUI remove next line */
  /* box-shadow: 0 1px 0 #fff inset; */
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(/media/jui/css/chosen-sprite.png) no-repeat -30px -20px;
  background: url(/media/jui/css/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* @end */
/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */
/**
 * @copyright	Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* System Messages */
#system-message {
	margin-bottom: 10px;
	padding: 0;
}

#system-message > dt {
	font-weight: bold;
	display: none;
}

#system-message > dd {
	margin: 0;
	font-weight: bold;
	text-indent: 30px;
}

#system-message > dd > ul {
	color: #0055BB;
	background-position: 4px top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	list-style: none;
	padding: 10px;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
}

#system-message > dd > ul > li {
	line-height: 1.5em;
}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(/media/system/images/notice-info.png);
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #E6C0C0;
	background-image: url(/media/system/images/notice-alert.png);
	border-color: #DE7A7B;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(/media/system/images/notice-note.png);
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(/media/system/images/notice-note.png);
	border-color: #F0DC7E;
}


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
@media (max-width: 990px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.t3-logo,
.t3-logo-small {
  display: block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.t3-logo {
  width: 182px;
  height: 50px;
}
.t3-logo-small {
  width: 60px;
  height: 30px;
}
.t3-logo,
.t3-logo-color {
  background-image: url(//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png);
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
  background-image: url(//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-color.png);
}
.t3-logo-dark {
  background-image: url(//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-dark.png);
}
.t3-logo-small.t3-logo-dark {
  background-image: url(//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-dark.png);
}
.t3-logo-light {
  background-image: url(//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png);
}
.t3-logo-small.t3-logo-light {
  background-image: url(//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-small-light.png);
}
@media (max-width: 990px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 991px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
#community-wrap .collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:991px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.container .container {
  padding: 0;
  max-width: 100%;
}
span.highlight {
  background: #223e75;
  color: #ffffff;
}
a {
  color: #555f61;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #555f61;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
th,
td {
  line-height: 1.72;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #f9f9f9;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #555f61;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #cc0000;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 37px;
  margin-bottom: 37px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "source_sans_prolight", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.33;
  color: #555f61;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #555f61;
}
h1,
.h1,
h2,
.h2 {
  letter-spacing: -1.5px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 37px;
  margin-bottom: 37px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 52px;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 34.66666667px;
  }
}
h2,
.h2 {
  font-size: 34px;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 22.66666667px;
  }
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 37px;
}
.lead {
  margin-bottom: 37px;
  font-size: 25px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 33px;
  }
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #555f61;
  color: #ffffff;
  margin-bottom: 37px;
}
@media (min-width: 1200px) {
  .example-colors .swatch-item {
    min-height: 123px;
  }
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #223e75;
}
.example-colors .color-brand-secondary {
  background: #223e75;
}
.example-colors .color-brand-success {
  background: #5cb85c;
}
.example-colors .color-brand-danger {
  background: #d9534f;
}
.example-colors .color-brand-warning {
  background: #f0ad4e;
}
.example-colors .color-brand-info {
  background: #5bc0de;
}
.example-colors .color-gray-darker {
  background: #f9f9f9;
}
.example-colors .color-gray-dark {
  background: #555f61;
}
.example-colors .color-gray {
  background: #555f61;
}
.example-colors .color-gray-light {
  background: #555f61;
  color: #555f61;
}
.example-colors .color-gray-lighter {
  background: #333333;
  color: #555f61;
}
.example-colors .color-gray-lightest {
  background: #555f61;
  color: #555f61;
}
.example-button + .example-button {
  margin-top: 24px;
}
.example-button .btn {
  margin: 18.5px 18.5px 0 0;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #555f61;
}
.text-primary {
  color: #223e75;
}
a.text-primary:hover {
  color: #17294d;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #223e75;
}
a.bg-primary:hover {
  background-color: #17294d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 17.5px;
  margin: 74px 0 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 18.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 37px;
}
dt,
dd {
  line-height: 1.72;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 991px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #555f61;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 18.5px 37px;
  margin: 0 0 37px;
  font-size: 27.5px;
  border-left: 5px solid #555f61;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.72;
  color: #555f61;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #555f61;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 37px;
  font-style: normal;
  line-height: 1.72;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 111px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 54px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 111px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 111px;
}
.features-list .feature-row h3 {
  font-size: 44px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 54px;
}
.jumbotron iframe {
  margin-top: 37px;
}
@-webkit-keyframes popUp {
  50% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes popUp {
  50% {
    -moz-transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes popUp {
  50% {
    transform: scale(1.1);
    opacity: 0.8;
    filter: alpha(opacity=80);
    animation-timing-function: ease-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromLeft {
  0% {
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%);
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(15%);
    transform: translateX(15%);
    -moz-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromRight {
  0% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
    animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -moz-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes moveFromBottom {
  0% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -moz-animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    animation-timing-function: ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .enable-effect .ja-animate {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .enable-effect .ja-inview .ja-animate[data-animation="pop-up"],
  .enable-effect .ja-inview .ja-animate.pop-up {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: popUp 700ms ease-in-out forwards;
    -moz-animation: popUp 700ms ease-in-out forwards;
    -ms-animation: popUp 700ms ease-in-out forwards;
    animation: popUp 700ms ease-in-out forwards;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }
  .enable-effect .ja-inview .ja-animate[data-animation="move-from-left"],
  .enable-effect .ja-inview .ja-animate.move-from-left {
    -webkit-animation: moveFromLeft 700ms ease-in-out forwards;
    -moz-animation: moveFromLeft 700ms ease-in-out forwards;
    animation: moveFromLeft 700ms ease-in-out forwards;
  }
  .enable-effect .ja-inview .ja-animate[data-animation="move-from-right"],
  .enable-effect .ja-inview .ja-animate.move-from-right {
    -webkit-animation: moveFromRight 700ms ease-in-out forwards;
    -moz-animation: moveFromRight 700ms ease-in-out forwards;
    animation: moveFromRight 700ms ease-in-out forwards;
  }
  .enable-effect .ja-inview .ja-animate[data-animation="move-from-bottom"],
  .enable-effect .ja-inview .ja-animate.move-from-bottom {
    -webkit-animation: moveFromBottom 700ms ease-in-out forwards;
    -moz-animation: moveFromBottom 700ms ease-in-out forwards;
    animation: moveFromBottom 700ms ease-in-out forwards;
  }
  .enable-effect .ja-inview .ja-animate[data-animation="fadeIn"],
  .enable-effect .ja-inview .ja-animate.fadeIn {
    -webkit-animation: fadeIn 700ms ease-in-out forwards;
    -moz-animation: fadeIn 700ms ease-in-out forwards;
    animation: fadeIn 700ms ease-in-out forwards;
  }
  .enable-effect .ja-inview .ja-animate[data-animation="fadeInUp"],
  .enable-effect .ja-inview .ja-animate.fadeInUp {
    -webkit-animation: fadeInUp 700ms ease-in-out forwards;
    -moz-animation: fadeInUp 700ms ease-in-out forwards;
    animation: fadeInUp 700ms ease-in-out forwards;
  }
  .enable-effect .ja-inview .ja-animate[data-animation="opacity"],
  .enable-effect .ja-inview .ja-animate.opacity {
    -webkit-transition: opacity 1400ms;
    -o-transition: opacity 1400ms;
    transition: opacity 1400ms;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-0"],
  .enable-effect .ja-inview .ja-animate.dl-item-0 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-1"],
  .enable-effect .ja-inview .ja-animate.dl-item-1 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-2"],
  .enable-effect .ja-inview .ja-animate.dl-item-2 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-3"],
  .enable-effect .ja-inview .ja-animate.dl-item-3 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-4"],
  .enable-effect .ja-inview .ja-animate.dl-item-4 {
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-5"],
  .enable-effect .ja-inview .ja-animate.dl-item-5 {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-6"],
  .enable-effect .ja-inview .ja-animate.dl-item-6 {
    -webkit-animation-delay: 1300ms;
    animation-delay: 1300ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-7"],
  .enable-effect .ja-inview .ja-animate.dl-item-7 {
    -webkit-animation-delay: 1400ms;
    animation-delay: 1400ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-8"],
  .enable-effect .ja-inview .ja-animate.dl-item-8 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-9"],
  .enable-effect .ja-inview .ja-animate.dl-item-9 {
    -webkit-animation-delay: 1600ms;
    animation-delay: 1600ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-10"],
  .enable-effect .ja-inview .ja-animate.dl-item-10 {
    -webkit-animation-delay: 1700ms;
    animation-delay: 1700ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-11"],
  .enable-effect .ja-inview .ja-animate.dl-item-11 {
    -webkit-animation-delay: 1800ms;
    animation-delay: 1800ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-12"],
  .enable-effect .ja-inview .ja-animate.dl-item-12 {
    -webkit-animation-delay: 1900ms;
    animation-delay: 1900ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-13"],
  .enable-effect .ja-inview .ja-animate.dl-item-13 {
    -webkit-animation-delay: 2000ms;
    animation-delay: 2000ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-15"],
  .enable-effect .ja-inview .ja-animate.dl-item-15 {
    -webkit-animation-delay: 2100ms;
    animation-delay: 2100ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="item-16"],
  .enable-effect .ja-inview .ja-animate.dl-item-16 {
    -webkit-animation-delay: 2200ms;
    animation-delay: 2200ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="200"],
  .enable-effect .ja-inview .ja-animate.dl-2 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="400"],
  .enable-effect .ja-inview .ja-animate.dl-4 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="600"],
  .enable-effect .ja-inview .ja-animate.dl-6 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="800"],
  .enable-effect .ja-inview .ja-animate.dl-8 {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
  }
  .enable-effect .ja-inview .ja-animate[data-delay="1000"],
  .enable-effect .ja-inview .ja-animate.dl-10 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
  }
}
.enable-effect.ie11 .ja-animate.fadeInUp {
  opacity: 1;
  filter: alpha(opacity=100);
}
.enable-effect.ie9 .ja-animate,
.enable-effect.ie8 .ja-animate,
.enable-effect.old-ie .ja-animate,
.enable-effect.ie9 .inview .ja-animate,
.enable-effect.ie8 .inview .ja-animate,
.enable-effect.old-ie .inview .ja-animate {
  opacity: 1;
  filter: alpha(opacity=100);
}
.enable-effect.ie9 .inview [data-animation="pop-up"] .ja-animate,
.enable-effect.ie8 .inview [data-animation="pop-up"] .ja-animate,
.enable-effect.old-ie .inview [data-animation="pop-up"] .ja-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-control:focus {
  border-color: #d5d5d5;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 213, 213, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(213, 213, 213, 0.6);
}
.form-control::-moz-placeholder {
  color: #555f61;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #555f61;
}
.form-control::-webkit-input-placeholder {
  color: #555f61;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 37px;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
}
.form-horizontal .form-control-static {
  padding-top: 12px;
}
.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'source_sans_prolight', sans-serif;
  font-size: 24px;
}
.btn.btn-sp {
  background: transparent !important;
  border: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.btn.btn-sp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.btn.btn-sp:hover::before {
  width: 100%;
}
.btn-default.btn-sp::before {
  background: #223e75;
  color: #555f61;
}
.btn-default.btn-sp:hover {
  color: #555f61;
}
.btn-default.btn-sp:hover::before {
  background: #223e75;
}
.btn-primary.btn-sp {
  color: #333333;
}
.btn-primary.btn-sp:hover {
  color: #555f61;
}
.btn-primary.btn-sp::before {
  background: #223e75;
}
.btn-warning.btn-sp::before {
  background: #f0ad4e;
}
.btn-danger.btn-sp::before {
  background: #d9534f;
}
.btn-success.btn-sp::before {
  background: #5cb85c;
}
.btn-info.btn-sp::before {
  background: #5bc0de;
}
.btn-inverse {
  color: #ffffff;
  background-color: #555f61;
  border-color: #495253;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #3d4446;
  border-color: #2d3233;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #555f61;
  border-color: #495253;
}
.btn-inverse .badge {
  color: #555f61;
  background-color: #ffffff;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
  width: 100%;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  box-shadow: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #555f61;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #555f61;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #555f61;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu {
  padding: 10px 0;
}
.dropdown-menu .divider {
  background: transparent;
  height: auto;
  margin: 0;
  overflow: visible;
}
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  display: block;
  padding: 5px 20px;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 22px;
}
.dropdown-header a {
  color: #555f61;
}
.dropdown-submenu > a:after {
  border-left-color: #555f61;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #223e75;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 37px;
}
@media (min-width: 991px) {
  .nav > li > .separator {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-tabs {
  margin-bottom: 37px;
}
.nav-tabs > li > a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-tabs > li > a.active {
  background: #f2f3f4;
}
.nav .caret {
  border-top-color: #555f61;
  border-bottom-color: #555f61;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #555f61;
  border-bottom-color: #555f61;
}
.t3-navhelper {
  background: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #555f61;
  padding: 5px 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #555f61;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 18.5px;
}
.breadcrumb .divider {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  border: 0;
  margin: 4.625px 9.25px 4.625px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'source_sans_prolight', sans-serif;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  display: none;
}
.pagination {
  margin-top: 48px;
  margin-bottom: 0;
  display: block;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pagination {
    float: left;
  }
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  background-color: #555f61;
  border: 1px solid #555f61;
  border-radius: 0;
  font-size: 18px;
  font-family: 'source_sans_prolight', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 48px;
  padding: 11px 15px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  background: #555f61;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  margin: 0;
  margin-left: 18.5px;
  width: 40px;
}
@media (max-width: 767px) {
  .navbar-toggle {
    margin-left: 9.25px;
  }
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
  background: #505a5c;
}
@media (min-width: 991px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 0.75px -24px;
}
@media (min-width: 991px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-text {
  color: #555f61;
}
.navbar-default {
  background-color: #f2f3f4;
  border-color: #f2f3f4;
}
.navbar-default .navbar-brand {
  color: #555f61;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #555f61;
}
.navbar-default .navbar-nav {
  text-align: center;
  width: 100%;
}
.navbar-default .navbar-nav > li {
  display: inline-block;
  float: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
  color: #555f61;
  font-family: 'source_sans_prolight', sans-serif;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin: 0 24px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > span {
    margin: 0 12px;
  }
}
.navbar-default .navbar-nav > li > a:before,
.navbar-default .navbar-nav > li > span:before {
  background: #223e75;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  -webkit-transition: width 500ms;
  -o-transition: width 500ms;
  transition: width 500ms;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:focus {
  color: #555f61;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > li > span:hover::before,
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > li > span:focus::before {
  width: 100%;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #555f61;
  display: inline-block;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  line-height: 37px;
}
.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > .active > span:before {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > span,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > span:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > span:focus {
  color: #555f61;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #f2f3f4;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #f2f3f4;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #555f61;
  border-bottom-color: #555f61;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #555f61;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555f61;
  border-bottom-color: #555f61;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #555f61;
  border-bottom-color: #555f61;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #555f61;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #223e75;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #223e75;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #555f61;
}
.navbar-default .navbar-link:hover {
  color: #555f61;
  text-decoration: underline;
}
.t3-mainnav {
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  border-radius: 0;
}
@media (min-width: 991px) {
  .t3-mainnav {
    padding-left: 144px;
    padding-right: 144px;
  }
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 30px;
  float: right;
}
.t3-mainnav .t3-navbar-collapse {
  background: #f2f3f4;
  position: absolute;
  padding: 0;
  top: 100%;
  margin-top: 37px;
  left: -24px;
  right: -24px;
  max-height: 300px;
  overflow: auto;
  z-index: 200;
}
@media (min-width: 991px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0;
  text-align: left;
  width: 100%;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li {
  display: block;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18.5px 37px;
  margin: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:before,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:before {
  display: none;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:focus,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:focus,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:active,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > span:active {
  color: #223e75;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > .active > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > .active > span {
  color: #223e75;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 15px;
}

.t3-module {
  background: transparent;
  color: #555f61;
  margin-bottom: 48px;
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #223e75;
  font-size: 18px;
  font-family: 'source_sans_prolight', sans-serif;
  text-transform: uppercase;
  margin: 0 0 37px 0;
  padding: 0;
  letter-spacing: 0;
}
.module-ct {
  background: transparent;
  color: #555f61;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  content: " ";
  display: table;
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 11px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  list-style: none;
  font-size: 18px;
  margin-top: 37px;
  padding-left: 0;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  padding-top: 18.5px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 18.5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
ul.latestnews {
  margin: 0;
  padding-left: 18.5px;
}
ul.latestnews > li {
  font-weight: 500;
}
ul.latestnews > li + li {
  margin-top: 18.5px;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #333333;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555f61;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #333333;
  border-radius: 3px;
  color: #555f61;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #555f61;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #333333;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555f61;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #555f61;
}
.module-ct > ol.breadcrumb {
  padding: 11px 15px;
  margin-left: 0;
}
.t3-masthead .ja-masthead::before {
  display: none;
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  padding: 96px 24px 0;
  text-align: left;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    width: 988px;
  }
}
@media (min-width: 1200px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    width: 1152px;
  }
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    padding-top: 48px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  font-size: 52px;
  margin: 0;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 28px;
  }
}
.view-article .t3-masthead .ja-masthead {
  background: transparent !important;
}

.items-leading .leading {
  margin-bottom: 74px;
}
.items-row .item,
.leading {
  background: #555f61;
  border-radius: 0;
  padding: 48px;
  margin-bottom: 48px;
  text-align: left;
}
@media (max-width: 767px) {
  .items-row .item,
  .leading {
    padding: 37px;
    margin-bottom: 37px;
  }
}
.items-row .item .article-title,
.leading .article-title {
  margin-bottom: 18.5px;
}
.items-row .item .view-project,
.leading .view-project {
  text-align: center;
}
.items-row .item .view-project .article-aside,
.leading .view-project .article-aside {
  margin-top: 37px;
}
.items-row .item .view-project .project-type,
.leading .view-project .project-type {
  color: #555f61;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'source_sans_prolight', sans-serif;
}
.image-wrap {
  margin: -48px -48px 48px -48px;
}
@media (max-width: 767px) {
  .image-wrap {
    margin: -37px -37px 37px -37px;
  }
}
.image-wrap img {
  width: 100%;
}
.item-page {
  background: #555f61;
  padding: 48px;
}
@media (max-width: 767px) {
  .item-page {
    padding: 37px;
  }
}
.item-page .pull-none.item-image {
  margin: -48px -48px 48px -48px;
}
@media (max-width: 767px) {
  .item-page .pull-none.item-image {
    margin: -37px -37px 37px -37px;
  }
}
.item-page .article-title {
  font-size: 34px;
}
@media (max-width: 767px) {
  .item-page .article-title {
    font-size: 28px;
  }
}
.item-page .divider-vertical {
  display: none;
}
.item-page .pagenav li > a {
  background: #505a5c;
}
.item-page .pagenav li > a:hover,
.item-page .pagenav li > a:focus,
.item-page .pagenav li > a:active {
  background: #4e5759;
}
.item-page .btn-default {
  background: #1f3869;
  border-color: #1f3869;
}
.item-page .btn-default:hover,
.item-page .btn-default:focus,
.item-page .btn-default:active {
  background: #1d3665;
  border-color: #1d3665;
}
.item-page .btn-default.btn-sp::before {
  background: #1f3869;
}
.item-page .btn-default.btn-sp:hover::before {
  background: #223e75;
}
.item-page .view-project {
  padding: 0 144px;
}
@media (max-width: 991px) {
  .item-page .view-project {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .item-page .view-project .item-image {
    margin-left: -192px;
    margin-right: -192px;
  }
}
.item-page .view-project .project-info {
  float: left;
  margin-right: 48px;
  width: 192px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .item-page .view-project .project-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 37px;
    padding-bottom: 37px;
    margin-right: 0;
    float: none;
    width: 100%;
  }
}
.item-page .view-project .project-info > h4 {
  margin-top: 0;
  margin-bottom: 37px;
}
.item-page .view-project .article-content {
  overflow: hidden;
}
.divider-vertical {
  margin: 0 0 74px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pager ul {
  padding: 0;
}
.article-aside {
  color: #555f61;
  font-size: 21px;
  margin-bottom: 37px;
}
.article-info {
  float: left;
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.tags {
  margin-bottom: 37px;
}
.tags > span {
  margin-right: 9.25px;
}
.tags .badge,
.tags .label {
  background: #f9f9f9;
  color: #333333;
  padding: 3px 9px;
  font-weight: 400;
}
.tags .badge:before,
.tags .label:before {
  content: "#";
}
.tags .badge:hover,
.tags .label:hover,
.tags .badge:focus,
.tags .label:focus,
.tags .badge:active,
.tags .label:active {
  background: #f9f9f9;
  color: #333333;
  text-decoration: underline;
}
.tag-category #filter-search {
  box-shadow: none;
  float: left;
  border-radius: 0;
}
.tag-category .filters {
  margin-top: 0;
  margin-bottom: 37px;
}
.tag-category .filters .btn {
  background: #223e75;
  border-color: #223e75;
  color: #ffffff;
  height: 61px;
  margin: 0;
}
.tag-category .filters .btn:hover,
.tag-category .filters .btn:focus,
.tag-category .filters .btn:active {
  background: #1f3869;
}
@media (max-width: 767px) {
  .tag-category .btn-group {
    margin-top: 18.5px;
  }
}
.tag-category .category {
  border: 0;
}
.tag-category .category > li {
  background: transparent;
  border: 0;
  margin-bottom: 48px;
}
.tag-category .category > li + li {
  margin-top: 0;
}
.tag-category .category > li .media-wrap {
  background: #555f61;
  padding: 48px;
}
.tag-category .category > li .media-wrap .img-wrap {
  margin: -48px -48px 48px -48px;
}
.tag-category .category > li .media-wrap .media-body .title {
  margin-top: 0;
  font-size: 28px;
}
.tag-category .category > li .media-wrap .media-body p {
  display: inline;
}
.fields-container dd {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  padding: 12.33333333px 0;
}
.fields-container dd .field-label {
  display: inline-block;
  font-weight: bold;
  padding-right: 37px;
}
.fields-container dd:last-child {
  border-bottom: 0;
}
.article-footer {
  color: #555f61;
  font-size: 16px;
  margin-bottom: 37px;
}
.readmore .btn.btn-default::before {
  background: #1f3869;
}
.readmore .btn.btn-default:hover::before {
  background: #223e75;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 55.5px 37px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 37px 55.5px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 37px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 37px;
}
.img-fulltext-right {
  float: right;
  margin-left: 37px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #333333;
  color: #555f61;
  font-size: 16px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #555f61;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 37px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #555f61;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f9f9f9;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.login-wrap {
  background: #f9f9f9;
  border-radius: 0;
  margin: auto;
  padding: 96px;
  width: 480px;
}
@media (max-width: 767px) {
  .login-wrap {
    margin: 0 auto;
    padding: 37px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  padding: 0;
  margin-bottom: 55.5px;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 37px;
  }
}
.login-wrap .page-header h1 {
  font-size: 34px;
  font-weight: 700;
  color: #333333;
}
@media (max-width: 767px) {
  .login-wrap .page-header h1 {
    font-size: 28px;
  }
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #555f61;
  text-align: left;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .login-wrap form .form-group {
    margin-bottom: 37px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group .checkbox {
  padding-top: 0;
  min-height: 0;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 8px;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.login-wrap .other-links ul li {
  display: inline-block;
  list-style: none;
  padding: 0 9.25px;
}
.login-wrap .other-links ul li a {
  color: #555f61;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #223e75;
}
.login-wrap .other-links ul li + li {
  margin-top: 18.5px;
}
.logout {
  background: #f9f9f9;
  border-radius: 0;
  padding: 74px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.logout .page-header {
  border: 0;
  margin-bottom: 37px;
}
.logout .page-header h1 {
  font-size: 34px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
.registration,
.profile-edit,
.profile {
  background: #f9f9f9;
  border-radius: 0;
  padding: 37px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit,
  .profile {
    border-radius: 0;
    margin: 48px auto;
    padding: 96px;
    width: 540px;
    max-width: 100%;
  }
}
.registration legend,
.profile-edit legend,
.profile legend {
  font-size: 34px;
  font-weight: 700;
  font-family: "source_sans_prolight", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-bottom: none;
  margin-bottom: 37px;
  color: #555f61;
}
@media (max-width: 767px) {
  .registration legend,
  .profile-edit legend,
  .profile legend {
    font-size: 28px;
  }
}
.registration .form-group,
.profile-edit .form-group,
.profile .form-group {
  margin-bottom: 0;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group,
.profile .form-group + .form-group {
  margin-top: 37px;
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label,
.profile .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label,
.profile .form-group .control-label label {
  color: #555f61;
  font-weight: 400;
}
.registration .form-group .control-label .text label,
.profile-edit .form-group .control-label .text label,
.profile .form-group .control-label .text label {
  font-weight: normal;
  color: #cc0000;
}
.registration .form-group input.required,
.profile-edit .form-group input.required,
.profile .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt,
.profile fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions,
.profile .form-actions {
  background: none;
  margin-top: 55.5px;
  padding: 0;
}
@media (max-width: 767px) {
  .registration .form-actions,
  .profile-edit .form-actions,
  .profile .form-actions {
    margin-top: 37px;
  }
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn,
.profile .form-actions .btn {
  margin-right: 18.5px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin: 0 0 37px;
  padding: 0;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 37px;
}
.profile-edit #helpsite-refresh {
  background: #223e75;
  color: #ffffff;
  margin-top: 37px;
}
.profile-edit #helpsite-refresh:hover,
.profile-edit #helpsite-refresh:focus,
.profile-edit #helpsite-refresh:active {
  background: #17294d;
}
@media screen and (min-width: 992px) {
  .profile {
    width: 800px;
  }
}
.profile .dl-horizontal dd,
.profile .dl-horizontal dt {
  border: 0;
  margin-bottom: 5px;
}
.profile #users-profile-custom {
  margin-top: 74px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
#user-registration .form-group {
  display: block;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 37px;
}
#user-registration .form-group:before,
#user-registration .form-group:after {
  content: " ";
  display: table;
}
#user-registration .form-group:after {
  clear: both;
}
#user-registration .control-label {
  text-align: left;
}
.com_mailto body {
  padding: 18.5px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: transparent;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset,
.remind {
  background: #555f61;
  border-radius: 0;
  padding: 96px;
  margin: auto;
  max-width: 650px;
}
@media (max-width: 767px) {
  .reset,
  .remind {
    padding: 37px;
  }
}
.reset .form-validate p,
.remind .form-validate p {
  background: #333333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 37px;
  padding: 18.5px 37px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
#jform_terms_terms-lbl a.modal,
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 18.5px;
  padding: 0;
}
.form-horizontal fieldset .control-group .control-label {
  display: block;
  float: none;
  text-align: left;
}
.form-horizontal fieldset .control-group .controls {
  margin-left: 0;
}
.form-horizontal fieldset + fieldset {
  margin-top: 48px;
}
.profile-edit #jform_privacyconsent_privacy {
  border: none;
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit .field-privacyconsent .col-md-6 {
  width: 100%;
}
.profile-edit .field-privacyconsent .t3onoff label {
  height: 37px;
}
.profile-edit .field-privacyconsent .t3onoff label:before {
  padding: 6px 18px;
}
.search {
  background: #f9f9f9;
  padding: 96px;
  margin: auto;
  width: 800px;
  max-width: 100%;
}
.search:before,
.search:after {
  content: " ";
  display: table;
}
.search:after {
  clear: both;
}
@media (max-width: 767px) {
  .search {
    padding: 37px;
  }
}
.search .page-title {
  border: none;
  text-align: center;
  color: #333333;
  margin-bottom: 55.5px;
}
@media (max-width: 767px) {
  .search .page-title {
    font-size: 28px;
    margin-bottom: 37px;
    text-align: left;
  }
}
.searchintro {
  text-align: center;
  font-size: 12px;
}
.searchintro span.badge {
  background: #223e75;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 15px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm .btn-toolbar {
  margin-bottom: 18.5px;
}
#searchForm .form-group {
  margin-bottom: 37px;
  display: block;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #searchForm .form-group {
    text-align: left;
  }
}
#searchForm .form-group #search-searchword {
  margin-bottom: 37px;
}
#searchForm .form-group #search-searchword:focus,
#searchForm .form-group #search-searchword:active {
  box-shadow: none;
}
#searchForm .form-group .input-group-btn {
  position: absolute;
  right: 1px;
  width: auto;
  top: 1px;
  z-index: 2;
}
@media (min-width: 768px) {
  #searchForm .form-group .input-group-btn .btn {
    padding: 18.5px 30px;
  }
}
#searchForm fieldset {
  margin: 37px 0 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  #searchForm fieldset {
    text-align: left;
  }
}
#searchForm legend {
  margin-bottom: 18.5px;
  border: none;
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 37px;
  text-align: center;
}
@media (max-width: 767px) {
  #searchForm .form-limit {
    text-align: left;
  }
}
#searchForm .form-limit .counter {
  margin-top: 18.5px;
}
#searchForm .counter {
  margin-top: 18.5px;
  border: none;
}
@media (min-width: 768px) {
  #searchForm .counter {
    float: right;
    margin-top: 37px;
  }
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
  display: inline-block;
  margin: 0 10px;
}
#searchForm #ordering_chzn {
  float: none;
  margin-left: 5px;
  display: inline-block;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 18.5px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  display: block;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 37px;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.search-results .result-title {
  font-size: 12px;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .search-results .result-title {
    font-size: 23px;
  }
}
.search-results .result-category {
  font-size: 20px;
  color: #555f61;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555f61;
  margin-top: 37px;
}
.search-results .result-created {
  font-size: 20px;
  color: #555f61;
}
div.finder {
  background: #f9f9f9;
  padding: 96px;
  margin-bottom: 37px;
  margin: auto;
  width: 800px;
  max-width: 100%;
}
@media (max-width: 767px) {
  div.finder {
    padding: 37px;
  }
}
div.finder > h1 {
  border: none;
  text-align: center;
  color: #333333;
  font-size: 56px;
  margin-bottom: 55.5px;
}
@media (max-width: 480px) {
  div.finder > h1 {
    font-size: 32px;
  }
}
div.finder #search-form {
  text-align: center;
}
div.finder #search-form .form-group > label {
  display: block;
  color: #333333;
  font-size: 34px;
  margin-bottom: 18.5px;
  font-weight: 700;
}
@media (max-width: 767px) {
  div.finder #search-form .form-group > label {
    font-size: 28px;
  }
}
div.finder #search-form .form-group input.inputbox {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  div.finder #search-form #smartsearch-btn {
    margin-bottom: 18.5px;
    vertical-align: top;
  }
}
div.finder .filter-branch.control-group .finder-selects {
  margin: 0 18.5px 18.5px;
  display: inline-block;
}
div.finder #search-results {
  text-align: center;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 6px;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #333333;
  font-size: 34px;
  margin: 0;
  position: relative;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal > dt {
  display: block;
  float: none;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 37px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 7.4px;
  width: 15px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact label {
  position: relative;
  font-weight: 400;
  padding-bottom: 9.25px;
}
.contact label.invalid {
  background: transparent;
  color: #cc0000;
}
.contact .contact-links ul li {
  margin: 0 4.625px 18.5px 4.625px;
  border: none;
  display: inline-block;
}
.contact .contact-links ul li a {
  background: #223e75;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  width: 37px;
}
.contact .checkbox {
  margin-bottom: 48px;
}
.contact .checkbox input {
  margin-left: 0;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .contact .control-btn {
    margin-top: 37px;
  }
}
.contact .thumbnail {
  border: 0;
  padding: 0;
}
.contact .thumbnail img {
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}
.contact .contact-fields.dl-horizontal > dt {
  display: block;
  margin-right: 18.5px;
  width: auto;
}
.plain-style .contact-box {
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .plain-style .contact-box {
    padding: 0;
  }
}
.plain-style .contact-box h3 {
  margin-bottom: 48px;
}
.plain-style .other-information {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .plain-style .other-information {
    margin-bottom: 48px;
  }
}
.plain-style .contact-information .contact-image {
  position: relative;
  margin: 0 auto 37px;
  z-index: 2;
}
.plain-style .contact-information .contact-name {
  margin-bottom: 37px;
}
.plain-style .contact-information .contact-links {
  margin-top: 37px;
}
.plain-style .contact-left {
  padding-right: 96px;
}
@media (max-width: 991px) {
  .plain-style .contact-left {
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .plain-style .contact-left {
    padding-right: 24px;
  }
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  margin-top: 18.5px;
}
#slide-contact .panel .panel-heading {
  background-color: transparent;
  color: #333333;
  margin-bottom: -1px;
  padding: 27.75px 37px;
}
#slide-contact .panel .panel-heading .accordion-toggle {
  position: relative;
  font-size: 22px;
  font-family: "source_sans_prolight", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #223e75;
  text-decoration: none;
}
#slide-contact .panel .panel-body {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 37px;
}
.contact #myTabContent:before,
.contact #myTabContent:after {
  content: " ";
  display: table;
}
.contact #myTabContent:after {
  clear: both;
}
.contact #jform_consentbox .checkbox {
  margin: 0;
}
.contact fieldset {
  margin: 0 !important;
}
.contact-form legend {
  border: 0;
  color: #555f61;
  font-size: 21px;
  margin: 0 0 18.5px;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -37px 18.5px;
}
@media (max-width: 767px) {
  .contact-form .form-group {
    margin: 0 0 18.5px;
  }
}
.contact-form .form-group [class^="col-"] {
  padding: 0 37px;
}
@media (max-width: 767px) {
  .contact-form .form-group [class^="col-"] {
    padding: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
.contact-form #jform_contact_message.invalid {
  background: transparent;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.map-container {
  max-width: 100%;
}
.contact-category ul.category {
  border-top: 0;
  overflow: hidden;
}
.contact-category ul.category li.row-fluid {
  border: 1px solid #333333;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.contact-category ul.category li.row-fluid:before,
.contact-category ul.category li.row-fluid:after {
  content: " ";
  display: table;
}
.contact-category ul.category li.row-fluid:after {
  clear: both;
}
.contact-category ul.category li.row-fluid > div {
  margin: 0;
}
.contact-category .cat-children ul {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-category .cat-children ul li {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0 5px 0;
}
.contact-category .cat-children ul li h4 {
  border-left: 1px dotted #555f61;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  padding-left: 15px;
  margin-left: 20px;
  position: relative;
}
.contact-category .cat-children ul li h4:after {
  border-top: 1px dotted #555f61;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 1px;
  width: 10px;
}
.contact-category .cat-children ul li li h4 {
  margin-left: 40px;
}
.contact-category .cat-children ul li li li h4 {
  margin-left: 60px;
}
.contact-category .cat-children ul li li li li h4 {
  margin-left: 80px;
}
.contact-category .cat-children ul li:last-child {
  border: 0;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .categories-list .category-item + .category-item {
    margin-top: 37px;
  }
}
.categories-list .category-inner {
  background: #555f61;
}
.categories-list .category-info {
  padding: 48px;
}
.categories-list .category-info .item-title {
  margin-top: 0;
}
.categories-list .category-info .item-title span {
  background: #f9f9f9;
  float: right;
  font-size: 22px;
  margin-top: 4px;
  margin-left: 18.5px;
  padding: 5px 10px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 18.5px 5px;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 48px;
}
.category-item .category-item .page-header {
  font-size: 22px;
}
.cat-children .page-header {
  border: 0;
  line-height: normal;
  padding: 0;
  margin: 0 0 37px 0;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
}
.cat-children .page-header:before {
  content: "\f114";
  font-family: FontAwesome;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 37px;
  margin-bottom: 37px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 37px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 37px;
  margin-bottom: 37px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 37px;
  font-size: 24px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 22px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 24px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  line-height: normal;
  margin-right: 18.5px;
  padding: 18.5px 37px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 37px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  float: right;
  padding: 10px;
  margin: 0 0 37px 37px;
  width: 25%;
}
@media (max-width: 767px) {
  #article-index,
  .article-index {
    margin-left: 0;
    width: 100%;
  }
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #f9f9f9;
  color: #333333;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #f9f9f9;
  color: #333333;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.next {
  float: right;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav li > a {
  padding: 18.5px 37px;
  line-height: normal;
  border: 1px solid #555f61;
  border-radius: 0;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #5a6466;
}
.items-more h3 {
  margin: 0 0 37px;
}
.items-more .nav {
  border: 0;
  list-style: inside;
}
.items-more .nav > li {
  font-weight: 500;
}
.items-more .nav > li::before {
  content: "\f111";
  font-family: FontAwesome;
  float: left;
  font-size: 6px;
  margin-top: 6px;
  margin-right: 7.4px;
}
.items-more .nav > li + li {
  margin-top: 18.5px;
}
.items-more .nav > li > a {
  border: 0;
  padding: 0;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  border: 0;
  text-decoration: underline;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 18.5px 0;
}
.display-limit {
  margin: 18.5px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert.alert-message,
.alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert.alert-message hr,
.alert.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link,
.alert.alert-success .alert-link {
  color: #356635;
}
.alert.alert-info,
.alert.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert.alert-info hr,
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-info .alert-link,
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.alert-error,
.alert.danger,
.alert.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert.alert-error hr,
.alert.danger hr,
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.alert-error .alert-link,
.alert.danger .alert-link,
.alert.alert-error .alert-link {
  color: #953b39;
}
.alert.warning,
.alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert.warning hr,
.alert.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert.warning .alert-link,
.alert.alert-warning .alert-link {
  color: #a47e3c;
}
#system-message joomla-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  display: block;
}
#system-message joomla-alert hr {
  border-top-color: #a6e1ec;
}
#system-message joomla-alert .alert-link {
  color: #2d6987;
}
#system-message joomla-alert h4 {
  color: #3a87ad;
  margin-top: 0;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 22px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 18.5px;
}
.edit.item-page #editor-xtd-buttons .btn {
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-shadow: none;
  margin: 3px 0;
}
.edit.item-page #editor-xtd-buttons .btn:hover,
.edit.item-page #editor-xtd-buttons .btn:focus,
.edit.item-page #editor-xtd-buttons .btn:active {
  background: rgba(255, 255, 255, 0.05);
}
.edit.item-page .btn-toolbar .btn:not(.btn-primary) {
  background: #1f3869;
  border-color: #1f3869;
  color: #ffffff;
}
.edit.item-page .field-calendar > .input-group {
  display: block;
}
.js-stools input {
  background: #ffffff;
  border: 1px solid #ccc;
  height: 45px;
}
.js-stools .btn:hover,
.js-stools .btn:focus,
.js-stools .btn:active {
  background: #555f61;
  color: #555f61;
}
.js-stools .btn.btn-primary {
  background: #223e75;
  border-color: #223e75;
  color: #555f61;
}
.js-stools .btn.btn-primary:hover,
.js-stools .btn.btn-primary:focus,
.js-stools .btn.btn-primary:active {
  background: #223e75;
  border-color: #223e75;
  color: #555f61;
}
.js-stools .btn.btn-primary .caret {
  border-bottom-color: #555f61;
}
.js-stools .chzn-container {
  min-width: 245px;
}
.thumbnails-media .thumbnail {
  background: #555f61;
}
.mod-preview-info {
  z-index: 100;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: 34px;
}
.com_config button.btn:not(.btn-primary) {
  background: #223e75;
  color: #ffffff;
}
.com_config button.btn:not(.btn-primary):hover,
.com_config button.btn:not(.btn-primary):focus,
.com_config button.btn:not(.btn-primary):active {
  background: #17294d;
}
.com_config .form-horizontal .radio.t3onoff {
  border: 0;
  min-height: 30px;
}
.com_config .form-horizontal .radio.t3onoff label {
  text-align: left;
}
.com_config #modules-form .accordion-group .accordion-heading .accordion-toggle,
.com_config #modules-form .accordion-group .accordion-body {
  border-color: rgba(0, 0, 0, 0.1);
}
.com_config #modules-form .accordion-group .accordion-body {
  padding: 37px;
}
.com_config #modules-form .accordion-group .accordion-heading .accordion-toggle {
  color: #ffffff;
}
.com_config table.jalist td input,
.com_config table.jatable td input,
.com_config table.jalist td textarea,
.com_config table.jatable td textarea {
  border-color: #ccc;
  color: #555;
}
.com_config table.jalist td .btn.hasTooltip,
.com_config table.jatable td .btn.hasTooltip {
  color: #555f61;
}
.iframe-bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #eeeeee;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #eeeeee;
}
.btn-group .chzn-results {
  white-space: normal;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  max-height: 739.6px;
}
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
  color: #333333;
}
#modal-jform_consentbox .modal-header .close {
  position: absolute;
  top: 18.5px;
  right: 18.5px;
  z-index: 100;
}
#modal-jform_consentbox .modal-body {
  max-height: 770.3px;
}
#modal-jform_consentbox .iframe {
  max-height: 739.6px;
}
#modal-consentbox .modal-header h3 {
  font-size: 26px;
  margin: 0;
}
#modal-consentbox .modal-body {
  max-height: 220px;
}
#modal-consentbox .iframe {
  max-height: 200px;
}
#sbox-window #sbox-content iframe {
  max-width: 100%;
  max-height: 100%;
}

.page-header {
  padding-bottom: 17.5px;
  margin: 0 0 37px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-title,
.page-header h1 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 37px;
}
.page-subheader:before,
.page-subheader:after {
  content: " ";
  display: table;
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -37px;
}
.article-title,
.article-header h1 {
  color: #ffffff;
  margin: 0 0 37px 0;
  font-size: 28px;
}
.leading .article-title,
.leading .article-header h1 {
  font-size: 34px;
}
.item-title {
  font-weight: bold;
}
.form-control-feedback {
  display: none;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 0;
}
.masthead {
  padding: 74px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  .masthead {
    padding: 148px 0;
  }
  .masthead h1 {
    font-size: 154px;
  }
  .masthead p {
    font-size: 44px;
  }
  .masthead .btn-lg {
    margin-top: 37px;
    padding: 18px 42px;
    font-size: 33px;
  }
}
.jumbotron-primary {
  background-color: #223e75;
  color: #aec2e8;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group {
  margin-bottom: 37px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #87a4dc;
}
.list-group-item-heading {
  color: #555f61;
  font-size: 18px;
  font-family: 'source_sans_prolight', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.panel-body {
  color: #555f61;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.fade.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.fade .modal-dialog {
  margin-top: 100px;
  transform: translate(0, 0);
}
.modal.fade .modal-dialog iframe {
  width: 100%;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-backdrop.show {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

body {
  color: #555f61;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .equal-height > div {
    min-height: 0 !important;
  }
  .equal-height.equal-height-child > .col > div {
    min-height: 0 !important;
  }
}
div.t3-wrapper {
  background: #f2f3f4;
  margin: auto;
}
@media (min-width: 1680px) {
  div.t3-wrapper {
    width: 1680px;
  }
}
@media (min-width: 1680px) {
  div.t3-wrapper.menu-vertical {
    padding-left: 240px;
    max-width: 100%;
    margin-left: 0;
    width: 1920px;
  }
  div.t3-wrapper.menu-vertical .t3-header {
    background: #f9f9f9;
    top: 0;
    position: fixed;
    left: 0;
    height: 100vh;
    width: 240px;
    z-index: 10;
  }
  div.t3-wrapper.menu-vertical .t3-header .container-hd {
    position: static;
    width: 100%;
    max-width: 100% !important;
  }
  div.t3-wrapper.menu-vertical .t3-header .container-hd .wrap {
    max-width: 100% !important;
    min-width: 0 !important;
  }
  div.t3-wrapper.menu-vertical .t3-header .logo {
    top: 48px;
    right: 24px;
    text-align: center;
  }
  div.t3-wrapper.menu-vertical .t3-header .logo .logo-img {
    display: none;
  }
  div.t3-wrapper.menu-vertical .t3-header .logo .logo-img.logo-vertical {
    max-height: 100%;
    display: block !important;
  }
  div.t3-wrapper.menu-vertical .t3-header .t3-mainnav {
    top: 50vh;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0;
  }
  div.t3-wrapper.menu-vertical .t3-header .t3-mainnav .navbar-nav > li {
    display: block;
  }
  div.t3-wrapper.menu-vertical .t3-header .t3-mainnav .navbar-nav > li + li {
    margin-top: 37px;
  }
  div.t3-wrapper.menu-vertical .t3-header .t3-mainnav .navbar-nav > li > a {
    display: inline-block;
    padding: 0;
  }
  div.t3-wrapper.menu-vertical .t3-header .t3-mainnav .dropdown-menu {
    border: 0;
    left: 100%;
    top: 0;
  }
  div.t3-wrapper.menu-vertical .headright {
    display: none;
  }
  div.t3-wrapper.menu-vertical .headright.on-vertical {
    display: block !important;
    position: absolute;
    right: 48px;
    top: 48px;
    z-index: 10;
  }
  div.t3-wrapper.menu-vertical .headright.on-vertical #t3-off-canvas {
    display: none;
  }
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn.off-canvas-toggle,
  div.t3-wrapper.menu-vertical .headright.on-vertical .search .form-control,
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn.off-canvas-toggle::-moz-placeholder,
  div.t3-wrapper.menu-vertical .headright.on-vertical .search .form-control::-moz-placeholder,
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn.off-canvas-toggle:-ms-input-placeholder,
  div.t3-wrapper.menu-vertical .headright.on-vertical .search .form-control:-ms-input-placeholder,
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn:-ms-input-placeholder {
    color: #ffffff;
  }
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn.off-canvas-toggle::-webkit-input-placeholder,
  div.t3-wrapper.menu-vertical .headright.on-vertical .search .form-control::-webkit-input-placeholder,
  div.t3-wrapper.menu-vertical .headright.on-vertical .btn::-webkit-input-placeholder {
    color: #ffffff;
  }
  div.t3-wrapper.menu-vertical .bottom-vertical {
    bottom: 48px;
    display: block !important;
    position: absolute;
    text-align: center;
    left: 48px;
    right: 48px;
  }
  div.t3-wrapper.menu-vertical .bottom-vertical p {
    color: #555f61;
    margin-bottom: 0;
    font-family: 'source_sans_prolight', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
  }
}
@media (min-width: 1680px) and (min-width: 1680px) {
  div.t3-wrapper.menu-vertical .t3-header {
    border-bottom: 0;
    border-right: 1px solid #f2f3f4;
  }
}
@media screen and (min-width: 2200px) {
  div.t3-wrapper.menu-vertical {
    margin: 0 auto;
  }
  div.t3-wrapper.menu-vertical #t3-header {
    left: auto;
    margin-left: -240px;
  }
}
.container-hd {
  margin: auto;
  max-width: 100%;
}
@media (min-width: 1392px) {
  .container-hd {
    width: 1392px;
  }
}
.t3-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .t3-header {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}
.t3-header .container-hd {
  position: relative;
}
@media (max-width: 1199px) {
  .t3-header .container-hd {
    width: 100%;
  }
}
.logo {
  position: absolute;
  left: 24px;
  top: 0;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-height: 40px;
}
.logo-text a {
  text-decoration: none;
  font-size: 44px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 22px;
  margin-top: 5px;
}
.headright {
  position: absolute;
  right: 24px;
  top: 0;
}
.headright:before,
.headright:after {
  content: " ";
  display: table;
}
.headright:after {
  clear: both;
}
.headright > div {
  float: right;
  margin-left: 18.5px;
  width: auto;
}
@media (max-width: 767px) {
  .headright > div {
    margin-left: 9.25px;
  }
}
.headright > div.navbar-header {
  margin-left: 18.5px;
}
.headright > div.navbar-header:before,
.headright > div.navbar-header:after {
  content: " ";
  display: table;
}
.headright > div.navbar-header:after {
  clear: both;
}
.headright > div.navbar-header > button {
  float: right;
}
@media (max-width: 767px) {
  .headright > div.navbar-header {
    margin-left: 9.25px;
  }
}
.headright .search {
  background: transparent;
  display: inline-block;
  padding: 0;
  position: relative;
  height: 40px;
  width: 40px;
}
.headright .search .form-control {
  border-radius: 30px;
  background-image: url(/templates/ja_mason/images/ico/search.png) !important;
  background-position: 14px center!important;
  background-repeat: no-repeat !important;
  background-color: #555f61;
  border: 0;
  color: #555f61;
  position: absolute;
  padding: 0 0 0 40px;
  font-size: 18px;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  max-width: none;
  z-index: 10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.headright .search .form-control:focus {
  background-color: #555f61;
  width: 200px;
  padding-right: 37px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .headright .search .form-control:focus {
    width: 160px;
  }
}
.headright .form-search {
  display: inline-block;
  padding: 0;
  position: relative;
  height: 40px;
  width: 40px;
}
.headright .form-search .finder {
  border-radius: 0;
  padding: 0;
  margin-bottom: 0;
}
.headright .form-search label {
  display: none;
}
.headright .form-search input {
  border-radius: 30px;
  background-image: url(/templates/ja_mason/images/ico/search.png) !important;
  background-position: 14px center!important;
  background-repeat: no-repeat !important;
  background-color: #555f61;
  border: 0;
  color: #555f61;
  position: absolute;
  padding: 0 0 0 40px;
  font-size: 18px;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  max-width: none;
  z-index: 10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.headright .form-search input:focus {
  background-color: #555f61;
  width: 200px;
  padding-right: 37px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .headright .form-search input:focus {
    width: 160px;
  }
}
.headright .mod-languages {
  font-family: 'source_sans_prolight', sans-serif;
}
.headright .mod-languages img {
  margin-right: 4.625px;
}
@media (max-width: 767px) {
  .headright .mod-languages img {
    margin-right: 0;
  }
}
.headright .mod-languages .btn.dropdown-toggle {
  background: #555f61;
  border-radius: 30px;
  line-height: 40px;
  height: 40px;
  padding: 0 18.5px;
}
@media (max-width: 767px) {
  .headright .mod-languages .btn.dropdown-toggle {
    font-size: 0;
  }
  .headright .mod-languages .btn.dropdown-toggle .caret {
    display: none;
  }
}
.headright .mod-languages .dropdown-menu {
  border: 0;
  min-width: 130px;
  margin-top: 2px;
}
.headright .mod-languages .dropdown-menu li {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.headright .mod-languages .dropdown-menu li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.headright .mod-languages .dropdown-menu li a {
  font-weight: 700;
  font-family: 18px;
}
.t3-sl {
  padding-bottom: 74px;
  padding-top: 74px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 111px;
    padding-top: 111px;
  }
}
.t3-section {
  padding-bottom: 96px;
  padding-top: 96px;
  position: relative;
}
@media (max-width: 991px) {
  .t3-section {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
@media (max-width: 767px) {
  .t3-section {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.t3-section .container,
.t3-section .full-width {
  position: relative;
  z-index: 2;
}
.t3-section .full-width {
  padding-left: 48px;
  padding-right: 48px;
}
.t3-section:before {
  background: #f9f9f9;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.t3-section.mask-box-none::before {
  display: none;
}
.t3-section.mask-box-left::before {
  right: 384px;
}
@media (max-width: 991px) {
  .t3-section.mask-box-left::before {
    right: 144px;
  }
}
@media (max-width: 767px) {
  .t3-section.mask-box-left::before {
    right: 48px;
  }
}
.t3-section.mask-box-right::before {
  left: 384px;
  right: 0;
}
@media (max-width: 991px) {
  .t3-section.mask-box-right::before {
    left: 144px;
  }
}
@media (max-width: 767px) {
  .t3-section.mask-box-right::before {
    left: 48px;
  }
}
.t3-section.mask-box-left-center::before {
  right: 50%;
  margin-right: -72px;
}
.t3-section.mask-box-right-center::before {
  right: 0;
  left: 50%;
  margin-left: -72px;
}
@media (min-width: 1200px) {
  .t3-slideshow + .t3-section-wrap > div:first-child::before {
    top: -144px;
  }
}
@media (max-width: 991px) {
  .section-title {
    padding-left: 0;
  }
}
.section-title h2 {
  max-width: 336px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 37px;
  }
}
.sub-heading {
  color: #223e75;
  font-size: 18px;
  font-family: 'source_sans_prolight', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  margin-bottom: 24px;
}
.sub-heading::before {
  background: #223e75;
  content: "";
  position: absolute;
  height: 2px;
  top: 2px;
  right: 100%;
  margin-right: 37px;
  width: 37px;
}
.sub-heading::after {
  background-image: url(/templates/ja_mason/images/mask/sub-heading.png);
  content: "";
  position: absolute;
  top: -48px;
  left: -48px;
  height: 144px;
  width: 144px;
  z-index: -1;
}
.t3-mainbody {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody > .row {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody > .row > div {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 768px) {
  .t3-mainbody > .row > div.t3-sidebar-right {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  .t3-mainbody > .row > div.t3-sidebar-left {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .t3-content.col-sm-8 {
    margin-bottom: 48px;
  }
}
.t3-sidebar {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-footer {
  border-top: 1px solid #f2f3f4;
  background: #f9f9f9;
  color: #555f61;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 37px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 74px 0;
  }
}
.t3-footnav .t3-module {
  background: #f9f9f9;
  color: #555f61;
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.t3-footnav .t3-module .module-title {
  color: #555f61;
  font-size: 24px;
  margin-bottom: 18.5px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555f61;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555f61;
}
#back-to-top {
  position: fixed;
  bottom: 48px;
  right: 48px;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
#back-to-top.affix {
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top .btn {
  background: #223e75;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  color: #ffffff;
  padding: 0;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 48px;
}
.t3-copyright {
  font-size: 18px;
  font-family: 'source_sans_prolight', sans-serif;
  padding: 144px 0;
  text-transform: uppercase;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .t3-copyright {
    padding: 48px 0;
  }
}
.t3-copyright .copyright a {
  color: #555f61;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .t3-copyright .copyright {
    margin-bottom: 37px;
  }
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}

@media (min-width: 1680px) {
  .t3-wrapper {
    border-left: 1px solid #f2f3f4;
    border-right: 1px solid #f2f3f4;
  }
}
.t3-wrapper.menu-vertical {
  border: 0;
}
@media (max-width: 1680px) {
  .headright .search .form-control {
    background-image: url(/templates/ja_mason/images/ico/search-invert.png) !important;
  }
}
.menu-horizontal .headright .search .form-control {
  background-image: url(/templates/ja_mason/images/ico/search-invert.png) !important;
}
@media (max-width: 1680px) {
  button.btn.off-canvas-toggle span {
    background-color: #333333;
  }
}
.menu-horizontal button.btn.off-canvas-toggle span {
  background-color: #333333;
}
.sub-heading::after {
  background-image: url(/templates/ja_mason/images/mask/sub-heading-light.png);
}
.t3-wrapper .acm-features.style-2 .action {
  background: #223e75;
  color: #b9b9b9;
}
.t3-wrapper .acm-features.style-2 .action:hover,
.t3-wrapper .acm-features.style-2 .action:focus,
.t3-wrapper .acm-features.style-2 .action:active {
  background: #223e75;
  color: #ffffff;
}
.t3-wrapper .acm-features.style-3 .owl-carousel .owl-nav > div {
  border-color: #223e75;
  color: #223e75;
}
.t3-wrapper .acm-features.style-3 .features-item:hover h4 {
  color: #ffffff;
}
.t3-wrapper .acm-features.style-3 .owl-carousel .owl-dots > div {
  background: #d3d3d3;
}
.t3-wrapper .acm-teams .item .action {
  background: #223e75;
  color: #b9b9b9;
}
.t3-wrapper .acm-teams .item .action:hover,
.t3-wrapper .acm-teams .item .action:focus,
.t3-wrapper .acm-teams .item .action:active {
  background: #223e75;
  color: #ffffff;
}
.t3-wrapper .acm-teams .item:hover h4 {
  color: #ffffff;
}
.t3-megamenu .mega-inner:before,
.t3-megamenu .mega-inner:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-inner:after {
  clear: both;
}
.t3-megamenu .mega > .mega-dropdown-menu {
  min-width: 200px;
  display: none;
}
.t3-megamenu .mega.open > .mega-dropdown-menu,
.t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  display: block;
}
.t3-megamenu .mega-group:before,
.t3-megamenu .mega-group:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group:after {
  clear: both;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #223e75;
  font-size: 24px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-group-ct:before,
.t3-megamenu .mega-group-ct:after {
  content: " ";
  display: table;
}
.t3-megamenu .mega-group-ct:after {
  clear: both;
}
.t3-megamenu .mega-nav,
.t3-megamenu .dropdown-menu .mega-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.t3-megamenu .mega-nav > li,
.t3-megamenu .dropdown-menu .mega-nav > li {
  list-style: none;
  margin-left: 0;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  white-space: normal;
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus {
  text-decoration: none;
  color: #223e75;
  background-color: transparent;
}
.t3-megamenu .mega-nav > li .separator {
  display: block;
  padding: 5px;
}
.t3-megamenu .mega-group > .mega-nav,
.t3-megamenu .dropdown-menu .mega-group > .mega-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 5px;
}
.t3-megamenu .t3-module {
  margin-bottom: 18.5px;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #223e75;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 5px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module .module-ct {
  margin: 0;
  padding: 0;
}
.t3-megamenu .mega-caption {
  display: block;
  white-space: nowrap;
}
.t3-megamenu .nav .caret,
.t3-megamenu .dropdown-submenu .caret,
.t3-megamenu .mega-menu .caret {
  display: none;
}
.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: inline-block;
}
.t3-megamenu .nav [class^="icon-"],
.t3-megamenu .nav [class*=" icon-"],
.t3-megamenu .nav .fa {
  margin-right: 5px;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
.t3-megamenu .mega-align-left > .dropdown-menu {
  left: 0;
}
.t3-megamenu .mega-align-right > .dropdown-menu {
  left: auto;
  right: 0;
}
.t3-megamenu .mega-align-center > .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.t3-megamenu .dropdown-submenu.mega-align-left > .dropdown-menu {
  left: 100%;
}
.t3-megamenu .dropdown-submenu.mega-align-right > .dropdown-menu {
  left: auto;
  right: 100%;
}
.t3-megamenu .mega-align-justify {
  position: static;
}
.t3-megamenu .mega-align-justify > .dropdown-menu {
  left: 0;
  margin-left: 0;
  top: auto;
}
.t3-megamenu .mega-tab > div {
  position: relative;
}
.t3-megamenu .mega-tab > div > ul {
  width: 200px;
}
.t3-megamenu .mega-tab > div > ul > li {
  position: static;
}
.t3-megamenu .mega-tab > div > ul > li > .dropdown-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200px;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu {
  border: none;
  box-shadow: none;
}
.t3-megamenu .mega-tab > div > ul > li > .mega-dropdown-menu > div {
  opacity: 1 !important;
  margin-left: 0 !important;
  transition: none !important;
}
@media (min-width: 991px) {
  .t3-megamenu.animate .mega > .mega-dropdown-menu {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .t3-megamenu.animate .mega.animating > .mega-dropdown-menu {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    display: block;
  }
  .t3-megamenu.animate .mega.open > .mega-dropdown-menu,
  .t3-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .t3-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .t3-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center > .mega-dropdown-menu {
    -webkit-transform: scale(0, 0) translate(-50%, 0);
    -ms-transform: scale(0, 0) translate(-50%, 0);
    transform: scale(0, 0) translate(-50%, 0);
    -webkit-transform-origin: 0% 20%;
    -moz-transform-origin: 0% 20%;
    -ms-transform-origin: 0% 20%;
    transform-origin: 0% 20%;
  }
  .t3-megamenu.animate.zoom .level0 > .mega-align-center.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
    transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 10% 0;
    -moz-transform-origin: 10% 0;
    -ms-transform-origin: 10% 0;
    transform-origin: 10% 0;
  }
  .t3-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .t3-megamenu.animate.elastic .level0 .open > .mega-dropdown-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center > .mega-dropdown-menu {
    transform: scale(1, 0) translate(-50%, 0);
    -webkit-transform: scale(1, 0) translate(-50%, 0);
    -ms-transform: scale(1, 0) translate(-50%, 0);
  }
  .t3-megamenu.animate.elastic .level0 > .mega-align-center.open > .mega-dropdown-menu {
    transform: scale(1, 1) translate(-50%, 0);
    -webkit-transform: scale(1, 1) translate(-50%, 0);
    -ms-transform: scale(1, 1) translate(-50%, 0);
  }
  .t3-megamenu.animate.slide .mega {
    
    
  }
  .t3-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .t3-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -30%;
  }
  .t3-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .t3-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
    width: 100%;
  }
  .t3-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .t3-megamenu .mega-inner:before,
  .t3-megamenu .mega-inner:after {
    content: " ";
    display: table;
  }
  .t3-megamenu .mega-inner:after {
    clear: both;
  }
  .t3-megamenu .row,
  .t3-megamenu .mega-dropdown-menu,
  .t3-megamenu .row [class*="col-lg-"],
  .t3-megamenu .row [class*="col-md-"],
  .t3-megamenu .row [class*="col-sm-"],
  .t3-megamenu .row [class*="col-xs-"] {
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .t3-megamenu .hidden-collapse,
  .t3-megamenu .always-show .caret,
  .t3-megamenu .always-show .dropdown-submenu > a:after .sub-hidden-collapse > .nav-child,
  .t3-megamenu .sub-hidden-collapse .caret,
  .t3-megamenu .sub-hidden-collapse > a:after {
    display: none !important;
  }
  .mega-caption {
    display: none !important;
  }
  html[dir="rtl"] .t3-megamenu .row,
  html[dir="rtl"] .t3-megamenu .mega-dropdown-menu,
  html[dir="rtl"] .t3-megamenu .row [class*="col-lg-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-md-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-sm-"],
  html[dir="rtl"] .t3-megamenu .row [class*="col-xs-"] {
    left: auto;
    right: 0 !important;
    margin-right: 0 !important;
  }
}
.t3-megamenu .mega-inner {
  padding: 10px 0;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 18.5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.t3-megamenu .mega-dropdown-menu {
  padding: 37px 18.5px;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333333;
  font-size: 22px;
  font-family: 'source_sans_prolight', sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -24px;
  margin-right: -24px;
}
.t3-megamenu .mega-nav > li > a,
.t3-megamenu .dropdown-menu .mega-nav > li > a,
.t3-megamenu .mega-nav > li > a,
.t3-megamenu .dropdown-menu .mega-nav > li > a,
.t3-megamenu .mega-nav > li > span,
.t3-megamenu .dropdown-menu .mega-nav > li > span,
.t3-megamenu .mega-nav > li > span,
.t3-megamenu .dropdown-menu .mega-nav > li > span {
  background: transparent;
  color: #555f61;
  padding: 5px 0;
}
.t3-megamenu .mega-nav > li > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li > a:hover,
.t3-megamenu .mega-nav > li > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li > a:hover,
.t3-megamenu .mega-nav > li > span:hover,
.t3-megamenu .dropdown-menu .mega-nav > li > span:hover,
.t3-megamenu .mega-nav > li > span:hover,
.t3-megamenu .dropdown-menu .mega-nav > li > span:hover,
.t3-megamenu .mega-nav > li > a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li > a:focus,
.t3-megamenu .mega-nav > li > a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li > a:focus,
.t3-megamenu .mega-nav > li > span:focus,
.t3-megamenu .dropdown-menu .mega-nav > li > span:focus,
.t3-megamenu .mega-nav > li > span:focus,
.t3-megamenu .dropdown-menu .mega-nav > li > span:focus,
.t3-megamenu .mega-nav > li > a:active,
.t3-megamenu .dropdown-menu .mega-nav > li > a:active,
.t3-megamenu .mega-nav > li > a:active,
.t3-megamenu .dropdown-menu .mega-nav > li > a:active,
.t3-megamenu .mega-nav > li > span:active,
.t3-megamenu .dropdown-menu .mega-nav > li > span:active,
.t3-megamenu .mega-nav > li > span:active,
.t3-megamenu .dropdown-menu .mega-nav > li > span:active {
  background: transparent;
  color: #223e75;
}
.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a,
.t3-megamenu .mega-nav > li.active > a,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a,
.t3-megamenu .mega-nav > li.open > a,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a,
.t3-megamenu .mega-nav > li.open > a,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a,
.t3-megamenu .mega-nav > li.active > span,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span,
.t3-megamenu .mega-nav > li.active > span,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span,
.t3-megamenu .mega-nav > li.open > span,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span,
.t3-megamenu .mega-nav > li.open > span,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span,
.t3-megamenu .mega-nav > li.active > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a:hover,
.t3-megamenu .mega-nav > li.active > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a:hover,
.t3-megamenu .mega-nav > li.open > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a:hover,
.t3-megamenu .mega-nav > li.open > a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a:hover,
.t3-megamenu .mega-nav > li.active > span:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span:hover,
.t3-megamenu .mega-nav > li.active > span:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span:hover,
.t3-megamenu .mega-nav > li.open > span:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span:hover,
.t3-megamenu .mega-nav > li.open > span:hover,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span:hover,
.t3-megamenu .mega-nav > li.active > a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a:focus,
.t3-megamenu .mega-nav > li.active > a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a:focus,
.t3-megamenu .mega-nav > li.open > a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a:focus,
.t3-megamenu .mega-nav > li.open > a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a:focus,
.t3-megamenu .mega-nav > li.active > span:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span:focus,
.t3-megamenu .mega-nav > li.active > span:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span:focus,
.t3-megamenu .mega-nav > li.open > span:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span:focus,
.t3-megamenu .mega-nav > li.open > span:focus,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span:focus,
.t3-megamenu .mega-nav > li.active > a:active,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a:active,
.t3-megamenu .mega-nav > li.active > a:active,
.t3-megamenu .dropdown-menu .mega-nav > li.active > a:active,
.t3-megamenu .mega-nav > li.open > a:active,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a:active,
.t3-megamenu .mega-nav > li.open > a:active,
.t3-megamenu .dropdown-menu .mega-nav > li.open > a:active,
.t3-megamenu .mega-nav > li.active > span:active,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span:active,
.t3-megamenu .mega-nav > li.active > span:active,
.t3-megamenu .dropdown-menu .mega-nav > li.active > span:active,
.t3-megamenu .mega-nav > li.open > span:active,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span:active,
.t3-megamenu .mega-nav > li.open > span:active,
.t3-megamenu .dropdown-menu .mega-nav > li.open > span:active {
  background: transparent;
  color: #223e75;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #223e75;
}
.t3-megamenu .mega-nav .dropdown-submenu > a {
  padding-right: 18.5px !important;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
  position: absolute;
  top: 7px;
  right: 0;
}
.t3-megamenu .t3-module .module-inner {
  padding: 0 37px;
}
.t3-megamenu .t3-module .module-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.t3-megamenu .t3-module .module-inner ul li {
  list-style: none;
  padding: 9.25px 0;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #333333;
  font-size: 22px;
  font-family: 'source_sans_prolight', sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .mega-caption {
  color: #555f61;
  font-size: 20px;
  margin-top: 3px;
  font-weight: normal;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(/templates/ja_mason/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(/templates/ja_mason/fonts/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.5.0) format('embedded-opentype'),url(/templates/ja_mason/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(/templates/ja_mason/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(/templates/ja_mason/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(/templates/ja_mason/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
@font-face{font-family:source_sans_prolight;src:url(/templates/ja_mason/fonts/sourcesanspro/sourcesanspro-light-webfont.woff2) format('woff2'),url(/templates/ja_mason/fonts/sourcesanspro/sourcesanspro-light-webfont.woff) format('woff');font-weight:400;font-style:normal}@font-face{font-family:source_sans_proregular;src:url(/templates/ja_mason/fonts/sourcesanspro/sourcesanspro-regular-webfont.woff2) format('woff2'),url(/templates/ja_mason/fonts/sourcesanspro/sourcesanspro-regular-webfont.woff) format('woff');font-weight:400;font-style:normal}@font-face{font-family:source_sans_probold;src:url(/templates/ja_mason/fonts/sourcesanspro/sourcesanspro-bold-webfont.woff2) format('woff2'),url(/templates/ja_mason/fonts/sourcesanspro/sourcesanspro-bold-webfont.woff) format('woff');font-weight:400;font-style:normal}
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url(/templates/ja_mason/fonts/ionicons/fonts/ionicons.eot?v=2.0.0);src:url(/templates/ja_mason/fonts/ionicons/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),url(/templates/ja_mason/fonts/ionicons/fonts/ionicons.ttf?v=2.0.0) format("truetype"),url(/templates/ja_mason/fonts/ionicons/fonts/ionicons.woff?v=2.0.0) format("woff"),url(/templates/ja_mason/fonts/ionicons/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
/*(C) 2014 - 18 www.babajagas.com the art of storytelling*/

/*very light blue shade #ccd3e6 rgb(204, 211, 230) */
/* red #ec644b*/


/*blue #223e75  34,62,117*/
/*grey #a29e98  162,158,152*/
/*greynew #707C80* #555f61 85,95,97*/
/*greydarker 3e4748*/
/*stats light grey #dfe6e9*/
/*greybackground #f2f3f4*/
/*landing*/


* { -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.t3-wrapper {max-width:100%;overflow: hidden;}
.t3-mainnav {background-color: transparent;border:0!important;}
html, body, .item-page, .t3-copyright {background-color: #F2F3F4!important;}
ul {margin: 10px auto 20px; display: inline-block;}

.newslide {position: relative; top: -130px;height: 83vh;min-height: 500px;
  background-image: url(/images/landing-cover/mackgasse-neubau.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing #t3-section-top {margin-top: -150px;}
header#t3-header.t3-header {border: 0;}
div.wrap.t3-slideshow {border: 0;}
div.slider-content {width: 33vw;background-color: rgba(34,62,117,0.3);border-radius: 8px 2px 0 0;padding: 1rem; position: absolute; bottom: 0; right: 0;}
.slider-content .archoffice div.sec a, .slider-content .archoffice .btn-link   {text-align: center;font-size: 2rem; color: white!important;text-decoration:underline;-webkit-text-decoration-color: rgba(255, 255, 255, 0.7)!important; text-decoration-color: rgba(255, 255, 255, 0.7)!important;}

.ion-ios-telephone-outline, .ion-ios-email-outline, .ion-ios-more, .ion-link, .ion-ios-camera, .ion-android-camera {color: rgba(34,62,117,1)!important;}
.ion-ios-more {vertical-align: middle;}
.ion-map,  .fa-fax, .fa-youtube, .fa-linkedin, .fa-file-pdf-o, &dagger;, &#8727;  {color: rgba(34,62,117,0.5)!important;}
.ion-home {color: #fff;}
.ion-social-youtube-outline:before { content: "\f24c \00a0"; }
.ion-ios-cloud-download-outline:before { content: "\f407 \00a0"; }
.ion-ios-email-outline:before { content: "\f422 \00a0"; }
span.ion-ios-telephone {opacity: 0.8;}

a {cursor: pointer}
.landing .t3-megamenu ul li a, .landing .t3-megamenu ul li a:visited {text-decoration:underline;-webkit-text-decoration-color: rgba(255, 255, 255, 0.7); text-decoration-color: rgba(255, 255, 255, 0.7)!important;}

a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{border:1px solid #707C80;page-break-inside:avoid;}

a, ul.nav.navbar-nav li.arch a, ul.nav.navbar-nav li.arch:hover, a:hover, ul.nav.navbar-nav li.arch:focus, a:focus {text-decoration: underline!important;text-decoration-color: rgba(0,0,0, 0.4)!important;background-color: transparent;transition-timing-function: ease;transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);}
div.download a {display: inline-block;}

.landing .t3-navbar.navbar-collapse.collapse .t3-megamenu .nav.navbar-nav a {color: #fff!important;}

.navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > span:before {display:none;}

.t3-copyright .nav > li > a {display: inline-block!important;border:0;float:none!important;padding: 5px 15px 15px 0; margin-left: 0;background-color: transparent!important;}

ul.nav.nav-pills.nav-stacked .default.current.active, .t3-copyright .nav > li > .current.active, .t3-copyright .nav > li > a:active, .t3-copyright .nav > li > a:hover, .t3-copyright .nav > li > a:focus {background-color: transparent!important;}

ul, ol, li {margin-bottom: 10px;margin-left: 0px!important;}
.t3-content ul, .t3-content ol, .t3-content li {list-style: none;}
.t3-content li:before {content: '\f111';font-family: 'FontAwesome';font-size: 0.5em; margin-top: 0.8em; margin-left:0; margin-right:13px; vertical-align: middle;color: rgba(162,158,152,0.8);float: left;}

h1,h2,h3,h4,.lead,#ek h2 {font-family: 'source_sans_prolight', Helvetica, Arial, Verdana, sans-serif;font-weight:normal!important;}
.ars-item-description {font-family: 'source_sans_prolight', Helvetica, Arial, Verdana, sans-serif;font-weight:normal!important;}
.lead, h3 {font-size: 24px;}
h1 {padding-top:0;margin-top:0;}
strong {font-family: 'source_sans_proregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;text-shadow: none;}
.slides {padding: 15px 0 15px!important;}
.moduletablemuppet {margin: 15px 0 15px!important;border: 1px solid rgba(57,70,114,0.2);}
.borderme {margin: 0 0 15px;border: 1px solid rgba(57,70,114,0.2);}
div.t3-megamenu {margin-right: 30px;}
span.badge-success {font-family:  'source_sans_proregular'; border-radius: 2px; background-color: rgba(34,62,117,0.6); float: right;}
span.badge-primary {font-family:  'source_sans_proregular'; border-radius: 2px; background-color: rgba(34,62,117,0.6);}
span.badge-info.top {position: absolute; top: 20px; right: 20px;border-radius: 2px;padding: 2px 3px 4px 3px; background-color: rgba(34,62,117,0.6);}
.badge-info {float:right!important;}
.badge-info a {color: #fafafa!important;}
.badge-info {background: #394672;}


/*buttons*/

.btn {text-shadow: none!important; color: #fff!important;}
.btn-link {font-family: 'source_sans_prolight';text-transform: none; font-weight: normal; padding-left: 0; margin-left: 0; color: #555f61!important;}
.btn-link {text-align: left;}
.btn-link.small {font-family: 'source_sans_prolight'!important;text-transform: none;font-size: 18px;padding: 0; margin: 0;}
a.btn-link {text-decoration: underline!important;}
.btn-link.small:after {content: "\A \A";white-space: pre;}
.btn-primary {text-decoration: none!important;}
.btn-info {font-family:  'source_sans_proregular'; padding: 0 14px 4px; text-transform: none; text-decoration: none!important; border: 0; border-radius: 1px; font-weight: normal; color: #fff; background-color: rgba(34,62,117,1)!important;}
.btn-info:hover {color: rgba(255,255,255,0.8)!important;text-decoration: none!important;background-color: rgba(34,62,117,0.6)!important;}
.cookieconsent {font-size: 1.2em; padding: 3px 10px 0;}
.cookie {background: rgba(255,255,255,0.4);}
.landing .btn-primary:hover, .landing .btn-primary:focus {border-bottom-width: 0!important;margin-bottom: 21px;color: white;border:0;background-color: rgba(255,255,255,0.1);}
.landing .btn-primary:visited, .btn-primary:active {border-bottom-width: !important;margin-bottom: 21px;border: 0;background-color: transparent;}
.landing .btn-primary, .landing .btn-primary a {background-color: rgba(255,255,255,0.2); display: inline-block;padding: 5px 14px 4px;margin-top: 1px;margin-bottom: 22px;color: white;border: 0!important;border-radius: 2px;font-size: 20px;font-family: 'source_sans_proregular'!important;font-weight: normal;text-decoration: none;text-transform: none!important;}
.btn-primary:hover, .btn-primary:focus {border-bottom-width: 1px;margin-bottom: 21px;color: #fff!important;border:0!important;background-color: rgba(34,62,117,0.9);text-decoration: none!important;}
.btn-primary:visited, .btn-primary:active {color: #fff!important;border-bottom-width: 2px; margin-bottom: 21px;border: 0!important;background-color: rgba(34,62,117,0.1);}
.btn-primary {background-color: rgba(34,62,117,1);display: inline-block;padding: 5px 14px 4px;margin-top: 1px;margin-bottom: 22px;color: white;border: 0!important;border-radius: 2px;font-size: 20px;font-family: 'source_sans_proregular'!important;font-weight: normal; text-decoration: none;text-transform: none!important;}
#back-to-top .btn {background-color: rgba(34,62,117,1);border-radius: 2px!important;}
.btn.inverse {color: rgba(34,62,117,0.8);background-color: rgba(255,255,255,0.3);border:  2px solid rgba(34,62,117,0.3);border-radius: 2px;text-transform: none;font-size: 20px;}
.btn-success {text-transform: none;font-size: 20px;}
#calltoaction {margin: 25px auto;}
div.t3-wrapper {max-width: 100%!important; overflow: hidden;}
img.center {margin: 15px auto; text-align:center;}
.container-hd {z-index: 999!important;}
.set-container {width: 100%; height auto; min-height: 500px; z-index: 1;position:relative;margin-bottom:55px;background-color: rgba(34,62,117,0.2)}

/*test*/
.set-container-1 {width: 100%; height: 100%; min-height: 500px; max-height: 600px; z-index: 1;position:relative;margin-bottom:55px;background-color: rgba(34,62,117,0.2)}

.middle {padding: 0;background-size: 4px 4px !important;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1JyBoZWlnaHQ9JzUnPgogIDxyZWN0IHdpZHRoPSc1JyBoZWlnaHQ9JzUnIGZpbGw9J3doaXRlJy8+CiAgPHBhdGggZD0nTTAgNUw1IDBaTTYgNEw0IDZaTS0xIDFMMSAtMVonIHN0cm9rZT0nIzg4OCcgc3Ryb2tlLXdpZHRoPScxJy8+Cjwvc3ZnPg==');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #000 49%, #000 51%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #000 49%, #000 51%, rgba(0, 0, 0, 0) 55%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, #000 49%, #000 51%, rgba(0, 0, 0, 0) 55%);
}


.mimage-chamaeleon {
    background: url(/images/bim/bauherr-als-innovator/bim_mt-hojgaard.jpg) no-repeat fixed;
    background-position:  center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-bridge {
    background: url(/images/bim/bauherr-als-innovator/bim_mx3d.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-paris {
    background: url(/images/parallax/paris.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-pionier {
    background: url(/images/bim/bauherr-als-innovator/pionier.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-varianten {
    background: url(/images/bim/bauherr-als-innovator/varianten.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-csmackgasse {
    background: url(/images/parallax/cs-mackgasse-2023.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-cs_pramergasse {
    background: url(/images/parallax/cs_pramergasse.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-cs_mackgasse_bim {
    background: url(/images/parallax/cs_mackgasse_bim.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-pot {
    background: url(/images/parallax/pot.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-hoeflein {
    background: url(/images/parallax/hoeflein.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-kapelle {
    background: url(/images/parallax/kapelle.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-wiwo {
    background: url(/images/parallax/wiener-wohnen.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-fryraum {
    background: url(/images/parallax/fryraum.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-sacrecoeurwohnheim {
    background: url(/images/parallax/sacre-coeur_31a.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-poysdorf {
    background: url(/images/parallax/poysdorf.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-stlouise {
    background: url(/images/parallax/stlouise.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-ostermiething {
    background: url(/images/parallax/ostermiething.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-geriatriezentrum {
    background: url(/images/parallax/geriatriezentrum.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-sacrecoeurpflegeheim {
    background: url(/images/parallax/sacre-coeur_31b.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}



.mimage-lindenhof {
    background: url(/images/parallax/lindenhof.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-liebhartstal {
    background: url(/images/parallax/liebhartstal.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-clementinum {
    background: url(/images/parallax/clementinum.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-stadtpalais {
    background: url(/images/parallax/stadtpalais.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-yppenplatz {
    background: url(/images/parallax/yppenplatz.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-volkgasse {
    background: url(/images/parallax/volkgasse.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-sillian {
    background: url(/images/parallax/sillian.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-mackgasse2008 {
    background: url(/images/parallax/mackgasse-2008.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-ennsleite {
    background: url(/images/parallax/ennsleite.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-kfj {
    background: url(/images/parallax/kfj.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-dialysezentrum {
    background: url(/images/parallax/dialysezentrum.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-rauhensteingasse {
    background: url(/images/parallax/rauhensteingasse.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-khm {
    background: url(/images/parallax/khm.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-krems {
    background: url(/images/parallax/krems.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-tilak {
    background: url(/images/parallax/tilak.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-neulengbach {
    background: url(/images/parallax/neulengbach.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-stjohann {
    background: url(/images/parallax/bg-borg-st-johann-tirol.png) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-seeboeckgasse {
    background: url(/images/parallax/seeboeckgasse.jpg) no-repeat fixed;
    background-position:  center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.project-info {margin-top:15px;padding-top:0;}
.project-description {margin: 0;}
.item-page {padding-top:0!important;}


.mimage-hamerling {
    background: url(/images/parallax/hamerling.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-pillergasse {
    background: url(/images/parallax/pillergasse.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mcontent {
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 100%;
}


.mimage-kontakt {
 background: url(/images/parallax/kontakt.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-projekte {
    background: url(/images/parallax/projekte.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}


.mimage-crew {
    background: url(/images/parallax/crew.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.mimage-downloads {
    background: url(/images/parallax/downloads.jpg) no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative;
    z-index: -1;
}

.client-item, .client-img {background-color: transparent!important;}
div#t3-section-bottom.t3-section-wrap.wrap {overflow: hidden!important;}
div#t3-mainbody.container.t3-mainbody {padding-top: 0; margin-top:0;}
.moduleteaser, div.module-inner, div.module-ct, div.customteaser,
div.row {margin: 0; padding: 0px 0 10px;}
.module-ct, .module-ct .row {padding:0; margin:0;}
.t3-copyright .container full-width{width: 100%; padding:0!important; margin:0!important;}

.raster {padding: 15px 25px;
  background-size: 6px 6px !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNlMDMyMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwMzIxOCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
}

span.raster {padding: 2px 5px;
  background-size: 6px 6px !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNlMDMyMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwMzIxOCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
}
span.raster {text-align: justify; text-align-last: justify; display: inline-table!important;}
.section-separator {background: transparent;padding:0 margin: 0;min-width: 100%;width: 100%;}
.t3-copyright ul.nav.nav-pills.nav-stacked {border: 0;}
.t3-copyright .nav.nav-pills.nav-stacked * {display: inline-block!important;border:0;float:none!important;padding: 5px 15px 15px 0;}
.t3-copyright .nav.nav-pills.nav-stacked a:focus, .t3-copyright .nav.nav-pills.nav-stacked a:hover, .t3-copyright .nav.nav-pills.nav-stacked a:active {background-color: transparent!important; text-decoration: underline;}
.t3-copyright .nav {padding: 0; margin: 0;}
.t3-copyright {margin-top: 0!important; padding-top:25px!important; margin-bottom:0!important; padding-bottom:0!important;}
div#accordion.panel-group div.panel.panel-default {background-color: transparent;padding: 15px;}
h1.project {text-align: center;}
span.fact-header {font-family: 'source_sans_proregular'!important;}
div.full-width div.module-inner {text-align: center; margin: 0 auto; padding:0 30px 0;}

.projectbleed {width: 178.9%;margin: 0px -25vw 25px 0px; overflow: hidden!important;padding: 0 0 15px 0;
background-size: 6px 6px !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNlMDMyMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwMzIxOCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
}

.bleed {margin: 0px -30vw 25px 0px; overflow: hidden!important;padding: 0 0 15px 0;
background-size: 6px 6px !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNlMDMyMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwMzIxOCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, #ccd3e6 49%, #ccd3e6 51%, rgba(0, 0, 0, 0) 55%);
}
.caption {font-family: 'source_sans_proregular';font-size: 16px;line-height: 1.3;margin: 10px 0;}
.captionup {font-family: 'source_sans_proregular';font-size: 16px;line-height: 1.3;margin: -45px 0 15px;}
.verticalcaption {font-family: 'source_sans_prolight';font-size: 13px;float: right; padding-right: 22px;-moz-transform: rotate(270deg);-o-transform: rotate(270deg);-webkit-transform: rotate(90deg);-moz-transform-origin: 100% 100%;-o-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%;}
.bleed .caption, .projectbleed .caption {font-family: 'source_sans_proregular'; color: white; font-size: 16px;position: absolute; left: 25px;bottom: 23px!important;text-align: left;}
.bleed .caption .ion-ios-camera, .bleed .caption .ion-android-camera,
.cut .caption .ion-ios-camera, .cut .caption .ion-android-camera, .projectbleed .caption .ion-ios-camera, .projectbleed .caption  .ion-android-camera, .row.projekte .caption .ion-ios-camera, .row.projekte .caption .ion-android-camera {color: #fff!important;}
.caption.left {padding: 10px 0 15px;}
.softrounded {border-radius: 2px;}
.image-container {margin: 25px 0}

dd div.image-container {margin: 35 0;}

.image-wrapper {position:relative;}
.cut .caption {font-family: 'source_sans_proregular'; color: white; font-size: 16px; margin:0; padding:0; position: absolute; left: 20px;bottom: 0.62em;text-align: left;}
.teaser {text-align: left;}
h2.project {margin:10px 0 0;padding-bottom:0;line-height:1.4;}
.client {font-size: 16px;line-height: 1.2;}
.border-right {border-right: 1px solid #ccc;}
.imagemargin {margin: 0 0 20px;}
.leitbild-box {padding: 0 25px; max-width: 35%; position: absolute; bottom: 150px; right: 80px; border: 1px solid white;}
.leitbild-box:hover {background-color: rgba(34,62,117,0.5)}
.leitbild-box h3 {font-size: 22px; color: white;}
.leitbild-box p small, .leitbild-box p small a {color: white;}
div.wrap.t3-masthead div#t3-section-top.t3-section-wrap.wrap {margin:0;}
.page-masthead .row-feature {height: 500px;padding: 50px 0;}
.ja-masthead.masthead-video {min-height: 400px; align: center center;}
.ja-masthead-title {display: none;}
.masthead-video {position: relative;}
.masthead-video #ja-masthead-bg {position: absolute;overflow: hidden;top: 0;width: 100%; height: auto;z-index: 1;}
.dl-horizontal dt {width:120px;text-align: left!important;}
.dl-horizontal dd {margin-left: 125px;}
div.client-img {text-align: center; margin: 150px auto; padding:inherit}
.white {color: #fff}
.media {background-color: transparent!important;}
.media-wrap {background-color: transparent!important;}
table, tbody, tr, td, td.list-title a, .cat-list-row, td {background-color: transparent!important;}
.table-bordered th,.table-bordered td {border: 0px!important;padding-left:0!important;}

video{max-height: 400px;min-width: 100%;object-fit: cover;}
.t3-off-canvas-body {background-color: #fff!important;}
ul.links {text-align: justify!important; text-align-last: justify; display: inline-table!important;padding: 0 15px!important;margin: 0 15px!important;}
ul.links li {text-align: justify!important; display: inline-table!important;padding: 0 15px;list-style-image: none;}
ul.links li:before {display: none;}
ul.links:after {content: "";display: inline-block;width: 100%;}


.icon-scroll,.icon-scroll:before {position: absolute;left: 50%;}
.icon-scroll {width: 20px;height: 35px;margin-left: -10px;top: 95%;margin-top: -35px;box-shadow: inset 0 0 0 1px #fff;border-radius: 20px;}
.icon-scroll:before {content: '';width: 8px;height: 8px;background: #fff;margin-left: -4px;top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(21px);
            transform: translateY(21px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(21px);
            transform: translateY(21px);
  }
}

.module-title, section#featured h3.center, section#projekte h3.center, section#links h3.center, section#leistungen-all h3.center, section#leistungen-healthcare h3.center, section#leistungen-denkmalschutz h3.center, section#leistungen-bim h3.center, .knowhow {font-size: 22px;text-transform: uppercase;margin: 0 0 24px 0;padding: 0;letter-spacing: 1px;}
.position {font-size: 22px;text-transform: uppercase;margin: inherit;padding: 0;line-height: 0.8;letter-spacing: 1px;}
div.center.cert {margin: 15px auto!important; text-align: center!important; width: 100%!important;}
div.center.cert img {text-align: center!important;margin: 0 auto;opacity: 0.7;filter: grayscale(100%);
  -webkit-filter: grayscale(100%); 
  filter: gray;
  -webkit-transition: all .6s ease; 
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");}
div.item-page div.ars-release-2.ars-release-supported {display: none;}
table.akeeba-table--striped.ars-release-properties tbody tr td {padding-right: 25px;}
.downloads {margin: 35px 0 25px;}
.quadrat {width: 100%;padding-top: 100%;position: relative;}
.wiwo {background-color: #00a651;}
.freyraum {}
.kapelle {background-color: #f6bd1c;}
.inner {display: inline-block;position: absolute;top: 0;left: 0;bottom: 0;right: 0;}
.inner h1 {color: white; text-align: center; width: 100%; position: relative;float: left;top: 50%;left: 50%; transform: translate(-50%, -50%);}
.no-padding-all {padding:0!important;}
.no-margin-all {margin:0!important;}
.side-caption {font-size: 1em;color: rgba(34,62,117,1); position: absolute;
margin-left: -40px; transform: rotate(-90deg);transform-origin: left: 0; bottom: 20%;}
.text {margin: 25px auto 0px;}
.textfirst {margin: 0 auto;}
.text {margin: 25px auto 0px;}
.text .nomargin {margin: 0 auto 25px;}
span.flip {color: #fff!important;font-family: 'source_sans_proregular'; font-size: 16px; margin:0; padding:0; top: 0.62em; -moz-transform: rotateX(180deg);-webkit-transform: rotateX(180deg);transform: rotateX(180deg);}
blockquote {border: 0; max-width:50%; min-width: 50%;margin: 0 15px 0 0; padding: 15px;font-size: inherit; color: #fff; background-color: #223e75;}
#carousel-bauphasen .carousel-caption {padding: 0 15px; margin: 0!important; background-color: #223e75; color: #fff;}
blockquote footer {color: #f2f3f4}
.bg-default.raster {display: inline-block;height: 100%;vertical-align: middle;padding: 25px;}
.pull-left.quote img {vertical-align: middle;margin-right: 35px;border-radius: 2px;}
.author {line-height: 1.2;}
.ion-quote {color: rgba(85,95,97,0.4);}
.carousel .ion-android-arrow-back {position: absolute; top: 48%;font-size: 1.3em; margin-left: 25px;background-color: #445889;padding: 0 5px; line-height: 1}
.carousel .ion-android-arrow-forward {position: absolute; top: 48%;font-size: 1.3em; margin-right: 25px;background-color: #445889;padding: 0 5px; line-height: 1}
.row .fitin .col-md-6 {padding: 0!important; margin: 0!important;border: 2px solid #f2f3f4;}

@keyframes blink {
        0% {
      opacity: .2;
    }
        20% {
      opacity: 1;
    }
       100% {
      opacity: .2;
    }
}

.loader .fa-circle { animation: 1.4s blink; animation-iteration-count: 15;translate3d(0, 0, 0) }
.loader .fa-circle:nth-child(2) { animation-delay: .2s; translate3d(0, 0, 0) }
.loader .fa-circle {color: #7b982e;font-size: 13px; vertical-align: middle;margin-top: -8px;}
#social, #fax {padding-top: 25px;}
.left {text-align: left;}
.landing #t3-section-top {/*margin-top: -80px;*/}
.hidden {display: none;}
.circle {border-radius: 300px;}
.carousel-indicators {display:none;}
legend {font-size: 16px; color: inherit;}
span.space {margin:5px;}
a.raster {line-height: 3.2;}
.ion-ios-arrow-thin-down {text-decoration: none!important;}
.ja-masthead .ja-masthead-overlay {min-height: 350px!important;max-height:100%!important;
  padding: 0;
  max-width: 100%;
  position: relative;
  z-index: 20;
padding: 0;
  background-size: 6px 6px !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNlMDMyMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UwMzIxOCIvPjxzdG9wIG9mZnNldD0iNTUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  ba background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #000 49%, #000 51%, rgba(0, 0, 0, 0) 55%);
  background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 46%, #000 49%, #000 51%, rgba(0, 0, 0, 0) 55%);
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 46%, #000 49%, #000 51%, rgba(0, 0, 0, 0) 55%);}

.masthead-video #ja-masthead-bg {position: absolute;overflow: hidden;top: 0;width: 100%;height: 100%;max-height: 350px!important;z-index: 1;}
div#Section145, div#Section153, div#Section159, div#Section145, div#Section196 {margin:15px 0 25px!important;padding:0!important;}
#t3-mainbody {margin-bottom: 0;padding-bottom:0!important;}
#ca .caption, #cb .caption, #cc .caption, #cd .caption, #ce .caption, #cf .caption {margin-bottom: 1.39em!important;}
.bg-success {background-color: #ccd3e6; padding: 10px;margin: 15px 0 25px;}
.bg-info {background-color: rgba(34,62,117,0.05); padding: 35px;margin: 15px 0 25px;}


/*test*/
section.article-content .row {padding-bottom: 0;}
.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {background-color: transparent;}
.dsgvo .panel.panel-default {background-color:  rgb(204, 211, 230,0.3)!important; border:0!important;box-shadow: none!important;}
.dsgvo .panel-body {border:0!important;}
.dsgvo .panel-heading {background-color: transparent!important;}
.dsgvo .panel-title {background-color: transparent!important;}

/*clamping*/

p.clamp {position: relative;display: inline-box;height: 3.6em; /* exactly three lines */}
p.clamp:after {content: "";text-align: right;position: absolute;bottom: 0;right: 0;width: 70%;height: 1.2em;background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);}

/*crew*/

.t3-section {padding:0!important; margin:0!important;}

.card-body div {font-size: 18px;line-height: 1.3; margin: 15px auto 15px;} 

.card-body .knowhow, .nicecaption {font-size: 14px;}

.nicecaption {margin: 3px 0; text-transform: uppercase; letter-spacing: 1px;}

.paddit {padding: 3px 20px;}

#clients .img-responsive {}

.crew.one, .crew.two, .crew.three {margin: 2rem -25px 2rem;}

.bw {-webkit-filter: grayscale(100%);filter: grayscale(100%);}


header#t3-header.t3-header {margin-bottom: 0!important;}
div.wrap.t3-slideshow {margin-bottom: 0!important;}
div#t3-section-top.t3-section-wrap.wrap {margin-bottom: 0!important;}
.cooperation {height: 280px;width:280px;float: right;margin: 13px 35px 0;}
p.justify {text-align: justify;margin: 0;}
.row.projekte img.projekte {width: 100%; margin-left: 0; margin-right: 0;}
.row.projekte .caption {font-family: 'source_sans_proregular'; color: white; font-size: 16px; margin:0; padding:0; position: absolute; left: 20px;bottom: 0.62em;text-align: left;}
.fullwidthsection {width: 100vw;position: relative;left: 50%;right: 50%;margin-left: -50vw;margin-right: -50vw;color: white; background-color: rgba(34,62,117,1); padding: 10px 15vw 20px;}
.map_canvas {border-radius: 500px;margin: 25px auto;}
.tags {display: none;}
div.logo.logo-image a img {min-width: 300px!important;}
div#jmap_sitemap.sitemap ul li  {margin: 0 auto; text-align: center;width: 100%;padding:0;float: none!important;}
.lozad {background-color: rgba(34,62,117,0.3);}
.lozad.raster {background-color: transparent;}
.ion-android-menu {font-size: 32px;}
.hiddendesktop {display: none;}
.carousel-control {display: none;}
dd.bg-success {margin-top: 3rem; margin-bottom: 3rem}
.item-pagerechtliches {margin-top: 35px;}
.fa-creative-commons {font-size: 0.8em}
span.pastcompany {font-family: ‘Arial narrow‘, sans-serif;color: rgba(85,95,97,0.6)}
span.pastcompany small {font-size: 0.8em; line-height: inherit; font-style: italic;}
img.border {border: 1px solid rgba(85,95,97,0.2);border-radius: 2px;}
div.bg-inline {display: inline-block;}

div.simpleParallax {opacity: 0.9;}
.simpleParallax_overlay {background-color: black;}

@media (min-width: 1200px) {
/*html {border: 3px dashed blue;}*/
#jmap_sitemap div.jmapcolumn ul li:before {display:none;}
#jmap_sitemap div.jmapcolumn ul li ul {padding-left:0; margin-left: 0;}
#jmap_sitemap div.jmapcolumn ul li ul li {padding-left:0; margin-left: 0;}
.visiblexlarge {display: block;}
span.raster {margin: 5px;text-align: left; text-align-last: left}
}

@media (min-width: 993px) and (max-width: 1200px) {
/*html {border: 3px dashed green;}*/
.visiblexlarge {display: none;}
#t3-mainnav  {float: right!important; margin-right:0!important;padding-right: 0!important; right:0!important;}
div.logo.logo-image a img {min-width: 300px!important;height: auto;margin: 0.8rem auto}
h2.project {text-align: center; margin:25px auto 0;padding-bottom:0;line-height:1.4;}
.client {text-align:center; font-size: 16px;line-height: 1;}
span.raster {margin: 5px;text-align: left; text-align-last: left}
p.teaser {margin:0;padding:0;}
image-wrapper {margin: 25px 0;}

.image-wrapper.pull-left, .image-wrapper.pull-right {margin: 35px 0;float: none!important;width: 100%;}
.cut {text-align: center; margin: 0 auto;float: none;}
.paddit .nicecaption {text-align: center; float: none}

.landing .ion-android-menu {color: white!important;}
#jmap_sitemap div.jmapcolumn ul li:before {display:none;}
#jmap_sitemap div.jmapcolumn ul li ul {padding-left:0; margin-left: 0;}
#jmap_sitemap div.jmapcolumn ul li ul li {padding-left:0; margin-left: 0;}
}

@media (min-width: 769px) and (max-width: 992px) {
/*html {border: 3px dashed red;}*/
h2.project {margin:35px 0 0;padding-bottom:0;line-height:1.4;}
.client {font-size: 16px;line-height: 1.2;}
span.raster {margin: 5px;text-align: left; text-align-last: left}
ul li.raster {margin: 10px;width: 100%; padding: 10px; overflow-wrap: break-word;text-align: center; text-align-last: center}
.landing .ion-android-menu {color: white!important;}
.dl-horizontal dt {width:100%;white-space: normal;}
.dl-horizontal dd {margin-left:0;}
.bim .row .col-md-9 {padding: 0;}
#clients .last {display: block;width: 100%;}
#bimpartners .last {display: block;width: 100%;}
span.badge-info.top {right: 50px;}
.knowhow {padding-bottom: 35px;}
.border-right {border-right: 0;}
.categories {margin-top: 45px!important;}
.projekte div.image-wrapper img {min-width: 100%;}
.card {width: 100%;}
.card .card-img img {text-align: center; margin: 0 auto;}
.paddit .nicecaption {text-align: center; float: none}
.sitemap div.jmapcolumn ul, .sitemap div.jmapcolumn ul.jmap_filetree li ul li {width: 100%!important;padding: 0!important; margin:0!important;}
#jmap_sitemap div.jmapcolumn ul li a, #jmap_sitemap div.jmapcolumn span.folder {font-size: 16px; padding: 1em!important;margin: 0.3em!important;}
#jmap_sitemap div.jmapcolumn ul li:before {display:none;}
.visiblexlarge {display: none;}
.row {padding:0;margin: 0;}
 div.col-md-3 {padding:0;margin: 0;}
.facts {padding:0;margin: 0}
.bim .col-md-12 {padding:0; margin:0;}
.mimage-cs_mackgasse_bim {background-position:  80% 50%;}
}


@media (min-width: 481px) and (max-width: 768px) {
/*html {border: 3px solid green;}*/
div.slider-content {width: 40vw;}
.slider-content .archoffice div.sec a .hiddenmobile {font-size: 2rem;}
.landing .ion-android-menu {color: white!important;}
.hiddenmobile {display: inherit;}
.hiddentablet {display: none;}
.hiddenmobile {float:none;text-align: center;margin:0 auto;}
h1, h2 .title, .component-content h2,.component-content .item-page h2, h3 {text-align:center;}
.inner h1 {font-size: 50px;}
h2.project {font-size:3rem;}
.teaser .btn-link {font-size: 2rem;}
.badge-info {left: 10%;right:10%;margin: 0; width: 80%;float:none;}
.knowhow {padding-bottom: 35px;}
.map_canvas {border-radius: 2px;}
.mmlmap {position: absolute;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%);text-align:center;float:none!important;}
span.pull-right {float: none!important;}
.pull-right {float: none!important;text-align: center;width: 100%; margin: 0 auto;}
.verticalcaption {display: none;}
span.raster {padding: 15px; margin: 5px;width: 100%; overflow-wrap: break-word;text-align: left; text-align-last: left}
.bim a.raster {padding: 15px;line-height: 8rem}
ul li.raster {margin: 10px;width: 100%; padding: 25px; overflow-wrap: break-word;text-align: center; text-align-last: center}
.bim .row .col-md-9 {padding: 0;}
.dl-horizontal dt {width:100%;white-space: normal;}
.dl-horizontal dd {margin-left:0;}
.nicecaption {float: none; text-align: center; margin: 0 auto;}
.nicecaption .hiddenmobile {font-size: 13px;}
.caption .hiddenmobile {display: inline-block;font-size: 16px;}
.row.member.col-sm-4 {display: inline!important;}
.circleit {display:none;}
.custombtwob {width: 100%; margin: 0 auto; text-align:center;}
.sitemap div.jmapcolumn ul, .sitemap div.jmapcolumn ul.jmap_filetree li ul li {width: 100%!important;padding: 0!important; margin:0!important;}
#jmap_sitemap div.jmapcolumn ul li a, #jmap_sitemap div.jmapcolumn span.folder {font-size: 16px; padding: 1em!important;margin: 0.3em!important;}
#jmap_sitemap div.jmapcolumn ul li:before {display:none;}
.border-right {border-right: 0;}
.landing .btn-primary:hover, .landing .btn-primary:focus, .landing .btn-primary:visited, .btn-primary:active, .landing .btn-primary, .landing .btn-primary a {background-color: rgba(34,62,117,0.9);}
p.justify {text-align: left;}
.categories {margin-top: 45px!important;}
.image-wrapper img {width: 100%;}
.cooperation {height: auto; width:100%;float: none;margin: 0 auto 45px; text-align: center;}
.mobilecenter {float: none!important; text-align: center; margin: 10px auto;}
.visiblexlarge {display: none;}
.mimage-cs_mackgasse_bim {background-position:  70% 50%;}
.mimage-kontakt {background-position:  20% bottom;} 
.mimage-wiwo {background-position:  30% 50%;}
.mimage-fryraum {background-position:  70% 50%;}
.col-md-12 {padding:0;}
section#cb div.col-md-12 div.image-wrapper {margin:25px}
.landing .col-md-12 {padding: 25px;}
.card {width: 100%;}
.card-img img {text-align: center;margin: 0 auto;}
.t3-mainbody {padding:0;}
.meta-entry {padding:0;}
.ars-items {margin: 0 25px;}
.ars-items .btn-primary {display: block;}
div.logo.logo-image a img {min-width: 200px!important;height: auto;margin: 0.8rem 0}
}


@media (max-width: 480px) {
/*html {border: 3px solid blue;}*/
div.logo.logo-image a img {min-width: 100px!important; margin: 5px auto 15px!important;}
.landing .ion-android-menu {color: white!important;}
h1 {margin: 10px auto 25px;}
h1 {white-space: nowrap;overflow: hidden!important;text-overflow:ellipsis!important;}
h2 {text-align: center;}
#chartwrapperd, #chartwrapperb, #chartwrappers {position: relative; height: auto; width: 82,25vw;}
#chartwrapperd {box-sizing: border-box;height: 60vh;}
.map_canvas {border-radius:0;overflow: hidden;margin: 0 -40px; float: none;min-width: 120%; max-width: 120%;}
span.raster {margin: 5px;width: 100%; overflow-wrap: break-word;text-align: left; text-align-last: left}
ul li.raster {margin: 10px;width: 100%; padding: 10px; overflow-wrap: break-word;text-align: center; text-align-last: center}
.sitemap div.jmapcolumn ul, .sitemap div.jmapcolumn ul.jmap_filetree li ul li {width: 100%!important;padding: 0!important; margin:0!important;}
#jmap_sitemap div.jmapcolumn ul li a, #jmap_sitemap div.jmapcolumn span.folder {font-size: 16px; padding: 1em!important;margin: 0.3em!important;}
#jmap_sitemap div.jmapcolumn ul li:before {display:none;}
.knowhow {padding-bottom: 25px;}
.cut .caption, .bleed .caption, .projectbleed .caption {font-size: 13px!important;left: 10px!important;}
.caption, .nicecaption {font-size: 13px; line-height: 1.2;text-transform: none;letter-spacing: inherit;text-align: center}
span.pull-right {width: 100%;margin: 0 auto; width: 100%;float: none;}
span.pull-right img {margin: 0 auto 25px;;text-align: center;}
.btn-link {font-size: 16px;}
div.slider-content {width: 100vw;float: none!important;}
div.slider-content .sec, div.slider-content {text-align: center;margin:0 auto!important; width: 100%!important;float: none!important;}
a.raster {display: block;width: 100%;margin: 0;}
blockquote {min-width: 100%;margin: 15px auto;} 
[class*="mimage-"], .set-container {min-height: 300px; max-height: 300px!important;}
.mimage-kontakt {background-position: 20% 50%;}
.newslide {position: relative; top: -130px;height: 60vh;min-height: 300px;background-image: url(/images/landing-cover/mackgasse-neubau.jpg);background-size: cover;background-position: 40% -10%;background-repeat: no-repeat;}
span.badge-info.top {width: 90%;margin: 0 auto;text-align: center;top: 15px; left:0; right:0;}
.mobilecenter {float: none!important; text-align: center; margin: 10px auto;}
.cooperation {height: auto; width:100%;float: none;margin: 0 auto 45px; text-align: center;}
p.justify {text-align: left;}
p.white small {font-size: 13px;}
.mcontent a {line-height: 2.6}
ul {padding:0;}
.dsgvo .panel-heading, .dsgvo .panel-title {font-size: 16px;}
.dl-horizontal dt {width:100%;white-space: normal;}
.dl-horizontal dd {margin-left:0;}
.icon-scroll {display: none;}
.hidden-xs {display:none;}
.verticalcaption {display: none;}
.hiddenmobile {display: none;}
.img-responsive.hiddenmobile {display: none;}
img.raster {display: none;}
.categories {margin-top: 45px!important;}
.hiddendesktop {display: block;}
.landing .btn-primary:hover, .landing .btn-primary:focus, .landing .btn-primary:visited, .btn-primary:active, .landing .btn-primary, .landing .btn-primary a {background-color: rgba(34,62,117,0.9);}
p small {display:block;line-height: 1.2;}
p small .ion-ios-camera, p small .ion-android-camera, .fa-creative-commons {line-height: 1em;}
.fa-creative-commons
.border-right {border-right: 0;}
.visiblexlarge {display: none;}
.bim .nicecaption {padding: 15px 25px;}
canvas {padding: 0 10px;}

.mimage-cs_mackgasse {background-position:  30% 50%;}
.mimage-cs_mackgasse_bim {background-position:  80% 50%;}
.mimage-yppenplatz {background-position: 40% 50%;}
.mimage-geriatriezentrum {background-position: right bottom;}
.mimage-wiwo {background-position:  30% 50%;}
.mimage-fryraum {background-position:  70% 50%;}
.mimage-liebhartstal {background-position:  100% 50%;}
.mimage-dialysezentrum {background-position:  70% 50%;}
.mimage-sillian {background-position:  35% 50%;}
.mimage-rauhensteingasse {background-position:  60% 50%;} 
.mimage-crew {background-position:  55% bottom;} 

.tag-category {padding: 25px;}
[class*=' col-']  {padding:0;}
div.item-page {padding:0;}
.t3-mainbody {padding:0;}
.meta-entry {padding:0;}
.ars-items {margin: 0 25px;}
.ars-items .btn-primary {display: block;}
}
