/* Scss Document */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Scss Document */
/*Serrated Edges*/
form.form-container {
  width: 100%;
  /*input[type="file" i]::-webkit-file-upload-button { background-color: $brand-primary; color: #ffffff; border: 0; padding: 6px 10px; }*/
  /*input[type="checkbox"] { display:none; }
		input[type="checkbox"] + label span { display:inline-block; width:19px; height:19px; margin:-1px 4px 0 0; vertical-align:middle; background:url(/images/check_radio_sheet.png) left top no-repeat; cursor:pointer; }
		input[type="checkbox"]:checked + label span { background:url(/images/check_radio_sheet.png) -19px top no-repeat; }*/ }
  form.form-container h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #17204A;
    margin-top: 15px; }
  form.form-container h3 {
    margin-top: 8px;
    font-size: 22px;
    color: #104C97;
    font-weight: 300; }
  form.form-container label {
    font-weight: 400; }
  form.form-container input[type="text"],
  form.form-container textarea {
    border-left: 2px solid #17204A;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    padding: 8px 12px;
    border-radius: 0;
    box-shadow: none;
    background: #f8f8e9; }
  form.form-container select {
    border-left: 2px solid #17204A;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
    border-radius: 0px;
    background-color: #f8f8e9;
    width: 100%;
    padding: 5px 10px;
    -webkit-appearance: none;
    background-position-y: 50%;
    background-position-x: 96%;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("/images/form-arrow.png"); }
    @media (max-width: 767px) {
      form.form-container select {
        margin-top: 10px; } }
  form.form-container input[type="text"]:focus,
  form.form-container textarea:focus,
  form.form-container select:focus {
    border-color: #17204A;
    outline: 0;
    box-shadow: none; }
  form.form-container .checkbox span,
  form.form-container .radio span {
    margin-left: 20px; }
  form.form-container .checkbox,
  form.form-container .radio {
    float: left;
    clear: both; }
  form.form-container .checkbox label,
  form.form-container .radio label {
    float: left;
    width: auto;
    margin-left: 5px; }
  form.form-container .checkbox input,
  form.form-container .radio input {
    float: left;
    width: auto;
    margin: 4px 5px 0 0;
    left: 0; }
  form.form-container .btn {
    margin: 20px 5px 0 0;
    color: #ffffff;
    display: inline;
    font-size: 20px;
    padding: 8px 15px 6px;
    float: left;
    text-align: center;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background-color: #A6C948;
    box-shadow: inset 0px 0px 0px 0px #17204A;
    border: none; }
    form.form-container .btn:hover {
      box-shadow: inset 200px 0px 0px 0px #17204A; }
  form.form-container .field-container {
    width: 100%;
    margin: 10px 0;
    float: left;
    clear: both; }
  form.form-container .layout-label-right label {
    text-align: right; }
  form.form-container .helper {
    width: 1 00%;
    font-size: smaller;
    padding-top: 5px;
    color: #17204A;
    clear: left; }
  form.form-container .name {
    margin-bottom: 10px; }
  form.form-container #btn-submit {
    cursor: pointer;
    background-color: #f5f6e1;
    border-radius: 6px;
    box-shadow: none;
    border: none;
    padding: 10px 20px;
    display: block;
    margin: 0 auto;
    color: #fff; }
  form.form-container .col1-2 > label,
  form.form-container .col2-2 > label {
    display: block;
    float: none;
    margin-bottom: 5px;
    color: #17204A; }

form fieldset {
  border: none;
  padding: 0; }

form legend {
  font-size: larger; }

form .divider hr {
  border: none;
  background-color: #C6C6C6;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px; }

form .ui-datepicker .ui-widget-header {
  background: #ffffff;
  border: 1px solid #C6C6C6;
  color: #17204A; }

form .ui-state-default,
form .ui-widget-content .ui-state-default,
form .ui-widget-header .ui-state-default {
  background: #ffffff;
  border: 1px solid #C6C6C6;
  color: #17204A;
  font-weight: 700; }

form .layout-two-col .field-container > label {
  display: block;
  float: none;
  margin-bottom: 5 px;
  color: #17204A; }

form .form-control {
  border: 1px solid #17204A;
  border-radius: 0;
  box-shadow: none; }

header form .form-control {
  border: 1px solid #ffffff;
  background: none;
  color: #233171; }

header form .btn {
  background-color: #ffffff;
  font-size: 18px;
  padding: 3px 10px 4px; }
  @media (max-width: 767px) {
    header form .btn {
      margin-top: -3px; } }

@media (min-width: 767px) {
  .form-container .layout-label-right .field-container > label,
  .form-container .layout-label-left .field-container > label {
    float: left;
    width: 25%;
    margin-right: 5px; }
  .form-container .layout-label-right .field,
  .form-container .layout-label-left .field {
    float: left;
    width: 74%;
    margin-left: 5px; }
  .form-container .layout-label-top label {
    float: left;
    width: 100%;
    margin-bottom: 5px; }
  .form-container .layout-label-top .field {
    float: left;
    width: 100%;
    margin-top: 5px; }
  .form-container input[type=text].small {
    width: 50%; }
  .form-container input[type=text].medium {
    width: 75%; }
  .form-container input[type=text].large {
    width: 95%; }
  .form-container textarea.small {
    width: 50%;
    height: 35px; }
  .form-container textarea.medium {
    width: 75%;
    height: 50px; }
  .form-container textarea.large {
    width: 95%;
    height: 75px; }
  .form-container select {
    width: 50%; }
  .form-container .name {
    float: left;
    width: 50%;
    margin: 0; }
  .form-container .name input[type=text] {
    width: 90%; }
  .form-container .col1-2,
  .form-container .col2-2 {
    float: left;
    width: 50%; }
  .form-container .col1-2 input[type="text"],
  .form-container .col1-2 textarea,
  .form-container .col1-2 select,
  .form-container .col2-2 input[type="text"],
  .form-container .col2-2 textarea,
  .form-container .col2-2 select {
    width: 90%; }
  .form-container .col1-2 select,
  .form-container .col2-2 select {
    width: 93%; } }

@media (max-width: 766px) {
  input[type="text"], textarea, select {
    width: 100%;
    clear: both; }
  .col2-2 {
    clear: both; } }

@media print {
  body {
    color: #000000 !important;
    background-color: #ffffff !important; }
    body #header .logo-bar {
      background-color: #ffffff !important; }
      body #header .logo-bar .logo-wrap a[href]:after {
        content: none !important; }
      body #header .logo-bar .logo-wrap a .logo .screen {
        display: none; }
      body #header .logo-bar .logo-wrap a .logo .print {
        display: block; }
    body #header .breadcrumb-bar {
      display: none; }
    body blockquote {
      border: 2px solid #000000; }
      body blockquote:before, body blockquote:after {
        display: none; }
    body footer, body #rt-rail, body #video, body #news-topic, body #sub-news, body nav, body #pagination {
      display: none; }
    body #news #main #featured a.property-profile {
      display: none; }
    body #news #main .story .thumbnail {
      display: none; }
    body #profile #main .story .thumbnail {
      display: none; } }

html {
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-text-size-adjust: 100%; }

body {
  background-color: #f5f6e1;
  margin: 0;
  font-family: Arial, serif;
  color: #000000;
  font-weight: 400; }
  body a {
    cursor: pointer; }
    body a:hover {
      text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif; }

.browser-upgrade {
  height: 100%;
  width: 100%; }

#header {
  position: relative; }
  #header .logo-bar {
    height: 266px;
    background-color: #17204A;
    overflow: hidden;
    position: inherit;
    background-image: url("/images/header-bg.jpg");
    background-position: bottom center;
    background-size: cover; }
    @media (max-width: 991px) {
      #header .logo-bar {
        height: 200px; } }
    #header .logo-bar .logo-wrap {
      position: relative;
      z-index: 8;
      width: 485px;
      margin: 0 auto;
      padding-top: 9px;
      top: 20px; }
      @media (max-width: 991px) {
        #header .logo-bar .logo-wrap {
          padding-top: 39px;
          width: 330px; } }
      @media (max-width: 644px) {
        #header .logo-bar .logo-wrap {
          width: auto;
          padding-top: 3px; } }
      #header .logo-bar .logo-wrap .logo {
        display: block;
        width: 221px;
        float: left; }
        @media (max-width: 991px) {
          #header .logo-bar .logo-wrap .logo {
            width: 135px; } }
        @media (max-width: 767px) {
          #header .logo-bar .logo-wrap .logo {
            padding-left: 0; } }
        @media (max-width: 644px) {
          #header .logo-bar .logo-wrap .logo {
            width: 116px;
            text-align: center;
            margin: 0 auto;
            float: none; } }
        #header .logo-bar .logo-wrap .logo img {
          width: 100%;
          height: auto;
          padding-top: 20px; }
          @media (max-width: 1299px) {
            #header .logo-bar .logo-wrap .logo img {
              padding-top: 0; } }
          @media (max-width: 644px) {
            #header .logo-bar .logo-wrap .logo img {
              padding-top: 34px; } }
      #header .logo-bar .logo-wrap .title-wrap {
        border-left: 2px solid #f5f6e1;
        padding: 20px 30px;
        display: inline-block;
        clear: both;
        margin-top: 21px;
        margin-left: 36px;
        width: 209px; }
        @media (max-width: 1299px) {
          #header .logo-bar .logo-wrap .title-wrap {
            padding: 0px 0px 0px 44px;
            width: 185px; } }
        @media (max-width: 991px) {
          #header .logo-bar .logo-wrap .title-wrap {
            padding: 0px 0px 0px 24px;
            width: 129px;
            margin-left: 30px;
            margin-top: 0; } }
        @media (max-width: 644px) {
          #header .logo-bar .logo-wrap .title-wrap {
            padding: 10px 0px 0px;
            width: 240px;
            border-top: 2px solid #f5f6e1;
            border-left: none;
            margin: 20px auto 0;
            display: block;
            text-align: center; } }
        #header .logo-bar .logo-wrap .title-wrap .title {
          color: #f5f6e1;
          font-weight: 400;
          font-family: "Roboto Slab", serif;
          font-size: 30px;
          letter-spacing: .05em;
          line-height: 38px;
          text-align: left;
          position: inherit;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            #header .logo-bar .logo-wrap .title-wrap .title {
              font-size: 23px;
              line-height: 31px; } }
          @media (max-width: 644px) {
            #header .logo-bar .logo-wrap .title-wrap .title {
              font-size: 16px;
              text-align: center;
              line-height: 22px; } }

