/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 23, 2016 */
@font-face {
  font-family: 'frutiger';
  src: url("../fonts/frutigel-webfont.eot");
  src: url("../fonts/frutigel-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/frutigel-webfont.woff2") format("woff2"), url("../fonts/frutigel-webfont.woff") format("woff"), url("../fonts/frutigel-webfont.ttf") format("truetype"), url("../fonts/frutigel-webfont.svg#frutiger-lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'frutiger';
  src: url("../fonts/frutiger_bold-webfont.eot");
  src: url("../fonts/frutiger_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger_bold-webfont.woff2") format("woff2"), url("../fonts/frutiger_bold-webfont.woff") format("woff"), url("../fonts/frutiger_bold-webfont.ttf") format("truetype"), url("../fonts/frutiger_bold-webfont.svg#frutigerbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: HomemadeApple;
  src: url("/app/new-fonts/HomemadeApple.ttf"); }

@font-face {
  font-family: Lato-Black;
  src: url("/app/new-fonts/Lato-Black.ttf"); }

@font-face {
  font-family: Lato-BlackItalic;
  src: url("/app/new-fonts/Lato-BlackItalic.ttf"); }

@font-face {
  font-family: Lato-Bold;
  src: url("/app/new-fonts/Lato-Bold.ttf"); }

@font-face {
  font-family: Lato-BoldItalic;
  src: url("/app/new-fonts/Lato-BoldItalic.ttf"); }

@font-face {
  font-family: Lato-Hairline;
  src: url("/app/new-fonts/Lato-Hairline.ttf"); }

@font-face {
  font-family: Lato-HairlineItalic;
  src: url("/app/new-fonts/Lato-HairlineItalic.ttf"); }

@font-face {
  font-family: Lato-Heavy;
  src: url("/app/new-fonts/Lato-Heavy.ttf"); }

@font-face {
  font-family: Lato-HeavyItalic;
  src: url("/app/new-fonts/Lato-HeavyItalic.ttf"); }

@font-face {
  font-family: Lato-Italic;
  src: url("/app/new-fonts/Lato-Italic.ttf"); }

@font-face {
  font-family: Lato-Light;
  src: url("/app/new-fonts/Lato-Light.ttf"); }

@font-face {
  font-family: Lato-LightItalic;
  src: url("/app/new-fonts/Lato-LightItalic.ttf"); }

@font-face {
  font-family: Lato-Medium;
  src: url("/app/new-fonts/Lato-Medium.ttf"); }

@font-face {
  font-family: Lato-MediumItalic;
  src: url("/app/new-fonts/Lato-MediumItalic.ttf"); }

@font-face {
  font-family: Lato-Regular;
  src: url("/app/new-fonts/Lato-Regular.ttf"); }

@font-face {
  font-family: Lato-Semibold;
  src: url("/app/new-fonts/Lato-Semibold.ttf"); }

@font-face {
  font-family: Lato-SemiboldItalic;
  src: url("/app/new-fonts/Lato-SemiboldItalic.ttf"); }

@font-face {
  font-family: Lato-Thin;
  src: url("/app/new-fonts/Lato-Thin.ttf"); }

@font-face {
  font-family: Lato-ThinItalic;
  src: url("/app/new-fonts/Lato-ThinItalic.ttf"); }

@font-face {
  font-family: VeraSe;
  src: url("/app/new-fonts/VeraSe.ttf"); }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ny879t");
  src: url("../fonts/icomoon.eot?ny879t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ny879t") format("truetype"), url("../fonts/icomoon.woff?ny879t") format("woff"), url("../fonts/icomoon.svg?ny879t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-play:before {
  content: "\e90a"; }

.icon-direction:before {
  content: "\e904"; }

.icon-pen:before {
  content: "\e905"; }

.icon-school:before {
  content: "\e907"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #89856a;
  text-decoration: none; }
  a:hover, a:focus {
    color: #5e5b49;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.nav-holder .nav > li ul, .nav-holder .nav > li ul ul, .list, .list-info, .side-block ul, .footer-frame ul, .intro-gallery .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .info-form .cols:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

#header {
  position: relative;
  z-index: 999; }
  @media screen and (min-width: 1024px) {
    #header {
      height: 212px; } }
  @media screen and (min-width: 992px) and (max-width: 1023px) {
    #header {
      height: 208px; } }
  @media screen and (min-width: 501px) and (max-width: 991px) {
    #header {
      height: 198px; } }
  @media screen and (max-width: 500px) {
    #header {
      height: 133px; } }
  #header .header-logo-block {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
        transform: translateY(0px);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    transition-delay: 0s; }
  #header .navbar {
    border: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    min-height: inherit;
    padding: 0;
    background: none; }
  @media screen and (min-width: 992px) {
    #header.smaller .header-logo-block {
      transition-delay: 0s;
      -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px); } }

@media screen and (min-width: 992px) and (min-width: 992px) {
  #header.smaller .nav-holder:before {
    background: #455560;
    transition: background 0.5s; } }
  @media screen and (min-width: 992px) {
    #header.smaller .nav-section-wrapper {
      max-height: 0px; } }

@media screen and (min-width: 992px) and (min-width: 992px) {
  #header.smaller .first-level.hover a, #header.smaller .first-level.active a {
    color: #fff !important;
    transition: color 0.4s ease; } }

