/*
Theme Name: Perussuomalaiset Blogisivusto
Theme URI:http://blogit.perussuomalaiset.fi
Author:G-Works Oy
Author URI:http://www.g-works.fi/
Version:1.1
*/
@charset "UTF-8";
/*
 * RAE Framework v3.1
 * Copyright © 2013 Rae
 * http://www.rae.fi
 */
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller-Regular-fixed.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller-Bold-fixed.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Aller';
  src: url('fonts/Aller-Light-fixed.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'PS-Icons';
  src: url('fonts/PS-Icons.svg#PS-Icons') format('svg');
  src: url('fonts/PS-Icons.woff') format('woff'), url('fonts/PS-Icons.eot') format('embedded-opentype'), url('fonts/PS-Icons.eot?#iefix') format('embedded-opentype'), url('fonts/PS-Icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 87.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button,
figure {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nofloat {
  float: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1rem;
  line-height: 1.4285714285714286;
  font-family: 'Aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background: #fcdb70;
  color: #ffffff;
  text-shadow: none;
}
::-moz-selection {
  background: #fcdb70;
  color: #ffffff;
  text-shadow: none;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
object,
embed {
  height: 100%;
}
.img-circle {
  border-radius: 9999px;
}
.video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.video.widescreen {
  padding-bottom: 57.25%;
}
.video.vimeo {
  padding-top: 0;
  padding-bottom: 56.25%;
}
.video iframe,
.video object,
.video embed,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a {
  color: #015c96;
  text-decoration: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
}
a:hover,
a:focus {
  color: #111111;
}
a:active {
  color: #111111;
}
a:hover,
a:active {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h2,
.h2 {
  font-size: 2rem;
  margin-bottom: .5rem;
}
h3,
.h3 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
h4,
.h4 {
  font-size: 1.2857142857142858rem;
  margin-bottom: .5rem;
}
h5,
.h5 {
  font-size: 0.9285714285714286rem;
  margin-bottom: .5rem;
}
h6,
.h6 {
  font-size: 0.8571428571428571rem;
  text-transform: uppercase;
}
p {
  margin: 0 0 1rem 0;
  word-wrap: break-word;
}
small {
  font-size: 85%;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  font-family: 'Aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 2rem 0;
  font-size: 1.1428571428571428rem;
  font-style: normal;
  background-color: #f7f7f7;
  border-left: 0.5rem solid #fcdb70;
  padding: 1rem 2rem;
  color: #2b2b2b;
}
blockquote p {
  font-size: 1.2857142857142858rem;
  line-height: 1.9285714285714286rem;
  margin-bottom: .5rem;
}
cite {
  font-family: 'Aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 0.8571428571428571rem;
  font-style: normal;
}
cite:before {
  content: '\2014 \0020';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}
hr,
.hr {
  display: block;
  border: solid #dddddd;
  border-width: .5rem 0 0 0;
  clear: both;
  margin: 2rem 0;
  height: 0;
}
hr.small,
.hr.small {
  display: block;
  border: dashed #dddddd;
  border-width: 1px 0 0 0;
  clear: both;
  margin: 2rem 0;
  height: 0;
}
dl,
menu,
ol,
ul {
  margin: 1rem 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin: 0 0 0 2.5rem;
}
dt {
  font-weight: bold;
}
menu,
ol,
ul {
  padding: 0 0 0 2.5rem;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  font-size: 0.8571428571428571rem;
  table-layout: fixed;
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
table thead,
table tfoot {
  font-weight: bold;
  background-color: #f7f7f7;
  color: #2b2b2b;
}
table th,
table td {
  padding: .5rem 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
table caption {
  padding: 0.5rem;
  font-style: italic;
  background-color: #ffffff;
  border-bottom: 0;
  font-weight: normal;
  font-size: 85%;
}
form {
  margin: 0 0 1rem 0;
}
fieldset {
  border: 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 1rem;
}
legend {
  border: 0;
  padding: 0;
  margin-bottom: 1rem;
  white-space: normal;
  font-size: 1.2857142857142858rem;
  font-weight: 600;
}
button,
input,
select,
textarea {
  font-size: 100%;
  font-family: 'Aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  vertical-align: baseline;
}
label {
  display: block;
  cursor: pointer;
  margin-bottom: .5rem;
}
textarea,
select,
.select-wrapper,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel] {
  padding: 1rem;
  border: 1px solid #b7b7b7;
  width: 100%;
  margin: .25rem 0 1rem 0;
  border-radius: 4px;
  color: #111111;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  line-height: 1;
}
textarea:hover,
select:hover,
.select-wrapper:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=tel]:hover {
  border-color: #347dab;
}
textarea:focus,
select:focus,
.select-wrapper:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  outline: 0 none;
  -webkit-box-shadow: inset 0 0 5px rgba(1, 92, 150, 0.25);
  box-shadow: inset 0 0 5px rgba(1, 92, 150, 0.25);
}
input[type=file] {
  width: 100%;
  padding: 0;
  margin: .25rem 0 .5rem 0;
}
:-moz-placeholder {
  color: #d0d0d0;
}
::-moz-placeholder {
  color: #d0d0d0;
}
:-ms-input-placeholder {
  color: #d0d0d0;
}
::-webkit-input-placeholder {
  color: #d0d0d0;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.radio,
.checkbox {
  display: block;
  min-height: 20;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -1.5rem;
  margin-top: 4px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.5rem;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 1.5rem;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  display: block;
  margin-left: 0;
  margin-top: .5rem;
}
@media (min-width: 768px) {
  .radio-inline + .radio-inline,
  .checkbox-inline + .checkbox-inline {
    display: inline-block;
    margin-top: 0;
    margin-left: 1rem;
  }
}
textarea {
  min-height: 7rem;
  vertical-align: top;
  overflow: auto;
}
select {
  text-transform: none;
}
.select-wrapper {
  display: inline-block;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAYCAYAAAC8/X7cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4MUNEMEM4ODczRjExRTM5MkYyOUE3REE1NkQzNUEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQ4MUNEMEM5ODczRjExRTM5MkYyOUE3REE1NkQzNUEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDgxQ0QwQzY4NzNGMTFFMzkyRjI5QTdEQTU2RDM1QTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDgxQ0QwQzc4NzNGMTFFMzkyRjI5QTdEQTU2RDM1QTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5sM3/sAAAA00lEQVR42uyXCwqAIAxATTqcJ8kz6Um8nX3QGKHNFW0GDiKL0veorTXFGNWfQ6ufxxAYAi9jDiHAY5f2tnUCY8w53uZy6ZyVeAL74kvaHHWiBH/cn0U4BfLiOUgSAP68n0tCF+BJEgV4VgksiTGJGjxrFdoTzj+QwOA9RzJrUHUoEl3AH2UUjC2ArUko5BpW+KsAVUIcvpbE2OvUDfxdFaJKiMBjZbRVQgy+5TuASYjCt3ajNQlPafqk2+mrRBfwpTKKSShqu/11TOOnfgi8i1WAAQDLokl7z+yGUwAAAABJRU5ErkJggg==) no-repeat right center;
  background-size: 24px 12px;
  cursor: pointer;
  position: relative;
}
.select-wrapper:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAYCAYAAAC8/X7cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMyMjVDMkMxODc1MDExRTM5MkYyOUE3REE1NkQzNUEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMyMjVDMkMyODc1MDExRTM5MkYyOUE3REE1NkQzNUEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDgxQ0QwQ0E4NzNGMTFFMzkyRjI5QTdEQTU2RDM1QTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzIyNUMyQzA4NzUwMTFFMzkyRjI5QTdEQTU2RDM1QTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7vAcqkAAAA6UlEQVR42uyXUQ6DIAxAge0UO8R+PIZX2H4hu9CM/noFzzfmkroQIrRdssIymhhUUN9Lsaj23qtfDt0EmsC/C+jLPTweoXXUGzzm23vfXIcRzjkpgWMEb4NjFgTAW9gXkzAJeBtkgwW/Xb9lQ2IKxQ8PYyJkInv9tzNhkH4sEzl4kTjoc7+s7WndusSYDvoXJvwk8R68BBTAcSSqgI+rkAumTWo6KWSMKHwswJUoDp96iR1UH26Iw+eqEFeiCDxWRqkSxeAp6wAmURSeIpCToKzSVQjsSVQBv1dGMYmPvlTbD00TqDieAgwAMQ9gq3lkfJYAAAAASUVORK5CYII=);
}
.select-wrapper .holder {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.select-wrapper select {
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  -webkit-appearance: none;
  text-transform: none;
  *overflow: visible;
  *vertical-align: middle;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button {
  white-space: nowrap;
  font-family: 'Aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: .5em 2em;
  border-radius: 3px;
  border: 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #015c96;
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}
.button:hover,
.button:focus {
  color: #ffffff;
  background-color: #347dab;
  text-decoration: none;
}
.button:active,
.button.active {
  background-color: #015c96;
}
.button[disabled],
.button.disabled {
  color: #919191;
  background-color: #f7f7f7;
}
.button.huge {
  font-size: 2rem;
  border-width: 2px;
}
.button.large {
  font-size: 1.5rem;
  border-width: 2px;
  font-weight: 300;
}
.button.small {
  font-size: 0.7857142857142857rem;
}
.button.full-width {
  width: 100%;
  padding-left: 0!important;
  padding-right: 0!important;
  white-space: normal !important;
}
@-webkit-viewport {
  width: device-width;
  zoom: 1.0;
}
@-moz-viewport {
  width: device-width;
  zoom: 1.0;
}
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
@-o-viewport {
  width: device-width;
  zoom: 1.0;
}
@viewport {
  width: device-width;
  zoom: 1.0;
}
.rae-container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.rae-container:before,
.rae-container:after {
  content: " ";
  display: table;
}
.rae-container:after {
  clear: both;
}
.rae-row {
  margin-left: -10px;
  margin-right: -10px;
}
.rae-row:before,
.rae-row:after {
  content: " ";
  display: table;
}
.rae-row:after {
  clear: both;
}
[class*='rae-col-'] {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.rae-col-sm-12 {
  width: 100%;
}
.rae-col-sm-11 {
  width: 91.66666666666666%;
}
.rae-col-sm-10 {
  width: 83.33333333333334%;
}
.rae-col-sm-9 {
  width: 75%;
}
.rae-col-sm-8 {
  width: 66.66666666666666%;
}
.rae-col-sm-7 {
  width: 58.333333333333336%;
}
.rae-col-sm-6 {
  width: 50%;
}
.rae-col-sm-5 {
  width: 41.66666666666667%;
}
.rae-col-sm-4 {
  width: 33.33333333333333%;
}
.rae-col-sm-3 {
  width: 25%;
}
.rae-col-sm-2 {
  width: 16.666666666666664%;
}
.rae-col-sm-1 {
  width: 8.333333333333332%;
}
@media (min-width: 768px) {
  .rae-container {
    width: 100%;
  }
  .rae-col-md-12 {
    width: 100%;
  }
  .rae-col-md-11 {
    width: 91.66666666666666%;
  }
  .rae-col-md-10 {
    width: 83.33333333333334%;
  }
  .rae-col-md-9 {
    width: 75%;
  }
  .rae-col-md-8 {
    width: 66.66666666666666%;
  }
  .rae-col-md-7 {
    width: 58.333333333333336%;
  }
  .rae-col-md-6 {
    width: 50%;
  }
  .rae-col-md-5 {
    width: 41.66666666666667%;
  }
  .rae-col-md-4 {
    width: 33.33333333333333%;
  }
  .rae-col-md-3 {
    width: 25%;
  }
  .rae-col-md-2 {
    width: 16.666666666666664%;
  }
  .rae-col-md-1 {
    width: 8.333333333333332%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .pull-md-11 {
    right: 91.66666666666666%;
  }
  .pull-md-10 {
    right: 83.33333333333334%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-8 {
    right: 66.66666666666666%;
  }
  .pull-md-7 {
    right: 58.333333333333336%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-5 {
    right: 41.66666666666667%;
  }
  .pull-md-4 {
    right: 33.33333333333333%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-2 {
    right: 16.666666666666664%;
  }
  .pull-md-1 {
    right: 8.333333333333332%;
  }
  .pull-md-0 {
    right: 0%;
  }
  .push-md-12 {
    left: 100%;
  }
  .push-md-11 {
    left: 91.66666666666666%;
  }
  .push-md-10 {
    left: 83.33333333333334%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-8 {
    left: 66.66666666666666%;
  }
  .push-md-7 {
    left: 58.333333333333336%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-5 {
    left: 41.66666666666667%;
  }
  .push-md-4 {
    left: 33.33333333333333%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-2 {
    left: 16.666666666666664%;
  }
  .push-md-1 {
    left: 8.333333333333332%;
  }
  .push-md-0 {
    left: 0%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .offset-md-11 {
    margin-left: 91.66666666666666%;
  }
  .offset-md-10 {
    margin-left: 83.33333333333334%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-8 {
    margin-left: 66.66666666666666%;
  }
  .offset-md-7 {
    margin-left: 58.333333333333336%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-5 {
    margin-left: 41.66666666666667%;
  }
  .offset-md-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-2 {
    margin-left: 16.666666666666664%;
  }
  .offset-md-1 {
    margin-left: 8.333333333333332%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .rae-container {
    width: 100%;
  }
  .rae-col-lg-12 {
    width: 100%;
  }
  .rae-col-lg-11 {
    width: 91.66666666666666%;
  }
  .rae-col-lg-10 {
    width: 83.33333333333334%;
  }
  .rae-col-lg-9 {
    width: 75%;
  }
  .rae-col-lg-8 {
    width: 66.66666666666666%;
  }
  .rae-col-lg-7 {
    width: 58.333333333333336%;
  }
  .rae-col-lg-6 {
    width: 50%;
  }
  .rae-col-lg-5 {
    width: 41.66666666666667%;
  }
  .rae-col-lg-4 {
    width: 33.33333333333333%;
  }
  .rae-col-lg-3 {
    width: 25%;
  }
  .rae-col-lg-2 {
    width: 16.666666666666664%;
  }
  .rae-col-lg-1 {
    width: 8.333333333333332%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .pull-lg-11 {
    right: 91.66666666666666%;
  }
  .pull-lg-10 {
    right: 83.33333333333334%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-8 {
    right: 66.66666666666666%;
  }
  .pull-lg-7 {
    right: 58.333333333333336%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-5 {
    right: 41.66666666666667%;
  }
  .pull-lg-4 {
    right: 33.33333333333333%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-2 {
    right: 16.666666666666664%;
  }
  .pull-lg-1 {
    right: 8.333333333333332%;
  }
  .pull-lg-0 {
    right: 0%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .push-lg-11 {
    left: 91.66666666666666%;
  }
  .push-lg-10 {
    left: 83.33333333333334%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-8 {
    left: 66.66666666666666%;
  }
  .push-lg-7 {
    left: 58.333333333333336%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-5 {
    left: 41.66666666666667%;
  }
  .push-lg-4 {
    left: 33.33333333333333%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-2 {
    left: 16.666666666666664%;
  }
  .push-lg-1 {
    left: 8.333333333333332%;
  }
  .push-lg-0 {
    left: 0%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .offset-lg-11 {
    margin-left: 91.66666666666666%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333333334%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-8 {
    margin-left: 66.66666666666666%;
  }
  .offset-lg-7 {
    margin-left: 58.333333333333336%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-5 {
    margin-left: 41.66666666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-2 {
    margin-left: 16.666666666666664%;
  }
  .offset-lg-1 {
    margin-left: 8.333333333333332%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1220px) {
  .rae-container {
    width: 1200px;
  }
  .rae-col-xl-12 {
    width: 100%;
  }
  .rae-col-xl-11 {
    width: 91.66666666666666%;
  }
  .rae-col-xl-10 {
    width: 83.33333333333334%;
  }
  .rae-col-xl-9 {
    width: 75%;
  }
  .rae-col-xl-8 {
    width: 66.66666666666666%;
  }
  .rae-col-xl-7 {
    width: 58.333333333333336%;
  }
  .rae-col-xl-6 {
    width: 50%;
  }
  .rae-col-xl-5 {
    width: 41.66666666666667%;
  }
  .rae-col-xl-4 {
    width: 33.33333333333333%;
  }
  .rae-col-xl-3 {
    width: 25%;
  }
  .rae-col-xl-2 {
    width: 16.666666666666664%;
  }
  .rae-col-xl-1 {
    width: 8.333333333333332%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .pull-xl-11 {
    right: 91.66666666666666%;
  }
  .pull-xl-10 {
    right: 83.33333333333334%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-8 {
    right: 66.66666666666666%;
  }
  .pull-xl-7 {
    right: 58.333333333333336%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-5 {
    right: 41.66666666666667%;
  }
  .pull-xl-4 {
    right: 33.33333333333333%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-2 {
    right: 16.666666666666664%;
  }
  .pull-xl-1 {
    right: 8.333333333333332%;
  }
  .pull-xl-0 {
    right: 0%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .push-xl-11 {
    left: 91.66666666666666%;
  }
  .push-xl-10 {
    left: 83.33333333333334%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-8 {
    left: 66.66666666666666%;
  }
  .push-xl-7 {
    left: 58.333333333333336%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-5 {
    left: 41.66666666666667%;
  }
  .push-xl-4 {
    left: 33.33333333333333%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-2 {
    left: 16.666666666666664%;
  }
  .push-xl-1 {
    left: 8.333333333333332%;
  }
  .push-xl-0 {
    left: 0%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  .offset-xl-11 {
    margin-left: 91.66666666666666%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333333334%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-8 {
    margin-left: 66.66666666666666%;
  }
  .offset-xl-7 {
    margin-left: 58.333333333333336%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-5 {
    margin-left: 41.66666666666667%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-2 {
    margin-left: 16.666666666666664%;
  }
  .offset-xl-1 {
    margin-left: 8.333333333333332%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
}
.hide-small,
.show-medium,
.show-medium-up,
.hide-medium-down,
.show-large,
.show-large-up,
.hide-large-down,
.show-xlarge,
.show-xlarge-up {
  display: none !important;
}
.show-small,
.hide-medium,
.hide-medium-up,
.show-medium-down,
.hide-large,
.hide-large-up,
.show-large-down,
.hide-xlarge-up {
  display: inherit !important;
}
@media (min-width: 768px) {
  .show-small,
  .hide-medium,
  .hide-medium-up,
  .hide-medium-down,
  .show-large,
  .show-large-up,
  .hide-large-down,
  .show-xlarge,
  .show-xlarge-up {
    display: none !important;
  }
  .hide-small,
  .show-medium,
  .show-medium-up,
  .show-medium-down,
  .hide-large,
  .hide-large-up,
  .show-large-down,
  .hide-xlarge,
  .hide-xlarge-up {
    display: inherit !important;
  }
}
@media (min-width: 992px) {
  .show-small,
  .show-medium,
  .hide-medium-up,
  .show-medium-down,
  .hide-large,
  .hide-large-up,
  .hide-large-down,
  .show-xlarge,
  .show-xlarge-up {
    display: none !important;
  }
  .hide-small,
  .hide-medium,
  .show-medium-up,
  .hide-medium-down,
  .show-large,
  .show-large-up,
  .show-large-down,
  .hide-xlarge,
  .hide-xlarge-up {
    display: inherit !important;
  }
}
@media (min-width: 1220px) {
  .show-small,
  .show-medium,
  .hide-medium-up,
  .show-medium-down,
  .show-large,
  .hide-large-up,
  .show-large-down,
  .hide-xlarge,
  .hide-xlarge-up {
    display: none !important;
  }
  .hide-small,
  .hide-medium,
  .show-medium-up,
  .hide-medium-down,
  .hide-large,
  .show-large-up,
  .hide-large-down,
  .show-xlarge,
  .show-xlarge-up {
    display: inherit !important;
  }
}
.icon {
  font-family: 'PS-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook-circle:before {
  content: "\e600";
}
.icon-twitter-circle:before {
  content: "\e601";
}
.icon-googleplus-circle:before {
  content: "\e602";
}
.icon-twitter:before {
  content: "\e603";
}
.icon-flickr:before {
  content: "\e604";
}
.icon-youtube:before {
  content: "\e605";
}
.icon-clock:before {
  content: "\e608";
}
.icon-print:before {
  content: "\e609";
}
.icon-reply:before {
  content: "\e60a";
}
.icon-prev:before {
  content: "\e60b";
}
.icon-next:before {
  content: "\e60c";
}
.icon-alert:before {
  content: "\e60d";
}
.icon-mail:before {
  content: "\e60e";
}
.icon-talk:before {
  content: "\e60f";
}
.icon-plane:before {
  content: "\e610";
}
.icon-menu:before {
  content: "\e611";
}
.icon-list:before {
  content: "\e612";
}
.icon-members:before {
  content: "\e613";
}
.icon-user:before {
  content: "\e614";
}
.icon-calendar:before {
  content: "\e615";
}
.icon-phone:before {
  content: "\e616";
}
.icon-reload:before {
  content: "\e617";
}
.icon-star:before {
  content: "\e618";
}
.icon-nav:before {
  content: "\e607";
}
.icon-search:before {
  content: "\1f50e";
}
.icon-comment:before {
  content: "\1f4ac";
}
.icon-location:before {
  content: "\e6d0";
}
.icon-bulp:before {
  content: "\1f4a1";
}
.icon-facebook:before {
  content: "\e606";
}
.icon-quote:before {
  content: "\201c";
}
.icon-prev-circle:before {
  content: "\e619";
}
.icon-next-circle:before {
  content: "\e61a";
}
.icon-retweet:before {
  content: "\f600";
}
.icon-write:before {
  content: "\270e";
}
.icon-down-circle:before {
  content: "\e61b";
}
.icon-up-circle:before {
  content: "\e61c";
}
.icon-delete:before {
  content: "\2421";
}
.icon-gear:before {
  content: "\2699";
}
.header .top-nav {
  background: #015c96;
  text-align: right;
  font-size: 0.7857142857142857rem;
  height: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .header .top-nav .user {
    display: none;
  }
}
.header .top-nav .notification-count {
  position: absolute;
  top: 0;
  right: 2px;
  line-height: 1;
  padding: 1px;
  text-align: center;
  border-radius: 2px;
  background-color: #f00;
  /* layer fill content */
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  /* drop shadow */
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  /* drop shadow */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  /* drop shadow */
}
.header .top-nav a:hover .notification-count {
  color: #ffffff;
}
.header .top-nav a {
  color: #ffffff;
  margin: 0;
  padding: 0 14px 8px 14px;
  height: 28px;
  margin-right: -3px;
  border-left: 1px solid #347dab;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
  display: inline-block;
}
.header .top-nav a .icon {
  font-size: 1.1428571428571428rem;
  display: inline-block;
  position: relative;
}
.header .top-nav a:hover {
  color: #015c96;
  background-color: #ffffff;
}
.oldie .header {
  border-bottom: 1px solid #dddddd;
}
.logo {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-right: 2px;
  float: left;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  height: 70px;
  /*width: 140px;*/
  background-size: contain;  
}
@media (min-width: 0px) and (max-width: 479px) {
    .logo{
      max-width: 140px;
    }
}
.logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.oldie .logo {
  background-image: url(images/logo.png);
}
@media (min-width: 768px) {

  .nav > ul {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .nav > ul li {
    display: inline-block;
    margin-left: 20px;
  }
  .nav > ul li:first-child {
    margin-left: 0;
  }
  .nav > ul li a {
    color: #111111;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 999;
    padding: 1em 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .nav > ul li a:hover {
    color: #015c96;
  }
  .nav > ul li a:hover:after {
    background-position: left bottom;
  }
  .nav li.has-dropdown {
    position: relative;
  }
  .nav li.has-dropdown:hover .dropdown {
    display: block !important;
  }
  .nav li.has-dropdown > a:after {
    display: inline-block;
    height: 12px;
    margin-top: -6px;
    width: 12px;
    margin-left: 4px;
    font-family: 'PS-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e607";
    color: #515151;
  }
  .nav li.has-dropdown > a:hover:after {
    color: #015c96;
  }
  .nav .dropdown {
    display: none !important;
    z-index: 20;
    margin: 0;
    position: absolute;
    padding-top: 14px;
    left: 0;
    top: 20px;
    z-index: 1000;
  }
  .nav .dropdown > ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 1em;
    border: 1px solid #ddd;
    text-align: left;
    width: 252px;
    z-index: 40;
    border: #d0d0d0 solid 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: #015c96 4px solid;
    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
  }
  .nav .dropdown > ul > li {
    margin: 0;
    margin-bottom: .5em;
    display: block;
  }
  .nav .dropdown > ul > li:last-child {
    margin-bottom: 0;
  }
  .nav .dropdown > ul > li a {
    text-transform: none;
    font-weight: 400;
  }
  .nav .search {
    position: relative;
  }
  .nav .search:hover .search-box {
    display: block;
  }
  .nav .search a {
    width: 18px;
    height: 18px;
    padding: 0;
    margin-bottom: -2px;
    display: inline-block;
    position: relative;
  }
  .nav .search a .icon {
    font-size: 1.7142857142857142rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .nav .search .search-box {
    display: none;
    z-index: 99;
    margin: 0;
    position: absolute;
    padding-top: 14px;
    right: 0;
    top: 21px;
    z-index: 1000;
    width: 252px;
  }
  .nav .search .search-box form {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem;
    margin: 0;
    border: 1px solid #ddd;
    text-align: left;
    width: 280px;
    z-index: 40;
    border: #d0d0d0 solid 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: #015c96 4px solid;
    -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
    box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.25);
  }
  .nav .search .search-box form input {
    margin: 0 5px 0 0;
    width: 178px;
    padding: .5rem;
  }
  .nav .search .search-box form .button {
    margin: 0;
    width: 64px;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .nav {
    float: left;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .nav > ul {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .nav {
    float: none;
    clear: both;
    margin: 0 -14px;
  }
  .nav ul {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .nav ul li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .nav ul li a {
    width: 100%;
    border-top: 1px solid #d0d0d0;
    display: block;
    padding: 14px 30px;
  }
  .nav ul li a:hover {
    background: #015c96;
    color: #ffffff;
  }
  .nav ul li.has-dropdown > a:before {
    margin-right: 8px;
    margin-left: -20px;
    position: relative;
    display: inline-block;
    width: 12px;
    font-family: 'PS-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e607";
  }
  .nav ul li.search {
    padding: 0 30px;
  }
  .nav ul li.search a {
    display: none;
  }
  .nav ul li.search .search-box form {
    margin: 0;
  }
  .nav ul li.search .search-box form .button {
    display: none;
  }
  .nav ul li.search .search-box form input {
    margin: 8px 0;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .nav {
    margin: 0 5px;
  }
}
.footer-content .footer-nav .footer-link {
  font-weight: 600;
  font-size: 0.8571428571428571rem;
  display: block;
  text-transform: uppercase;
}
.footer-content .footer-nav .subnav ul {
  margin: 0 0 14px 0;
}
.footer-content .footer-nav .subnav a {
  font-size: 0.8571428571428571rem;
}
.footer-content .f-col {
  border-left: 1px solid #347dab;
  padding: 2em 1em;
}
.footer-content .f-col:first-child {
  border-left: 0;
}
@media (min-width: 992px) {
  .footer-content .f-col {
    height: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-content .f-col {
    height: 180px;
  }
}
.footer-content .footer-info {
  padding: 2em 1em;
}
@media (max-width: 767px) {
  .footer-content .footer-info {
    border-left: 0;
  }
}
.footer-content .footer-info .text {
  font-size: 0.8571428571428571rem;
  line-height: 1.5;
}
.footer-content .footer-info .text .icon {
  height: 12px;
  display: inline-block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-bottom: -1px;
  /*background-image: url(images/icons-footer.png);*/
}
.footer-content .footer-info .text .icon.location {
  width: 9px;
  margin-right: 3px;
  background-position: left top;
}
.footer-content .footer-info .text .icon.phone {
  width: 13px;
  margin-left: -1px;
  background-position: right top;
}
.footer-stripe {
  background: #ffffff;
  color: #ffffff;
  box-shadow: 0 -14px 56px -14px #2b2b2b;
  z-index: 20;
  position: relative;
  padding: 1em 0;
}
.footer-stripe .logo {
  width: 54px;
  height: 28px;
  margin: 0;
}
.footer-stripe .copyright {
  color: #111111;
  line-height: 28px;
  float: right;
  font-size: 0.8571428571428571rem;
}
.oldie .footer-stripe .logo {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png', sizingMethod='scale');
}
@media (max-width: 767px) {
  .rae-container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.content {
  overflow: hidden;
}
@media (min-width: 768px) {

}
.content .inner {
  background: #fff;
  border: 1px solid #dddddd;
  border-width: 0 1px;
}
.content .sidebar {
  padding-left: 14px;
  padding-right: 14px;
  height: 100%;
  padding-bottom: 999em;
  margin-bottom: -999em;
  background: #ffffff;
}
@media (min-width: 768px) {
  .content .sidebar {
    padding-top: 35px;
    background: -moz-linear-gradient(left, #f3f3f3 0%, #ffffff 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f3f3f3), color-stop(20%, #ffffff));
    background: -webkit-linear-gradient(left, #f3f3f3 0%, #ffffff 20%);
    background: -o-linear-gradient(left, #f3f3f3 0%, #ffffff 20%);
    background: -ms-linear-gradient(left, #f3f3f3 0%, #ffffff 20%);
    background: linear-gradient(to right, #f3f3f3 0%, #ffffff 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1);
  }
}
@media (min-width: 768px) {
  .content .main,
  .content .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cycle-slideshow {
  z-index: 1;
  position: relative;
}
.entry,
.entry-body {
  zoom: 1;
  overflow: hidden;
}
.entry {
  margin-bottom: 2rem;
}
.entry .entry {
  margin-top: 2rem;
  margin-bottom: 0;
}
.entry p {
  margin: 0;
}
.entry-object {
  display: block;
}
.entry > .left {
  margin-right: 10px;
}
.entry > .right {
  margin-left: 10px;
}
.meta {
  font-size: 0.7857142857142857rem;
  margin-bottom: .5rem;
  line-height: 12px;
  position: relative;
  display: block;
}
.meta .meta-item {
  position: relative;
  padding-right: 4px;
  margin-right: 4px;
  border-right: 1px solid #919191;
  display: inline-block;
  white-space: nowrap;
}
.meta .meta-item:last-child {
  border: 0;
  padding-right: 0;
  margin-right: 0;
}
.meta .meta-item .icon {
  color: #b7b7b7;
  position: relative;
  font-size: 1.1428571428571428rem;
  left: 0;
  line-height: .5rem;
  padding-right: 2px;
}
.meta a {
  white-space: nowrap;
  color: #111111;
  position: relative;
}
.meta a:hover {
  color: #015c96;
}
.meta a:hover .icon {
  color: #347dab;
}
.entry-image:hover ~ .entry-body a.entry-link {
  color: #015c96;
}


.entry-rae-row-50 a.entry-link img {
  max-height: 200px;
}

.entry-rae-row-33 a.entry-link img {
  max-height: 133px;
}

.entry-image:hover,
/*.headline-image:hover,*/
.entry-image.hover/*,
.headline-image.hover*/ {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.entry-group {
  margin-bottom: 3rem;
  border-bottom: 0.5rem solid #dddddd;
}
.entry-group:before,
.entry-group:after {
  content: " ";
  display: table;
}
.entry-group:after {
  clear: both;
}
.entry-group.no-border {
  border-bottom: 0;
}
.entry-group header {
  margin-bottom: 2em;
}
.entry-group header .caption {
  margin-top: 1rem;
}
.entry-group header .entry-group-title {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 0;
}
.entry-group header .topic-help-title {
  display: block;
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 0.8571428571428571rem;
}
.entry-group header .more {
  font-size: 0.8571428571428571rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.entry-group header .more .icon {
  font-size: 2.5rem;
  color: #015c96;
  position: relative;
  top: 1rem;
  padding-right: 5px;
  line-height: 0;
}
.entry-group .entry a {
  color: #111111;
}
.entry-group .entry a:hover {
  color: #015c96;
}
.entry-group .entry h3.entry-title {
  font-size: 1rem;
}
.entry-group .loadmore {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .entry-group .loadmore {
    text-align: center;
  }
}
.entry-group .loadmore a {
  font-size: 1.2857142857142858rem;
  font-weight: 300;
}
.entry-group .loadmore a .icon {
  margin-left: .5rem;
  position: relative;
  font-size: 1.7142857142857142rem;
}
.entry-rae-row-100:before,
.entry-rae-row-50:before,
.entry-rae-row-33:before,
.entry-rae-row-100:after,
.entry-rae-row-50:after,
.entry-rae-row-33:after {
  content: " ";
  display: table;
}
.entry-rae-row-100:after,
.entry-rae-row-50:after,
.entry-rae-row-33:after {
  clear: both;
}
.entry-rae-row-100 .entry,
.entry-rae-row-50 .entry,
.entry-rae-row-33 .entry,
.entry-rae-row-100 .headline,
.entry-rae-row-50 .headline,
.entry-rae-row-33 .headline {
  position: relative;
  float: left;
  min-height: 1px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .entry-rae-row-100 .entry .entry-image,
  .entry-rae-row-50 .entry .entry-image,
  .entry-rae-row-33 .entry .entry-image,
  .entry-rae-row-100 .headline .entry-image,
  .entry-rae-row-50 .headline .entry-image,
  .entry-rae-row-33 .headline .entry-image {
    margin-bottom: 1rem;
  }
}
.entry-rae-row-50 > .entry .entry-image,
.entry-rae-row-33 > .entry .entry-image {
  width: 33.33333333333333%;
  padding-right: 1rem;
  float: left;
}
@media (min-width: 992px) {
  .entry-rae-row-50 > .entry .entry-image,
  .entry-rae-row-33 > .entry .entry-image {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}
.entry-rae-row-50 > .entry .entry-body p,
.entry-rae-row-33 > .entry .entry-body p {
  display: none;
}
@media (min-width: 992px) {
  .entry-rae-row-50 > .entry {
    width: 50%;
  }
  .entry-rae-row-50 > .entry h3.entry-title {
    font-size: 1.5rem;
  }
  .entry-rae-row-50 > .entry .entry-body p {
    display: inline;
  }
}
@media (min-width: 992px) {
  .entry-rae-row-33 > .entry {
    width: 33.33333333333333%;
  }
}
.headline {
  position: relative;
  margin-bottom: 2rem;
}
.headline .headline-body {
  padding-top: 1rem;
  width: 100%;
  color: #111111;
}
.headline .headline-body a {
  color: #111111;
}
.headline .headline-body .headline-tag {
  font-size: 0.8571428571428571rem;
  display: inline-block;
  font-weight: 400;
  margin-bottom: .5rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.headline .headline-body h2 {
  line-height: 1;
  margin-bottom: -0.5rem;
}
@media (min-width: 992px) {
  .headline .headline-body {
    margin: 0;
    width: 100%;
    background: transparent;
    background: -moz-linear-gradient(left, rgba(17, 17, 17, 0.4) 0%, rgba(17, 17, 17, 0.4) 40%, rgba(17, 17, 17, 0) 90%, rgba(17, 17, 17, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(17, 17, 17, 0.4)), color-stop(40%, rgba(17, 17, 17, 0.4)), color-stop(90%, rgba(17, 17, 17, 0)), color-stop(100%, rgba(17, 17, 17, 0)));
    background: -webkit-linear-gradient(left, rgba(17, 17, 17, 0.4) 0%, rgba(17, 17, 17, 0.4) 40%, rgba(17, 17, 17, 0) 90%, rgba(17, 17, 17, 0) 100%);
    background: -o-linear-gradient(left, rgba(17, 17, 17, 0.4) 0%, rgba(17, 17, 17, 0.4) 40%, rgba(17, 17, 17, 0) 90%, rgba(17, 17, 17, 0) 100%);
    background: -ms-linear-gradient(left, rgba(17, 17, 17, 0.4) 0%, rgba(17, 17, 17, 0.4) 40%, rgba(17, 17, 17, 0) 90%, rgba(17, 17, 17, 0) 100%);
    background: linear-gradient(to right, rgba(17, 17, 17, 0.4) 0%, rgba(17, 17, 17, 0.4) 40%, rgba(17, 17, 17, 0) 90%, rgba(17, 17, 17, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66111111', endColorstr='#00111111', GradientType=1);
    padding: 7px 28px 14px 14px;
    position: absolute;
    bottom: -1px;
    display: block;
    color: #ffffff;
  }
  .headline .headline-body a {
    color: #ffffff;
  }
  .headline .headline-body h2 {
    font-size: 3.5rem;
    letter-spacing: -0.02em;
  }
  .headline .headline-body .caption {
    width: 80%;
  }
}
.headline .headline-body .caption {
  margin-bottom: 0;
}
.related {
  clear: both;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.related header {
  margin-bottom: 0;
  border-top: 1px dashed #dddddd;
  padding-top: 1rem;
}
.related header .more {
  display: none;
  margin-bottom: .5rem;
}
.related .entry {
  margin-bottom: .5rem;
  margin-top: 0;
  padding-left: 1rem;
}
.related .entry .entry-body {
  overflow: visible;
}
.related .entry .meta {
  margin: .25rem 0 0 0;
}
.related .entry .entry-title {
  font-weight: 600;
}
.related .entry .icon-next {
  font-size: 1rem;
  top: 3px;
  position: relative;
  color: #015c96;
  width: 1rem;
  margin-left: -1rem;
  display: inline-block;
}
.twitter.entry {
  font-size: 0.8571428571428571rem;
}
.twitter.entry .tweet-meta-time a {
  font-size: 0.7857142857142857rem;
  color: #6a6a6a;
}
.twitter.entry .tweet-actions {
  margin-top: .25rem;
}
.twitter.entry .tweet-actions a {
  color: #b7b7b7;
  margin-right: .5rem;
}
.twitter.entry .tweet-actions a:hover {
  color: #111111;
}
.nav-prev .icon,
.nav-next .icon {
  font-size: 2rem;
}
.sidebar-group {
  margin-bottom: 2.5rem;
}
.sidebar-group header {
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.sidebar-group header .group-title {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 1rem;
}
.sidebar-group header .more {
  font-size: 0.7142857142857143rem;
  text-transform: uppercase;
  white-space: pre;
}
.sidebar-group .entry {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #d0d0d0;
}
.sidebar-group .entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.sidebar-group .entry .entry-body {
  overflow: hidden;
}
.sidebar-group .entry .entry-body a {
  color: #111111;
}
.sidebar-group .entry .entry-body a:hover {
  color: #015c96;
}
.sidebar-group .entry .entry-body .entry-title {
  margin-bottom: 0;
}
.sidebar-group .entry .meta .author {
  border: 0;
}
.sidebar-group .entry .entry-image {
  width: 70px;
  display: none;
}
@media (min-width: 992px) {
  .sidebar-group .entry .entry-image {
    display: inline-block;
  }
}
.sidebar-group.mostpopular ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-group.mostpopular ul li {
  display: inline-block;
}
.sidebar-group.mostpopular ul.tabs-content > li {
  display: none;
}
.sidebar-group.mostpopular ul.tabs-content > li.active {
  display: block;
}
.sidebar-group.mostpopular .tabs {
  margin-top: .5rem;
}
.sidebar-group.mostpopular .tabs li {
  font-size: 0.7142857142857143rem;
  text-transform: uppercase;
  margin-right: 10px;
}
.sidebar-group.mostpopular .tabs li:last-child {
  margin-right: 0;
}
.sidebar-group.mostpopular .tabs li a.active {
  background: #015c96;
  color: #ffffff;
  padding: .5em 1em;
  border-radius: 3px;
}
.subpage-helpnav a {
  color: #919191;
}
.subpage-helpnav a:hover {
  color: #015c96;
}
.subpage-helpnav .link-back {
  font-size: 0.8571428571428571rem;
  display: block;
  padding-bottom: 21px;
}
.subpage-helpnav .link-back:before {
  content: "«";
  color: #015c96;
  padding-right: 5px;
}
.helpnav-block {
  margin-bottom: 2rem;
  color: #b7b7b7;
  border-top: 1px dashed #dddddd;
  margin-top: 1rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .helpnav-block {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.helpnav-block header .helpnav-title {
  font-size: 0.9285714285714286rem;
  text-transform: uppercase;
  color: #515151;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}
.helpnav-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.helpnav-block ul li {
  font-size: 0.8571428571428571rem;
  margin-bottom: .5rem;
}
.helpnav-block a > .icon {
  margin-right: .5rem;
  font-size: 2rem;
  color: #d0d0d0;
  top: 2px;
  line-height: 1.5rem;
  position: relative;
}
.helpnav-block a:hover .icon {
  color: #015c96;
}
.helpnav-block.subnav ul li a:before {
  content: "»";
  color: #015c96;
  padding-right: 5px;
}
.helpnav-block.share li {
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 992px) {
  .helpnav-block.share li {
    display: block;
    margin-right: 0;
  }
}
.helpnav-block.share li .share-title {
  display: none;
}
@media (min-width: 768px) {
  .helpnav-block.share li .share-title {
    display: inline;
  }
}
.featured-image {
  margin-bottom: 2.5rem;
  position: relative;
}
.featured-image .caption {
  background: #f7f7f7;
  font-size: 0.8571428571428571rem;
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-image .caption {
    position: absolute;
    bottom: -1px;
    display: block;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
  }
}
.subpage-header {
  margin-bottom: 2rem;
}
.caption {
  font-size: 1.2857142857142858rem;
  font-weight: 300;
}
.subpage-content .meta.post {
  font-size: 0.8571428571428571rem;
  margin-bottom: 1rem;
}
.subpage-content .meta.post .author {
  font-weight: 600;
}
.subpage-content .post-author {
  line-height: 1.25;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
}
.subpage-content .post-author:before {
  display: block;
  content: "";
  width: 1rem;
  height: 1px;
  background: #6a6a6a;
  margin-bottom: 1rem;
}
.subpage-content .post-author a {
  color: #2b2b2b;
}
.subpage-content .post-author a:hover {
  color: #015c96;
}
.subpage-content .post-author .author-name:after {
  content: "\A";
  white-space: pre;
}
.subpage-content .post-author .author-title {
  font-size: 0.8571428571428571rem;
  text-transform: uppercase;
}
.subpage-content .tag-cloud {
  border-top: 1px dashed #dddddd;
  padding-top: 1rem;
}
.tag-cloud {
  margin-top: 1rem;
}
.tag-cloud .tag-cloud-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8571428571428571rem;
}
.tag-cloud .tags {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.tag-cloud a {
  margin-right: .5rem;
  margin-left: .5rem;
  white-space: pre;
}
@media (min-width: 992px) {
  .widgets {
    margin-top: 2rem;
  }
}
.widgets .entry-group {
  padding-bottom: 2rem;
}
.widgets .entry-group:first-child {
  border-top: 0.5rem solid #dddddd;
  padding-top: 2rem;
}
.normal-widget.entry-group .entry {
  margin-bottom: 1rem;
}
.normal-widget.entry-group .entry-image {
  width: 56px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .normal-widget.entry-group .entry-image {
    width: 98px;
  }
}
.comment-widget.entry-group .entry .avatar {
  width: 56px;
}
@media (max-width: 767px) {
  .comment-widget.entry-group .entry .avatar {
    width: 42px;
  }
}
.comment-widget.entry-group .entry .meta .author {
  font-size: 1rem;
  font-weight: 600;
}
.comment-widget.entry-group .entry .meta time {
  border: 0;
}
.comment-widget.entry-group .comment-tools {
  line-height: 1;
  margin-top: .5rem;
}
.comment-widget.entry-group .comment-tools a {
  margin-right: 1rem;
  font-size: 0.8571428571428571rem;
  color: #919191;
  white-space: pre;
}
.comment-widget.entry-group .comment-tools a .icon {
  margin-right: .25rem;
}
.comment-widget.entry-group .comment-tools a:hover,
.comment-widget.entry-group .comment-tools a:hover .icon {
  color: #015c96;
}
.write-comment {
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.write-comment .avatar {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .write-comment .avatar {
    display: none;
  }
}
.textarea-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  background: #fff;
  border: 2px solid #dddddd;
  border-radius: 4px;
  padding: 2px;
}
.textarea-wrapper .placeholder {
  color: rgba(0, 39, 59, 0.35);
  color: #a5b2b9;
  line-height: 30px;
  font-size: 1.2857142857142858rem;
  position: absolute;
  top: 9px;
  left: 12px;
  right: 9px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: text;
}
.meta.profile {
  margin-bottom: 2rem;
  margin-top: -1rem;
  font-size: 0.8571428571428571rem;
}
.profile-listing {
  margin-bottom: 2rem;
  border-bottom: 0.5rem solid #dddddd;
}
.profile-listing header {
  margin-bottom: 1rem;
}
.profile-listing .entry {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px dashed #dddddd;
}
.profile-listing .entry:last-child {
  border-bottom: 0;
}
.profile-listing .entry .meta {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.profile-listing.comments .entry p {
  font-style: italic;
}
.profile-listing.comments .entry p:before,
.profile-listing.comments .entry p:after {
  content: open-quote;
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile-info {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 0.5rem solid #dddddd;
  }
}
.profile-image {
  margin-bottom: 2rem;
}
.about .about-table .dt {
  width: 33.33333333333333%;
  color: #6a6a6a;
}
@media (min-width: 992px) {
  .write-form {
    margin-left: 3.5rem;
  }
}
.write-form fieldset legend {
  display: none;
}
@media (min-width: 992px) {
  .write-form fieldset legend {
    float: left;
    display: block;
    position: relative;
    margin-left: -3.5rem;
  }
  .write-form fieldset legend span {
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    border-radius: 999px;
    border: 2px solid #b7b7b7;
    color: #b7b7b7;
    line-height: 2.5rem;
    font-size: 1.7142857142857142rem;
    font-weight: 400;
  }
}
.write-form fieldset label {
  font-size: 1.2857142857142858rem;
  font-weight: 600;
}
.write-form fieldset small {
  color: #919191;
}
.letter-count {
  float: right;
  font-size: 0.8571428571428571rem;
  margin-top: -1.5rem;
  margin-right: .5rem;
  color: #6a6a6a;
}
.letter-count .current {
  margin-right: 1px;
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