#footer {
  background-color: #17204A;
  position: relative;
  z-index: -1;
  margin-top: -30px;
  padding: 60px 20px 30px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: .05em;
  font-size: 12px; }
  #footer .container {
    padding: 0; }
  #footer a {
    color: #ffffff; }
    #footer a:hover {
      color: #A6C948; }

.push {
  height: 160px; }

.force-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -160px; }

@media (max-width: 991px) {
  .col-height.col-top.left {
    display: block; } }

.left {
  background-color: #ffffff;
  padding: 0;
  border-right: 1px solid #C6C6C6; }
  @media (max-width: 991px) {
    .left {
      border: none;
      border-bottom: 1px solid #C6C6C6; } }

@media (max-width: 767px) {
  .col-height.col-top.middle {
    display: block; } }

.middle {
  background-color: #ffffff;
  padding: 0; }

@media (max-width: 767px) {
  .col-height.col-top.right {
    display: block; } }

.right {
  background-color: #ffffff;
  padding: 0;
  border-left: 1px solid #C6C6C6; }
  @media (max-width: 767px) {
    .right {
      border: none; } }

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }
  @media (max-width: 991px) {
    .row-height {
      display: block; } }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

blockquote {
  padding: 30px 20px;
  margin: 50px 0 50px;
  font-size: 18px;
  border: 4px solid #A6C948;
  position: relative;
  clear: both;
  font-style: italic;
  font-weight: 300;
  top: 9px;
  color: #104C97; }
  blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #A6C948;
    position: absolute;
    font-size: 36px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px;
    line-height: normal; }
  blockquote:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    color: #A6C948;
    position: absolute;
    font-size: 36px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    background-color: #ffffff;
    display: inline-block;
    padding: 10px;
    line-height: normal; }
  blockquote cite {
    font-style: normal;
    display: block;
    margin-top: 10px;
    font-weight: 500; }

#header .breadcrumb-bar {
  height: auto;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  text-align: right;
  letter-spacing: .05em;
  text-align: right;
  color: #17204A;
  font-weight: 400;
  background-color: #A6C948;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  margin-bottom: 0px; }
  @media (max-width: 991px) {
    #header .breadcrumb-bar {
      text-align: center !important;
      font-size: 12px;
      padding: 6px 0; } }
  #header .breadcrumb-bar .container {
    padding: 0; }
    @media (max-width: 991px) {
      #header .breadcrumb-bar .container {
        padding-left: 15px;
        padding-right: 15px; } }
    #header .breadcrumb-bar .container a.breadcrumb {
      color: #17204A;
      background: none;
      padding: 0; }
    #header .breadcrumb-bar .container a:hover.breadcrumb {
      color: #ffffff;
      text-decoration: none; }

.btn {
  border-radius: 0;
  box-shadow: none; }

.btn-modal {
  position: absolute;
  top: 50px;
  right: 0; }

#siteCredits {
  position: relative; }
  #siteCredits a {
    display: block;
    width: 118px;
    height: 21px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    background: url(/images/btnSiteCredits.png) no-repeat; }
    @media (max-width: 991px) {
      #siteCredits a {
        right: 50%;
        margin-right: -9px; } }
    #siteCredits a:hover {
      background: url(/images/btnSiteCreditsO.png) no-repeat; }
  @media screen and (max-width: 415px) {
    #siteCredits {
      display: none; } }

.fp-top {
  background-position: top; }

.fp-bottom {
  background-position: bottom; }

.fp-center {
  background-position: center; }

.fp-left {
  background-position: left; }

.fp-right {
  background-position: right; }

#gallery #main {
  padding: 30px; }
  #gallery #main .tag-section {
    margin-bottom: 30px; }
    #gallery #main .tag-section h1 {
      color: #17204A;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: .03em;
      margin-bottom: 8px;
      margin-top: 0;
      line-height: 1;
      clear: both;
      display: block;
      border-top: 1px solid #C6C6C6;
      padding-top: 25px; }
    @media (max-width: 1024px) {
      #gallery #main .tag-section a.region-title .fa {
        font-size: 26px;
        margin-top: -13px;
        margin-left: -11px;
        color: #2f4298; } }
    #gallery #main .tag-section a:hover.region-title {
      background-color: #17204A; }
      #gallery #main .tag-section a:hover.region-title .fa {
        font-size: 26px;
        margin-top: -13px;
        margin-left: -11px;
        color: #2f4298; }
    #gallery #main .tag-section a.cat-back {
      display: block;
      border: 1px solid #C6C6C6;
      color: #17204A;
      margin: -10px 0px 20px;
      padding: 3px 8px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      float: right;
      font-size: 16px;
      box-shadow: inset 0 0 0 0 #f5f6e1; }
      #gallery #main .tag-section a.cat-back .fa {
        margin-right: 10px;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    #gallery #main .tag-section a:hover.cat-back {
      background-color: #A6C948;
      color: #17204A;
      padding: 3px 16px; }
  #gallery #main .topic-section h1 {
    display: block;
    background-color: #17204A;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase; }
  #gallery #main .gallery {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #17204A; }
    #gallery #main .gallery.cat .title {
      display: inline-block;
      margin-bottom: 0;
      width: calc(100% - 155px); }
      @media (max-width: 400px) {
        #gallery #main .gallery.cat .title {
          display: block;
          margin-bottom: 8px;
          width: 100%; } }
    #gallery #main .gallery.cat a.more {
      display: inline-block;
      float: right;
      margin-top: 0; }
      @media (max-width: 400px) {
        #gallery #main .gallery.cat a.more {
          margin-top: 12px;
          float: left; } }
      #gallery #main .gallery.cat a.more .fa {
        margin-left: 10px; }
    #gallery #main .gallery h2 {
      color: #17204A; }
    #gallery #main .gallery figure {
      margin-bottom: 15px; }
      #gallery #main .gallery figure img {
        width: 100%; }
    #gallery #main .gallery:after {
      content: '';
      display: block;
      clear: both; }
    #gallery #main .gallery .title {
      display: block;
      color: #17204A;
      font-size: 20px;
      margin-bottom: 8px;
      line-height: normal; }
    #gallery #main .gallery a.more {
      display: inline-block;
      border: 1px solid #C6C6C6;
      color: #17204A;
      margin: 10px 2px 4px;
      padding: 3px 8px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #gallery #main .gallery a.more .fa {
        margin-left: 5px; }
      #gallery #main .gallery a.more:nth-of-type(2) {
        margin-left: 8px; }
    #gallery #main .gallery a:hover.more {
      background-color: #A6C948;
      color: #17204A;
      padding: 3px 16px; }
      #gallery #main .gallery a:hover.more:before {
        width: 5%;
        left: 90%; }
      #gallery #main .gallery a:hover.more:after {
        width: 100%; }
    #gallery #main .gallery .thumbnail {
      border: none;
      margin-right: 20px;
      width: 150px;
      height: 150px;
      background-position: center;
      background-size: cover;
      border-radius: 0;
      border: 3px solid #17204A;
      float: left;
      margin-bottom: 10px; }
      @media (max-width: 430px) {
        #gallery #main .gallery .thumbnail {
          width: 100%;
          height: 100%;
          padding-bottom: 95%;
          margin-right: 0;
          margin-bottom: 15px; } }
  #gallery #main .photo-gallery {
    position: relative; }
    #gallery #main .photo-gallery > ul {
      margin-bottom: 0; }
      #gallery #main .photo-gallery > ul > li {
        float: left;
        margin-bottom: 20px;
        height: auto;
        overflow: hidden;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        #gallery #main .photo-gallery > ul > li:hover {
          height: auto; }
        #gallery #main .photo-gallery > ul > li:nth-child(2n+1) {
          clear: both; }
        #gallery #main .photo-gallery > ul > li a {
          border-radius: 0px;
          display: block;
          overflow: hidden;
          position: relative;
          float: left;
          width: 100%; }
          #gallery #main .photo-gallery > ul > li a > img {
            -webkit-transition: -webkit-transform 0.15s ease 0s;
            -moz-transition: -moz-transform 0.15s ease 0s;
            -o-transition: -o-transform 0.15s ease 0s;
            transition: transform 0.15s ease 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            height: 100%;
            width: 100%; }
          #gallery #main .photo-gallery > ul > li a:hover > img {
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
          #gallery #main .photo-gallery > ul > li a:hover .photo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.5); }
            #gallery #main .photo-gallery > ul > li a:hover .photo-gallery-poster > img {
              opacity: 1; }
          #gallery #main .photo-gallery > ul > li a .photo-gallery-poster {
            background-color: rgba(0, 0, 0, 0.1);
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: background-color 0.15s ease 0s;
            -o-transition: background-color 0.15s ease 0s;
            transition: background-color 0.15s ease 0s; }
            #gallery #main .photo-gallery > ul > li a .photo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s; }
    #gallery #main .photo-gallery a.download {
      position: absolute;
      top: 0;
      right: 15px;
      background-color: #104C97;
      z-index: 200;
      width: 30px;
      height: 30px;
      color: #ffffff;
      padding: 3px 9px 6px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      white-space: nowrap; }
      #gallery #main .photo-gallery a.download:hover {
        width: 160px;
        border-bottom: none; }
        #gallery #main .photo-gallery a.download:hover .fa {
          transform: rotate(90deg); }
      #gallery #main .photo-gallery a.download .fa {
        margin-right: 14px;
        font-size: 20px;
        position: relative;
        top: 2px;
        left: 5px;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    #gallery #main .photo-gallery .img-responsive {
      width: 100%; }
    #gallery #main .photo-gallery .justified-gallery > a > img {
      -webkit-transition: -webkit-transform 0.15s ease 0s;
      -moz-transition: -moz-transform 0.15s ease 0s;
      -o-transition: -o-transform 0.15s ease 0s;
      transition: transform 0.15s ease 0s;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      height: 100%;
      width: 100%; }
    #gallery #main .photo-gallery .justified-gallery > a:hover > img {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1); }
    #gallery #main .photo-gallery .justified-gallery > a:hover .photo-gallery-poster {
      background-color: rgba(0, 0, 0, 0.5); }
      #gallery #main .photo-gallery .justified-gallery > a:hover .photo-gallery-poster > img {
        opacity: 1; }
    #gallery #main .photo-gallery .justified-gallery > a .photo-gallery-poster {
      background-color: rgba(0, 0, 0, 0.1);
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: background-color 0.15s ease 0s;
      -o-transition: background-color 0.15s ease 0s;
      transition: background-color 0.15s ease 0s; }
      #gallery #main .photo-gallery .justified-gallery > a .photo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s; }
    #gallery #main .photo-gallery .video .photo-gallery-poster img {
      height: 48px;
      margin-left: -24px;
      margin-top: -24px;
      opacity: 0.8;
      width: 48px; }
    #gallery #main .photo-gallery.dark > ul > li a {
      border: 3px solid #04070a; }