.nav-opener {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0px;
  font-size: 0;
  line-height: 0; }
  .nav-opener:hover span, .nav-opener:hover:before, .nav-opener:hover:after {
    background: #455560; }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    background: #89856a;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -1px; }
  .nav-active .nav-opener span {
    display: none; }
  .nav-opener:after, .nav-opener:before {
    content: '';
    top: 0;
    margin: 0; }
    .nav-active .nav-opener:after, .nav-active .nav-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 50%; }
  .nav-opener:after {
    top: auto;
    bottom: -1px; }
    .nav-active .nav-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.nav-holder {
  overflow: hidden;
  position: fixed;
  top: 198px;
  right: 0;
  bottom: 0;
  z-index: -5;
  background: #89856a;
  margin-right: -100%;
  width: 300px;
  transition: margin 0.25s ease-in;
  overflow: auto; }
  @media screen and (max-width: 500px) {
    .nav-holder {
      top: 133px; } }
  @media screen and (min-width: 992px) {
    .nav-holder {
      position: relative;
      margin: 0;
      padding: 0;
      width: 100%;
      background: none;
      overflow: visible;
      z-index: 1;
      top: 0px; } }
  @media screen and (min-width: 992px) {
    .nav-holder:before {
      left: -9999px;
      right: -9999px;
      top: 0;
      bottom: 0;
      content: '';
      position: absolute;
      background: #455560;
      z-index: -1;
      display: block;
      transition: background 0.5s; } }
  .nav-holder ul.social-listings {
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 10px; }
    .nav-holder ul.social-listings:hover li {
      opacity: 0.5;
      transition: opacity 0.25s ease-in; }
      .nav-holder ul.social-listings:hover li:hover {
        opacity: 1; }
    .nav-holder ul.social-listings li {
      list-style: none;
      float: left;
      padding: 10px 10px;
      line-height: 20px; }
      .nav-holder ul.social-listings li.search-icon {
        position: relative;
        padding-right: 0px !important;
        cursor: pointer; }
        .nav-holder ul.social-listings li.search-icon:before {
          content: '';
          position: absolute;
          width: 1px;
          top: 8px;
          bottom: 8px;
          background: rgba(147, 149, 152, 0.3);
          left: 0px; }
        .nav-holder ul.social-listings li.search-icon img {
          width: 25px; }
    @media screen and (max-width: 991px) {
      .nav-holder ul.social-listings {
        display: none; } }
  .nav-active .nav-holder {
    margin-right: 0; }
  .nav-holder .nav {
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .nav-holder .nav {
        letter-spacing: -5px;
        text-align: left;
        padding: 20px 0px 15px 0px;
        font-size: 15px;
        line-height: 20px; } }
    @media (min-width: 1024px) {
      .nav-holder .nav {
        font-size: 18px;
        line-height: 25px;
        margin: 0px; } }
    @media (min-width: 1200px) {
      .nav-holder .nav {
        font-size: 18px;
        letter-spacing: 1px; } }
    .nav-holder .nav > li {
      position: relative; }
      .nav-holder .nav > li.first-level a {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        display: inline-block; }
        @media screen and (min-width: 992px) {
          .nav-holder .nav > li.first-level a {
            color: #89856a;
            transition: color 0.4s ease; } }
      @media screen and (min-width: 992px) {
        .nav-holder .nav > li.first-level.hover a, .nav-holder .nav > li.first-level.active a {
          color: #fff !important;
          transition: color 0.4s ease; } }
      @media screen and (min-width: 992px) {
        .nav-holder .nav > li.first-level:nth-child(1) {
          margin-left: 0px; } }
      @media screen and (min-width: 992px) {
        .nav-holder .nav > li.first-level .second-level a {
          color: #fff !important;
          display: inline-block;
          position: relative;
          padding-left: 0px;
          padding-right: 0px; }
          .nav-holder .nav > li.first-level .second-level a:before {
            content: '';
            height: 2px;
            background: #fff;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 100%;
            margin: 0;
            width: 0% !important;
            opacity: 1 !important;
            transition: width 0.3s ease, opacity 0.4s ease; }
        .nav-holder .nav > li.first-level .second-level:hover a:before {
          width: 100% !important;
          opacity: 1 !important; } }
      @media only screen and (min-width: 992px) and (max-width: 1024px) {
        .nav-holder .nav > li {
          margin: 0 5px; } }
      @media (min-width: 1200px) {
        .nav-holder .nav > li {
          margin: 0 15px; } }
      @media (min-width: 1500px) {
        .nav-holder .nav > li {
          margin: 0 25px; } }
      .nav-holder .nav > li + li {
        border-top: 1px solid #455560;
        box-shadow: none; }
        @media screen and (min-width: 992px) {
          .nav-holder .nav > li + li {
            border: 0;
            box-shadow: none; } }
      .nav-holder .nav > li .dropdown-menu {
        display: none;
        z-index: 99; }
        @media screen and (min-width: 992px) {
          .nav-holder .nav > li .dropdown-menu {
            display: block;
            visibility: hidden;
            position: absolute;
            top: 100%;
            text-align: left;
            width: 250px;
            padding-top: 15px;
            -webkit-transform: translate(0%, 25%);
                -ms-transform: translate(0%, 25%);
                    transform: translate(0%, 25%);
            opacity: 0;
            transition: all 0.25s ease-in; } }
        @media (min-width: 1024px) {
          .nav-holder .nav > li .dropdown-menu {
            width: 280px; } }
        @media (min-width: 1200px) {
          .nav-holder .nav > li .dropdown-menu {
            width: 280px; } }
        @media screen and (min-width: 992px) {
          .nav-holder .nav > li .dropdown-menu:after {
            border-top: 10px solid #89856a;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            content: '';
            position: absolute;
            top: 2px;
            left: 10%;
            -webkit-transform: translate(-50%, 3px) rotate(180deg);
                -ms-transform: translate(-50%, 3px) rotate(180deg);
                    transform: translate(-50%, 3px) rotate(180deg); } }
  @media screen and (min-width: 992px) and (min-width: 1024px) {
    .nav-holder .nav > li .dropdown-menu:after {
      top: 2px; } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    .nav-holder .nav > li .dropdown-menu:after {
      top: 2px;
      border-width: 10px; } }
        @media screen and (min-width: 992px) {
          .nav-holder .nav > li .dropdown-menu > ul > li + li {
            margin-bottom: 28px; } }
      .nav-holder .nav > li ul {
        background: #89856a;
        padding: 20px; }
        @media screen and (max-width: 991px) {
          .nav-holder .nav > li ul {
            background: #455560; } }
        @media (min-width: 1024px) {
          .nav-holder .nav > li ul {
            padding: 20px; } }
        @media (min-width: 1200px) {
          .nav-holder .nav > li ul {
            padding: 20px; } }
        .nav-holder .nav > li ul > li + li {
          border-top: 1px solid #3a4851; }
          @media screen and (min-width: 992px) {
            .nav-holder .nav > li ul > li + li {
              border: 0; } }
        .nav-holder .nav > li ul > li.hover > a {
          background: #3a4851;
          color: #fff !important; }
          @media screen and (min-width: 992px) {
            .nav-holder .nav > li ul > li.hover > a {
              background: none;
              color: #89856a !important; } }
        .nav-holder .nav > li ul > li > a {
          padding: 6px 15px;
          display: block; }
        .nav-holder .nav > li ul ul {
          text-transform: none;
          padding-left: 10px;
          border-top: 1px solid #aca994; }
          @media screen and (min-width: 992px) {
            .nav-holder .nav > li ul ul {
              border: 0; } }
          @media (min-width: 1024px) {
            .nav-holder .nav > li ul ul {
              font-size: 18px;
              padding: 0 0 28px 8px; } }
          .nav-holder .nav > li ul ul a {
            display: block;
            padding: 5px 20px; }
            @media (min-width: 1024px) {
              .nav-holder .nav > li ul ul a {
                padding: 4px 20px; } }
      .nav-holder .nav > li.hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible; }
        @media screen and (min-width: 992px) {
          .nav-holder .nav > li.hover > .dropdown-menu {
            -webkit-transform: translate(0%, 0%);
                -ms-transform: translate(0%, 0%);
                    transform: translate(0%, 0%); } }
        @media (max-width: 767px) {
          .nav-holder .nav > li.hover > .dropdown-menu {
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; } }
        .nav-holder .nav > li.hover > .dropdown-menu a {
          font-family: "proxima-nova", sans-serif;
          text-transform: capitalize;
          -webkit-font-smoothing: antialiased;
          font-size: 17px; }
          .nav-holder .nav > li.hover > .dropdown-menu a:hover {
            color: #fff;
            text-transform: capitalize;
            -webkit-font-smoothing: antialiased; }
      @media (max-width: 767px) {
        .nav-holder .nav > li.hover > a:focus {
          background: none !important; } }
      .nav-holder .nav > li.hover > a {
        color: #00a6e0; }
        @media screen and (min-width: 992px) {
          .nav-holder .nav > li.hover > a {
            background: none;
            color: #ffffff; } }
      @media screen and (min-width: 992px) {
        .nav-holder .nav > li.active > a, .nav-holder .nav > li:hover > a, .nav-holder .nav > li:focus > a {
          color: #89856a !important;
          font-family: "proxima-nova", sans-serif; } }
    @media screen and (min-width: 992px) {
      .nav-holder .nav > li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin-left: 15px; } }
    @media screen and (min-width: 992px) {
      .nav-holder .nav > li > a {
        padding: 0;
        font-family: "proxima-nova", sans-serif;
        -webkit-font-smoothing: antialiased; } }
    .nav-holder .nav > li > a:focus {
      background: none; }
    .nav-holder .nav a {
      color: #fff; }

.nav-holder .nav > li .dropdown-menu a {
  padding: 6px 15px;
  display: block;
  font-family: "proxima-nova", sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 17px;
  text-transform: capitalize !important; }

@media screen and (min-width: 992px) {
  .nav-holder .nav > li .dropdown-menu li.active > a, .nav-holder .nav > li .dropdown-menu li:hover > a, .nav-holder .nav > li .dropdown-menu li:focus > a {
    color: #fff !important;
    font-family: "proxima-nova", sans-serif !important; } }

.nav-holder .nav > li .dropdown-menu .sub-children {
  display: none; }

.mobile-menu {
  position: relative;
  float: right;
  width: 25px;
  margin-top: -78px;
  margin-right: 15px; }
  @media screen and (max-width: 500px) {
    .mobile-menu {
      margin-top: -55px; } }
  @media screen and (min-width: 992px) {
    .mobile-menu {
      display: none; } }

.header-logo-block {
  background: #fff;
  padding: 15px 0px;
  position: relative; }
  .header-logo-block .logo-block, .header-logo-block .logo-block-right {
    display: inline-block; }
  .header-logo-block .logo-block-right {
    float: right;
    margin-top: 2px;
    width: 265px;
    text-align: right; }
    @media screen and (max-width: 991px) {
      .header-logo-block .logo-block-right {
        display: none; } }
  .header-logo-block:before {
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: #fff;
    z-index: -1;
    display: block; }

.logo {
  width: 500px;
  padding-top: 4px; }
  @media screen and (max-width: 500px) {
    .logo {
      width: 240px; } }

.shield img {
  height: 116px;
  width: auto; }

.nav-search {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 10; }
  @media screen and (max-width: 991px) {
    .nav-search {
      top: 45px; } }
  .nav-search input.form-search.nav-search-input {
    opacity: 0;
    width: 0px;
    transition: width 0.5s, opacity 0.5s;
    font-size: 14px;
    height: 60px;
    border: 10px solid #89856a; }
    @media screen and (max-width: 500px) {
      .nav-search input.form-search.nav-search-input {
        padding: 0px;
        border: 0px; } }
    .nav-search input.form-search.nav-search-input:placeholder {
      color: #89856a; }
  .nav-search.active-form input.form-search.nav-search-input {
    opacity: 1 !important;
    width: 250px;
    transition: width 0.5s, opacity 0.5s;
    padding-left: 10px; }
    @media screen and (max-width: 500px) {
      .nav-search.active-form input.form-search.nav-search-input {
        border: 10px solid #89856a; } }
  .nav-search.active-form .search-close {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 18px;
    color: #89856a; }
  .nav-search .search-close {
    display: none;
    transition: display 0.5s;
    cursor: pointer; }

@media only screen and (max-width: 991px) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
    font-family: "proxima-nova", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px; }
    .nav > li > a:hover {
      -webkit-font-smoothing: antialiased; }
  .nav-holder .nav > li.hover > a {
    color: #fff !important;
    background: none; }
  .nav-holder .nav > li ul > li > a {
    padding: 8px 15px;
    display: block; }
  .nav-holder .nav > li ul {
    padding: 0px; }
  .dropdown-menu:after {
    height: 0;
    width: 0;
    border-bottom: 10px solid #455560;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    position: absolute;
    top: 42px;
    left: 10%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .dropdown-menu ul {
    padding: 12px; } }

@media only screen and (min-width: 992px) {
  .dropdown-menu ul li {
    margin-bottom: 10px !important; } }

.mobile-nav-view {
  background: #455560;
  position: relative;
  margin: 0 -15px;
  padding: 0 15px; }
  .mobile-nav-view .social-listings {
    margin: 0px;
    position: relative;
    float: right;
    padding-left: 0px; }
    .mobile-nav-view .social-listings:hover li {
      opacity: 0.5;
      transition: opacity 0.25s ease-in; }
      .mobile-nav-view .social-listings:hover li:hover {
        opacity: 1; }
    .mobile-nav-view .social-listings li {
      list-style: none;
      float: left;
      padding: 10px 10px;
      line-height: 20px; }
    .mobile-nav-view .social-listings li.search-icon {
      padding-right: 0px !important;
      position: relative; }
      .mobile-nav-view .social-listings li.search-icon:before {
        content: '';
        position: absolute;
        width: 1px;
        top: 8px;
        bottom: 8px;
        background: rgba(147, 149, 152, 0.3);
        left: 0px; }
      .mobile-nav-view .social-listings li.search-icon img {
        width: 25px; }
  @media screen and (min-width: 992px) {
    .mobile-nav-view {
      display: none; } }
  .mobile-nav-view:before {
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: #fff;
    z-index: -1;
    display: block; }

html {
  height: 100%; }

body {
  min-width: 320px;
  position: relative;
  height: 100%;
  font-family: "proxima-nova", sans-serif !important;
  display: table;
  table-layout: fixed;
  width: 100%; }
  @media (min-width: 768px) {
    body {
      font-size: 15px;
      line-height: 20px; } }
  @media (min-width: 1024px) {
    body {
      font-size: 18px;
      line-height: 30px; } }
  body.nav-active {
    overflow: auto; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }
  a:hover {
    transition: color 0.25s linear 0s; }

p {
  margin: 0 0 15px; }
  @media (min-width: 1024px) {
    p {
      margin: 0 0 29px; } }

.resize-active * {
  transition: none; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: table-cell;
  width: 100%; }
  #wrapper.home {
    background: #fff; }
  #wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(1, 26, 65, 0.8);
    content: '';
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in 0s;
    z-index: 2; }
    .nav-active #wrapper:after {
      opacity: 1;
      visibility: visible; }
      @media (min-width: 768px) {
        .nav-active #wrapper:after {
          display: none; } }

.container-fluid {
  max-width: 1430px; }

h1,
.h1 {
  color: #455560;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-weight: normal; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 46px;
      line-height: 46px;
      letter-spacing: -1px;
      margin: 0 0 44px; } }
  @media (min-width: 1024px) {
    .home h1, .home
    .h1 {
      font-size: 37px; } }

h2,
.h2 {
  color: #9eb1c3;
  margin: 0 0 10px; }
  @media (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 29px; } }

h3,
.h3 {
  margin: 0 0 2px; }

.news-block h1 {
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  color: #455560;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  padding: 30px 0px 15px 0px;
  margin-bottom: 0px;
  font-weight: 600; }

.news-block .masonry-block-news {
  border-bottom: 1px solid #c9cacb;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.news-block .post-block-news {
  position: relative !important;
  width: 33.33%;
  padding: 0px 20px 0px 0px;
  margin-bottom: 30px; }
  @media screen and (min-width: 620px) and (max-width: 820px) {
    .news-block .post-block-news {
      width: 50%; } }
  @media screen and (max-width: 619px) {
    .news-block .post-block-news {
      width: 100%; } }
  .news-block .post-block-news .btn {
    border-radius: 0;
    border: 0;
    background: #89856a;
    color: #fff;
    border-color: #89856a !important;
    transition: all linear 0.25s;
    width: auto !important;
    padding: 12px 35px;
    text-transform: none !important;
    position: absolute;
    bottom: 0px; }
    .news-block .post-block-news .btn.btn-default {
      background: #89856a !important; }
      .news-block .post-block-news .btn.btn-default:hover {
        color: #fff !important;
        border-color: #455560 !important;
        background: #455560 !important; }
    .news-block .post-block-news .btn:hover {
      color: #fff;
      text-decoration: none; }
  .news-block .post-block-news .btn-block {
    display: inline-block;
    width: 100%;
    margin-top: 10px; }

.post-holder {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  position: relative;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .post-holder {
      font-size: 15px;
      line-height: 20px; } }
  .post-holder.hover {
    color: #fff;
    text-decoration: none; }
  .post-holder .image-holder img {
    width: 100%; }
  .post-holder a {
    color: #4d4d4f;
    -webkit-font-smoothing: antialiased;
    font-weight: 600; }
    .post-holder a:hover {
      text-decoration: none; }
  .post-holder h2 {
    color: #636364; }
    .post-holder h2 a:hover {
      opacity: 0.9; }
  .post-holder .text-holder {
    padding: 0px;
    z-index: 3;
    position: relative;
    width: 100%;
    font-size: 18px;
    line-height: 21px; }
    .post-holder .text-holder a {
      font-size: 24px;
      line-height: 28px; }
    .post-holder .text-holder h2 {
      margin-top: 20px; }
  .post-holder .desc {
    padding-bottom: 10px; }
  .post-holder .label {
    text-transform: uppercase;
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 12px !important;
    color: #FFFFFF;
    letter-spacing: 0px; }
    @media (min-width: 1024px) {
      .post-holder .label {
        margin: 0 0 4px;
        font-size: 14px;
        line-height: 20px; } }
  .post-holder h2 {
    font-size: 16px;
    line-height: 15px;
    margin: 0;
    font-family: "proxima-nova", sans-serif;
    color: #00a6e0;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased; }
    @media (min-width: 768px) {
      .post-holder h2 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0; } }
    @media (min-width: 1200px) {
      .post-holder h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 10px 0 5px;
        line-height: 28px; } }
  .post-holder p {
    color: #4d4d4f;
    font-family: "proxima-nova", sans-serif;
    margin: 0 0 10px;
    color: #4d4d4f;
    letter-spacing: 0px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 300; }

.btn {
  border-radius: 0;
  border: 0;
  background: #89856a;
  color: #fff;
  border-color: #89856a !important;
  transition: all linear 0.25s;
  width: auto !important;
  padding: 10px 25px;
  text-transform: none !important;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600; }
  .btn.btn-default {
    background: #89856a !important; }
    .btn.btn-default:hover {
      color: #fff !important;
      border-color: #455560 !important;
      background: #455560 !important; }
  .btn:hover {
    color: #fff;
    text-decoration: none; }

.info-form {
  margin: 0 0 25px; }
  @media (min-width: 1024px) {
    .info-form {
      margin: -8px 0 16px; } }
  .info-form .nice-select {
    position: relative;
    display: inline-block;
    width: 100%; }
    .info-form .nice-select:after {
      height: 0;
      width: 0;
      border-bottom: 8px solid #637285;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      content: '';
      position: absolute;
      top: 50%;
      right: 21px;
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg); }
  .info-form select::-ms-expand {
    display: none; }
  .info-form select {
    display: inline-block;
    border: 1px solid #00a6e0;
    padding: 4px 50px 4px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 17px;
    outline: none;
    line-height: 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 6px;
    width: 100%;
    position: relative;
    color: #455560;
    height: 56px; }
  @media (min-width: 768px) {
    .info-form .cols {
      margin: 0 -9px; } }
  @media (min-width: 768px) {
    .info-form .col {
      width: 50%;
      float: left;
      padding: 0 9px; } }
  .info-form .form-control {
    height: 56px;
    font-size: 17px;
    line-height: 20px;
    box-shadow: none;
    -webkit-appearance: none;
    padding: 6px 20px; }
  .info-form .form-group {
    margin-bottom: 26px; }
  .info-form .btn {
    color: #00a6e0;
    padding: 16px 40px;
    font-size: 18px;
    line-height: 20px;
    margin-right: 12px;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .info-form .btn {
        min-width: 217px;
        padding: 16px 80px; } }
    .info-form .btn:after {
      left: -40px; }
    .info-form .btn:hover {
      color: #fff;
      background: transparent; }
      .info-form .btn:hover:after {
        right: -50px; }

.intro-text {
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin: 0 0 10px;
  font-weight: 700;
  color: #546374; }
  @media (min-width: 1024px) {
    .intro-text {
      font-size: 22px;
      line-height: 27px;
      margin: 0 0 43px; } }

.well {
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.list {
  color: #546374;
  font-size: 16px;
  line-height: 18px; }
  .list a {
    color: #546374; }
  @media (min-width: 768px) {
    .list {
      font-size: 20px;
      line-height: 25px; } }
  .list li {
    padding: 0 0 5px 15px;
    position: relative; }
    @media (min-width: 1024px) {
      .list li {
        padding: 0 0 35px 31px;
        font-size: 18px;
        line-height: 24px; } }
    .list li:after {
      position: absolute;
      top: 6px;
      left: 0;
      width: 7px;
      height: 7px;
      content: '';
      background: #546374;
      border-radius: 100%; }
      @media (min-width: 768px) {
        .list li:after {
          top: 9px; } }
      @media (min-width: 1024px) {
        .list li:after {
          top: 12px; } }

blockquote {
  color: #0b1838; }
  @media (min-width: 1024px) {
    blockquote {
      padding: 24px 37px 20px;
      font-size: 30px;
      line-height: 35px;
      margin: 0 0 36px; } }
  @media (min-width: 1024px) {
    blockquote footer {
      font-size: 20px;
      line-height: 25px; } }
  blockquote footer:before {
    content: '-'; }
  blockquote cite {
    font-style: normal;
    display: block; }
    @media (min-width: 1024px) {
      blockquote cite {
        margin-top: -3px; } }
    blockquote cite a {
      color: #0b1838; }
      blockquote cite a:hover {
        text-decoration: underline; }
  @media (min-width: 1024px) {
    blockquote p {
      margin: 0 0 36px; } }

label {
  color: #546374;
  text-transform: capitalize; }

@media (min-width: 1024px) {
  .table {
    margin: 0 0 10px; } }

.table th {
  color: #003370; }

.table > tbody > tr > td {
  border-top: 2px solid #f2f6f9; }
  @media (min-width: 1024px) {
    .table > tbody > tr > td {
      padding: 21px 15px 21px; } }
  @media (min-width: 1024px) {
    .table > tbody > tr > td:first-child {
      padding-left: 41px; } }

.table > thead > tr > th {
  border-bottom: 2px solid #455560;
  font-weight: normal; }
  @media (min-width: 1024px) {
    .table > thead > tr > th {
      padding-bottom: 17px; } }
  @media (min-width: 1024px) {
    .table > thead > tr > th:first-child {
      padding-left: 41px; } }
  @media (min-width: 1024px) {
    .table > thead > tr > th {
      border-width: 0 0 3px;
      font-size: 21px;
      line-height: 30px;
      font-weight: 700; } }

.table-responsive {
  border: 0; }

@media (min-width: 1024px) {
  .hgroup {
    margin: -29px 0 0; } }

@media (min-width: 1024px) {
  .hgroup .h1,
  .hgroup h1 {
    margin: 0 0 50px; } }

@media (min-width: 1024px) {
  .hgroup .h2,
  .hgroup h2 {
    margin: 0 0 50px; } }

.hgroup .h3,
.hgroup h3 {
  color: #415161; }
  @media (min-width: 1024px) {
    .hgroup .h3,
    .hgroup h3 {
      font-size: 21px;
      line-height: 24px;
      margin: 0 0 43px; } }

.hgroup h4,
.hgroup .h4 {
  color: #415161; }
  @media (min-width: 1024px) {
    .hgroup h4,
    .hgroup .h4 {
      font-size: 19px;
      line-height: 22px;
      margin: 0 0 58px; } }

.hgroup h5,
.hgroup .h5 {
  color: #415161; }
  @media (min-width: 1024px) {
    .hgroup h5,
    .hgroup .h5 {
      font-size: 18px;
      line-height: 19px;
      margin: 0 0 51px; } }

.hgroup h6,
.hgroup .h6 {
  color: #415161; }
  @media (min-width: 1024px) {
    .hgroup h6,
    .hgroup .h6 {
      font-size: 17px;
      line-height: 19px;
      margin: 0 0 30px; } }

.list-info {
  letter-spacing: -5px;
  margin: 0 -5px 10px;
  font-weight: 700; }
  .list-info li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 5px 5px; }

.content-area {
  padding: 0 0 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px; }
  .content-area h3 {
    color: #415161; }
  .content-area + .content-area {
    position: relative;
    padding: 15px 0 0; }
    @media (min-width: 1024px) {
      .content-area + .content-area {
        padding: 52px 0 14px; } }
    .content-area + .content-area:after {
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #204490;
      content: '';
      position: absolute; }
  .content-area .well {
    font-family: "proxima-nova", sans-serif !important;
    font-size: 17px !important;
    color: #000000 !important;
    letter-spacing: 0px !important;
    line-height: 28px !important; }
    @media (min-width: 1024px) {
      .content-area .well {
        margin: 0px 0 44px;
        padding: 39px 32px 4px; } }

#content {
  margin-bottom: 25px;
  z-index: 1;
  padding: 15px 0px;
  position: relative; }
  #content:after {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: #fff;
    z-index: -1;
    position: absolute; }
    @media (min-width: 768px) {
      #content:after {
        right: -9999px; } }
    @media (min-width: 1024px) {
      #content:after {
        left: -22px; } }
  @media (min-width: 768px) {
    #content {
      padding-top: 25px;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    #content {
      padding: 30px 30px 0 0px; } }

.side-block {
  background: #fff; }
  .side-block h2 {
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    background: #455560;
    color: #fff; }
    @media (min-width: 1024px) {
      .side-block h2 {
        padding: 24px 22px 21px;
        font-weight: 400; } }
  .side-block ul {
    padding: 10px; }
    @media (min-width: 1024px) {
      .side-block ul {
        padding: 21px 23px 3px; } }
    .side-block ul li {
      padding: 0 0 10px; }
      @media (min-width: 1024px) {
        .side-block ul li {
          padding: 0 0 14px; } }
      .side-block ul li.active a {
        color: #9eb1c3; }
      .side-block ul li a {
        display: block;
        position: relative;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .side-block ul li a {
            display: block;
            padding: 0;
            position: relative;
            font-size: 18px; } }
        .side-block ul li a:hover {
          text-decoration: none;
          color: #9eb1c3; }
      .side-block ul li + li {
        position: relative;
        padding-top: 10px; }
        @media (min-width: 1024px) {
          .side-block ul li + li {
            padding-top: 27px; } }

#sidebar {
  z-index: 1;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    #sidebar {
      margin-top: 25px;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    #sidebar {
      padding-right: 64px;
      margin-top: 62px; } }

.event-block {
  padding-bottom: 30px; }
  .event-block h1 {
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    font-size: 30px;
    color: #455560;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    padding: 30px 0px 20px 0px;
    margin-bottom: 0px; }
  .event-block .events-container {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .event-block .events-container .events-listings {
      width: 24%;
      height: 191px;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      margin: 0px 10px 0px 0px;
      margin-bottom: 10px;
      overflow: hidden;
      cursor: pointer; }
      @media screen and (min-width: 566px) and (max-width: 1023px) {
        .event-block .events-container .events-listings {
          width: 48%; } }
      @media screen and (max-width: 565px) {
        .event-block .events-container .events-listings {
          width: 100%; } }
      .event-block .events-container .events-listings .text-holder {
        position: absolute;
        top: 32%;
        color: #fff;
        padding: 20px;
        bottom: 0;
        z-index: 10; }
        .event-block .events-container .events-listings .text-holder h2 {
          font-size: 24px; }
        .event-block .events-container .events-listings .text-holder a {
          color: #fff; }
      .event-block .events-container .events-listings .image-wrapper-events {
        height: 191px;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        -webkit-transform: translate(0%, 0%) scale(1.01);
        -ms-transform: translate(0%, 0%) scale(1.01);
            transform: translate(0%, 0%) scale(1.01);
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
      .event-block .events-container .events-listings:hover .image-wrapper-events {
        -webkit-transform: translate(0%, 0%) scale(1.1);
        -ms-transform: translate(0%, 0%) scale(1.1);
            transform: translate(0%, 0%) scale(1.1); }
      .event-block .events-container .events-listings.calendar-events {
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4; }
  .event-block .events-block.events-listings:nth-child(1) .image-wrapper-events {
    background-image: url("/images/events-4.jpg");
    position: relative; }
    .event-block .events-block.events-listings:nth-child(1) .image-wrapper-events:before {
      left: 0px;
      right: 0px;
      top: 0;
      bottom: 0;
      content: '';
      position: absolute;
      background: rgba(53, 68, 78, 0.6);
      z-index: 1;
      display: block;
      transition: background 0.5s; }
  .event-block span.calendar-icon img {
    width: 62px;
    float: left;
    margin-top: -10px;
    margin-right: 15px; }
  .event-block .events-block.events-listings:nth-child(2) .image-wrapper-events {
    background-image: url("/images/events-1.jpg"); }
  .event-block .events-block.events-listings:nth-child(3) .image-wrapper-events {
    background-image: url("/images/events-2.jpg"); }
  .event-block .events-block.events-listings:nth-child(4) .image-wrapper-events {
    background-image: url("/images/events-3.jpg"); }

.input-group .form-control {
  height: 56px; }

#two-columns {
  position: relative;
  z-index: 1; }
  #two-columns:after {
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    content: '';
    background: #f0f4f8; }

#footer {
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  background: #455560;
  padding: 30px 0px; }
  @media (min-width: 768px) {
    #footer {
      text-align: left;
      font-size: 15px;
      line-height: 20px; } }
  @media (min-width: 1024px) {
    #footer {
      font-size: 16px;
      line-height: 29px; } }
  #footer .logo-area {
    padding: 0; }
    @media (min-width: 1200px) {
      #footer .logo-area {
        font-size: 21px;
        line-height: 21px;
        padding: 0 0 5px; } }
  #footer h2 {
    color: #2f5b8e;
    font-weight: 500; }
    @media (min-width: 1024px) {
      #footer h2 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 6px; } }
  #footer a {
    color: #89856a; }
    #footer a:hover {
      color: #5e5b49; }
  #footer p {
    margin: 0; }
  #footer address {
    font-style: normal;
    margin: 0 0 5px;
    line-height: inherit; }
  #footer .footer-area {
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      #footer .footer-area {
        font-size: 18px;
        line-height: 23px; } }
  #footer .info-section {
    color: #7b9dd3; }
    #footer .info-section a {
      color: #7b9dd3; }
      #footer .info-section a:hover {
        opacity: 0.8; }
  @media (min-width: 1024px) {
    #footer .footer-frame {
      font-size: 14px;
      line-height: 17px; } }

.footer-contact-block ul {
  padding-left: 0px; }
  .footer-contact-block ul li {
    list-style: none;
    font-family: "proxima-nova", sans-serif; }
    .footer-contact-block ul li a {
      color: #fff !important;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      -webkit-font-smoothing: antialiased; }

.footer-contact-block span {
  color: #89856a;
  font-size: 16px; }

.footer-contact-block .address-list p {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  line-height: 24px; }

.footer-contact-block .phone-list {
  padding-left: 0px; }
  @media screen and (min-width: 1372px) {
    .footer-contact-block .phone-list {
      padding-left: 50px; } }
  .footer-contact-block .phone-list li {
    color: #fff;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px; }
  .footer-contact-block .phone-list .phone-number-1 {
    padding-left: 0px; }
  .footer-contact-block .phone-list .phone-number-2 {
    padding-left: 25px;
    padding-right: 0px; }

.footer-contact-block ul.social-listings li {
  float: left;
  padding-right: 15px; }

.footer-contact-block ul.social-listings:hover li {
  opacity: 0.5;
  transition: opacity 0.25s ease-in; }
  .footer-contact-block ul.social-listings:hover li:hover {
    opacity: 1; }

.footer-contact-block .terms-condition-wrapper {
  padding-right: 0px; }
  .footer-contact-block .terms-condition-wrapper.mobile-view-conditions {
    display: none; }
    @media screen and (max-width: 1093px) {
      .footer-contact-block .terms-condition-wrapper.mobile-view-conditions {
        display: block;
        padding-left: 0px; } }
    .footer-contact-block .terms-condition-wrapper.mobile-view-conditions ul.terms-condition.clearfix {
      border-bottom: 1px solid #717172;
      padding-bottom: 10px; }
    .footer-contact-block .terms-condition-wrapper.mobile-view-conditions li.privacy-policy {
      padding-left: 0px !important; }
  .footer-contact-block .terms-condition-wrapper.desktop-view-conditions {
    display: none; }
    @media screen and (min-width: 1094px) {
      .footer-contact-block .terms-condition-wrapper.desktop-view-conditions {
        display: block; } }

.footer-contact-block .terms-condition li {
  float: left;
  padding: 0px 15px;
  position: relative; }
  .footer-contact-block .terms-condition li a {
    color: #808384 !important;
    font-size: 15px;
    display: inline-block;
    position: relative; }
    .footer-contact-block .terms-condition li a:before {
      content: '';
      height: 1px;
      background: #fff;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 90%;
      margin: 0;
      width: 0% !important;
      opacity: 1 !important;
      transition: width 0.3s ease, opacity 0.4s ease; }
  .footer-contact-block .terms-condition li:hover a:before {
    width: 100% !important;
    opacity: 1 !important; }
  .footer-contact-block .terms-condition li.privacy-policy:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #808384 !important;
    right: 0px;
    top: 5px;
    bottom: 5px; }
  .footer-contact-block .terms-condition li.privacy-policy.terms-empty {
    padding-right: 0px; }
    .footer-contact-block .terms-condition li.privacy-policy.terms-empty:after {
      width: 0px !important; }
  .footer-contact-block .terms-condition li.terms-of-use {
    padding-right: 0px; }

@media screen and (max-width: 1093px) {
  .footer-contact-block .footer-nav {
    width: 100% !important;
    padding-top: 10px; } }

.footer-contact-block .footer-nav li a {
  display: inline-block;
  position: relative; }
  .footer-contact-block .footer-nav li a:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 90%;
    margin: 0;
    width: 0% !important;
    opacity: 1 !important;
    transition: width 0.3s ease, opacity 0.4s ease; }

.footer-contact-block .footer-nav li:hover a:before {
  width: 100% !important;
  opacity: 1 !important; }

.footer-contact-block .condition-area {
  position: relative; }
  .footer-contact-block .condition-area .social-icons {
    position: absolute;
    bottom: 0px;
    padding-right: 0px; }
    @media screen and (max-width: 1093px) {
      .footer-contact-block .condition-area .social-icons {
        position: relative;
        padding-right: 0px;
        padding-left: 0px; } }
  .footer-contact-block .condition-area ul {
    float: right; }
    @media screen and (max-width: 1093px) {
      .footer-contact-block .condition-area ul {
        float: left; } }
  .footer-contact-block .condition-area .row {
    margin: 0px !important; }
  @media screen and (max-width: 1093px) {
    .footer-contact-block .condition-area {
      width: 100% !important;
      height: auto !important;
      padding-left: 0px;
      padding-top: 15px; } }

.footer-contact-block .links-section {
  border-bottom: 1px solid #717172;
  padding-bottom: 25px; }
  @media screen and (max-width: 1093px) {
    .footer-contact-block .links-section {
      padding-bottom: 10px; } }

.footer-contact-block .address-section {
  padding-top: 25px; }
  @media screen and (max-width: 1199px) {
    .footer-contact-block .address-section .address-section-inside {
      padding-bottom: 20px; } }

.footer-contact-block .footer-nav, .footer-contact-block .address-section-inside {
  padding-left: 0px; }

.footer-contact-block .condition-area, .footer-contact-block .phone-section-inside {
  padding-right: 0px; }

.footer-contact-block .phone-section-inside {
  padding-left: 0px; }

.footer-contact-block .footer-nav-links {
  padding-left: 0px; }
  .footer-contact-block .footer-nav-links li a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 29px; }
    @media screen and (min-width: 1372px) {
      .footer-contact-block .footer-nav-links li a {
        font-size: 20px; } }
    @media screen and (min-width: 992px) and (max-width: 1196px) {
      .footer-contact-block .footer-nav-links li a {
        font-size: 16px; } }

.footer-contact-block .link-area li {
  line-height: 24px; }
  .footer-contact-block .link-area li a {
    font-size: 15px; }

.footer-frame {
  background: #F0F4F8;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .footer-frame {
      padding: 10px 0 2px; } }
  @media (min-width: 1024px) {
    .footer-frame {
      padding: 20px 0 13px; } }
  .footer-frame ul {
    letter-spacing: -5px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer-frame ul {
        text-align: left; } }
  .footer-frame li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 5px 5px; }
  @media (min-width: 768px) {
    .footer-frame .info-section {
      text-align: right; } }
  .footer-frame .info-section img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }

@media (min-width: 768px) {
  .contact-area {
    text-align: right; } }

.footer-contact-block .row {
  margin: 0px; }

.info-block p {
  font-size: 16px; }

.quote .quote-content {
  padding: 32px 20px 32px 85px;
  font-size: 20px;
  font-style: italic;
  position: relative;
  font-weight: 400; }
  .quote .quote-content:before {
    content: '\201C';
    position: absolute;
    top: 18px;
    left: -10px;
    z-index: 1;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 140px;
    line-height: 140px;
    font-weight: bold;
    color: #89856a; }

.quote .quote-text {
  color: #0b1838;
  font-size: 25px; }

.quote .quote-byline {
  font-size: 15px; }

.form__label label {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #000; }

fieldset div.form__row {
  margin-bottom: 10px; }

.form .button {
  margin: 20px 0px;
  border-radius: 0;
  border: 0;
  background: #89856a;
  color: #fff;
  border-color: #89856a !important;
  transition: all linear 0.25s;
  width: auto !important;
  padding: 10px 25px;
  text-transform: lowercase !important; }
  .form .button:hover {
    color: #fff !important;
    border-color: #455560 !important;
    background: #455560 !important; }

.form input.text {
  width: 100%;
  height: 43px;
  border: 1px solid #89856a; }

.form textarea.text {
  width: 100%;
  border: 1px solid #89856a; }

.form .form__field input[type="file"] {
  font-size: 16px;
  line-height: 18px; }

.form .form__note {
  font-size: 14px;
  color: #455560; }

button.slick-arrow {
  width: 42px;
  position: absolute;
  z-index: 10;
  top: 45%;
  background: #89856a;
  color: #fff;
  border: 0px !important;
  height: 50px !important;
  line-height: 45px !important; }

button.gallery-left.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 45%; }

button.gallery-right.slick-arrow {
  position: absolute;
  z-index: 10;
  top: 45%;
  right: 0px; }

.gallery.lightbox {
  margin: 30px 0px;
  position: relative !important;
  z-index: 9999 !important; }
  .gallery.lightbox a {
    margin: 0px; }

.gallery.carousel .slick-slide {
  opacity: 0.5;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -ms-transform: scale(0.95);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }

.gallery.carousel .slick-slide.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.gallery.lightbox img {
  width: 135px;
  padding-right: 10px;
  margin-bottom: 15px; }

.gallery.lightbox {
  text-align: left; }

.inside-page-blog .article-content {
  padding-bottom: 25px; }
  .inside-page-blog .article-content .news-article-image {
    float: left;
    padding-right: 15px;
    width: auto;
    max-width: 40%; }
    @media only screen and (max-width: 550px) {
      .inside-page-blog .article-content .news-article-image {
        width: 100% !important;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 20px; } }
  .inside-page-blog .article-content .news-article-text {
    width: 60%;
    float: left; }
    @media only screen and (max-width: 550px) {
      .inside-page-blog .article-content .news-article-text {
        width: 100%; } }
  .inside-page-blog .article-content:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #89856a;
    margin-bottom: 25px; }
  .inside-page-blog .article-content .new-listing-summary {
    font-size: 18px; }
  .inside-page-blog .article-content .btn {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 20px; }
  .inside-page-blog .article-content p.post-date {
    font-size: 14px;
    margin: 0px;
    color: #637285;
    padding: 8px 0px; }
  .inside-page-blog .article-content.first-article:before {
    margin-bottom: 0px !important;
    background: none !important;
    content: '';
    padding-bottom: 0px !important;
    width: 100%; }

.inside-page-blog h2 {
  margin: 0px !important; }

.detail-page .post-date {
  padding-bottom: 25px;
  font-size: 18px;
  color: #9eb1c3; }

.detail-page img {
  padding-bottom: 20px; }

.page-content-form .form-wrapper {
  padding: 20px;
  margin-bottom: 25px; }

a:hover, a:focus {
  text-decoration: none; }

.inside-page-blog.detailed-page .article-content .news-article-image {
  width: auto; }

.big p {
  font-weight: 600;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  color: #455560;
  line-height: 28px; }

.button-sample {
  margin: 20px 0px; }

.video-banner {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1; }

.video-banner.fadeout {
  opacity: 0; }

.slide.videoSlide {
  padding-bottom: 0px; }

.aspect-ratio iframe {
  -webkit-transform: translate(0%, -15%);
      -ms-transform: translate(0%, -15%);
          transform: translate(0%, -15%); }

@media only screen and (max-width: 475px) {
  .aspect-ratio iframe {
    top: 0px;
    left: 0px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    height: 272px !important;
    width: 475px !important; } }

@media only screen and (min-width: 475px) and (max-width: 767px) {
  .banner-block-wrapper.slide {
    height: 670px !important; } }

.facebook-links-wrap {
  margin-bottom: 20px; }

.matrix-body-text {
  margin-bottom: 15px; }
  .matrix-body-text h1 {
    text-transform: none !important; }
  .matrix-body-text img {
    padding: 14px 14px 14px 0px; }
  .matrix-body-text a {
    color: #89856a;
    border-bottom: 1px solid #89856a; }
    .matrix-body-text a:hover {
      color: #455560; }
  .matrix-body-text figure a {
    border-bottom: none !important;
    display: block; }
  .matrix-body-text.body-text-columns-2 {
    -webkit-column-count: 2;
            column-count: 2; }
    @media only screen and (max-width: 992px) {
      .matrix-body-text.body-text-columns-2 {
        -webkit-column-count: 1;
                column-count: 1; } }

#sidebar {
  background: none !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  bottom: 0px !important;
  padding-right: 0px !important;
  padding-left: 30px; }
  #sidebar .side-block {
    padding-top: 30px !important;
    padding-bottom: 16px; }
    #sidebar .side-block h2 {
      padding: 0px !important;
      font-weight: 600 !important;
      font-family: "proxima-nova", sans-serif !important;
      font-size: 30px !important;
      background: none !important;
      color: #455560;
      letter-spacing: 0px;
      line-height: 28px;
      padding-top: 0px !important;
      padding-bottom: 20px !important; }
    #sidebar .side-block ul {
      padding: 0px !important; }
      #sidebar .side-block ul li {
        padding: 10px 0px !important; }
        #sidebar .side-block ul li a {
          font-size: 22px;
          font-family: "proxima-nova", sans-serif;
          color: #89856a !important;
          cursor: pointer;
          line-height: 20px;
          display: inline-block; }
          #sidebar .side-block ul li a:hover, #sidebar .side-block ul li a:focus {
            color: #89856a !important;
            font-family: "proxima-nova", sans-serif !important; }
          #sidebar .side-block ul li a:before {
            content: '';
            height: 2px;
            background: #455560;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 100%;
            margin: 0;
            width: 0% !important;
            opacity: 1 !important;
            transition: width 0.3s ease, opacity 0.4s ease;
            margin-top: 5px; }
        #sidebar .side-block ul li:hover a:before {
          width: 100% !important;
          opacity: 1 !important; }
        #sidebar .side-block ul li.active a {
          color: #455560 !important;
          font-family: "proxima-nova", sans-serif !important; }
      #sidebar .side-block ul li.subpage {
        padding-left: 12px !important;
        padding-top: 0px !important; }
        #sidebar .side-block ul li.subpage a {
          font-size: 14px !important;
          color: #3C9CD4 !important; }
          #sidebar .side-block ul li.subpage a:hover {
            font-family: "proxima-nova", sans-serif !important; }
        #sidebar .side-block ul li.subpage.active {
          font-family: "proxima-nova", sans-serif !important; }