#gallery figure {
  margin: 0; }
  #gallery figure figcaption {
    padding: 10px;
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    background-color: #17204A; }
    #gallery figure figcaption p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 16px;
      /* fallback */
      max-height: 48px;
      /* fallback */
      -webkit-line-clamp: 3;
      /* number of lines to show */
      -webkit-box-orient: vertical;
      margin-bottom: 0; }

.lg-toolbar .lg-icon {
  color: #A6C948 !important; }
  .lg-toolbar .lg-icon:hover {
    color: #cce097 !important; }

#lg-counter {
  color: #A6C948 !important; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  border-radius: 30px !important;
  color: #A6C948 !important;
  font-size: 44px !important;
  margin-top: -30px !important;
  padding: 9px 11px !important;
  height: 60px;
  width: 60px; }

.lg-outer .lg-toogle-thumb {
  color: #A6C948 !important; }

.lg-sub-html p {
  font-size: 18px !important; }

.lg-outer .lg-thumb-outer {
  background-color: #141313 !important; }

.lg-outer .lg-thumb-item {
  border-radius: 0px !important;
  border: 2px solid #474646 !important; }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #A6C948 !important; }

.lg-outer .lg-thumb {
  margin: 0 auto !important; }

#propProfileSlider .carousel-control {
  font-size: 35px;
  opacity: .75; }
  @media (max-width: 575px) {
    #propProfileSlider .carousel-control {
      font-size: 20px; } }

#propProfileSlider .carousel-control:hover {
  opacity: 1; }

#propProfileSlider .carousel-control.left,
#propProfileSlider .carousel-control.right {
  background: none;
  border: none; }

#propProfileSlider .carousel-control.left:hover,
#propProfileSlider .carousel-control.right:hover {
  background: none; }

#propProfileSlider .carousel-control.left .fa {
  left: 20px; }

#propProfileSlider .carousel-control.right .fa {
  right: 20px; }

#propProfileSlider .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 575px) {
    #propProfileSlider .fa {
      top: 40%; } }

#propProfileSlider .left {
  margin-left: 0 !important; }

#propProfileSlider .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 0;
  padding: 20px 20px 55px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: .05em;
  font-style: italic;
  background-color: #17204A;
  position: relative;
  text-shadow: none;
  text-align: left; }

#propProfileSlider .carousel-indicators {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  margin-left: 0;
  text-align: right; }

#propProfileSlider .carousel-indicators li {
  border-radius: 0px; }

#propProfileSlider .carousel-indicators .active {
  background-color: #A6C948;
  border-color: #A6C948; }

#propProfileSlider .carousel-inner a.download {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #A6C948;
  z-index: 200;
  width: 160px;
  height: 30px;
  color: #17204A;
  padding: 3px 8px 6px;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  white-space: nowrap; }
  #propProfileSlider .carousel-inner a.download:hover {
    border-bottom: none; }
    #propProfileSlider .carousel-inner a.download:hover .fa {
      transform: rotate(90deg);
      position: relative;
      top: 5px; }
  #propProfileSlider .carousel-inner a.download .fa {
    margin-right: 14px;
    font-size: 20px;
    position: relative;
    top: 11px;
    left: 5px;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px !important;
  margin-top: -253px !important; }

.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(23, 32, 74, 0.5);
  border: 2px solid #ffffff;
  box-sizing: border-box; }
  .modal-content .close {
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    opacity: 1;
    width: 40px;
    height: 40px;
    margin-top: -2px;
    margin-right: -50px;
    font-size: 30px;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: none; }
    .modal-content .close:hover {
      background-color: #A6C948;
      color: #ffffff;
      width: 50px;
      height: 50px;
      margin-right: -60px;
      font-size: 40px; }
  .modal-content .modal-body {
    padding: 30px; }
    .modal-content .modal-body h2 {
      font-family: "Roboto Slab", serif;
      font-weight: 700;
      color: #ffffff;
      margin-top: 0;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .modal-content .modal-body p {
      font-family: Arial, serif;
      color: #ffffff; }
    .modal-content .modal-body a.modal-btn {
      display: block;
      background-color: #A6C948;
      color: #17204A;
      padding: 10px 15px;
      margin-bottom: 10px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      font-family: Arial, serif;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.1; }
      .modal-content .modal-body a.modal-btn:hover {
        background-color: #ffffff;
        margin-left: -10px; }
      .modal-content .modal-body a.modal-btn:last-of-type {
        margin-bottom: 0; }

.modal-backdrop.in {
  opacity: 1 !important;
  z-index: 400;
  background-color: rgba(23, 32, 74, 0.95); }

.navbar {
  margin-bottom: 0;
  border: 0;
  padding-top: 20px;
  min-height: auto; }
  @media (max-width: 991px) {
    .navbar {
      padding-top: 0;
      text-align: center; } }
  .navbar .navbar-toggle {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .05em;
    background-color: #17204A;
    float: left;
    margin: 0px auto;
    border-radius: 0;
    padding: 15px;
    width: 100%;
    text-align: right; }
    @media (max-width: 767px) {
      .navbar .navbar-toggle {
        float: none; } }
    .navbar .navbar-toggle .fa {
      margin-left: 0px;
      font-size: 20px;
      color: #ffffff;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  .navbar .navbar-collapse {
    text-align: left;
    clear: both;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .navbar .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px; } }
    .navbar .navbar-collapse .title {
      font-size: 16px;
      color: #17204A;
      padding: 10px 0px 4px 0px;
      margin: 0 15px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      font-family: "Roboto Slab", serif; }
    .navbar .navbar-collapse ul {
      list-style-type: none;
      padding-left: 0;
      border-left: 1px solid #17204A;
      margin-left: 15px; }
      .navbar .navbar-collapse ul li {
        line-height: 1.1;
        font-weight: 400; }
        .navbar .navbar-collapse ul li:first-child {
          margin-top: 8px; }
        .navbar .navbar-collapse ul li:last-child {
          margin-bottom: 15px; }
        .navbar .navbar-collapse ul li a {
          color: #000000;
          -o-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          padding: 6px 10px;
          display: block;
          box-shadow: inset 0px 0px 0px 0px #104C97; }
          .navbar .navbar-collapse ul li a:hover {
            color: #ffffff;
            box-shadow: inset 200px 0px 0px 0px #104C97; }
            @media (max-width: 991px) {
              .navbar .navbar-collapse ul li a:hover {
                box-shadow: inset 0px 0px 0px 0px #104C97;
                color: #17204A; } }

#pagination {
  margin: 40px 0 10px;
  text-align: center; }
  #pagination ul {
    display: inline-block;
    font-size: 16px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-weight: 300; }
    #pagination ul li {
      float: left; }
      #pagination ul li a {
        color: #104C97;
        display: block;
        padding: 5px 15px; }
        #pagination ul li a:hover {
          background-color: #A6C948;
          color: #17204A; }
          #pagination ul li a:hover .fa {
            border: 0;
            color: #8bab33; }
        #pagination ul li a .fa {
          color: #C6C6C6; }
      #pagination ul li.active {
        border-bottom: 4px solid #A6C948; }
        #pagination ul li.active a {
          color: #A6C948;
          font-weight: 500;
          box-shadow: inset 0 0 0 0 #A6C948;
          -o-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          #pagination ul li.active a:hover {
            box-shadow: inset 0 -100px 0 0 #A6C948;
            color: #ffffff; }

@media (max-width: 767px) {
  #rt-rail {
    padding-top: 30px; } }

#rt-rail #tools {
  margin: 30px 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C6C6C6; }
  @media (max-width: 767px) {
    #rt-rail #tools {
      margin: 30px; } }
  #rt-rail #tools .title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: center;
    background-color: #17204A;
    padding: 8px 10px;
    color: #ffffff;
    position: relative;
    font-family: "Roboto Slab", serif; }
  #rt-rail #tools form.navbar-form {
    padding: 0;
    margin: 15px 0; }
    @media (max-width: 991px) {
      #rt-rail #tools form.navbar-form {
        margin-right: 0;
        margin-left: 0; } }
    #rt-rail #tools form.navbar-form .form-group {
      width: calc(100% - 46px); }
      @media (min-width: 768px) and (max-width: 991px) {
        #rt-rail #tools form.navbar-form .form-group {
          width: 100%; } }
      @media (max-width: 767px) {
        #rt-rail #tools form.navbar-form .form-group {
          display: inline-block; } }
      #rt-rail #tools form.navbar-form .form-group .form-control {
        border: none;
        background-color: #ffffff;
        width: 100%;
        height: 39px;
        border: 1px solid #17204A; }
      #rt-rail #tools form.navbar-form .form-group .placeholder {
        color: #17204A; }
    #rt-rail #tools form.navbar-form .btn {
      background-color: #A6C948;
      color: #ffffff;
      font-weight: 700;
      letter-spacing: .05em;
      font-size: 18px;
      padding: 2px;
      line-height: normal;
      margin-left: 3px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 50px;
      height: 39px;
      width: 39px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #rt-rail #tools form.navbar-form .btn {
          width: 100%;
          margin-left: 0; } }
      #rt-rail #tools form.navbar-form .btn:hover {
        background-color: #17204A; }
  #rt-rail #tools .links a.icon {
    margin: 0 5px 0 0;
    color: #ffffff;
    display: inline;
    font-size: 20px;
    padding: 8px 15px 6px;
    width: calc(33.3333% - 5px);
    float: left;
    text-align: center;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background-color: #A6C948;
    box-shadow: inset 0px 0px 0px 0px #17204A; }
  #rt-rail #tools .links a:hover.icon {
    box-shadow: inset 200px 0px 0px 0px #17204A; }
  #rt-rail #tools .links a:last-of-type {
    margin-right: 0;
    width: 33.3333%; }
  #rt-rail #tools .links:after {
    content: '';
    display: block;
    clear: both; }
  #rt-rail #tools #language {
    text-align: left;
    margin-top: 20px; }
    #rt-rail #tools #language .labelHead {
      display: block;
      font-size: 18px;
      color: #17204A;
      font-weight: 400;
      line-height: 1;
      margin: 0;
      font-family: "Roboto Slab", serif; }
    #rt-rail #tools #language .labelSubHead {
      display: block;
      font-size: 12px;
      color: #000000;
      font-weight: 700;
      line-height: .9;
      margin: 0; }
    #rt-rail #tools #language .label {
      color: #1d1d1d;
      font-size: 11px;
      line-height: 1;
      text-transform: none;
      padding: 6px 0px 15px 0px;
      white-space: normal;
      text-align: left;
      font-weight: 400;
      display: block; }
    #rt-rail #tools #language .form-group {
      margin-bottom: 20px; }
    #rt-rail #tools #language .label a {
      font-size: 10px;
      text-decoration: none;
      color: #17204A;
      display: block;
      margin: 10px 0; }
    #rt-rail #tools #language .addLang {
      color: #858D9C;
      font-size: 10px;
      line-height: 100%;
      text-transform: none;
      width: 100%;
      border: 1px solid #CCC;
      padding: 0px;
      margin: 4px 0px 0px 0px;
      background-color: #FFF;
      float: left; }
    #rt-rail #tools #language label.lang-label {
      height: 37px;
      width: 50px;
      text-align: left;
      color: #17204A;
      border-radius: 0;
      position: relative;
      margin-bottom: 0px;
      background: none;
      padding-left: 5px;
      bottom: 8px; }
      #rt-rail #tools #language label.lang-label .fa-language {
        font-size: 40px;
        padding-right: 15px;
        margin-right: 15px;
        position: absolute;
        top: 50%;
        margin-top: 3px; }
    #rt-rail #tools #language #lang-select.form-control {
      border: 1px solid #17204A;
      color: #17204A;
      border-radius: 0px !important;
      font-size: 18px;
      padding: 5px;
      height: 40px;
      background: none;
      width: calc(100% - 56px);
      display: inline-block; }

#rt-rail #connect {
  margin: 30px 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C6C6C6; }
  @media (max-width: 767px) {
    #rt-rail #connect {
      margin: 30px; } }
  #rt-rail #connect .title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: center;
    background-color: #17204A;
    padding: 8px 10px;
    color: #ffffff;
    position: relative;
    font-family: "Roboto Slab", serif; }
  #rt-rail #connect .name {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    padding: 10px 0 0;
    font-family: "Roboto Slab", serif;
    color: #17204A; }
  #rt-rail #connect .job {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1;
    padding-bottom: 20px; }
  #rt-rail #connect .address {
    text-align: center;
    background-color: #f8f8e9;
    padding: 20px;
    border-bottom: 2px solid #17204A; }
    #rt-rail #connect .address h3 {
      display: block;
      color: #17204A;
      text-transform: uppercase;
      font-size: 16px;
      padding: 0 0 10px;
      font-weight: 700;
      margin: 0; }
  #rt-rail #connect #tabs ul.nav-tabs {
    border: 0; }
    #rt-rail #connect #tabs ul.nav-tabs li {
      width: 50%;
      text-align: center;
      background-color: #e2e2e2; }
      #rt-rail #connect #tabs ul.nav-tabs li.active a {
        border-bottom: 2px solid #d1d1d1;
        border-radius: 0;
        background-color: #d1d1d1; }
        #rt-rail #connect #tabs ul.nav-tabs li.active a:hover {
          background-color: #d1d1d1; }
      #rt-rail #connect #tabs ul.nav-tabs li a {
        color: #303030;
        text-transform: uppercase;
        padding: 12px 4px;
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
        margin-right: 0;
        border-bottom: 2px solid #efefef;
        border-radius: 0; }
        @media (max-width: 1191px) {
          #rt-rail #connect #tabs ul.nav-tabs li a {
            font-size: 11px; } }
        @media (min-width: 350px) and (max-width: 767px) {
          #rt-rail #connect #tabs ul.nav-tabs li a {
            font-size: 16px; } }
        #rt-rail #connect #tabs ul.nav-tabs li a:hover {
          background-color: #17204A;
          color: #ffffff; }
      #rt-rail #connect #tabs ul.nav-tabs li:nth-child(2) a {
        border-left: 2px solid #efefef;
        border-right: 0; }
  #rt-rail #connect #tabs .tab-content {
    background-color: #d1d1d1;
    padding: 20px;
    min-height: 150px; }
    @media (max-width: 767px) {
      #rt-rail #connect #tabs .tab-content .active p {
        text-align: center; } }
    #rt-rail #connect #tabs .tab-content .active p:last-of-type {
      margin-bottom: 0; }
    #rt-rail #connect #tabs .tab-content .active a {
      display: block;
      text-align: center;
      color: #17204A;
      padding: 13px 0;
      font-size: 18px; }
      @media (max-width: 1191px) {
        #rt-rail #connect #tabs .tab-content .active a {
          font-size: 16px; } }
      #rt-rail #connect #tabs .tab-content .active a:nth-of-type(2) {
        border-top: 1px solid #939393; }
      #rt-rail #connect #tabs .tab-content .active a:hover {
        color: #0b0f23; }
        #rt-rail #connect #tabs .tab-content .active a:hover.tel {
          color: #0b0f23; }
      #rt-rail #connect #tabs .tab-content .active a.tel {
        display: block;
        text-align: left;
        color: #17204A;
        padding: 0;
        font-size: 14px; }
        @media (max-width: 767px) {
          #rt-rail #connect #tabs .tab-content .active a.tel {
            text-align: center; } }
  #rt-rail #connect .social-txt {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    padding: 10px 0 10px;
    margin-top: 10px; }
  #rt-rail #connect .links a.icon {
    margin: 0 5px 0 0;
    color: #ffffff;
    display: inline;
    font-size: 20px;
    padding: 8px 15px 6px;
    width: calc(33.3333% - 5px);
    float: left;
    text-align: center;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background-color: #A6C948;
    box-shadow: inset 0px 0px 0px 0px #17204A; }
  #rt-rail #connect .links a:hover.icon {
    box-shadow: inset 200px 0px 0px 0px #17204A; }
    #rt-rail #connect .links a:hover.icon:before {
      width: 5%;
      left: 90%; }
    #rt-rail #connect .links a:hover.icon:after {
      width: 100%; }
  #rt-rail #connect .links a:last-of-type {
    margin-right: 0;
    width: 33.3333%; }
  #rt-rail #connect .links:after {
    content: '';
    display: block;
    clear: both; }

#rt-rail #photos {
  margin: 30px 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C6C6C6; }
  @media (max-width: 767px) {
    #rt-rail #photos {
      margin: 30px; } }
  #rt-rail #photos .title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: center;
    background-color: #17204A;
    padding: 8px 10px;
    color: #ffffff;
    position: relative;
    font-family: "Roboto Slab", serif; }
  #rt-rail #photos .subtitle {
    text-align: center;
    padding: 8px 0; }
  #rt-rail #photos a.photo-link {
    display: block;
    padding: 10px 20px; }
    #rt-rail #photos a.photo-link img {
      width: 100%;
      -o-transition: transform .3s ease-in;
      -ms-transition: transform .3s ease-in;
      -moz-transition: transform .3s ease-in;
      -webkit-transition: transform .3s ease-in;
      transition: transform .3s ease-in;
      box-shadow: 1px 1px 6px 1px #b9b9b9;
      -ms-transform: scale(0.95);
      -webkit-transform: scale(0.95);
      transform: scale(0.95); }
  #rt-rail #photos a:hover.photo-link img {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

#rt-rail #twitter-feed {
  padding: 10px;
  border: 1px solid #C6C6C6;
  margin-bottom: 20px; }
  #rt-rail #twitter-feed .twitter-wrap {
    position: relative;
    margin-bottom: 20px; }
    #rt-rail #twitter-feed .twitter-wrap .icon {
      background-color: #f5f6e1;
      height: 54px;
      width: 54px;
      float: left;
      padding: 13px 14px; }
      #rt-rail #twitter-feed .twitter-wrap .icon .fa {
        color: #ffffff;
        font-size: 30px;
        text-align: center; }
    #rt-rail #twitter-feed .twitter-wrap .name {
      background-color: #104C97;
      height: 54px;
      width: calc(100% - 60px);
      margin-left: 60px;
      padding: 16px 10px; }
      #rt-rail #twitter-feed .twitter-wrap .name a {
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: .03em; }
        #rt-rail #twitter-feed .twitter-wrap .name a:hover {
          color: white; }
  #rt-rail #twitter-feed .feed {
    position: relative;
    clear: both; }
    #rt-rail #twitter-feed .feed .tweet {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 2px solid #000000; }
      #rt-rail #twitter-feed .feed .tweet:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0; }
      #rt-rail #twitter-feed .feed .tweet .headline {
        padding-bottom: 10px; }
      #rt-rail #twitter-feed .feed .tweet a {
        color: #f5f6e1; }
        #rt-rail #twitter-feed .feed .tweet a:hover {
          color: #e8eaba; }