#two-columns:after {
  background: #ffffff !important; }

.inside-page-content {
  padding-top: 10px; }
  .inside-page-content h1 {
    font-family: "proxima-nova", sans-serif;
    text-transform: none;
    font-size: 36px;
    color: #455560;
    letter-spacing: 0px;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased; }
  .inside-page-content .row {
    margin: 0px; }

body {
  font-family: "proxima-nova", sans-serif !important;
  font-size: 17px !important;
  color: #000000 !important;
  letter-spacing: 0px !important;
  line-height: 28px !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", sans-serif;
  color: #455560 !important;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
  font-weight: 600; }

p {
  margin: 0 0 20px; }

.search-wrapper input.form-search {
  border: 1px solid #F2F2F2;
  font-size: 20px;
  float: left;
  width: 75%;
  padding: 10px 25px;
  line-height: 27px; }

.inside-page-heading.inside-search-page:before {
  background: none !important; }

.parallax-banner-wrapper h1 {
  color: #fff !important; }

.banner-block.no-banner {
  display: none; }

button.close {
  position: absolute;
  right: 10px;
  background: #89856a;
  width: 35px;
  font-size: 30px;
  color: #fff;
  border: 1px solid #fff; }

.event-block .link-holder {
  margin-top: 0px;
  padding-bottom: 30px; }

blockquote {
  border-left: 5px solid #89856a !important;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-style: italic; }

.matrix-body-text img {
  padding: 20px; }

.vertical-margin-15px {
  margin: 15px 0px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); }

.showcase-text {
  font-weight: 300;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 42px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .events-calendar-page {
    display: none; } }

span.fc-button.fc-button-prev.fc-state-default.fc-corner-left span {
  font-size: 17.53px !important;
  line-height: 0px !important; }

.table {
  max-width: 1000px !important;
  width: 100% !important; }

.inner-page-template {
  padding-bottom: 30px; }

.form .datewrapper:before {
  left: 8px; }

.form input.text.hasDatepicker {
  padding-left: 24px; }

.ui-datepicker {
  width: 100% !important;
  height: 100% !important;
  max-width: 300px;
  max-height: 300px; }

.ui-datepicker-calendar td a {
  display: block;
  border-radius: 2px;
  width: 36px !important;
  line-height: 26px;
  text-align: center;
  color: #808080; }

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 8px; }

input.text, textarea.text {
  width: 100%;
  border: 1px solid #89856a;
  font-family: "proxima-nova", sans-serif !important;
  font-size: 16px;
  padding-left: 10px; }

.calendar-subscribe-button {
  margin-bottom: 20px !important;
  font-family: "proxima-nova", sans-serif !important;
  text-transform: capitalize !important; }

a.btn.btn-default.button-subscribe {
  float: left;
  padding: 18px 45px; }

@media screen and (min-width: 992px) {
  .inside-page-heading:before {
    content: '';
    background: #c9cacb;
    width: 1px;
    top: 30px;
    bottom: 0;
    position: absolute;
    right: 0; } }

.col-md-12.inside-page-heading:before {
  background: none; }

.social-block-wrapper {
  background: #f2f2f3;
  padding: 10px 0px; }
  .social-block-wrapper a.button.btn-twitter {
    padding: 20px;
    padding-right: 50px;
    float: left; }
  .social-block-wrapper .block {
    width: 44%;
    float: left;
    margin-top: 5px; }
    .social-block-wrapper .block a {
      font-size: 16px;
      font-family: "proxima-nova", sans-serif;
      color: #4d4d4f;
      line-height: 18px !important; }
    .social-block-wrapper .block p {
      margin: 0px;
      line-height: 25px !important; }

#sidebar .side-block .article-content-sidebar {
  margin-bottom: 30px; }
  #sidebar .side-block .article-content-sidebar h2.heading {
    font-size: 18px !important;
    text-transform: none;
    line-height: 20px;
    margin-top: 10px;
    color: #4d4d4f !important; }
  #sidebar .side-block .article-content-sidebar .detail-page img {
    padding-bottom: 12px; }