#rt-rail #promo-items {
  margin: 30px 10px 10px; }
  @media (max-width: 768px) {
    #rt-rail #promo-items {
      margin: 30px; } }
  #rt-rail #promo-items .item {
    margin-bottom: 30px; }
  #rt-rail #promo-items img {
    width: 100%;
    height: auto;
    border-top: 1px solid #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6; }
  #rt-rail #promo-items a.promo-title {
    display: block;
    background-color: #17204A;
    color: #ffffff;
    padding: 15px 20px;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    #rt-rail #promo-items a.promo-title:hover {
      background-color: #104C97; }
  #rt-rail #promo-items .promo-text {
    padding: 15px 20px 50px;
    background-color: #f8f8e9;
    position: relative; }
    #rt-rail #promo-items .promo-text a {
      display: block;
      width: 20px;
      height: 20px;
      margin-top: 10px;
      background-color: #17204A;
      color: #ffffff;
      padding: 0px 8px;
      position: absolute;
      right: 20px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #rt-rail #promo-items .promo-text a:hover {
        background-color: #104C97; }

#rt-rail #related {
  margin: 30px 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C6C6C6; }
  @media (max-width: 767px) {
    #rt-rail #related {
      margin: 30px; } }
  #rt-rail #related .title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .05em;
    text-align: center;
    background-color: #17204A;
    padding: 8px 10px;
    color: #ffffff;
    position: relative;
    font-family: "Roboto Slab", serif; }
  #rt-rail #related ul.nav-tabs {
    border: 0;
    margin-top: 10px; }
    #rt-rail #related ul.nav-tabs li {
      width: 33.33%;
      text-align: center;
      background-color: #fcfcf5; }
      #rt-rail #related ul.nav-tabs li.active a {
        border-bottom: 2px solid #f8f8e9;
        border-radius: 0;
        background-color: #f8f8e9;
        border-color: #f8f8e9; }
        #rt-rail #related ul.nav-tabs li.active a:hover {
          background-color: #17204A; }
      #rt-rail #related ul.nav-tabs li a {
        color: #17204A;
        text-transform: uppercase;
        padding: 12px 4px;
        font-size: 12px;
        line-height: normal;
        font-weight: 500;
        margin-right: 0;
        border-bottom: 2px solid #ffffff;
        border-radius: 0; }
        @media (max-width: 1191px) {
          #rt-rail #related ul.nav-tabs li a {
            font-size: 11px; } }
        @media (min-width: 350px) and (max-width: 767px) {
          #rt-rail #related ul.nav-tabs li a {
            font-size: 16px; } }
        #rt-rail #related ul.nav-tabs li a:hover {
          background-color: #17204A;
          color: #ffffff; }
      #rt-rail #related ul.nav-tabs li:nth-child(2) a, #rt-rail #related ul.nav-tabs li:nth-child(3) a {
        border-left: 2px solid #ffffff;
        border-right: 0; }
  #rt-rail #related .tab-content {
    background-color: #f8f8e9;
    padding: 10px; }
    #rt-rail #related .tab-content .active ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0; }
      #rt-rail #related .tab-content .active ul li a {
        display: block;
        text-align: left;
        color: #17204A;
        padding: 10px 10px 10px 40px;
        font-size: 14px;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-bottom: 1px solid #17204A;
        line-height: 1;
        position: relative; }
        #rt-rail #related .tab-content .active ul li a:hover {
          background-color: #A6C948;
          color: #17204A; }
      #rt-rail #related .tab-content .active ul li:last-child a {
        border-bottom: none; }
    #rt-rail #related .tab-content #articles li a:before {
      content: '\f1ea';
      font-family: 'FontAwesome';
      position: absolute;
      font-size: 16px;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      color: #17204A;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    #rt-rail #related .tab-content #articles li a:hover:before {
      color: #17204A;
      font-size: 20px; }
    #rt-rail #related .tab-content #links li a:before {
      content: '\f0c1';
      font-family: 'FontAwesome';
      position: absolute;
      font-size: 16px;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      color: #17204A;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    #rt-rail #related .tab-content #links li a:hover:before {
      color: #17204A;
      font-size: 20px; }
    #rt-rail #related .tab-content #files li a:before {
      content: '\f016';
      font-family: 'FontAwesome';
      position: absolute;
      font-size: 16px;
      top: 50%;
      transform: translateY(-50%);
      left: 10px;
      color: #17204A;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    #rt-rail #related .tab-content #files li a:hover:before {
      color: #17204A;
      font-size: 20px; }

.ui-autocomplete {
  z-index: 2; }

.executive {
  color: #f5f6e1;
  display: block;
  margin-bottom: 30px;
  border: 4px solid #f5f6e1;
  padding: 15px;
  -o-transition: background .4s ease-in;
  -ms-transition: background .4s ease-in;
  -moz-transition: background .4s ease-in;
  -webkit-transition: background .4s ease-in;
  transition: background .4s ease-in;
  margin-top: 20px;
  background-color: #fcfcf5; }
  @media (max-width: 520px) {
    .executive .col-height {
      display: block; } }
  .executive img {
    width: 100%;
    height: auto;
    min-width: 150px;
    min-height: 150px; }
    @media (max-width: 520px) {
      .executive img {
        width: 150px;
        height: 150px;
        margin: 0 auto 20px -75px;
        position: relative;
        left: 50%; } }
  .executive h2 {
    font-weight: 700;
    letter-spacing: .03em;
    font-size: 26px;
    position: relative;
    width: 100%;
    margin-top: 0; }
  .executive h6 {
    margin-top: 2px;
    font-size: 16px;
    font-style: italic; }

@media (max-width: 991px) {
  .two-col-wrapper .col-md-6 {
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .three-col-wrapper .col-lg-4 {
    margin-bottom: 30px; } }

.pht-left {
  width: 50%;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .pht-left figcaption {
    padding: 10px !important;
    font-size: 11px !important; }
  .pht-left cite {
    padding: 10px !important;
    font-size: 11px !important; }
  @media (max-width: 1199px) {
    .pht-left {
      width: 100%;
      float: none;
      margin: 20px 0; } }

.pht-right {
  width: 50%;
  float: right;
  margin-left: 25px;
  margin-bottom: 20px;
  margin-top: 20px; }
  .pht-right figcaption {
    padding: 10px !important;
    font-size: 11px !important; }
  .pht-right cite {
    padding: 10px !important;
    font-size: 11px !important; }
  @media (max-width: 1199px) {
    .pht-right {
      width: 100%;
      float: none;
      margin: 20px 0; } }

.pht-center {
  width: 50%;
  margin: 20px auto; }
  .pht-center figcaption {
    padding: 10px !important;
    font-size: 11px !important; }
  .pht-center cite {
    padding: 10px !important;
    font-size: 11px !important; }
  @media (max-width: 1199px) {
    .pht-center {
      width: 100%;
      float: none;
      margin: 20px 0; } }

.pht-full {
  width: 100%;
  margin: 20px 0; }
  .pht-full figcaption {
    padding: 10px !important;
    font-size: 11px !important; }
  .pht-full cite {
    padding: 10px !important;
    font-size: 11px !important; }

.video-wrapper {
  position: relative;
  padding-bottom: 52%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#instagram {
  margin-bottom: 20px;
  padding: 30px; }
  #instagram .title-bar {
    background-color: #17204A;
    padding: 10px 20px 10px 65px;
    position: relative; }
    #instagram .title-bar:before {
      position: absolute;
      content: '\f16d';
      font-family: 'FontAwesome';
      display: block;
      width: 50px;
      height: 102%;
      background-color: #A6C948;
      left: 0px;
      top: 0px;
      color: #ffffff;
      font-size: 22px;
      padding: 7px 16px; }
    #instagram .title-bar h2 {
      color: #ffffff;
      margin: 0;
      padding: 0;
      font-size: 22px; }
  #instagram a.more-btn {
    background-color: #17204A;
    display: block;
    padding: 10px 20px;
    position: relative;
    box-shadow: inset 0 0 0 0 #104C97;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset -50px 0 0 0 #A6C948; }
    #instagram a.more-btn:hover {
      box-shadow: inset -750px 0 0 0 #A6C948; }
    #instagram a.more-btn:after {
      content: '\f105';
      font-family: 'FontAwesome';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      color: #ffffff;
      font-size: 24px; }
    #instagram a.more-btn h2 {
      color: #ffffff;
      margin: 0;
      padding: 0;
      font-size: 22px; }
  #instagram .ig-post {
    margin: 20px 0; }
  #instagram .ig-image img {
    width: 100%;
    height: auto; }
  #instagram .ig-comment {
    padding-top: 20px; }
    #instagram .ig-comment a {
      color: #f5f6e1; }
    #instagram .ig-comment span {
      display: block; }
  #instagram a.instalink-header {
    display: none !important; }

.table > tbody > tr > td {
  padding: 8px;
  border-top: 1px solid #C6C6C6;
  font-size: 16px;
  border-left: 1px solid #C6C6C6; }
  .table > tbody > tr > td:last-of-type {
    border-right: 1px solid #C6C6C6; }

.table > tbody > tr > th {
  padding: 8px;
  border-top: 1px solid #C6C6C6;
  font-size: 16px;
  border-left: 1px solid #C6C6C6; }
  .table > tbody > tr > th:last-of-type {
    border-right: 1px solid #C6C6C6; }

.table > tbody > tr:last-of-type {
  border-bottom: 1px solid #C6C6C6; }

.table > thead {
  background-color: lightgray; }
  .table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #C6C6C6; }
  .table > thead > tr > td {
    padding: 8px;
    border-top: 1px solid #C6C6C6;
    font-size: 16px;
    border-left: 1px solid #C6C6C6; }
    .table > thead > tr > td:last-of-type {
      border-right: 1px solid #C6C6C6; }
  .table > thead > tr > th {
    padding: 8px;
    border-top: 1px solid #C6C6C6;
    font-size: 16px;
    border-left: 1px solid #C6C6C6; }
    .table > thead > tr > th:last-of-type {
      border-right: 1px solid #C6C6C6; }
  .table > thead > tr:last-of-type {
    border-bottom: 1px solid #C6C6C6; }

.table > tfoot > tr > td {
  padding: 8px;
  border-top: 1px solid #C6C6C6;
  font-size: 16px;
  border-left: 1px solid #C6C6C6; }
  .table > tfoot > tr > td:last-of-type {
    border-right: 1px solid #C6C6C6; }

.table > tfoot > tr > th {
  padding: 8px;
  border-top: 1px solid #C6C6C6;
  font-size: 16px;
  border-left: 1px solid #C6C6C6; }
  .table > tfoot > tr > th:last-of-type {
    border-right: 1px solid #C6C6C6; }

.table > tfoot > tr:last-of-type {
  border-bottom: 1px solid #C6C6C6; }

.tooltip.top,
.tooltip.right,
.tooltip.bottom,
.tooltip.left {
  opacity: 1; }

.tooltip.top .tooltip-arrow,
.tooltip.right .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.left .tooltip-arrow {
  border-top-color: #17204A; }

.tooltip-inner {
  background: #17204A; }

.head {
  font-family: 'Rubik Bold', Arial, sans-serif;
  display: block;
  font-weight: bold;
  color: #17204A;
  font-size: 30px;
  letter-spacing: .03em;
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 1; }

.subhead {
  font-family: 'Rubik Medium', Arial, sans-serif;
  line-height: 1;
  font-weight: 500;
  display: block;
  padding: 10px 0px 0px 0px;
  color: #A6C948;
  font-size: 20px;
  margin-bottom: 14px; }

.terthead {
  font-family: 'Rubik Bold', Arial, sans-serif;
  color: #3d3d3d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  padding-bottom: 2px;
  text-decoration: none; }

.accent01 {
  color: #17204A;
  font-family: 'Rubik Bold', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold; }

.accent01Med {
  color: #17204A;
  font-family: 'Rubik Medium', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500; }

.accent02 {
  color: #A6C948;
  font-family: 'Rubik Bold', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold; }

.accent02Med {
  color: #A6C948;
  font-family: 'Rubik Medium', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500; }

#home {
  position: relative;
  z-index: 2; }
  #home #featured {
    padding: 30px; }
    #home #featured img {
      width: 100%;
      height: auto; }
    #home #featured .story {
      border-left: 1px solid #17204A; }
      #home #featured .story a {
        display: block;
        padding: 30px;
        position: relative;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #17204A; }
        #home #featured .story a:hover {
          background-color: #104C97; }
        #home #featured .story a h1 {
          margin-top: 0;
          color: #ffffff;
          font-weight: 700;
          font-size: 28px;
          letter-spacing: .05em;
          margin-bottom: 0;
          -o-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          @media (max-width: 515px) {
            #home #featured .story a h1 {
              font-size: 24px; } }
        #home #featured .story a:after {
          position: absolute;
          content: '';
          display: block;
          width: 0px;
          height: 100%;
          background-color: #17204A;
          top: 0;
          right: -8px;
          -o-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
      #home #featured .story .sub-title {
        color: #104C97;
        font-size: 20px;
        margin-bottom: 14px;
        padding: 20px 30px 0;
        font-weight: 400;
        font-family: "Roboto Slab", serif; }
      #home #featured .story .excerpt {
        padding: 0 30px 20px;
        letter-spacing: .05em; }
  #home #sub-news {
    padding: 30px; }
    #home #sub-news h2 {
      margin-top: 0;
      color: #104C97;
      font-size: 26px; }
    #home #sub-news ul {
      list-style-type: none;
      padding-left: 0; }
      #home #sub-news ul li a {
        padding: 10px 10px 10px 40px;
        display: block;
        color: #000000;
        font-size: 16px;
        position: relative;
        border-bottom: 1px solid #C6C6C6;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
        #home #sub-news ul li a .fa {
          color: #ffffff;
          position: absolute;
          left: 2px;
          top: 9px;
          background-color: #A6C948;
          width: 23px;
          height: 23px;
          padding: 1px 8px;
          font-size: 20px;
          -o-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
        #home #sub-news ul li a:hover {
          background-color: #17204A;
          color: #ffffff; }
          #home #sub-news ul li a:hover .fa {
            left: 8px;
            background-color: #A6C948; }
  #home > .container {
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.3); }

* {
  margin: 0; }

html, body {
  width: 100%;
  height: 100%; }

.csLogoWrapper {
  width: 100%;
  height: auto; }
  .csLogoWrapper .csLogo {
    margin: 15% auto 40px;
    width: 100%; }
    .csLogoWrapper .csLogo img {
      display: block;
      margin: 0 auto; }

.csTitleWrapper {
  width: 100%;
  height: auto; }
  .csTitleWrapper .csTitle {
    margin: 0 auto;
    width: 100%; }
    .csTitleWrapper .csTitle h1 {
      text-align: center;
      text-transform: uppercase;
      font-size: 32px;
      font-family: Arial, serif;
      color: #17204A;
      margin-bottom: 10px;
      letter-spacing: 3px; }

.csContentWrapper {
  width: 100%;
  height: auto; }
  .csContentWrapper .csContent {
    margin: 0 auto;
    width: 100%; }
    .csContentWrapper .csContent p {
      text-align: center;
      font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      color: #104C97;
      letter-spacing: 1px; }
      .csContentWrapper .csContent p a {
        color: #17204A;
        text-decoration: none; }
        .csContentWrapper .csContent p a:hover {
          text-decoration: none;
          border-bottom: 2px solid #17204A;
          padding-bottom: 3px; }

.csNfWrapper {
  width: 100%;
  height: auto; }
  .csNfWrapper .csNf {
    color: #104C97;
    margin-bottom: 40px;
    font-size: 70px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-weight: 900; }

#news #main {
  padding: 30px; }
  @media (min-width: 767px) and (max-width: 991px) {
    #news #main {
      padding-left: 20px; } }
  #news #main .tag-section {
    margin-bottom: 30px; }
    #news #main .tag-section a.region-title {
      display: block;
      background-color: #17204A;
      color: #ffffff;
      padding: 8px 15px;
      font-weight: 900;
      letter-spacing: .05em;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      box-shadow: inset 0 0 0 0 #A6C948; }
      #news #main .tag-section a.region-title h1 {
        margin: 0;
        font-weight: 400;
        width: 90%;
        text-transform: uppercase; }
      #news #main .tag-section a.region-title .fa {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 60px;
        padding: 8px 16px;
        font-size: 30px;
        -o-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in; }
    #news #main .tag-section a:hover.region-title {
      box-shadow: inset 700px 0 0 0 #A6C948; }
      #news #main .tag-section a:hover.region-title .fa {
        width: 40px; }
    #news #main .tag-section a.cat-title {
      display: inline-block;
      border: 1px solid #C6C6C6;
      color: #17204A;
      margin: 4px 2px;
      padding: 3px 8px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    #news #main .tag-section a:hover.cat-title {
      background-color: #A6C948;
      color: #17204A;
      padding: 3px 16px; }
    #news #main .tag-section a:nth-of-type(2) {
      margin-left: 0; }
  #news #main .topic-section .title {
    display: block;
    background-color: #17204A;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: 900;
    letter-spacing: .05em;
    margin-bottom: 30px; }
    #news #main .topic-section .title h1 {
      margin: 0;
      font-weight: 400;
      text-transform: uppercase; }
  #news #main .story {
    margin: 30px 0;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 30px; }
    #news #main .story:last-of-type {
      border-bottom: 0; }
    #news #main .story:after {
      content: '';
      display: block;
      clear: both; }
    #news #main .story a.topic {
      display: block;
      color: #17204A;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: .03em;
      margin-bottom: 8px;
      margin-top: 0;
      line-height: 1;
      font-family: "Roboto Slab", serif; }
    #news #main .story a.title {
      display: block;
      color: #104C97;
      font-size: 20px;
      margin-bottom: 8px;
      line-height: normal;
      font-family: "Roboto Slab", serif; }
    #news #main .story a.more {
      display: inline-block;
      border: 1px solid #C6C6C6;
      color: #17204A;
      margin: 10px 2px 4px;
      padding: 3px 8px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #news #main .story a.more .fa {
        margin-left: 8px;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
      @media (max-width: 460px) {
        #news #main .story a.more span {
          display: none; } }
    #news #main .story a:hover.topic {
      color: #233171; }
    #news #main .story a:hover.title {
      color: #1563c5; }
    #news #main .story a:hover.more {
      background-color: #A6C948;
      color: #17204A;
      padding: 3px 16px; }
    #news #main .story .thumbnail {
      border: none;
      margin-right: 20px;
      width: 150px;
      height: 150px;
      background-position: center;
      background-size: cover;
      border-radius: 0;
      border: 3px solid #17204A;
      float: left;
      margin-bottom: 10px; }
      @media (max-width: 430px) {
        #news #main .story .thumbnail {
          margin-bottom: 15px;
          float: none;
          position: relative;
          left: 50%;
          margin-left: -75px; } }
  #news #main .archive {
    margin: 10px 0;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 10px; }
    #news #main .archive:last-of-type {
      border-bottom: 0; }
    #news #main .archive:after {
      content: '';
      display: block;
      clear: both; }
    #news #main .archive a.title {
      display: block;
      color: #104C97;
      font-size: 20px;
      line-height: normal;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    #news #main .archive a:hover.title {
      color: #1563c5;
      margin-left: -10px; }
    #news #main .archive .date {
      color: #a0a0a0;
      text-align: center;
      font-weight: 400;
      font-size: 18px;
      padding: 6px;
      height: 100%;
      line-height: normal; }
      @media (max-width: 365px) {
        #news #main .archive .date {
          margin-bottom: 6px;
          text-align: left;
          padding-left: 0; } }
    @media (max-width: 365px) {
      #news #main .archive .col-height {
        display: block; } }
  #news #main #featured h1 {
    color: #17204A;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .03em;
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 1; }
  #news #main #featured .sub-title {
    color: #104C97;
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C6C6C6;
    line-height: normal;
    font-family: "Roboto Slab", serif; }
  #news #main #featured .byline {
    font-size: 12px; }
    #news #main #featured .byline span {
      font-style: italic; }
  #news #main #featured figure {
    margin: 10px 0 20px;
    position: relative;
    overflow: hidden; }
    #news #main #featured figure a.download {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #A6C948;
      z-index: 200;
      width: 30px;
      height: 30px;
      color: #ffffff;
      padding: 6px 8px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer;
      white-space: nowrap; }
      #news #main #featured figure a.download:hover {
        width: 160px;
        border-bottom: none; }
      #news #main #featured figure a.download .fa {
        margin-right: 10px; }
    #news #main #featured figure img {
      width: 100%; }
    #news #main #featured figure figcaption {
      padding: 20px;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: .05em;
      font-style: italic;
      background-color: #17204A; }
    #news #main #featured figure cite {
      padding: 20px;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: .05em;
      font-style: italic;
      background-color: #17204A;
      width: 100%;
      display: block;
      border-top: 1px solid #A6C948; }
  #news #main #featured a {
    color: #104C97; }
    #news #main #featured a:hover {
      color: #0e4080;
      border-bottom: 2px solid #0e4080;
      padding-bottom: 1px; }
      #news #main #featured a:hover.property-profile {
        box-shadow: inset 700px 0 0 0 #A6C948;
        border-bottom: none; }
        #news #main #featured a:hover.property-profile h3 .fa {
          color: #ffffff; }
    #news #main #featured a.property-profile {
      display: block;
      border-top: 4px solid #104C97;
      padding: 15px;
      -o-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -webkit-transition: all .3s ease-in;
      transition: all .3s ease-in;
      margin-top: 20px;
      box-shadow: inset 0 0 0 0 #A6C948; }
      @media (max-width: 520px) {
        #news #main #featured a.property-profile .col-height {
          display: block; } }
      #news #main #featured a.property-profile img {
        width: 100%;
        height: auto;
        min-width: 150px;
        min-height: 150px; }
        @media (max-width: 520px) {
          #news #main #featured a.property-profile img {
            width: 150px;
            height: 150px;
            margin: 0 auto 20px -75px;
            position: relative;
            left: 50%; } }
      #news #main #featured a.property-profile h3 {
        font-weight: 700;
        letter-spacing: .03em;
        font-size: 20px;
        position: relative;
        width: 90%; }
        #news #main #featured a.property-profile h3 .fa {
          font-size: 32px;
          position: absolute;
          right: -10%;
          top: 50%;
          transform: translateY(-50%);
          -o-transition: all .3s ease-in;
          -ms-transition: all .3s ease-in;
          -moz-transition: all .3s ease-in;
          -webkit-transition: all .3s ease-in;
          transition: all .3s ease-in; }
  #news #main #featured h2 {
    color: #104C97;
    font-size: 26px;
    margin-bottom: 8px;
    padding-bottom: 5px; }
  #news #main #featured h3 {
    color: #104C97;
    font-size: 23px; }
  #news #main #featured h4 {
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 20px;
    color: #104C97; }
  #news #main #featured h5 {
    color: #104C97;
    font-size: 18px; }
  #news #main #featured h6 {
    color: #104C97;
    font-size: 17px; }
  #news #main #featured ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0; }
    #news #main #featured ul li {
      padding-left: 1em;
      text-indent: -1em; }
      #news #main #featured ul li:before {
        content: "\f105";
        color: #A6C948;
        font-family: FontAwesome;
        font-size: 14px;
        margin-right: 5px;
        position: relative;
        top: 0; }
      #news #main #featured ul li ul {
        margin: 0; }
        #news #main #featured ul li ul li:before {
          content: "\f101"; }
  #news #main #featured li {
    margin: 4px 0; }
  #news #main #featured ol {
    padding-left: 16px;
    margin: 15px 0; }
    #news #main #featured ol li ol {
      list-style-type: lower-alpha;
      margin: 0; }
  #news #main #featured.map ul {
    padding: 20px;
    background-color: #f5f6e1; }
    #news #main #featured.map ul li {
      padding: 0;
      text-indent: 0; }
      #news #main #featured.map ul li:before {
        display: none; }
  #news #main #featured.map h4 {
    display: block;
    margin: 0 0 20px; }
  #news #main #featured.map input[type="checkbox"] {
    float: left;
    margin-right: 10px; }
  #news #main #featured.map #bingMap {
    max-width: 100%;
    width: 100%; }
  #news #main #top-story figure {
    margin: 0; }
    #news #main #top-story figure img {
      width: 100%;
      height: auto; }
    #news #main #top-story figure figcaption {
      padding: 20px;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: .05em;
      font-style: italic;
      background-color: #17204A; }
  #news #main #top-story a:hover h1 {
    color: #0b3569; }
  #news #main #top-story a h1 {
    display: block;
    color: #17204A;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: .03em;
    margin-bottom: 8px;
    margin-top: 0;
    line-height: 1; }
  #news #main #top-story .sub-title {
    color: #104C97;
    font-size: 20px;
    margin-bottom: 14px;
    font-family: "Roboto Slab", serif; }
  #news #main #top-story .story {
    border-left: 1px solid #17204A;
    margin-top: 0;
    padding: 30px; }
  #news #main img {
    max-width: 100%; }