div#siteByDigistorm {
  padding-top: 10px; }
  div#siteByDigistorm a {
    color: #808384 !important;
    float: right;
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 16px; }

.form-sidebar {
  padding-top: 30px; }

.content-area.form-wrapper {
  margin-top: 25px; }

.inside-page-calendar {
  position: relative;
  padding-bottom: 20px; }
  .inside-page-calendar .inside-page-calendar-image {
    background-image: url(/images/events-1.jpg);
    height: 65px;
    background-size: cover;
    position: relative; }
    .inside-page-calendar .inside-page-calendar-image:before {
      left: 0px;
      right: 0px;
      top: 0;
      bottom: 0;
      content: '';
      position: absolute;
      background: rgba(69, 85, 96, 0.6);
      z-index: 1;
      display: block;
      transition: background 0.5s; }
  .inside-page-calendar span.calendar-icon img {
    width: 45px;
    float: left;
    margin-top: -15px;
    margin-right: 15px; }
  .inside-page-calendar .text-image-holder {
    position: absolute;
    top: 20px;
    z-index: 10;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased; }

.content-text-area.center {
  text-align: center; }

.content-text-area.right {
  text-align: right; }

.breadcrumb {
  padding: 0px !important;
  margin-bottom: 15px !important;
  list-style: none;
  border-radius: 0px;
  color: #89856a !important; }
  .breadcrumb a {
    color: #89856a !important; }
  .breadcrumb .active {
    color: #455560 !important; }
  .breadcrumb > li + li:before {
    color: #455560; }

.calendar-wrapper {
  padding: 0px; }

.inside-page-heading.no-border-line:before {
  background: none; }

.sidebar-text-content {
  border: 1px solid #f2f2f2;
  padding: 10px;
  margin-bottom: 15px; }
  .sidebar-text-content p {
    margin-bottom: 0px; }

.table-wrapper {
  margin-bottom: 20px;
  /*
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
  /*
Generic Styling, for Desktops/Laptops
*/ }
  .table-wrapper .table-heading {
    font-size: 20px;
    color: #455560;
    font-weight: 600; }
  .table-wrapper table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0; }
  .table-wrapper table tr {
    padding: 5px; }
  .table-wrapper table th, .table-wrapper table td {
    padding: 10px; }
  .table-wrapper table td {
    border-bottom: 1px solid #ccc; }
  .table-wrapper table th {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 2px solid #89856a;
    color: #455560; }
  .table-wrapper table tr:last-child td {
    border-bottom: 0px; }
  @media screen and (max-width: 600px) {
    .table-wrapper table.one-column-table {
      border: 0; }
      .table-wrapper table.one-column-table thead {
        display: none; }
      .table-wrapper table.one-column-table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd; }
      .table-wrapper table.one-column-table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc; }
      .table-wrapper table.one-column-table td:last-child {
        border-bottom: 0; }
      .table-wrapper table.one-column-table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold; }
    .table-wrapper table.two-column-table td {
      font-size: 13px; }
    .table-wrapper table.two-column-table td:first-child {
      text-transform: uppercase;
      font-weight: bold; } }

.imageLink-wrapper {
  padding: 10px 0px; }
  .imageLink-wrapper.left {
    text-align: left; }
  .imageLink-wrapper.center {
    text-align: center; }
  .imageLink-wrapper.right {
    text-align: right; }

.modal-open {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-right: 0px !important; }

.home-banner-image {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .home-banner-image ul.slick-dots {
    bottom: 48px;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    line-height: 0px;
    right: 0%;
    max-width: 1430px;
    left: 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px; }
    @media only screen and (min-width: 475px) and (max-width: 767px) {
      .home-banner-image ul.slick-dots {
        bottom: 88px; } }
  .home-banner-image .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    @media screen and (max-width: 500px) {
      .home-banner-image .slick-dots li {
        width: 10px;
        height: 10px; } }
    .home-banner-image .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 10px;
      height: 10px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      outline: none;
      border-radius: 13px;
      background: #84838d;
      border: 2px solid #84838d; }
      @media screen and (max-width: 500px) {
        .home-banner-image .slick-dots li button {
          width: 10px;
          height: 10px; } }
  .home-banner-image .slick-dots li.slick-active button {
    background: #ffffff;
    border: 2px solid #fff; }

.banner-block-wrapper.slide {
  height: 590px !important; }
  @media only screen and (max-width: 475px) {
    .banner-block-wrapper.slide {
      height: 390px !important; } }
  .banner-block-wrapper.slide .container-fluid {
    height: 590px !important;
    padding: 0px;
    position: relative; }
    @media only screen and (max-width: 475px) {
      .banner-block-wrapper.slide .container-fluid {
        height: 390px !important; } }
    .banner-block-wrapper.slide .container-fluid .caption-block {
      position: absolute; }
      .banner-block-wrapper.slide .container-fluid .caption-block.position-left {
        top: 125px;
        left: 15px;
        right: auto; }
      .banner-block-wrapper.slide .container-fluid .caption-block.position-right {
        top: 125px;
        right: 15px;
        left: auto; }
      .banner-block-wrapper.slide .container-fluid .caption-block.position-right {
        top: 125px;
        right: 15px;
        left: auto; }
      .banner-block-wrapper.slide .container-fluid .caption-block.position-drop-left {
        bottom: 75px;
        left: 15px;
        right: auto; }
        @media only screen and (max-width: 475px) {
          .banner-block-wrapper.slide .container-fluid .caption-block.position-drop-left {
            bottom: 85px; } }
      .banner-block-wrapper.slide .container-fluid .caption-block.position-drop-right {
        bottom: 75px;
        right: 15px;
        left: auto; }
        @media only screen and (max-width: 475px) {
          .banner-block-wrapper.slide .container-fluid .caption-block.position-drop-right {
            bottom: 85px; } }
      .banner-block-wrapper.slide .container-fluid .caption-block h1 {
        font-family: "proxima-nova", sans-serif;
        text-transform: none;
        color: #fff !important;
        line-height: 60px;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: left;
        font-weight: 400;
        -webkit-font-smoothing: antialiased;
        font-size: 57px; }
        @media only screen and (max-width: 475px) {
          .banner-block-wrapper.slide .container-fluid .caption-block h1 {
            font-size: 42px;
            line-height: 45px; } }
        .banner-block-wrapper.slide .container-fluid .caption-block h1 span {
          text-transform: none;
          display: block;
          font-size: 35px !important;
          line-height: 45px;
          color: #89856a;
          font-weight: 600;
          text-transform: uppercase; }
          @media only screen and (max-width: 475px) {
            .banner-block-wrapper.slide .container-fluid .caption-block h1 span {
              font-size: 28px !important;
              line-height: 35px; } }

.banner-block-wrapper:before {
  position: absolute;
  bottom: 0px;
  content: '';
  width: 100%;
  left: 0px;
  right: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  width: 100%; }

.banner.parallax.main-banner-section {
  background-position: center center !important; }

.intro-gallery {
  padding: 0px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .intro-gallery {
      margin-top: 0px; } }
  @media only screen and (max-width: 475px) {
    .intro-gallery {
      height: 390px;
      transition: all linear 0.25s; } }
  @media (min-width: 768px) {
    .intro-gallery {
      padding-top: 0; } }
  @media (min-width: 1024px) {
    .intro-gallery {
      padding: 0 0 0px; } }
  .intro-gallery .slide {
    background-position: top center;
    background-size: cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 0px; }
    @media (min-width: 1024px) {
      .intro-gallery .slide {
        padding-bottom: 0px; } }
    .intro-gallery .slide.active {
      z-index: 1; }
      .intro-gallery .slide.active:after {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        z-index: -1;
        content: '';
        height: 100%;
        background: rgba(255, 255, 255, 0);
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
        width: 100%; }
    .intro-gallery .slide .container-fluid {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      min-height: 350px; }
      @media (min-width: 768px) {
        .intro-gallery .slide .container-fluid {
          height: 520px; } }
      @media (min-width: 1024px) {
        .intro-gallery .slide .container-fluid {
          height: 100vh; } }
    .intro-gallery .slide .caption-block {
      padding: 50px 0;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
              align-self: center;
      max-width: 500px;
      margin: 0 auto; }
      @media only screen and (max-width: 475px) {
        .intro-gallery .slide .caption-block {
          max-width: 445px;
          padding: 10px 0; } }
      @media (min-width: 768px) {
        .intro-gallery .slide .caption-block {
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          max-width: 705px; } }
      @media (min-width: 1024px) {
        .intro-gallery .slide .caption-block {
          padding-bottom: 0;
          font-size: 29px;
          line-height: 32px; } }
      @media (min-width: 1024px) {
        .intro-gallery .slide .caption-block p {
          margin: 0 0 18px; } }
  .intro-gallery .mask {
    position: relative;
    overflow: hidden; }
  .intro-gallery .pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99; }
    @media (min-width: 1024px) {
      .intro-gallery .pagination {
        bottom: 48px; } }
    .intro-gallery .pagination ul {
      font-size: 0;
      line-height: 0;
      text-align: center; }
      .intro-gallery .pagination ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 7px; }
        .intro-gallery .pagination ul li.active a {
          background: #fff; }
    .intro-gallery .pagination a {
      display: block;
      width: 15px;
      height: 15px;
      border: 2px solid #fff;
      border-radius: 100%;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 1024px) {
        .intro-gallery .pagination a {
          width: 23px;
          height: 23px; } }
      .intro-gallery .pagination a:hover {
        background: #fff; }
  .intro-gallery h1 {
    color: #fff; }
    @media (min-width: 1024px) {
      .intro-gallery h1 {
        font-family: "proxima-nova", sans-serif;
        font-size: 30px;
        color: #FFFFFF;
        letter-spacing: 0px;
        text-transform: capitalize;
        -webkit-font-smoothing: antialiased; } }

.inside-page-banner-image .banner-block {
  height: 590px !important;
  background-size: cover;
  background-position: top center;
  position: relative !important; }
  @media only screen and (max-width: 475px) {
    .inside-page-banner-image .banner-block {
      height: 390px !important; } }
  @media (min-width: 768px) {
    .inside-page-banner-image .banner-block {
      background-position: top center; } }
  .inside-page-banner-image .banner-block:before {
    position: absolute;
    bottom: 0px;
    content: '';
    width: 100%;
    left: 0px;
    right: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
    width: 100%; }

.inside-page-banner-image ul.slick-dots {
  bottom: 48px;
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  line-height: 0px;
  right: 0%;
  max-width: 1430px;
  left: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px; }
  @media only screen and (min-width: 475px) and (max-width: 767px) {
    .inside-page-banner-image ul.slick-dots {
      bottom: 88px; } }

.inside-page-banner-image .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }
  @media screen and (max-width: 500px) {
    .inside-page-banner-image .slick-dots li {
      width: 10px;
      height: 10px; } }
  .inside-page-banner-image .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    border-radius: 13px;
    background: #84838d;
    border: 2px solid #84838d; }
    @media screen and (max-width: 500px) {
      .inside-page-banner-image .slick-dots li button {
        width: 10px;
        height: 10px; } }

.inside-page-banner-image .slick-dots li.slick-active button {
  background: #ffffff;
  border: 2px solid #fff; }

.inside-page-banner-image-wrapper {
  position: relative; }
  .inside-page-banner-image-wrapper .caption-block {
    position: absolute;
    bottom: 75px;
    right: auto;
    padding: 50px 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    max-width: 500px;
    margin: 0 auto; }
    .inside-page-banner-image-wrapper .caption-block h1 {
      font-family: "proxima-nova", sans-serif;
      text-transform: none;
      color: #fff !important;
      line-height: 60px;
      margin: 0;
      padding: 0;
      border: 0;
      text-align: left;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      font-size: 57px; }
      @media screen and (max-width: 500px) {
        .inside-page-banner-image-wrapper .caption-block h1 {
          font-size: 42px;
          line-height: 45px; } }
      .inside-page-banner-image-wrapper .caption-block h1 span {
        text-transform: none;
        display: block;
        font-size: 35px !important;
        line-height: 45px;
        color: #89856a;
        font-weight: 600;
        text-transform: uppercase; }
    @media (min-width: 768px) {
      .inside-page-banner-image-wrapper .caption-block {
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        max-width: 705px; } }
    @media (min-width: 1024px) {
      .inside-page-banner-image-wrapper .caption-block {
        padding-bottom: 0;
        font-size: 29px;
        line-height: 32px; } }
  .inside-page-banner-image-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 60%;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5)); }
  .inside-page-banner-image-wrapper.news-page-overlay-reduction:before {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)); }
  .inside-page-banner-image-wrapper.news-page-overlay-reduction .banner-block.inside-page-banner.slick-slide:before {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3)); }
  .inside-page-banner-image-wrapper .inside-banner-image-title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px; }