#news .mapLrgInfoBoxWrapper {
  padding: 10px; }

#news .mapLrgInfoBox {
  background-color: #17204A;
  padding: 20px;
  width: 370px;
  color: #ffffff; }
  #news .mapLrgInfoBox:after {
    content: '';
    display: block;
    clear: both; }
  #news .mapLrgInfoBox .propName {
    font-size: 20px;
    margin-bottom: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #C6C6C6;
    line-height: normal;
    font-family: "Roboto Slab", serif;
    display: block; }
  #news .mapLrgInfoBox .cropped-container {
    width: 138px;
    height: 111px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 0px 15px 0px 0px;
    background: #ffffff; }
    #news .mapLrgInfoBox .cropped-container img {
      min-height: 111px;
      width: 168px; }
  #news .mapLrgInfoBox .rtCol {
    float: left;
    width: 176px; }
  #news .mapLrgInfoBox .propDetails {
    font-size: 11px;
    padding-bottom: 10px;
    line-height: 148%; }
  #news .mapLrgInfoBox .address {
    padding-bottom: 5px; }
  #news .mapLrgInfoBox .label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #A6C948; }
  #news .mapLrgInfoBox a.btnBlank {
    font-size: 10px;
    line-height: 105%;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #A6C948;
    display: block;
    width: auto;
    height: 16px;
    padding-top: 5px; }
  #news .mapLrgInfoBox a.btnBlank.medium {
    width: 130px; }