/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  position: relative;
  z-index: 1;
  /* scopes all other z-index's to be inside this container */
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*
    Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
    and we'll try to make them look good cross-browser.
*/
.fc-button .fc-icon {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold; }

.fc-icon-left-double-arrow:after {
  content: "\000AB"; }

.fc-icon-right-double-arrow:after {
  content: "\000BB"; }

/* icon (for jquery ui) */
.fc-button .ui-icon {
  position: relative;
  top: 50%;
  float: left;
  margin-top: -8px;
  /* we know jqui icons are always 16px tall */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  font-weight: normal; }

.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden; }

body .calendar {
  margin-top: 0;
  margin-bottom: 40px; }

body .calendar .fc-header {
  margin-bottom: 10px; }

body .calendar .fc-header .fc-button-effect {
  display: none; }

body .calendar .fc-content .fc-state-highlight {
  background: #ccc !important;
  color: white; }

body .calendar .fc-content .fc-event {
  background: #063375;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  -webkit-box-shadow: none;
  border-radius: 0px !important;
  box-shadow: none;
  padding: 1px 3px !important; }

.fc-button {
  background: 0;
  background-color: transparent;
  border: 2px solid #063375;
  box-shadow: none;
  outline: none;
  border-radius: 3px !important;
  color: #fff !important;
  text-shadow: none !important;
  min-width: 45px;
  padding: 6px 14px;
  height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 3px;
  background: #063375; }

.fc-header-title h2 {
  color: #204490 !important; }

.fc-button:hover {
  background: #52bdec;
  border-color: #52bdec;
  color: white !important; }

.fc-button:hover .fc-icon {
  background-color: #063375;
  color: white; }

.calendar_categories {
  padding: 0px;
  display: block; }

.calendar_categories li {
  list-style: none;
  float: left;
  margin-right: 10px; }

.calendar_categories li:last-of-type {
  margin: 0; }

.top-calendar {
  border-top: 2px solid #063375;
  margin-top: 15px; }

.calendar_categories li a {
  display: block;
  color: white;
  padding: 6px 14px;
  min-width: 135px;
  font-weight: 100; }

.calendar-categories-clone {
  padding: 0px;
  display: block; }

.calendar-categories-clone li {
  list-style: none;
  float: left;
  margin-right: 10px; }

.calendar-categories-clone li:last-of-type {
  margin: 0; }

.calendar-categories-clone li a {
  display: block;
  color: white;
  padding: 6px 14px;
  min-width: 135px;
  font-weight: 100; }

a.deactive {
  opacity: 0.5; }

.calendar-subscribe {
  position: absolute;
  top: 23px;
  right: 15px;
  border-radius: 0px !important;
  background-color: #063375 !important; }

.calendar-hr {
  margin-top: 35px;
  margin-bottom: 30px; }

.calendar_categories li:hover a {
  text-decoration: none;
  cursor: pointer; }

.calendar_categories li h5 {
  margin: 5px;
  margin-left: 0px; }

.calendar-categories-clone li:hover a {
  text-decoration: none;
  cursor: pointer; }

.calendar-categories-clone li h5 {
  margin: 5px;
  margin-left: 0px; }

.fc-button .fc-icon {
  color: #063375;
  text-shadow: none;
  position: absolute;
  left: 50%;
  top: 3px;
  font-size: 40px;
  margin-left: -12px; }

.fc-event-time, .fc-event-title {
  padding: 0 1px;
  font-weight: 100 !important;
  font-size: 13px !important; }

body .calendar .fc-view-month table thead th {
  border: none; }

body .calendar .fc-view-month table tbody tr td.fc-widget-content {
  border: white solid 2px;
  background: #f5f5f5;
  margin: 3px 3px;
  padding: 10px; }

body .calendar .fc-view-month table tbody tr td .fc-day-number {
  font-size: 24px;
  font-weight: 300;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-top: -10px;
  margin-right: -8px; }

body .calendar .fc-view-month .fc-event-skin {
  background: #063375 !important;
  color: white !important;
  border: none !important;
  border-radius: 0px !important;
  line-height: 1.3; }

body .calendar .fc-view-month .fc-event-skin .fc-event-inner {
  padding: 5px !important;
  width: auto; }

body .calendar .fc-view-month .fc-event-skin .fc-event-time {
  font-weight: 600;
  margin-left: 0;
  text-transform: uppercase;
  display: block; }

body .calendar .fc-view-month .fc-event-skin .fc-event-title {
  margin: 0;
  line-height: 1;
  font-weight: 200; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days thead th {
  border: none; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td {
  border: none; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td.fc-widget-content {
  border: #fff solid 2px;
  background: #f5f5f5;
  margin: 3px 3px;
  padding: 10px; }

body .calendar .fc-view-agendaWeek table.fc-agenda-days tbody tr td.fc-state-highlight {
  background: #ddd; }

body .calendar .fc-view-agendaWeek table.fc-agenda-allday thead th {
  border: none !important; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr th.fc-agenda-axis {
  border: none !important;
  background: #fff; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr td.fc-widget-content {
  background: none;
  border: #fff solid 2px;
  border-bottom-width: 1px; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr.fc-minor {
  border-top: none; }

body .calendar .fc-view-agendaWeek table.fc-agenda-slots tr.fc-minor td.fc-widget-content {
  border-top: none;
  border-bottom-width: 2px; }

body .calendar .fc-border-separate tr.fc-last th,
body .calendar .fc-border-separate tr.fc-last td {
  border: none; }

body .calendar .fc-cell-overlay {
  background: #ef6125;
  opacity: .2;
  filter: alpha(opacity=20); }

body .calendar a:hover.fc-event {
  color: #fff; }

body .calendar .fc-other-month {
  color: black;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  /* for IE */
  /* opacity with small font can sometimes look too faded
         might want to set the 'color' property instead
         making day-numbers bold also fixes the problem */ }

.fc-button-content {
  font-family: Lato-Light;
  text-transform: capitalize; }

.digistorm-mobile-calendar {
  min-height: 400px;
  margin: 10px 0 20px;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .digistorm-mobile-calendar {
      display: none; } }
  .digistorm-mobile-calendar .dsmcal-controls:before {
    background-color: #132C6C; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
    background-color: rgba(200, 0, 0, 0.7); }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event {
    border-color: rgba(200, 0, 0, 0.7); }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-0, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-0 {
    border-color: darkgreen; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-1, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1 {
    border-color: blue; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-2, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2 {
    border-color: pink; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-3, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3 {
    border-color: green; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-4, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4 {
    border-color: purple; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-5, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5 {
    border-color: orange; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event.dsmcal-has-multiday.dsmcal-marker-6, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6 {
    border-color: aqua; }
  .digistorm-mobile-calendar .dsmcal-controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    color: white;
    position: relative;
    z-index: 2; }
    .digistorm-mobile-calendar .dsmcal-controls:before {
      content: '';
      display: block;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week {
      z-index: 1;
      width: auto;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      text-align: center;
      cursor: pointer;
      position: relative;
      padding: 4px 0; }
      .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-display {
        display: none; }
      .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select {
        font-size: 11px;
        opacity: 0.75;
        line-height: 1;
        transition: opacity 0.3s;
        margin: 2px 0; }
        .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg {
          height: 1.4em;
          width: auto;
          vertical-align: middle;
          display: inline-block;
          margin-top: -0.2em; }
          .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg g, .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week .dsmcal-month-select svg path {
            fill: white; }
      .digistorm-mobile-calendar .dsmcal-controls div.dsmcal-current-week:hover .dsmcal-month-select {
        opacity: 1; }
    .digistorm-mobile-calendar .dsmcal-controls button {
      z-index: 1;
      cursor: pointer;
      background: none;
      margin: 2px;
      height: 56px;
      width: 56px;
      border: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative; }
      .digistorm-mobile-calendar .dsmcal-controls button:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 0 solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: -5px;
        margin-left: -6px;
        top: 50%;
        left: 50%; }
      .digistorm-mobile-calendar .dsmcal-controls button.dsmcal-prev-week:before {
        -webkit-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
                transform: rotate(135deg); }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-monthnav {
      margin-top: 0%; }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:before {
      -webkit-transform: translateY(-50%) translateY(-2px) rotate(135deg);
          -ms-transform: translateY(-50%) translateY(-2px) rotate(135deg);
              transform: translateY(-50%) translateY(-2px) rotate(135deg); }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week:after {
      -webkit-transform: translateY(-50%) translateY(-2px) rotate(45deg);
          -ms-transform: translateY(-50%) translateY(-2px) rotate(45deg);
              transform: translateY(-50%) translateY(-2px) rotate(45deg); }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-week-range {
      display: none; }
    .digistorm-mobile-calendar .dsmcal-controls.dsmcal-shownav .dsmcal-current-week .dsmcal-month-display {
      display: block; }
    .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav {
      transition: margin 0.3s;
      margin-top: -100%;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: black;
      color: white;
      z-index: -1;
      padding: 20px 0; }
      .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week {
        display: table;
        margin: auto;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
        padding: 5px;
        cursor: pointer; }
        .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav .dsmcal-this-week.dsmcal-is-this-week {
          background-color: rgba(127, 127, 127, 0.5);
          border-radius: 4px; }
      .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table {
        margin: auto; }
        .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 216px;
          cursor: pointer; }
          .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr.dsmcal-selected-week {
            background-color: rgba(127, 127, 127, 0.5);
            border-radius: 4px; }
          .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td {
            padding: 5px;
            width: 30px;
            text-align: center;
            color: white;
            position: relative; }
            .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td .day-badge {
              position: absolute;
              width: 16px;
              height: 16px;
              bottom: -6px;
              right: -6px;
              background: #19284c;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-justify-content: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              font-size: 9px;
              border-radius: 50%;
              color: #fff; }
            .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td[data-events="0"] .day-badge {
              display: none; }
            .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-last-month, .digistorm-mobile-calendar .dsmcal-controls .dsmcal-monthnav table tr td.dsmcal-next-month {
              opacity: 0.5; }

@-webkit-keyframes dsmcal-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes dsmcal-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-loading {
    width: 100%;
    height: 300px;
    position: relative; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-loading:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      height: 30px;
      width: 30px;
      margin-left: -15px;
      margin-top: -15px;
      border: 0 solid black;
      border-width: 1px 0 0 0;
      border-radius: 50%;
      -webkit-animation: dsmcal-rotate 1s linear infinite;
              animation: dsmcal-rotate 1s linear infinite; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-empty {
    text-align: center;
    margin: 40px;
    height: 300px; }
  .digistorm-mobile-calendar .dsmcal-content .dsmcal-day {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    transition: border-color 0.1s;
    margin-top: -1px;
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-today .dsmcal-label {
      background-color: rgba(255, 0, 0, 0.1); }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day:first-child {
      margin-top: 20px; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label {
      font-size: 16px;
      margin: 0px 0;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      padding: 7px 15px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #eee;
      color: black;
      position: relative;
      font-weight: normal; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label div {
        display: inline-block;
        padding: 3px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total {
        color: white;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        text-align: center;
        position: absolute;
        right: 45px;
        top: 9px;
        display: none;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 12px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-total.dsmcal-show-total {
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-weekday {
        display: block;
        padding: 0;
        margin: 0;
        font-weight: bold;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 0.8; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date {
        line-height: 12px;
        padding: 0;
        margin: 0;
        font-size: 12px;
        padding-left: 8px;
        padding-top: 2px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-month {
          color: #7D7D7D; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-date .dsmcal-label-day {
          padding-left: 0px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker {
        position: absolute;
        top: 0px;
        right: 30px;
        margin-right: 40px;
        width: 0px;
        height: 0px;
        border-width: 17px 9px 17px 0;
        border-style: solid;
        opacity: 0.5;
        display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-1 {
          right: 40px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-2 {
          right: 50px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-3 {
          right: 60px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-4 {
          right: 70px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-5 {
          right: 80px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label .dsmcal-label-multimarker.dsmcal-marker-6 {
          right: 90px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 2px;
        background-color: #B9B9B9;
        transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
        transition: transform 0.1s, -webkit-transform 0.1s;
        right: 20px;
        top: 50%;
        -webkit-transform-origin: 1px center;
            -ms-transform-origin: 1px center;
                transform-origin: 1px center; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:before {
        -webkit-transform: translateY(-50%) translateY(4px) rotate(225deg);
            -ms-transform: translateY(-50%) translateY(4px) rotate(225deg);
                transform: translateY(-50%) translateY(4px) rotate(225deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-label:after {
        -webkit-transform: translateY(-50%) translateY(4px) rotate(-45deg);
            -ms-transform: translateY(-50%) translateY(4px) rotate(-45deg);
                transform: translateY(-50%) translateY(4px) rotate(-45deg); }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event {
      border: 0px solid #eee;
      border-collapse: collapse;
      padding: 0 16px;
      visibility: hidden;
      max-height: 0px;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 36px;
      border-left: 2px solid rgba(255, 0, 0, 0.7);
      position: relative;
      cursor: pointer; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 1px;
        background-color: #888;
        transition: -webkit-transform 0.1s;
        transition: transform 0.1s;
        transition: transform 0.1s, -webkit-transform 0.1s;
        right: 26px;
        top: 14px;
        margin-right: -6px;
        -webkit-transform-origin: 0px center;
            -ms-transform-origin: 0px center;
                transform-origin: 0px center;
        opacity: 0.5; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:before, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:before {
        -webkit-transform: translateY(-50%) translateY(1px) rotate(225deg);
            -ms-transform: translateY(-50%) translateY(1px) rotate(225deg);
                transform: translateY(-50%) translateY(1px) rotate(225deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event:after, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event:after {
        -webkit-transform: translateY(-50%) translateY(1px) rotate(-45deg);
            -ms-transform: translateY(-50%) translateY(1px) rotate(-45deg);
                transform: translateY(-50%) translateY(1px) rotate(-45deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: #eee;
        padding: 6px;
        margin: 12px 0 10px;
        color: black;
        opacity: 0.7;
        font-size: 12px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day .dsmcal-multiday-events .dsmcal-event .dsmcal-event-add a.dsmcal-addtocalendar svg.dsmcal-cal-icon {
          display: inline-block;
          width: 16px;
          margin-right: 10px; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day:not(.dsmcal-day-expanded) .dsmcal-event {
      overflow: hidden; }
    .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded {
      padding-bottom: 5px; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:before {
        -webkit-transform: translateY(-50%) translateY(0px) rotate(135deg);
            -ms-transform: translateY(-50%) translateY(0px) rotate(135deg);
                transform: translateY(-50%) translateY(0px) rotate(135deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label:after {
        -webkit-transform: translateY(-50%) translateY(0px) rotate(45deg);
            -ms-transform: translateY(-50%) translateY(0px) rotate(45deg);
                transform: translateY(-50%) translateY(0px) rotate(45deg); }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-multimarker {
        display: none; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-label .dsmcal-label-total {
        display: none; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-multiday-events {
        margin-top: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd; }
      .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event {
        visibility: visible;
        max-height: 100vh;
        margin: 10px 0;
        margin-left: 65px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-timestart {
          position: absolute;
          right: 100%;
          font-size: 10px;
          font-weight: bold;
          width: 50px;
          padding-right: 10px;
          text-align: right;
          opacity: 0.5; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-title {
          font-size: 14px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-time {
          font-size: 12px;
          margin-top: 5px;
          opacity: 0.7;
          display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body {
          font-size: 12px;
          margin: 14px 0 5px;
          display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-add {
          display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment {
          padding-left: 25px;
          position: relative; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-attachment i {
            position: absolute;
            left: 0;
            top: 9px;
            width: 20px;
            text-align: center; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday {
          padding-top: 0px;
          padding-bottom: 0px; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-title {
            font-size: 12px; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-body {
            display: none; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-time {
            display: none; }
          .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-has-multiday .dsmcal-event-add {
            display: none; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-title {
          margin-bottom: 14px; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-time, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-body, .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded .dsmcal-event-add {
          display: block; }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:before {
          -webkit-transform: translateY(-50%) translateY(-2px) rotate(135deg);
              -ms-transform: translateY(-50%) translateY(-2px) rotate(135deg);
                  transform: translateY(-50%) translateY(-2px) rotate(135deg); }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event.dsmcal-event-expanded:after {
          -webkit-transform: translateY(-50%) translateY(-2px) rotate(45deg);
              -ms-transform: translateY(-50%) translateY(-2px) rotate(45deg);
                  transform: translateY(-50%) translateY(-2px) rotate(45deg); }
        .digistorm-mobile-calendar .dsmcal-content .dsmcal-day.dsmcal-day-expanded .dsmcal-event .dsmcal-event-body:empty {
          display: none !important; }

/*# sourceMappingURL=main.css.map */