#profile #main {
  padding: 30px; }
  @media (min-width: 767px) and (max-width: 991px) {
    #profile #main {
      padding: 30px 30px 30px 20px; } }
  #profile #main .tag-section {
    margin-bottom: 20px;
    margin-top: 10px; }
    #profile #main .tag-section h1 {
      color: #17204A;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: .03em;
      margin-bottom: 0px;
      margin-top: 0;
      line-height: 1;
      clear: both;
      display: block;
      padding-bottom: 15px; }
    #profile #main .tag-section .property-info {
      background-color: #f5f6e1;
      padding: 15px;
      font-size: 14px;
      margin-right: 0;
      margin-left: 0;
      line-height: 1; }
      #profile #main .tag-section .property-info .opened {
        margin-bottom: 8px;
        margin-left: 50px; }
      #profile #main .tag-section .property-info .address {
        margin-bottom: 8px;
        margin-left: 50px; }
      #profile #main .tag-section .property-info .phone {
        margin-bottom: 8px;
        margin-left: 50px; }
      #profile #main .tag-section .property-info .fax {
        margin-bottom: 8px;
        margin-left: 50px; }
      #profile #main .tag-section .property-info .website {
        margin-bottom: 0px;
        margin-left: 50px; }
        @media (max-width: 767px) {
          #profile #main .tag-section .property-info .website {
            margin-bottom: 8px; } }
      #profile #main .tag-section .property-info .facts {
        margin-bottom: 0px;
        margin-left: 50px; }
      #profile #main .tag-section .property-info .fa {
        width: 30px;
        height: 30px;
        background-color: #104C97;
        color: #ffffff;
        border-radius: 15px;
        padding: 7px 0;
        text-align: center;
        margin-right: 5px;
        margin-left: -40px; }
      #profile #main .tag-section .property-info a {
        color: #104C97; }
        #profile #main .tag-section .property-info a:hover {
          color: #0b3569; }
    #profile #main .tag-section a.region-title {
      display: block;
      background-color: #17204A;
      color: #ffffff;
      padding: 8px 15px;
      font-weight: 900;
      letter-spacing: .05em;
      -o-transition: background .4s ease-in;
      -ms-transition: background .4s ease-in;
      -moz-transition: background .4s ease-in;
      -webkit-transition: background .4s ease-in;
      transition: background .4s ease-in;
      position: relative; }
      #profile #main .tag-section a.region-title h1 {
        margin: 0;
        font-weight: 300;
        width: 90%; }
      #profile #main .tag-section a.region-title .fa {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -11px;
        margin-left: -11px;
        font-size: 22px;
        color: #3b52bf;
        -o-transition: color .4s ease-in;
        -ms-transition: color .4s ease-in;
        -moz-transition: color .4s ease-in;
        -webkit-transition: color .4s ease-in;
        transition: color .4s ease-in; }
    #profile #main .tag-section a:hover.region-title {
      background-color: #1d285d; }
      #profile #main .tag-section a:hover.region-title .fa {
        font-size: 26px;
        margin-top: -13px;
        margin-left: -11px;
        color: #2f4298; }
    #profile #main .tag-section a.cat-title {
      display: inline-block;
      border: 1px solid #C6C6C6;
      color: #17204A;
      margin: 10px 2px 4px;
      padding: 3px 8px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #profile #main .tag-section a.cat-title .fa {
        margin-left: 10px;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease; }
    #profile #main .tag-section a:hover.cat-title {
      background-color: #A6C948;
      color: #17204A;
      padding: 3px 16px; }
    #profile #main .tag-section a:nth-of-type(2) {
      margin-left: 0; }
  #profile #main .topic-section h1 {
    display: block;
    background-color: #17204A;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase; }
  #profile #main a.more {
    display: inline-block;
    color: #A6C948;
    border: 2px solid #A6C948;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: border-radius .3s ease-in;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    position: relative;
    z-index: 2;
    box-sizing: border-box; }
    @media (max-width: 480px) {
      #profile #main a.more {
        font-size: 18px; } }
    #profile #main a.more:nth-of-type(2) {
      margin-left: 8px; }
  #profile #main a:hover.more {
    color: #ffffff;
    background-color: #A6C948; }
    #profile #main a:hover.more:before {
      width: 2%;
      left: 94%; }
    #profile #main a:hover.more:after {
      width: 100%; }
  #profile #main .gallery {
    margin: 20px 0 30px; }
    #profile #main .gallery figure {
      margin: 0px; }
      #profile #main .gallery figure img {
        width: 100%; }
      #profile #main .gallery figure figcaption {
        padding: 20px;
        color: #104C97;
        font-size: 12px;
        letter-spacing: .05em;
        font-style: italic;
        border-right: 8px solid #17204A;
        box-shadow: inset 0 -1px 0 0 #C6C6C6; }
    #profile #main .gallery:after {
      content: '';
      display: block;
      clear: both; }
    #profile #main .gallery a.more {
      display: inline-block;
      color: #f5f6e1;
      border: 2px solid #f5f6e1;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      -o-transition: border-radius .3s ease-in;
      margin-top: 10px;
      width: 100%;
      font-size: 20px;
      position: relative;
      z-index: 2;
      box-sizing: border-box; }
      @media (max-width: 480px) {
        #profile #main .gallery a.more {
          font-size: 18px; } }
      #profile #main .gallery a.more:nth-of-type(2) {
        margin-left: 8px; }
      #profile #main .gallery a.more:before {
        position: absolute;
        content: '';
        display: block;
        width: 0;
        height: 46px;
        background-color: #ffffff;
        top: -2px;
        left: 0;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -1; }
      #profile #main .gallery a.more:after {
        position: absolute;
        content: '';
        display: block;
        width: 0;
        height: 100%;
        background-color: #f5f6e1;
        top: 0;
        right: 0;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: -2; }
    #profile #main .gallery a:hover.more {
      color: #ffffff; }
      #profile #main .gallery a:hover.more:before {
        width: 2%;
        left: 94%; }
      #profile #main .gallery a:hover.more:after {
        width: 100%; }
  #profile #main .carousel-inner > .item > img {
    width: 100%; }
  #profile #main .story {
    margin: 30px 0;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 30px; }
    #profile #main .story:last-of-type {
      border-bottom: 0; }
    #profile #main .story:after {
      content: '';
      display: block;
      clear: both; }
    #profile #main .story a.topic {
      display: block;
      color: #17204A;
      font-weight: 700;
      font-size: 30px;
      letter-spacing: .03em;
      margin-bottom: 8px;
      margin-top: 0;
      line-height: 1; }
    #profile #main .story a.title {
      display: block;
      color: #104C97;
      font-size: 20px;
      margin-bottom: 8px;
      line-height: normal;
      font-family: "Roboto Slab", serif; }
    #profile #main .story a.more {
      display: inline-block;
      border: 1px solid #C6C6C6;
      color: #17204A;
      margin: 10px 2px 4px;
      padding: 3px 8px;
      -o-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #profile #main .story a.more .fa {
        margin-left: 8px; }
      @media (max-width: 460px) {
        #profile #main .story a.more span {
          display: none; } }
    #profile #main .story a:hover.topic {
      color: #233171; }
    #profile #main .story a:hover.title {
      color: #1563c5; }
    #profile #main .story a:hover.more {
      background-color: #A6C948;
      color: #17204A;
      padding: 3px 16px; }
    #profile #main .story .thumbnail {
      border: none;
      margin-right: 20px;
      width: 150px;
      height: 150px;
      background-position: center;
      background-size: cover;
      border-radius: 0;
      border: 3px solid #17204A;
      float: left;
      margin-bottom: 10px; }
      @media (max-width: 430px) {
        #profile #main .story .thumbnail {
          width: 100%;
          height: 100%;
          padding-bottom: 95%;
          margin-right: 0;
          margin-bottom: 15px; } }

#search #main {
  padding: 30px; }
  @media (min-width: 767px) and (max-width: 991px) {
    #search #main {
      padding: 30px 30px 30px 20px; } }
  #search #main .topic-section .title {
    display: block;
    background-color: #17204A;
    color: #ffffff;
    padding: 8px 15px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 30px; }
    #search #main .topic-section .title h1 {
      margin: 0;
      font-weight: 400;
      text-transform: uppercase; }
  #search #main .topic-section .results-shown {
    background-color: #f5f6e1;
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 18px; }
    #search #main .topic-section .results-shown span {
      font-weight: 700;
      color: #104C97; }
  #search #main .result {
    margin: 10px 0;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 10px; }
    #search #main .result:last-of-type {
      border-bottom: 0; }
    #search #main .result:after {
      content: '';
      display: block;
      clear: both; }
    #search #main .result a.title {
      display: block;
      color: #104C97;
      font-size: 20px;
      line-height: normal;
      padding: 0 6px;
      font-family: "Roboto Slab", serif; }
    #search #main .result a:hover.title {
      color: #1563c5; }
    #search #main .result .excerpt {
      font-weight: 400;
      font-size: 14px;
      padding: 6px;
      height: 100%;
      line-height: normal; }
      @media (max-width: 365px) {
        #search #main .result .excerpt {
          margin-bottom: 6px;
          text-align: left;
          padding-left: 0; } }

.by-region {
  width: 50%;
  float: left; }
  .by-region:after {
    content: '';
    display: block;
    clear: both; }

.by-type {
  width: 50%;
  float: left; }
  .by-type:after {
    content: '';
    display: block;
    clear: both; }

.filter-wrapper {
  margin: 20px 0; }
  .filter-wrapper .panel {
    border: 1px solid #C6C6C6;
    border-radius: 0; }
  .filter-wrapper .panel-heading h4 {
    margin-bottom: 0 !important; }
  .filter-wrapper .panel-heading a {
    display: block;
    position: relative;
    padding-right: 40px; }
    .filter-wrapper .panel-heading a:hover {
      border: none !important;
      padding-bottom: 0 !important; }
    .filter-wrapper .panel-heading a .fa {
      position: absolute;
      right: 0; }
  .filter-wrapper #filterOptions {
    margin: 30px; }

.submitLink {
  background-color: #A6C948;
  padding: 8px 15px;
  color: #ffffff !important;
  display: block;
  width: 250px;
  text-align: center;
  font-weight: 400;
  clear: both;
  margin-top: 20px;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0px 0px 0px 0px #17204A; }
  .submitLink:hover {
    text-decoration: none !important;
    padding-bottom: 8px !important;
    border-bottom: 0 !important;
    box-shadow: inset 250px 0px 0px 0px #17204A; }

#frmPropertySearch input {
  color: #17204A;
  background-color: #ffffff;
  width: calc(100% - 50px);
  height: 39px;
  border: 1px solid #17204A;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px; }

#frmPropertySearch #btn-submit-news-search {
  width: 45px;
  display: inline-block;
  background-color: #A6C948;
  color: #ffffff !important;
  padding: 8px 12px;
  font-size: 14px;
  height: 39px;
  position: relative;
  top: -1px;
  text-align: center; }
  #frmPropertySearch #btn-submit-news-search:hover {
    border: none; }

.pagination {
  display: block;
  text-align: center;
  color: #17204A; }
  .pagination a {
    margin-right: 20px;
    border: 1px solid #17204A;
    padding: 4px 8px;
    color: #104C97 !important; }
    .pagination a:hover {
      border: 1px solid #17204A; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-BlackItalic.eot");
  src: url("/fonts/Rubik-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-BlackItalic.woff") format("woff"), url("/fonts/Rubik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-LightItalic.eot");
  src: url("/fonts/Rubik-LightItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-LightItalic.woff") format("woff"), url("/fonts/Rubik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-Regular.eot");
  src: url("/fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-Regular.woff") format("woff"), url("/fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-Bold.eot");
  src: url("/fonts/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-Bold.woff") format("woff"), url("/fonts/Rubik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-Medium.eot");
  src: url("/fonts/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-Medium.woff") format("woff"), url("/fonts/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-BoldItalic.eot");
  src: url("/fonts/Rubik-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-BoldItalic.woff") format("woff"), url("/fonts/Rubik-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-Black.eot");
  src: url("/fonts/Rubik-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-Black.woff") format("woff"), url("/fonts/Rubik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-Italic.eot");
  src: url("/fonts/Rubik-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-Italic.woff") format("woff"), url("/fonts/Rubik-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-Light.eot");
  src: url("/fonts/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-Light.woff") format("woff"), url("/fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Rubik';
  src: url("/fonts/Rubik-MediumItalic.eot");
  src: url("/fonts/Rubik-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/Rubik-MediumItalic.woff") format("woff"), url("/fonts/Rubik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
