
@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; */
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; */
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; */
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  /* -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; */
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body, html {
  height: 100%;
  width: 100%; }

body {
  font-family: "Lato", sans-serif!important; 
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

.transition, nav, nav ul.navbar-nav li a, nav ul.navbar-nav li .default-form .gform_footer input, .default-form .gform_footer nav ul.navbar-nav li input, nav ul.navbar-nav li a:hover, ul.page-controls li a:hover, ul.page-controls li .default-form .gform_footer input:hover, .default-form .gform_footer ul.page-controls li input:hover, .footer-2 .flex-blue ul li a, .footer-2 .flex-blue ul li .default-form .gform_footer input, .default-form .gform_footer .footer-2 .flex-blue ul li input, .footer-2 .flex-blue ul li a:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

a:active, .default-form .gform_footer input:active, a:focus, .default-form .gform_footer input:focus, div:active, div:focus, img:active, img:focus, button:active, button:focus, .btn:active, .btn:focus, input#spinner:active, input#spinner:focus {
  outline: none;
  box-shadow: none; }

button {
  padding-right: 0;
  cursor: pointer; }

a, .default-form .gform_footer input, button {
  border: 0; }
  a.text-link, .default-form .gform_footer input.text-link, button.text-link {
    position: relative; }
    a.text-link:after, .default-form .gform_footer input.text-link:after, button.text-link:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 0;
      height: 1px;
      background: #fff;
      transition: width .3s; }
    a.text-link:hover, .default-form .gform_footer input.text-link:hover, button.text-link:hover {
      text-decoration: none; }
      a.text-link:hover:after, .default-form .gform_footer input.text-link:hover:after, button.text-link:hover:after {
        width: 100%;
        transition: width .3s; }
  a.theme-button, .default-form .gform_footer input, button.theme-button {
    display: inline-flex !important;
    align-items: center;
    height: 49px;
    background-color: #3f9cc4;
    border-radius: 30px;
    padding-left: 34px;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space:nowrap; }
    a.theme-button.orange, .default-form .gform_footer input.orange, button.theme-button.orange {
      background-color: #ed452f; }
    a.theme-button.white, .default-form .gform_footer input.white, button.theme-button.white {
      background-size: 100% 100%;
      background-color: #fff;
      color: #3f9cc4; }
      a.theme-button.white:after, .default-form .gform_footer input.white:after, button.theme-button.white:after {
        color: #fff; }
    a.theme-button:after, .default-form .gform_footer input:after, button.theme-button:after {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      padding-right: 15px;
      padding-left: 34px;
      font-size: 13px;
      transition: transform .4s ease;
      transform: translateX(0px);
      position: relative; }
    a.theme-button:hover, .default-form .gform_footer input:hover, a.theme-button:focus, .default-form .gform_footer input:focus, a.theme-button:active, .default-form .gform_footer input:active, button.theme-button:hover, button.theme-button:focus, button.theme-button:active {
      text-decoration: none;
      outline: none;
      color:#fff !important; }
    a.theme-button:hover:after, .default-form .gform_footer input:hover:after, button.theme-button:hover:after {
      transition: transform 0.3s ease;
      transform: translateX(5px); }
  a.plain, .default-form .gform_footer input.plain, button.plain {
    background-image: none;
    background-color: #3f9cc4;
    justify-content: center;
    padding: 0;
    font-size: 30px !important;
    padding: 0 50px; }
    a.plain:after, .default-form .gform_footer input.plain:after, button.plain:after {
      display: none; }
  a.top, .default-form .gform_footer input.top, button.top {
    height: 35px;
    width: 35px;
    background-color: #7f7f7f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff; }
    a.top:after, .default-form .gform_footer input.top:after, button.top:after {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      transition: transform .4s ease;
      transform: translateY(0px);
      padding-left: 2px;
      padding-bottom: 1px; }
    a.top:hover, .default-form .gform_footer input.top:hover, button.top:hover {
      text-decoration: none;
      outline: none; }
      a.top:hover:after, .default-form .gform_footer input.top:hover:after, button.top:hover:after {
        transition: transform 0.3s ease;
        transform: translateY(-3px); }
  a.shadow, .default-form .gform_footer input.shadow, button.shadow {
    box-shadow: 0 1px 2px transparent;
    transition: box-shadow 0.3s ease-in-out; }
    a.shadow:hover, .default-form .gform_footer input.shadow:hover, button.shadow:hover {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes inM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(45deg); } }

@keyframes outM {
  50% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(45deg); } }

@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }

@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }

@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg); } }

@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(9px) rotate(0deg); }
  100% {
    transform: translateY(9px) rotate(135deg); } }

@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }

@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }

@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg); } }

@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg); }
  50% {
    transform: translateY(-9px) rotate(0deg); }
  100% {
    transform: translateY(-9px) rotate(135deg); } }

@media screen and (max-width: 991px) {
  nav.navbar {
    background-color: #fff; } }

@media screen and (min-width: 1200px) {
  nav .container {
    padding: 0;
    text-align: center;
  
  } }

@media screen and (max-width: 1200px) {
  nav .navbar-brand img {
    max-width: 200px; } }

@media screen and (max-width: 480px) {
  nav .navbar-brand img {
    max-width: 162px; } }

nav button.navbar-toggler span {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #3f9cc4;
  display: block; }
  nav button.navbar-toggler span + span {
    margin-top: 3px; }
  nav button.navbar-toggler span:first-child {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  nav button.navbar-toggler span:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }
  nav button.navbar-toggler span:last-child {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse; }

nav button[aria-expanded=true] span {
  background-color: #ed452f; }
  nav button[aria-expanded=true] span:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards; }
  nav button[aria-expanded=true] span:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards; }
  nav button[aria-expanded=true] span:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
    opacity: 0; }

nav ul.navbar-nav li a, nav ul.navbar-nav li .default-form .gform_footer input, .default-form .gform_footer nav ul.navbar-nav li input {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 14px;
  line-height: normal;
  color: #000;
  letter-spacing: 1px;}
  nav ul.navbar-nav li a:hover, nav ul.navbar-nav li .default-form .gform_footer input:hover, .default-form .gform_footer nav ul.navbar-nav li input:hover {
    color: #3f9cc4; }
  nav ul.navbar-nav li a.dropdown-toggle, nav ul.navbar-nav li .default-form .gform_footer input.dropdown-toggle, .default-form .gform_footer nav ul.navbar-nav li input.dropdown-toggle {
    display: inline-flex;
    align-items: center; }
    nav ul.navbar-nav li a.dropdown-toggle:after, nav ul.navbar-nav li .default-form .gform_footer input.dropdown-toggle:after, .default-form .gform_footer nav ul.navbar-nav li input.dropdown-toggle:after {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      border: none;
      height: auto; }

@media screen and (min-width: 1024px) {
  nav ul.navbar-nav > li:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ed452f;
    transition: width .3s; }
  nav ul.navbar-nav > li:hover:after {
    width: 100%;
    transition: width .3s; } }

@media screen and (min-width: 1201px) {
  nav ul.navbar-nav li {
    margin-left: 25px; 
  } 
  
  .dropdown-menu > li {
    margin-left: 0px!important;
  }
  .dropdown-menu > li:hover:after{
    display:none!important;
  }
  .dropdown-menu > li.active a{
    color: #3f9cc4!important;
  }
}

nav ul.navbar-nav li.active a, nav ul.navbar-nav li.active .default-form .gform_footer input, .default-form .gform_footer nav ul.navbar-nav li.active input {
  color: #3f9cc4; }

nav ul.navbar-nav li.active:after {
  width: 100%; }

.bg-light {
  transition: all .5s;
  background-color: rgba(255, 255, 255, 0.9) !important; }

.breadcrumbs{
  display: flex;
  padding: 3rem 0rem 3rem 0rem;
}

.breadcrumbs > ul{
  padding-left: 1rem;
}

.breadcrumbs > .bc-img{
  height: 25px;
  width: 25px;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs span.post.post-page.current-item {
  color: #3f9cc4 !important;
}

span.current-breadcrumb {
  color: #3f9cc4 !important;
}

ol.breadcrumb {
  background-color: transparent;
  padding-bottom: 80px;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    ol.breadcrumb {
      padding-bottom: 40px; } }
  ol.breadcrumb li.breadcrumb-item + li.breadcrumb-item:before {
    content: '>';
    color: #000; }
  ol.breadcrumb:before {
    content: '';
    background-image: url("../images/rise-logo-small.png");
    background-size: 25px;
    height: 25px;
    width: 25px; }
  ol.breadcrumb li {
    font-weight: 400; }
    ol.breadcrumb li:first-child {
      padding-left: 10px; }
    ol.breadcrumb li a, ol.breadcrumb li .default-form .gform_footer input, .default-form .gform_footer ol.breadcrumb li input {
      color: #000;
      position: relative; }
      ol.breadcrumb li a:after, ol.breadcrumb li .default-form .gform_footer input:after, .default-form .gform_footer ol.breadcrumb li input:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        width: 0;
        height: 1px;
        background: #000;
        transition: width .3s; }
      ol.breadcrumb li a:hover, ol.breadcrumb li .default-form .gform_footer input:hover, .default-form .gform_footer ol.breadcrumb li input:hover {
        text-decoration: none; }
        ol.breadcrumb li a:hover:after, ol.breadcrumb li .default-form .gform_footer input:hover:after, .default-form .gform_footer ol.breadcrumb li input:hover:after {
          width: 100%;
          transition: width .3s; }
    ol.breadcrumb li.active {
      color: #3f9cc4; }

ul.page-controls {
  display: flex;
  margin-bottom: 0;
  list-style: none; }
  @media screen and (max-width: 1024px) {
    ul.page-controls {
      padding-left: 0;
      justify-content: center;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (max-width: 375px) {
    ul.page-controls {
      flex-wrap: wrap; } }
  ul.page-controls li a, ul.page-controls li .default-form .gform_footer input, .default-form .gform_footer ul.page-controls li input {
    color: #fff;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px; }
    @media screen and (min-width: 425px) {
      ul.page-controls li a, ul.page-controls li .default-form .gform_footer input, .default-form .gform_footer ul.page-controls li input {
        font-size: 14px; } }
    ul.page-controls li a:hover, ul.page-controls li .default-form .gform_footer input:hover, .default-form .gform_footer ul.page-controls li input:hover {
      text-decoration: none;
      opacity: .7; }
  ul.page-controls li:first-child a, ul.page-controls li:first-child .default-form .gform_footer input, .default-form .gform_footer ul.page-controls li:first-child input {
    padding-right: 10px; }
    @media screen and (min-width: 425px) {
      ul.page-controls li:first-child a, ul.page-controls li:first-child .default-form .gform_footer input, .default-form .gform_footer ul.page-controls li:first-child input {
        padding-right: 24px; } }
    ul.page-controls li:first-child a:before, ul.page-controls li:first-child .default-form .gform_footer input:before, .default-form .gform_footer ul.page-controls li:first-child input:before {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 13.69px;
      padding-right: 10px; }
      @media screen and (min-width: 425px) {
        ul.page-controls li:first-child a:before, ul.page-controls li:first-child .default-form .gform_footer input:before, .default-form .gform_footer ul.page-controls li:first-child input:before {
          padding-right: 21px; } }
  ul.page-controls li:last-child {
    display: flex;
    align-items: center; }
    ul.page-controls li:last-child:before {
      content: '';
      width: 1px;
      height: 28px;
      background-color: #000;
      opacity: .2; }
    ul.page-controls li:last-child a, ul.page-controls li:last-child .default-form .gform_footer input, .default-form .gform_footer ul.page-controls li:last-child input {
      padding-left: 10px; }
      @media screen and (min-width: 425px) {
        ul.page-controls li:last-child a, ul.page-controls li:last-child .default-form .gform_footer input, .default-form .gform_footer ul.page-controls li:last-child input {
          padding-left: 24px; } }
      ul.page-controls li:last-child a:after, ul.page-controls li:last-child .default-form .gform_footer input:after, .default-form .gform_footer ul.page-controls li:last-child input:after {
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 13.69px;
        padding-left: 10px; }
        @media screen and (min-width: 425px) {
          ul.page-controls li:last-child a:after, ul.page-controls li:last-child .default-form .gform_footer input:after, .default-form .gform_footer ul.page-controls li:last-child input:after {
            padding-right: 21px; } }
  ul.page-controls.dark li a, ul.page-controls.dark li .default-form .gform_footer input, .default-form .gform_footer ul.page-controls.dark li input {
    color: #757575; }

ul.social-media {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center; }
  ul.social-media li {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    ul.social-media li:first-child {
      background-color: #475993; }
    ul.social-media li:nth-child(2) {
      background-color: #76a9ea; }
    ul.social-media li:nth-child(3) {
      background-color: #f61c0d; }
    ul.social-media li:nth-child(4) {
      background-color: #0077b7; }
    ul.social-media li a, ul.social-media li .default-form .gform_footer input, .default-form .gform_footer ul.social-media li input {
      color: #fff;
      font-size: 30px; }
      ul.social-media li a i, ul.social-media li .default-form .gform_footer input i, .default-form .gform_footer ul.social-media li input i {
        transition: transform 0.3s ease; }
      ul.social-media li a:hover i, ul.social-media li .default-form .gform_footer input:hover i, .default-form .gform_footer ul.social-media li input:hover i {
        transition: transform 0.3s ease;
        transform: scale(0.8); }

ul.events-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  ul.events-list li.single-event ul.event-details {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0; }
    ul.events-list li.single-event ul.event-details li {
      font-size: 18px; }
      @media screen and (max-width: 480px) {
        ul.events-list li.single-event ul.event-details li {
          font-size: 14px; } }
      ul.events-list li.single-event ul.event-details li:first-child {
        min-width: 100px;
        padding-right: 8px;
        color: #ed452f;
        font-weight: 700; }
        @media screen and (max-width: 480px) {
          ul.events-list li.single-event ul.event-details li:first-child {
            min-width: auto; } }
      ul.events-list li.single-event ul.event-details li:nth-child(2) {
        min-width: 173px;
        padding-right: 18px; }
        @media screen and (max-width: 480px) {
          ul.events-list li.single-event ul.event-details li:nth-child(2) {
            min-width: auto;
            padding-right: 8px; } }
      ul.events-list li.single-event ul.event-details li + li:before {
        content: '/';
        padding-right: 8px;
        color: #757575;
        opacity: .3; }

form sup, form span.gfield_required {
  color: #ff0000; }

form label {
  min-width: 63px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0; }

  @media (max-width:767px){
    .woocommerce-checkout form label{
      font-size:13px;
    }
  }

form .form-group {
  margin-bottom: 0; }
  form .form-group select {
    background: transparent;
    border: 0;
    color: #fff; }
    form .form-group select.form-control {
      padding: 0; }
    form .form-group select option {
      color: #fff;
      background-color: #ed452f;
      border: 0; }
      form .form-group select option:hover {
        background-color: #ed452f;
        color: rgba(255, 255, 255, 0.5); }
  form .form-group input {
    border-radius: 30px;
    border: 0; }
    form .form-group input.search {
      height: 36px;
      width: 418px;
      position: relative; }
      @media screen and (max-width: 768px) {
        form .form-group input.search {
          width: 100%; } }
      form .form-group input.search::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #909090;
        font-style: italic;
        font-weight: 400; }
      form .form-group input.search::-moz-placeholder {
        /* Firefox 19+ */
        color: #909090;
        font-style: italic;
        font-weight: 400; }
      form .form-group input.search:-ms-input-placeholder {
        /* IE 10+ */
        color: #909090;
        font-style: italic;
        font-weight: 400; }
      form .form-group input.search:-moz-placeholder {
        /* Firefox 18- */
        color: #909090;
        font-style: italic;
        font-weight: 400; }
  form .form-group.select {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center; }
    form .form-group.select .form-control {
      cursor: pointer;
      -webkit-appearance: none;
      /* for webkit browsers */
      -moz-appearance: none;
      /* for firefox */
      appearance: none;
      /* for modern browsers */
      padding-right: 20px; }
      form .form-group.select .form-control:hover, form .form-group.select .form-control:focus, form .form-group.select .form-control:active {
        box-shadow: none;
        background-color: transparent;
        outline: none;
        color: #fff; }
    form .form-group.select:after {
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      right: 0;
      z-index: 1;
      pointer-events: none;
      color: #fff;
      cursor: pointer; }
      @media screen and (max-width: 480px) {
        form .form-group.select:after {
          right: 5px;
          font-size: 14px; } }

.default-form .gform_heading {
  padding-bottom: 18px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(252, 176, 22, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
  @media screen and (max-width: 480px) {
    .default-form .gform_heading {
      padding-bottom: 10px;
      margin-bottom: 30px; } }
  .default-form .gform_heading h3, .default-form .gform_heading p {
    margin-bottom: 0; }
  .default-form .gform_heading h3 {
    color: #3f9cc4;
    font-weight: 700;
    font-size: 26px;
    line-height: normal; }
    @media screen and (min-width: 1024px) {
      .default-form .gform_heading h3 {
        font-size: 36px;
        line-height: normal; } }
  .default-form .gform_heading p {
    color: #757575;
    font-size: 12px;
    line-height: normal; }
    @media screen and (min-width: 1024px) {
      .default-form .gform_heading p {
        font-size: 16px;
        line-height: normal; } }
  @media screen and (max-width: 480px) {
    .default-form .gform_heading {
      flex-wrap: wrap; }
      .default-form .gform_heading h3 {
        margin-bottom: 15px; } }



.default-form .gform_body .ginput_container input, .default-form .gform_body .ginput_container select, .default-form .gform_body .ginput_container textarea {
  border-radius: 4px;
  border: 1px solid #e1e1e1 !important;
  width: 100%;
  padding-left: 10px; }
  @media screen and (min-width: 1024px) {
    .default-form .gform_body .ginput_container input, .default-form .gform_body .ginput_container select, .default-form .gform_body .ginput_container textarea {
      max-width: 436px; } }

.default-form .gform_body .ginput_container textarea {
  height: 250px; }

.default-form .gform_body .ginput_container input, .default-form .gform_body .ginput_container select {
  height: 41px; }

.default-form .gform_body .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.default-form .gform_body .ginput_container.ginput_container_select {
  position: relative; }
  .default-form .gform_body .ginput_container.ginput_container_select:after {
    position: absolute;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    right: 20px;
    bottom: 10px; }

.default-form .gform_body input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .default-form .gform_body input[type=checkbox] + label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 0; }
    .default-form .gform_body input[type=checkbox] + label span {
      margin-left: 12px; }
      @media screen and (max-width: 480px) {
        .default-form .gform_body input[type=checkbox] + label span {
          margin-left: 8px; } }
    .default-form .gform_body input[type=checkbox] + label:before {
      width: 29px;
      height: 29px;
      border-radius: 4px;
      border: 2px solid black !important;
      background-color: #fff;
      font-family: FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(117, 117, 117, 0); }
      @media screen and (max-width: 480px) {
        .default-form .gform_body input[type=checkbox] + label:before {
          width: 20px;
          height: 20px;
          font-size: 12px; } }
      @media screen and (max-width: 320px) {
        .default-form .gform_body input[type=checkbox] + label:before {
          height: 18px; } }
    .default-form .gform_body input[type=checkbox] + label:hover:before {
      color: rgba(117, 117, 117, 0.2); }
  .default-form .gform_body input[type=checkbox]:checked + label:before {
    color: #757575; }

.default-form .gform_footer {
  position: relative; }
  .default-form .gform_footer:after {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 13px;
    transition: transform .4s ease;
    transform: translateX(-15px);
    position: absolute;
    right: 15px;
    color: #fff; }
  .default-form .gform_footer:hover, .default-form .gform_footer:focus, .default-form .gform_footer:active {
    text-decoration: none;
    outline: none; }
  .default-form .gform_footer:hover:after {
    transition: transform 0.3s ease;
    transform: translateX(-8px); }
  .default-form .gform_footer input {
    height: 49px;
    width: 100% !important;
    max-width: 304px;
    padding-left: 54px;
    cursor: pointer; }
    @media screen and (max-width: 320px) {
      .default-form .gform_footer input {
        padding-left: 24px; } }

/* input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; } */

.white-bg {
  background-color: #fff; }

.gray-bg {
  background-color: #e3e3e3; }

section.banner {
  display: flex;
  position: relative;
  background-image: url("../images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 1024px) {
    section.banner {
      padding-top: 100px; } 
      .single-tribe_events section.banner{
         padding-top: 29px;}}
  section.banner.no-ribbon img.border-btm,
  section.banner.no-ribbon img.border-btm-2 {
    display: none; }
  section.banner img.border-btm {
    position: absolute;
    bottom: -1px;
    width: 100%; }
  section.banner img.border-btm-2 {
    position: absolute;
    top: 100%;
    width: 100%; }
  @media screen and (min-width: 1200px) {
    section.banner .banner-slide-text {
      margin-left: 100px; } 
    /* .single-tribe_events section.banner .banner-slide-text{
      margin-top:-80px;
    } */
    }
  section.banner .banner-slide-text .text-slide h1, section.banner .banner-slide-text .text-slide h2, section.banner .banner-slide-text .text-slide h3 {
    font-family: "Lato", sans-serif; }
  section.banner .banner-slide-text .text-slide h1, section.banner .banner-slide-text .text-slide h2 {
    font-weight: 700;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      section.banner .banner-slide-text .text-slide h1, section.banner .banner-slide-text .text-slide h2 {
        margin-bottom: 20px; } }
  section.banner .banner-slide-text .text-slide h1 {
    font-size: 50px;
    color: #ed452f;
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      section.banner .banner-slide-text .text-slide h1 {
        font-size: 50px;
        line-height: normal; } }
  section.banner .banner-slide-text .text-slide h2 {
    color: #3f9cc4;
    font-size: 28px; }
    @media screen and (min-width: 1200px) {
      section.banner .banner-slide-text .text-slide h2 {
        font-size: 40px;
        line-height: normal;} }
  .single-tribe_events section.banner .banner-slide-text .text-slide p{
    font-weight:300;
    text-shadow:0px 1px black;}
  @media(max-width:767px){
    .single-tribe_events section.banner .banner-slide-text .text-slide p,
    .single-tribe_events section.banner .banner-slide-text .text-slide h2,
    .single-tribe_events section.banner .banner-slide-text .text-slide h1{
      padding:10px;
    }
  }
  section.banner .banner-slide-text .text-slide p {
    font-weight: 300;
    font-size: 18px;
    max-width: 640px; }
    @media screen and (min-width: 1200px) {
      section.banner .banner-slide-text .text-slide p {
        font-size: 24px;
        line-height: normal; 
        text-shadow:0px 1px black;} }
  @media screen and (max-width: 1200px) {
    section.banner .banner-slide-img img {
      max-height: 280px;
      width: auto;
      margin-right: auto;
      margin-left: auto; } }
  /* @media screen and (min-width: 1200px) {
    section.banner .row {
      height: 791px; } } */
  @media (min-width: 1200px) {
    section.banner .container {
      max-width: 1359px; } }
  section.banner.static h1 {
    text-transform: capitalize !important; }

section.banner-static {
  background-image: url("../images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 530px;
  display: flex;
  align-items: flex-end; }
  section.banner-static .container {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      section.banner-static .container {
        flex-wrap: wrap; } }
  section.banner-static .page-title {
    align-self: center;
    max-width: 660px; }
    section.banner-static .page-title h1 {
      font-size: 72px;
      line-height: normal;
      color: #ed452f;
      font-family: "Lato", sans-serif;
      font-weight: 700; }
      @media screen and (max-width: 1024px) {
        section.banner-static .page-title h1 {
          font-size: 52px;
          line-height: normal; } }
      @media screen and (max-width: 320px) {
        section.banner-static .page-title h1 {
          font-size: 32px;
          line-height: normal; } }
    section.banner-static .page-title h3 {
      color: #3f9cc4;
      font-weight: 700;
      font-size: 26px; }
      @media screen and (min-width: 1024px) {
        section.banner-static .page-title h3 {
          font-size: 36px;
          line-height: normal; } }
    section.banner-static-new .page-title ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      section.banner-static-new .page-title ul li a, section.banner-static-new.page-title ul li .default-form .gform_footer input, .default-form .gform_footer section.banner-static-new .page-title ul li input {
        font-size: 36px;
        color: #3f9cc4;
        font-weight: 700;
        padding-left: 15px; }
        @media screen and (max-width: 768px) {
          section.banner-static-new .page-title ul li a, section.banner-static-new .page-title ul li .default-form .gform_footer input, .default-form .gform_footer section.banner-static-new .page-title ul li input {
            font-size: 26px; } }
        @media screen and (max-width: 320px) {
          section.banner-static-new .page-title ul li a, section.banner-static-new .page-title ul li .default-form .gform_footer input, .default-form .gform_footer section.banner-static-new .page-title ul li input {
            font-size: 16px; } }
      section.banner-static-new .page-title ul li:before, .banner-slide-new-wrapper .page-title ul li:before {
        color: #ed452f; }
      section.banner-static-new .page-title ul li.mail, .banner-slide-new-wrapper .page-title ul li.mail {
        display: flex;
        align-items: center;
        font-size: 28px;
      }
        section.banner-static-new .page-title ul li.mail:before, .banner-slide-new-wrapper .page-title ul li.mail:before{
          font-family: FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 24px; }
      section.banner-static-new .page-title ul li.call, .banner-slide-new-wrapper .page-title ul li.call  {
        display: flex;
        align-items: center;
        font-size: 28px;
      }
        section.banner-static-new .page-title ul li.call:before, .banner-slide-new-wrapper .page-title ul li.call:before {
          font-family: FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          font-size: 24px; }
    section.banner-static-new .page-title p {
      font-weight: 300;
      font-size: 16px;
      color: #000; }
      @media screen and (min-width: 1024px) {
        section.banner-static-new .page-title p {
          font-size: 18px;
          line-height: normal; } }
  section.banner-static .img-wrapper {
    align-self: flex-end; }
  @media screen and (max-width: 1024px) {
    section.banner-static {
      padding-top: 100px; } }

section.border-wrapper {
  background-color: #ed452f;
  min-height: 65px;
  display: flex;
  align-items: center; }
  section.border-wrapper.tabs {
    align-items: flex-end; }
    section.border-wrapper.tabs ul.nav-tabs {
      justify-content: center;
      padding-top: 35px; }
      section.border-wrapper.tabs ul.nav-tabs li {
        background-color: #fff;
        padding-bottom: 20px;
        padding-left: 29px;
        padding-right: 29px;
        padding-top: 13px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px; }
        @media screen and (max-width: 767px){
          section.border-wrapper.tabs ul.nav-tabs li {
            padding: 10px; }}
        @media screen and (max-width: 480px) {
          section.border-wrapper.tabs ul.nav-tabs li {
            padding: 8px; } }
        section.border-wrapper.tabs ul.nav-tabs li a, section.border-wrapper.tabs ul.nav-tabs li .default-form .gform_footer input, .default-form .gform_footer section.border-wrapper.tabs ul.nav-tabs li input {
          font-size: 18px;
          font-weight: 700;
          color: #ed452f;
          border: 0; }
          @media screen and (max-width: 480px) {
            section.border-wrapper.tabs ul.nav-tabs li a, section.border-wrapper.tabs ul.nav-tabs li .default-form .gform_footer input, .default-form .gform_footer section.border-wrapper.tabs ul.nav-tabs li input {
              font-size: 14px; } }
          @media screen and (max-width: 375px) {
            section.border-wrapper.tabs ul.nav-tabs li a, section.border-wrapper.tabs ul.nav-tabs li .default-form .gform_footer input, .default-form .gform_footer section.border-wrapper.tabs ul.nav-tabs li input {
              font-size: 12px; } }
          section.border-wrapper.tabs ul.nav-tabs li a.active, section.border-wrapper.tabs ul.nav-tabs li .default-form .gform_footer input.active, .default-form .gform_footer section.border-wrapper.tabs ul.nav-tabs li input.active {
            border: 0; }
          section.border-wrapper.tabs ul.nav-tabs li a:hover, section.border-wrapper.tabs ul.nav-tabs li .default-form .gform_footer input:hover, .default-form .gform_footer section.border-wrapper.tabs ul.nav-tabs li input:hover {
            border: 0; }
        section.border-wrapper.tabs ul.nav-tabs li + li {
          margin-left: 20px; }
  section.border-wrapper .flex {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 1024px) {
      section.border-wrapper .flex {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 10px; } }
    @media screen and (min-width: 1024px) {
      section.border-wrapper .flex .wrapper + .wrapper {
        margin-left: 40px; } }
    section.border-wrapper .flex .wrapper:first-child {
      display: flex;
      align-items: center; }
      section.border-wrapper .flex .wrapper:first-child:after {
        content: '';
        width: 1px;
        height: 28px;
        opacity: .2; }
        @media screen and (min-width: 768px) {
          section.border-wrapper .flex .wrapper:first-child:after {
            background-color: #000;
            margin-left: 28px;
            margin-right: 28px; } }
        @media screen and (min-width: 1024px) {
          section.border-wrapper .flex .wrapper:first-child:after {
            margin-right: 0; } }
    @media screen and (max-width: 480px) {
      section.border-wrapper .flex .wrapper:nth-child(2) {
        flex-basis: 90%; } }
    section.border-wrapper .flex .wrapper:nth-child(2) .form-group.search {
      position: relative; }
      section.border-wrapper .flex .wrapper:nth-child(2) .form-group.search:before {
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        color: #909090;
        right: 23px;
        bottom:7px;
        z-index: 1;
        transition: transform 0.3s ease; }
      section.border-wrapper .flex .wrapper:nth-child(2) .form-group.search:hover:before {
        transition: transform 0.3s ease;
        transform: scale(0.8); }
    @media screen and (max-width: 1024px) {
      section.border-wrapper .flex .wrapper:nth-child(3) {
        flex-basis: 90%; } }
    section.border-wrapper .flex.events {
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        section.border-wrapper .flex.events {
          justify-content: center; } }
      section.border-wrapper .flex.events .wrapper:first-child:after {
        display: none; }
      section.border-wrapper .flex.events .wrapper:first-child form {
        display: flex;
        align-items: center; }
        section.border-wrapper .flex.events .wrapper:first-child form:first-child:after {
          content: '';
          width: 1px;
          height: 28px;
          opacity: .2; }
          @media screen and (min-width: 768px) {
            section.border-wrapper .flex.events .wrapper:first-child form:first-child:after {
              background-color: #000;
              margin-left: 28px;
              margin-right: 28px; } }
          @media screen and (min-width: 1024px) {
            section.border-wrapper .flex.events .wrapper:first-child form:first-child:after {
              margin-right: 40px; } }
  section.border-wrapper .input-group {
    display: flex;
    justify-content: center;
    align-items: center; }
    section.border-wrapper .input-group button {
      height: 36px;
      width: 46px;
      background-color: #3f9cc4;
      color: #fff;
      padding: 0; }
    section.border-wrapper .input-group input, section.border-wrapper .input-group .page-number {
      height: 43px;
      width: 43px;
      border-radius: 50% !important;
      padding: 0;
      margin: 0;
      border: 0;
      color: #3f9cc4;
      font-weight: 500;
      background-color: #fff; }
    section.border-wrapper .input-group .page-number {
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 1000; }
    section.border-wrapper .input-group .input-group-prepend button {
      display: flex;
      justify-content: flex-start;
      margin-right: -20px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px; }
      section.border-wrapper .input-group .input-group-prepend button i {
        padding-left: 8px;
        color: #fff; }
    section.border-wrapper .input-group .input-group-append button {
      display: flex;
      justify-content: flex-end;
      margin-left: -20px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
      section.border-wrapper .input-group .input-group-append button i {
        padding-right: 8px;
        color:#fff; }
    section.border-wrapper .input-group p {
      margin-bottom: 0;
      padding-left: 18px;
      color: #fff;
      font-size: 16px;
      font-weight: 400; }

section.home-event {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  overflow: hidden;
  /* max-height: 1200px;*/ } 
  @media screen and (max-width: 1024px) {
    section.home-event {
      height: auto;
      padding: 0px 0; } }
  @media screen and (max-width: 768px) {
    section.home-event {
      justify-content: center;
      padding: 0px 0; } }
  @media screen and (max-width: 768px) {
    section.home-event {
      max-height:initial;
      }}
  section.home-event .event-list {
    /* display: -webkit-inline-box; */
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap; 
  }
  section.home-event .flex:first-child {
    /* max-width: 687px; */
    width: 100%;
    margin-right: initial; }
    @media screen and (max-width: 1024px) {
      section.home-event .flex:first-child {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        flex-wrap: wrap; } }
    @media screen and (max-width: 900px) {
      section.home-event .flex:first-child {
        flex-wrap: wrap; } }
  section.home-event .flex:last-child {
    /* max-width: 427px; */
    width: 100%; }
    @media screen and (max-width: 480px) {
      section.home-event .flex:last-child {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%; } }
  section.home-event .heading {
    padding: 30px 0; }
    @media screen and (min-width: 768px) {
      section.home-event .heading {
        padding: 3rem 0; } }
    section.home-event .heading h2 {
      font-weight: 400;
      color: #ed452f;
      font-size: 32px; }
      section.home-event .heading h2 span {
        color: #3f9cc4; }
      @media screen and (min-width: 768px) {
        section.home-event .heading h2 {
          font-size: 48px;
          line-height: normal; } }
  @media screen and (max-width: 900px) {
    section.home-event .event {
      flex-basis: 90%; } }
  section.home-event .event .img-wrapper {
    height: 258px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 431px; }
    @media screen and (min-width: 1440px) {
      section.home-event .event .img-wrapper {
        margin-left: 15px;
        max-width: 673px;
        width: 100%;
        max-width: 673px; } }
    @media screen and (max-width: 900px) {
      section.home-event .event .img-wrapper {
        width: 100%;
        height:195px; } }
  section.home-event .event .description {
    background-color: rgba(78, 202, 245, 0.9);
    padding: 20px;
    color: #fff;
    max-width: 400px;
   }
    @media screen and (max-width: 1024px) {
      section.home-event .event .description {
        margin: 0!important;
        max-width: 100%; } }
    @media screen and (max-width: 480px) {
      section.home-event .event .description {
        margin-left: 0!important;
        margin-top: 0!important; } }
    @media screen and (min-width: 768px) {
      section.home-event .event .description {
        height: 100%;
        margin-top: -80px; } }
    section.home-event .event .description h3 {
      margin-bottom: 0;
      font-size: 21px;
      font-weight: 700; }
    section.home-event .event .description ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      section.home-event .event .description ul li {
        font-size: 18px;
        font-weight: 300;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x:hidden; }
        section.home-event .event .description ul li:first-child:before {
          font-family: FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          padding-right: 18px;
          padding-left: 3px;
          font-size: 14px;
          color: #000; }
        section.home-event .event .description ul li:last-child:before {
          font-family: FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          padding-right: 18px;
          font-size: 14px;
          color: #000; }
  @media screen and (min-width: 1440px) {
    section.home-event .event + .event {
      margin-top: initial; } }
  @media screen and (max-width: 900px) {
    section.home-event .event + .event {
      margin-top: initial; } }
  section.home-event .event-side {
    position: relative;
    z-index: 1000; }
    @media screen and (max-width: 768px) {
      section.home-event .event-side {
        flex-basis: 90%; } }
    section.home-event .event-side .img-wrapper {
      width: 428px;
      height: 444px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      @media screen and (max-width: 480px) {
        section.home-event .event-side .img-wrapper {
          width: 100%; 
          max-width:372px;} }
    section.home-event .event-side .quote {
      width: 100%;
      height: 143px;
      background-color: #ed452f;
      padding: 20px 20px 20px 76px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 480px) {
          section.home-event .event-side .quote {
          width: 100%;
          height: 143px;
          background-color: #ed452f;
          padding: 20px 20px 20px 56px;
          display: flex;
          max-width:370px;
          align-items: center; }
        }
      section.home-event .event-side .quote p {
        font-size: 18px;
        font-weight: 400;
        font-style: italic;
        color: #fff;
        line-height: normal; }
        @media screen and (min-width: 1024px) {
          section.home-event .event-side .quote p {
            font-size: 21px;
            line-height: normal; } }
        section.home-event .event-side .quote p:before {
          content: url("../images/quote.png");
          padding-right: 15px;
          float: left;
          margin-left: -46px; }
    section.home-event .event-side:after {
      content: url("../images/rise-event-logo.png");
      position: absolute;
      z-index: -1;
      top: 66.5%;
      left: 65%; }
  section.home-event .d-flex {
    padding-top: 37px;
    z-index: 1000; }

section.about .flex {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 900px) {
    section.about .flex {
      flex-wrap: wrap; }
      section.about .flex .about-content {
        flex-basis: 90%; } }
  section.about .flex .about-content {
    max-width: 540px;
    width: 100%; }
    section.about .flex .about-content p {
      font-size: 18px;
      line-height: normal;
      font-weight: 300; }
      @media screen and (max-width: 1024px) {
        section.about .flex .about-content p {
          font-size: 14px; } }
    section.about .flex .about-content:last-child {
      order: -1; }
      @media screen and (min-width: 1024px) {
        section.about .flex .about-content:last-child {
          margin-left: 48px;
          order: 1; } }
    section.about .flex .about-content img {
      max-width: 350px;
      margin-bottom: 15px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 1440px) {
        section.about .flex .about-content img {
          max-width: 502px; } }

section.about.gray-bg {
  padding-top: 43px;
  padding-bottom: 53px; }
  section.about.gray-bg ol.breadcrumb {
    padding-bottom: 40px; }

section.about .about-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    section.about .about-wrapper {
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    section.about .about-wrapper {
      padding-top:20px; } }
  section.about .about-wrapper .sidebar {
    order: 1;
    width: 100%;
    background-color: #ed452f;
    padding: 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; }
    @media screen and (min-width: 1024px) {
      section.about .about-wrapper .sidebar {
        max-height: 312px;
        padding: 30px 17px;
        max-width: 386px; } }
    @media screen and (max-width: 480px) {
      section.about .about-wrapper .sidebar {
        margin-right: 15px; } }
    section.about .about-wrapper .sidebar h4 {
      color: #fff;
      font-size: 20px;
      line-height: normal;
      font-weight: 700;
      border-bottom: 3px solid rgba(0, 0, 0, 0.2);
      display: inline-flex;
      padding-left: 9px;
      padding-right: 23px;
      margin-bottom: 24px; }
      @media screen and (min-width: 1024px) {
        section.about .about-wrapper .sidebar h4 {
          font-size: 30px;
          line-height: normal; } }
    section.about .about-wrapper .sidebar ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      display: contents; }
      section.about .about-wrapper .sidebar ul li {
        line-height: normal; }
        @media screen and (min-width: 1024px) {
          section.about .about-wrapper .sidebar ul li {
            padding-left: 12px;
            line-height: normal; } }
        section.about .about-wrapper .sidebar ul li a, section.about .about-wrapper .sidebar ul li .default-form .gform_footer input, .default-form .gform_footer section.about .about-wrapper .sidebar ul li input {
          font-size: 14px;
          color: #fff;
          margin-left: 15px; }
          @media screen and (min-width: 1024px) {
            section.about .about-wrapper .sidebar ul li a, section.about .about-wrapper .sidebar ul li .default-form .gform_footer input, .default-form .gform_footer section.about .about-wrapper .sidebar ul li input {
              margin-left: 20px;
              font-size: 18px; } }
        section.about .about-wrapper .sidebar ul li:before {
          font-family: FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: rgba(0, 0, 0, 0.3);
          font-size: 14px; }
          @media screen and (min-width: 1024px) {
            section.about .about-wrapper .sidebar ul li:before {
              font-size: 18px; } }
        section.about .about-wrapper .sidebar ul li:nth-child(1):before {
          content: ""; }
        section.about .about-wrapper .sidebar ul li:nth-child(2):before {
          content: ""; }
        section.about .about-wrapper .sidebar ul li:nth-child(3):before {
          content: ""; }
        section.about .about-wrapper .sidebar ul li:nth-child(4):before {
          content: ""; }
    @media screen and (min-width: 768px) {
      section.about .about-wrapper .sidebar {
        position: relative; }
        section.about .about-wrapper .sidebar:after {
          content: '';
          position: absolute;
          background-image: url("../images/shadow.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: top left;
          top: 0;
          left: 0;
          width: 22px;
          height: 646px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      section.about .about-wrapper .sidebar:after {
        background-size: 100% 100%;
        height: 100%; } }
  section.about .about-wrapper .about-content {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 900px) {
      section.about .about-wrapper .about-content {
        padding-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      section.about .about-wrapper .about-content {
        flex-wrap: wrap; } }
    section.about .about-wrapper .about-content .timeline-tabs {
      align-self: baseline; }
      @media screen and (max-width: 480px) {
        section.about .about-wrapper .about-content .timeline-tabs {
          display: flex;
          width: 100%; } }
      section.about .about-wrapper .about-content .timeline-tabs ul {
        justify-content: space-between;
        border-bottom: 0;
        position: relative;
        z-index: 1; }
        @media screen and (min-width: 768px) {
          section.about .about-wrapper .about-content .timeline-tabs ul {
            flex-direction: column;
            height: 545px;
            margin-right: 50px; } }
        @media screen and (max-width: 480px) {
          section.about .about-wrapper .about-content .timeline-tabs ul {
            width: 100%;
            margin: 0 15px; } }
        section.about .about-wrapper .about-content .timeline-tabs ul li a, section.about .about-wrapper .about-content .timeline-tabs ul li .default-form .gform_footer input, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li input {
          width: 83px;
          height: 83px;
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 36px;
          background-color: #e7e7e7;
          transition: all .3s; }
          section.about .about-wrapper .about-content .timeline-tabs ul li a.active, section.about .about-wrapper .about-content .timeline-tabs ul li .default-form .gform_footer input.active, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li input.active {
            transition: all .3s;
            color: #fff !important; }
          @media screen and (max-width: 480px) {
            section.about .about-wrapper .about-content .timeline-tabs ul li a, section.about .about-wrapper .about-content .timeline-tabs ul li .default-form .gform_footer input, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li input {
              width: 43px;
              height: 43px;
              font-size: 18px; } }
        section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(1) a.nav-link, section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(1) .default-form .gform_footer input.nav-link, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(1) input.nav-link {
          color: #3f9cc4;
          border: 1px solid #3f9cc4; }
          section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(1) a.nav-link.active, section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(1) .default-form .gform_footer input.nav-link.active, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(1) input.nav-link.active {
            background-color: #3f9cc4; }
        section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(2) a.nav-link, section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(2) .default-form .gform_footer input.nav-link, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(2) input.nav-link {
          color: #ed452f;
          border: 1px solid #ed452f; }
          section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(2) a.nav-link.active, section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(2) .default-form .gform_footer input.nav-link.active, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(2) input.nav-link.active {
            background-color: #ed452f; }
        section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(3) a.nav-link, section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(3) .default-form .gform_footer input.nav-link, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(3) input.nav-link {
          color: #ed145b;
          border: 1px solid #ed145b; }
          section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(3) a.nav-link.active, section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(3) .default-form .gform_footer input.nav-link.active, .default-form .gform_footer section.about .about-wrapper .about-content .timeline-tabs ul li:nth-child(3) input.nav-link.active {
            background-color: #ed145b; }
        section.about .about-wrapper .about-content .timeline-tabs ul:before {
          position: absolute;
          right: 50%;
          height: 100%;
          width: 1px;
          border-style: dotted;
          border-color: #e7e7e7;
          border-left: 1px;
          content: '';
          font-size: 30px;
          z-index: -1; }
          @media screen and (max-width: 480px) {
            section.about .about-wrapper .about-content .timeline-tabs ul:before {
              border-left: 0;
              border-bottom: 1px;
              width: 100%;
              height: 1px;
              right: 0;
              top: 50%; } }
    section.about .about-wrapper .about-content .tab-content {
      align-self: flex-start;
      max-width: 597px; }
      @media screen and (max-width: 1024px) {
        section.about .about-wrapper .about-content .tab-content {
          max-width: 100%; } }
      @media screen and (max-width: 480px) {
        section.about .about-wrapper .about-content .tab-content {
          margin-left: 15px;
          margin-right: 15px;
          padding-top: 30px; } }
      section.about .about-wrapper .about-content .tab-content h2 {
        font-size: 28px;
        margin-bottom: 20px; }
        @media screen and (min-width: 1024px) {
          section.about .about-wrapper .about-content .tab-content h2 {
            font-size: 48px;
            line-height: normal; } }
        section.about .about-wrapper .about-content .tab-content h2 span {
          color: #3f9cc4;
          display: block; }
      section.about .about-wrapper .about-content .tab-content p {
        font-size: 14px;
        color: black;
        font-weight:300; }
        @media screen and (min-width: 1024px) {
          section.about .about-wrapper .about-content .tab-content p {
            font-size: 18px;
            line-height: normal;
            margin-bottom: 0; } }
        @media screen and (min-width: 1024px) {
          section.about .about-wrapper .about-content .tab-content p + p {
            margin-top: 46px; } }
      section.about .about-wrapper .about-content .tab-content a, section.about .about-wrapper .about-content .tab-content .default-form .gform_footer input, .default-form .gform_footer section.about .about-wrapper .about-content .tab-content input {
        margin-top: 40px; }
          @media screen and (max-width:767px){
            section.about .about-wrapper .about-content .tab-content p,
            section.about .about-wrapper .about-content .tab-content h2{
              padding-left:15px;
              padding-right:15px;}}
        @media screen and (max-width: 480px) {
          section.about .about-wrapper .about-content .tab-content a, section.about .about-wrapper .about-content .tab-content .default-form .gform_footer input, .default-form .gform_footer section.about .about-wrapper .about-content .tab-content input {
            font-size: 14px;
            margin-top: 20px; } }
      section.about .about-wrapper .about-content .tab-content .link-wrapper {
        display: flex;
        justify-content: flex-end; }

section.about .social-sharing {
  border-bottom: 1px solid #cccccc;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    section.about .social-sharing {
      padding-left: 95px; } }
  section.about .social-sharing ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 480px) {
      section.about .social-sharing ul {
        justify-content: center; } }
    section.about .social-sharing ul li {
      margin-right: 1px; }
      section.about .social-sharing ul li a, section.about .social-sharing ul li .default-form .gform_footer input, .default-form .gform_footer section.about .social-sharing ul li input {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 30px; }
        section.about .social-sharing ul li a:hover, section.about .social-sharing ul li .default-form .gform_footer input:hover, .default-form .gform_footer section.about .social-sharing ul li input:hover {
          transition: all .3s;
          text-decoration: none;
          color: rgba(255, 255, 255, 0.479); }
      section.about .social-sharing ul li:nth-child(1) a, section.about .social-sharing ul li:nth-child(1) .default-form .gform_footer input, .default-form .gform_footer section.about .social-sharing ul li:nth-child(1) input {
        background-color: #475993; }
      section.about .social-sharing ul li:nth-child(2) a, section.about .social-sharing ul li:nth-child(2) .default-form .gform_footer input, .default-form .gform_footer section.about .social-sharing ul li:nth-child(2) input {
        background-color: #76a9ea; }
      section.about .social-sharing ul li:nth-child(3) a, section.about .social-sharing ul li:nth-child(3) .default-form .gform_footer input, .default-form .gform_footer section.about .social-sharing ul li:nth-child(3) input {
        background-color: #f61c0d; }
      section.about .social-sharing ul li:nth-child(4) a, section.about .social-sharing ul li:nth-child(4) .default-form .gform_footer input, .default-form .gform_footer section.about .social-sharing ul li:nth-child(4) input {
        background-color: #0077b7; }

section.about .about-video {
  background-image: url("../images/rise-video-bg.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 696px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 1024px) {
    section.about .about-video {
      height: 696px; } }
  @media screen and (max-width: 900px) {
    section.about .about-video {
      padding: 40px 0; } }
  section.about .about-video .embed-responsive {
    max-width: 767px;
    max-height: 435px; }
    @media screen and (max-width: 480px) {
      section.about .about-video .embed-responsive {
        margin-left: 15px;
        margin-right: 15px; } }

section.content {
  padding-top: 26px;
  padding-bottom: 58px; }
  section.content .blog-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-star;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 768px) {
      section.content .blog-content {
        flex-wrap: wrap;
        padding-bottom: 38px;
        margin-bottom: 50px; } 
      section.content .blog-content .wrapper:first-child {
     min-width: 300px !important;}}
    section.content .blog-content .wrapper:first-child {
      min-width: 428px;
      max-width: 425px; }
      section.content .blog-content .wrapper:first-child img, section.content .blog-content .wrapper:first-child .map-placeholder {
        width: 100%;
        border-radius: 5px; }
        /* section.content .blog-content .wrapper:first-child img{max-width:400px;} */
      section.content .blog-content .wrapper:first-child .map-placeholder {
        height: 100%; }
        @media screen and (min-width:769px) and (max-width:991px){
          section.content .blog-content .wrapper:first-child .map-placeholder {
            height: 100%;
            max-width:400px;
          }
        }
        @media screen and (min-width:550px) and (max-width:768px){
          section.content .blog-content .wrapper:first-child .map-placeholder {
            width:100%;
            min-height:300px;
            min-width:450px;
            height:100%;
          }
        }
        @media screen and (max-width:480px){
          section.content .blog-content .wrapper:first-child .map-placeholder {
            width:100%;
            min-height:300px;
            min-width:329px;
            height:100%;
          }
        }
        @media screen and (min-width: 1024px) {
          section.content .blog-content .wrapper:first-child .map-placeholder iframe {
            width: 438px;
            max-height: 544px;
            max-width: 438px; } }
        @media screen and (max-width: 768px) {
          section.content .blog-content .wrapper:first-child .map-placeholder iframe {
            width: 100%;
            height: 300px; } }
    section.content .blog-content .wrapper:last-child {
      width: 653px; }
      @media screen and (min-width: 1024px) {
        section.content .blog-content .wrapper:last-child {
          padding-left: 30px; } }
      section.content .blog-content .wrapper:last-child .head {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        @media screen and (max-width: 480px) {
          section.content .blog-content .wrapper:last-child .head {
            flex-wrap: wrap; } }
        section.content .blog-content .wrapper:last-child .head .title h2 {
          font-size: 32px;
          line-height: normal;
          color: #3f9cc4;
          font-weight: 700;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            section.content .blog-content .wrapper:last-child .head .title h2 {
              font-size: 30px; } }
          section.content .blog-content .wrapper:last-child .head .title h2 span {
            color: #000; }
          section.content .blog-content .wrapper:last-child .head .title h2.services {
            font-weight: 400;
            font-size: 48px;
            line-height: normal; }
        section.content .blog-content .wrapper:last-child .head .title h3 {
          font-size: 24px;
          line-height: normal;
          color: #757575;
          font-weight: 400;
          max-width: 447.641px; }
          @media(min-width:1200px){
            section.content .blog-content .wrapper:last-child .head .title h3{
              min-width:480px;
            }
          }
          @media screen and (max-width: 768px) {
            section.content .blog-content .wrapper:last-child .head .title h3 {
              font-size: 20px; } }
          section.content .blog-content .wrapper:last-child .head .title h3:before {
            font-family: FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            color: #ed452f;
            font-size: 28px;
            padding-right: 20px; }
            @media screen and (max-width: 768px) {
              section.content .blog-content .wrapper:last-child .head .title h3:before {
                font-size: 20px;
                padding-right: 10px; } }
        @media screen and (max-width: 480px) {
          section.content .blog-content .wrapper:last-child .head .title {
            flex-basis: 100%; } }
        @media screen and (max-width: 480px) {
          section.content .blog-content .wrapper:last-child .head a, section.content .blog-content .wrapper:last-child .head .default-form .gform_footer input, .default-form .gform_footer section.content .blog-content .wrapper:last-child .head input {
            margin-top: 20px; 
            margin-left:auto;
            margin-right:auto;} }
        @media screen and (max-width: 768px) {
          section.content .blog-content .wrapper:last-child .head {
            padding-top: 40px;
            text-align:center; } }
      section.content .blog-content .wrapper:last-child .content {
        font-size: 18px;
        line-height: normal;
        color: #757575;
        padding-top: 50px; }
        @media screen and (max-width: 768px) {
          section.content .blog-content .wrapper:last-child .content {
            padding-top: 30px;
            font-size: 16px; } }
        section.content .blog-content .wrapper:last-child .content .dates {
          padding: 28px 37px;
          background-color: #ebebeb;
          margin-bottom: 28px;
          position: relative; }
          @media screen and (max-width: 480px) {
            section.content .blog-content .wrapper:last-child .content .dates {
              padding: 15px; } }
          section.content .blog-content .wrapper:last-child .content .dates:before {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            border: 1px solid #3f9cc4;
            border-right: 0;
            width: 18px;
            content: ''; }
          section.content .blog-content .wrapper:last-child .content .dates:after {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            border: 1px solid #ed452f;
            border-left: 0;
            width: 18px;
            content: ''; }
    @media screen and (max-width: 768px) {
      section.content .blog-content .wrapper {
        flex-basis: 100%; } }
  section.content ul.page-controls {
    justify-content: flex-end;
    margin-top: -22px; }
    section.content ul.page-controls li:last-child a:after, section.content ul.page-controls li:last-child .default-form .gform_footer input:after, .default-form .gform_footer section.content ul.page-controls li:last-child input:after {
      padding-right: 0; }
  section.content ul.social-media {
    padding-top: 20px;
    margin-bottom: 20px; }
  section.content a.contact, section.content .default-form .gform_footer input.contact, .default-form .gform_footer section.content input.contact {
    padding-left: 39px; }
    section.content a.contact:after, section.content .default-form .gform_footer input.contact:after, .default-form .gform_footer section.content input.contact:after {
      padding-left: 32px; }
  /* section.content a.return, section.content .default-form .gform_footer input.return, .default-form .gform_footer section.content input.return {
    padding-left: 58px; } */
    section.content a.return:after, section.content .default-form .gform_footer input.return:after, .default-form .gform_footer section.content input.return:after {
      padding-left: 2rem; }
  section.content a.top, section.content .default-form .gform_footer input.top, .default-form .gform_footer section.content input.top {
    margin-top: 40px; }
  section.content.services {
    padding-bottom: 116px; }
    @media screen and (max-width: 768px) {
      section.content.services {
        padding-bottom: 80px; } }
  section.content.events .blog-content {
    padding-bottom: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.content.events .blog-content {
        padding-bottom: 60px;
        margin-bottom: 60px; } }
    section.content.events .blog-content .wrapper:last-child {
      padding-top: 7px; }
      section.content.events .blog-content .wrapper:last-child .head h2 {
        margin-top: 25px;
        font-weight:500;
        text-align:left; }
        @media screen and (max-width:480px){
          section.content.events .blog-content .wrapper:last-child .head h2 {
            text-align:center;
          }
        }
      section.content.events .blog-content .wrapper:last-child .head h3:before {
        font-family: FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
      section.content.events .blog-content .wrapper:last-child .content {
        padding-top: 28px; }
    @media screen and (max-width: 768px) {
      section.content.events ul.page-controls {
        margin-top: -50px; } }
  section.content.events a.top, section.content.events .default-form .gform_footer input.top, .default-form .gform_footer section.content.events input.top {
    margin-top: 30px; }
  section.content.events.single .blog-content .wrapper:last-child {
    padding-top: 25px; }
    section.content.events.single .blog-content .wrapper:last-child .head h2 {
      margin-top: 10px; }
  section.content.single .blog-content {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

section.subscribe {
  background-image: url("../images/form-footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 263px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 60px; }
  @media screen and (max-width: 768px) {
    section.subscribe {
      padding-bottom: 30px; } }
  @media screen and (max-width: 480px) {
    section.subscribe {
      padding-bottom: 20px; } }
  section.subscribe form {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 768px) {
      section.subscribe form {
        flex-wrap: wrap; } }
    section.subscribe form .form-group input {
      height: 42px;
      width: 409px; }
      @media screen and (max-width: 1024px) {
        section.subscribe form .form-group input {
          width: 309px; } }
    @media screen and (max-width: 480px) {
      section.subscribe form .form-group:nth-child(2) {
        margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      section.subscribe form button {
        margin-top: 10px; } }

section .form-wrapper {
  max-width: 947px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
  padding: 68px 28px;
  width: 100%;
  border-radius: 30px; }
  @media screen and (max-width: 768px) {
    section .form-wrapper {
      padding: 35px 20px; } }
  @media screen and (max-width: 480px) {
    section .form-wrapper {
      margin: 0 15px; } }

section.contact {
  padding-top: 38px;
  padding-bottom: 80px; }
  section.contact .heading {
    max-width: 713px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 35px; }
    section.contact .heading p {
      color: #757575;
      font-size: 16px;
      line-height: normal; }
      @media screen and (min-width: 1024px) {
        section.contact .heading p {
          font-size: 18px;
          line-height: normal; } }
  section.contact .form-wrapper form .gform_body ul li {
    flex-basis: 100%;
    margin-bottom: 15px; }
  @media screen and (min-width: 1024px) {
    section.contact .form-wrapper form .gform_body ul {
      max-height: 436px;
      flex-direction: column; }
      section.contact .form-wrapper form .gform_body ul li {
        flex-basis: 49%;
        max-width: 436px;
        margin-bottom: 30px; }
        section.contact .form-wrapper form .gform_body ul li:last-child, section.contact .form-wrapper form .gform_body ul li:nth-last-child(2) {
          margin-left: 20px; }
        section.contact .form-wrapper form .gform_body ul li:last-child, section.contact .form-wrapper form .gform_body ul li:nth-child(4) {
          margin-bottom: 0; } }
  section.contact .form-wrapper form .gform_footer {
    max-width: 304px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    margin-top: 150px; }
    @media screen and (max-width: 480px) {
      section.contact .form-wrapper form .gform_footer {
        margin-top: 30px; } }
  @media screen and (min-width: 1024px) {
    section.contact .form-wrapper {
      position: relative; }
      /* section.contact .form-wrapper:before {
        content: url("../images/rise-logo.png");
        position: absolute;
        bottom: 30px;
        right: 32px;
        max-height: 62px; }  */
      }

section.event-info {
  padding-top: 39px;
  padding-bottom: 114px; }
  .checkout-form .event-info{
    padding-bottom: 0px;}
  section.event-info .event-info-wrapper {
    background-color: #ed452f;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 35px;
    max-width: 946px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 480px) {
      section.event-info .event-info-wrapper {
        margin-left: 15px;
        margin-right: 15px; } }
    @media screen and (min-width: 768px) {
      section.event-info .event-info-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    section.event-info .event-info-wrapper .event-details {
      padding-top: 26px;
      padding-left: 26px;
      padding-right: 34px;
      flex-grow: 1;
      padding-bottom: 37px; }
      @media screen and (min-width: 1024px) {
        section.event-info .event-info-wrapper .event-details {
          padding-left: 69px; } }
      section.event-info .event-info-wrapper .event-details h2 {
        font-weight: 700;
        color: #fff;
        font-size: 26px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 10px;
        width: 100%; }
        @media screen and (min-width: 1024px) {
          section.event-info .event-info-wrapper .event-details h2 {
            font-size: 36px;
            line-height: normal;
            padding-bottom: 17px; } }
      section.event-info .event-info-wrapper .event-details ul {
        list-style: none;
        padding-left: 0;
        padding-top: 20px;
        color: #f5f5f5; }
        section.event-info .event-info-wrapper .event-details ul li {
          display: flex; }
          section.event-info .event-info-wrapper .event-details ul li.street {
            margin-bottom: 13px; }
            section.event-info .event-info-wrapper .event-details ul li.street span {
              max-width: 210px; }
            section.event-info .event-info-wrapper .event-details ul li.street:before {
              font-family: FontAwesome;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              content: "";
              opacity: 0.5; }
          section.event-info .event-info-wrapper .event-details ul li.date:before {
            font-family: FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "";
            opacity: 0.5; }
          section.event-info .event-info-wrapper .event-details ul li:before {
            width: 20px; }
          section.event-info .event-info-wrapper .event-details ul li span {
            opacity: .8;
            font-size: 16px;
            padding-left: 18px; }
            @media screen and (min-width: 1024px) {
              section.event-info .event-info-wrapper .event-details ul li span {
                font-size: 18px;
                line-height: normal;
                padding-left: 16px; } }
    section.event-info .event-info-wrapper .event-price {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      padding-top: 27px;
      align-items: center;
      padding-bottom: 20px; }
      @media screen and (min-width: 768px) {
        section.event-info .event-info-wrapper .event-price {
          padding-top: 0;
          border-top: 0;
          border-left: 1px solid rgba(0, 0, 0, 0.2);
          height: 100%;
          padding-bottom: 37px; } }
      section.event-info .event-info-wrapper .event-price span {
        flex-basis: 100%;
        text-align: center; }
        section.event-info .event-info-wrapper .event-price span.price {
          color: #fff;
          font-size: 51px;
          padding-top: 20px; }
          @media screen and (min-width: 768px) {
            section.event-info .event-info-wrapper .event-price span.price {
              padding-top: 0;
              font-size: 91px;
              line-height: normal;
              text-shadow: 3px 1px rgba(0, 0, 0, 0.2); } }
          @media screen and (max-width: 767px) {
            section.event-info .event-info-wrapper .event-price span.price {
                font-size: 73px;
              }
          }
  section.event-info .form-wrapper {
    position: relative;
    background-color: #fff;
    padding: 0; }
    section.event-info .form-wrapper form .gform_heading {
      background-color: #ebebeb;
      margin-bottom: 0;
      padding: 0 30px;
      border-bottom: 0;
      position: relative;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px; }
      @media screen and (max-width: 480px) {
        section.event-info .form-wrapper form .gform_heading {
          padding: 0 15px; } }
      section.event-info .form-wrapper form .gform_heading .wrapping-header {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        border-bottom: 1px solid rgba(252, 176, 22, 0.3);
        padding: 30px 0; }
        @media screen and (max-width: 480px) {
          section.event-info .form-wrapper form .gform_heading .wrapping-header {
            flex-wrap: wrap; } }
    section.event-info .form-wrapper form .gform_body ul {
      justify-content: flex-start; }
      section.event-info .form-wrapper form .gform_body ul li {
        flex-basis: 50%;
        background-color: #ebebeb;
        margin-bottom: 0;
        padding-bottom: 25px;
        line-height: normal; }
        @media screen and (max-width: 768px) {
          section.event-info .form-wrapper form .gform_body ul li {
            flex-basis: 100%;
            padding-left: 30px;
            padding-right: 30px; } }
        @media screen and (max-width: 480px) {
          section.event-info .form-wrapper form .gform_body ul li {
            padding-left: 15px;
            padding-right: 15px; } }
        @media screen and (min-width: 1024px) {
          section.event-info .form-wrapper form .gform_body ul li .ginput_container {
            max-width: 436px; } }
        @media screen and (min-width: 1024px) {
          section.event-info .form-wrapper form .gform_body ul li:first-child, section.event-info .form-wrapper form .gform_body ul li:nth-child(2) {
            padding-top: 70px; } }
        section.event-info .form-wrapper form .gform_body ul li:nth-child(7) {
          flex-basis: 100%; }
        section.event-info .form-wrapper form .gform_body ul li:nth-child(8) {
          flex-basis: 100%;
          border-bottom-left-radius: 30px;
          border-bottom-right-radius: 30px;
          position: relative;
          padding-left: 15px;
          padding-right: 15px; }
          @media screen and (min-width: 768px) {
            section.event-info .form-wrapper form .gform_body ul li:nth-child(8) {
              padding-left: 30px;
              padding-right: 0; } }
          section.event-info .form-wrapper form .gform_body ul li:nth-child(8):after {
            content: '';
            background-image: url("../images/logo-form.png");
            width: 249px;
            height: 63px;
            display: block;
            background-size: 249px 63px;
            background-position: center;
            background-repeat: no-repeat; }
            @media screen and (max-width: 768px) {
              section.event-info .form-wrapper form .gform_body ul li:nth-child(8):after {
                margin-top: 20px;
                margin-right: 20px;
                float: right;
                background-size: 186px 47px;
                width: 186px;
                height: 47px; } }
            @media screen and (max-width: 320px) {
              section.event-info .form-wrapper form .gform_body ul li:nth-child(8):after {
                margin-right: 0; } }
            @media screen and (min-width: 1024px) {
              section.event-info .form-wrapper form .gform_body ul li:nth-child(8):after {
                position: absolute;
                bottom: 20px;
                right: 32px; } }
        @media screen and (min-width: 1024px) {
          section.event-info .form-wrapper form .gform_body ul li:nth-child(odd) {
            padding-left: 30px; }
          section.event-info .form-wrapper form .gform_body ul li:nth-child(even) {
            padding-right: 30px; }
            /* section.event-info .form-wrapper form .gform_body ul li:nth-child(even) .ginput_container {
              margin-left: auto; } */
              section.event-info .form-wrapper form .gform_body ul li:nth-child(even) .ginput_container input, section.event-info .form-wrapper form .gform_body ul li:nth-child(even) .ginput_container select {
                margin-left: 4px; } }
        section.event-info .form-wrapper form .gform_body ul li:last-child, section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) {
          background-color: #fff;
          flex-basis: 100%;
          padding-left: 15px;
          padding-right: 15px;
          padding-right: 0;
          padding-bottom: 0; }
          @media screen and (min-width: 768px) {
            section.event-info .form-wrapper form .gform_body ul li:last-child, section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) {
              flex-basis: 50%;
              padding-top: 30px; } }
          @media screen and (min-width: 1024px) {
            section.event-info .form-wrapper form .gform_body ul li:last-child, section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) {
              padding-left: 30px;
              padding-right: 0;
              flex-basis: 100%;
              padding-top: 0; } }
          section.event-info .form-wrapper form .gform_body ul li:last-child input[type=checkbox] + label:before, section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) input[type=checkbox] + label:before {
            background-color: #fff;
            margin-right: 5px; }
        section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) {
          position: relative; }
          @media screen and (min-width: 1024px) {
            section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) {
              padding-top: 50px; } }
          section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) label span {
            max-width: 297px; }
    section.event-info .form-wrapper form .gform_footer {
      max-width: 305px;
      width: 100%; }
      @media screen and (max-width: 1020px) {
        section.event-info .form-wrapper form .gform_footer input {
          margin-top: 20px; } }
      @media screen and (min-width: 1024px) {
        section.event-info .form-wrapper form .gform_footer {
          position: absolute;
          right: 0;
          bottom: 76px; } }
      section.event-info .form-wrapper form .gform_footer:after {
        bottom: 15px; }
        @media screen and (min-width: 1024px) {
          section.event-info .form-wrapper form .gform_footer:after {
            top: 15px;} }
      section.event-info .form-wrapper form .gform_footer:before {
        content: url("../images/eway-payment.png"); }
        @media screen and (min-width: 1024px) {
          section.event-info .form-wrapper form .gform_footer:before {
            position: absolute;
            right: 100%;
            margin-right: 29px; } }
    section.event-info .form-wrapper:before {
      content: url("../images/payments.png");
      position: absolute;
      right: 0; }
      @media screen and (min-width: 1024px) {
        section.event-info .form-wrapper:before {
          bottom: 0; } }
      @media screen and (max-width: 1020px) {
        section.event-info .form-wrapper:before {
          top: 100%;
          margin-top: 20px;
          left: 0; } }
  section.event-info.calendar .calendar-intro {
    max-width: 588px; }
    section.event-info.calendar .calendar-intro .heading h2 {
      font-size: 38px;
      margin-bottom: 20px; }
      @media screen and (min-width: 1024px) {
        section.event-info.calendar .calendar-intro .heading h2 {
          font-size: 48px;
          line-height: normal;
          max-width: 361px;
          margin-bottom: 40px; } }
      section.event-info.calendar .calendar-intro .heading h2 span {
        color: #3f9cc4; }
    section.event-info.calendar .calendar-intro .heading p {
      font-size: 15px;
      color: #757575; }
      @media screen and (min-width: 1024px) {
        section.event-info.calendar .calendar-intro .heading p {
          font-size: 18px;
          line-height: normal;
          max-width: 555px; } }
    @media screen and (min-width: 1024px) {
      section.event-info.calendar .calendar-intro .heading {
        padding-left: 18px; } }
    section.event-info.calendar .calendar-intro .btn-wrapper a.orange, section.event-info.calendar .calendar-intro .btn-wrapper .default-form .gform_footer input.orange, .default-form .gform_footer section.event-info.calendar .calendar-intro .btn-wrapper input.orange {
      margin-left: 30px; }
    @media screen and (max-width: 1024px) {
      section.event-info.calendar .calendar-intro .btn-wrapper a, section.event-info.calendar .calendar-intro .btn-wrapper .default-form .gform_footer input, .default-form .gform_footer section.event-info.calendar .calendar-intro .btn-wrapper input {
        font-size: 14px;
        margin-left: 0 !important; }
        section.event-info.calendar .calendar-intro .btn-wrapper a.orange, section.event-info.calendar .calendar-intro .btn-wrapper .default-form .gform_footer input.orange, .default-form .gform_footer section.event-info.calendar .calendar-intro .btn-wrapper input.orange {
          margin-top: 15px; } }
    @media screen and (max-width: 480px) {
      section.event-info.calendar .calendar-intro .btn-wrapper a, section.event-info.calendar .calendar-intro .btn-wrapper .default-form .gform_footer input, .default-form .gform_footer section.event-info.calendar .calendar-intro .btn-wrapper input {
        font-size: 12px; } }
    @media screen and (max-width: 1024px) {
      section.event-info.calendar .calendar-intro {
        max-width: 488px; } }
    @media screen and (max-width: 768px) {
      section.event-info.calendar .calendar-intro {
        max-width: 100%; } }
  section.event-info.calendar .calendar-img {
    width: 461px;
    height: 394px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    margin-left: 50px;}
    @media screen and (max-width: 1024px) {
      section.event-info.calendar .calendar-img {
        width: 366px;
        height: 313px; } }
    @media screen and (max-width: 768px) {
      section.event-info.calendar .calendar-img {
        width: 100%;
        margin-top: 20px; } }
  section.event-info.calendar .calendar-filter {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #3f9cc4;}
    @media screen and (min-width: 1024px) {
      section.event-info.calendar .calendar-filter {
        margin-top: 100px;
        height: 154px;
        padding-left: 44px;
        padding-top: 35px;
        padding-bottom: 35px; } }
    @media screen and (max-width: 1023px) {
      section.event-info.calendar .calendar-filter {
        flex-wrap: wrap;
        height: 100%;
        padding: 15px;
        justify-content: space-around; }
        section.event-info.calendar .calendar-filter .year {
          flex-basis: 33%; }
        section.event-info.calendar .calendar-filter .title {
          flex-basis: 66%; } }
    @media screen and (max-width: 480px) {
      section.event-info.calendar .calendar-filter .year, section.event-info.calendar .calendar-filter .title {
        flex-basis: 50%; } }
    section.event-info.calendar .calendar-filter .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 511px;
      width: 100%; }
      @media screen and (max-width: 1023px) {
        section.event-info.calendar .calendar-filter .title {
          justify-content: space-around; } }
      @media screen and (max-width: 320px) {
        section.event-info.calendar .calendar-filter .title {
          flex-wrap: wrap;
          justify-content: center; } }
      section.event-info.calendar .calendar-filter .title h3 {
        font-size: 28px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 0; }
        @media screen and (min-width: 1024px) {
          section.event-info.calendar .calendar-filter .title h3 {
            font-size: 48px;
            line-height: normal; } }
        @media screen and (max-width: 320px) {
          section.event-info.calendar .calendar-filter .title h3 {
            flex-basis: 100%;
            text-align: center; } }
      section.event-info.calendar .calendar-filter .title hr {
        width: 249px;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 1023px) {
          section.event-info.calendar .calendar-filter .title hr {
            width: 128px; } }
        @media screen and (max-width: 480px) {
          section.event-info.calendar .calendar-filter .title hr {
            width: 20px; } }
        @media screen and (max-width: 320px) {
          section.event-info.calendar .calendar-filter .title hr {
            margin-top: 15px; } }
    section.event-info.calendar .calendar-filter .year .input-group {
      display: flex;
      align-items: center;
      justify-content: center; }
      section.event-info.calendar .calendar-filter .year .input-group .input-group-btn button {
        width: 24px;
        height: 24px;
        background-color: #fff;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.event-info.calendar .calendar-filter .year .input-group .input-group-btn button i {
          color: rgba(0, 0, 0, 0.4);
          font-size: 21.51px; }
        section.event-info.calendar .calendar-filter .year .input-group .input-group-btn button:hover i, section.event-info.calendar .calendar-filter .year .input-group .input-group-btn button:active i {
          transition: all .3s;
          color: rgba(0, 0, 0, 0.7); }
    section.event-info.calendar .calendar-filter .year input {
      background-color: transparent;
      border: 0;
      width: 103px;
      padding: 0;
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.5);
      padding: 0 10px; }
    section.event-info.calendar .calendar-filter .view-as {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 372px;
      width: 100%;
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      height: 100%; }
      @media screen and (max-width: 1023px) {
        section.event-info.calendar .calendar-filter .view-as {
          border-left: 0;
          flex-basis: 100%; } }
      @media screen and (max-width: 480px) {
        section.event-info.calendar .calendar-filter .view-as {
          padding-top: 15px; } }
      section.event-info.calendar .calendar-filter .view-as .view + .view {
        margin-left: 28px; }
      section.event-info.calendar .calendar-filter .view-as .view input, section.event-info.calendar .calendar-filter .view-as .view label {
        cursor: pointer; }
      section.event-info.calendar .calendar-filter .view-as .view input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
        section.event-info.calendar .calendar-filter .view-as .view input[type=radio]:checked + label {
          color: #fff;
          font-weight: 700; }
      section.event-info.calendar .calendar-filter .view-as .view label {
        color: rgba(0, 0, 0, 0.4);
        font-size: 14px;
        font-weight: 400; }
        @media screen and (min-width: 1024px) {
          section.event-info.calendar .calendar-filter .view-as .view label {
            font-size: 18px; } }
        section.event-info.calendar .calendar-filter .view-as .view label span {
          padding-left: 14px; }
        section.event-info.calendar .calendar-filter .view-as .view label:before {
          font-family: FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        section.event-info.calendar .calendar-filter .view-as .view label.week:before {
          content: ""; }
        section.event-info.calendar .calendar-filter .view-as .view label.month:before {
          content: ""; }
        section.event-info.calendar .calendar-filter .view-as .view label.year:before {
          content: ""; }

footer.footer {
  background-color: #ed452f;
  height: 45px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    footer.footer {
      text-align: center;
      height: auto;
      padding: 10px 0; } }
  footer.footer a, footer.footer .default-form .gform_footer input, .default-form .gform_footer footer.footer input {
    color: #fff; }

.footer-2 {
  height: 147px;
  display: flex;
  align-items: center;
  background-color: #3f9cc4;
  border-top: 3px solid #ed452f;
  z-index: 1000;
  position: relative;
  justify-content: center; }
  @media screen and (max-width: 769px) {
    .footer-2 {
      flex-wrap: wrap;
      height: auto; } }
  .footer-2 .flex-white {
    width: 100%;
    height: 100%;
    justify-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 15px; }
    @media screen and (max-width: 480px) {
      .footer-2 .flex-white {
        padding-left: 0; } }
    .footer-2 .flex-white a, .footer-2 .flex-white .default-form .gform_footer input, .default-form .gform_footer .footer-2 .flex-white input {
      padding: 10px;
      text-align: center; }
    @media screen and (max-width: 769px) {
      .footer-2 .flex-white {
        background-color: #fff; } }
    @media screen and (min-width: 768px) {
      .footer-2 .flex-white {
        justify-content: flex-end;
        padding-right: 100px;
        background-image: url("../images/footer-bg.png");
        background-position: right;
        background-size: 100% 100%;
        background-repeat: no-repeat; } }
    @media screen and (min-width: 1024px) {
      .footer-2 .flex-white {
        padding-right: 196px; } }
  .footer-2 .flex-blue {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #3f9cc4; }
    .footer-2 .flex-blue ul {
      list-style: none;
      display: flex;
      /* flex-flow: row wrap; */
      margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        .footer-2 .flex-blue ul {
          justify-content: center;
          padding: 10px 10px 0; } }
      .footer-2 .flex-blue ul li {
        margin-bottom: 10px; }
        .footer-2 .flex-blue ul li a, .footer-2 .flex-blue ul li .default-form .gform_footer input, .default-form .gform_footer .footer-2 .flex-blue ul li input {
          font-family: "Lato", sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          padding: 12px;
          font-size: 14px;
          line-height: normal;
          color: #fff;
          letter-spacing: 1px; }
          .footer-2 .flex-blue ul li a:hover, .footer-2 .flex-blue ul li .default-form .gform_footer input:hover, .default-form .gform_footer .footer-2 .flex-blue ul li input:hover {
            text-decoration: none; }
          @media screen and (max-width: 1024px) {
            .footer-2 .flex-blue ul li a, .footer-2 .flex-blue ul li .default-form .gform_footer input, .default-form .gform_footer .footer-2 .flex-blue ul li input {
              font-size: 12px;
              line-height: normal; } }
        .footer-2 .flex-blue ul li:after {
          content: '';
          display: block;
          width: 0;
          height: 2px;
          background: #ed452f;
          transition: width .3s; }
        .footer-2 .flex-blue ul li:hover:after {
          width: 100%;
          transition: width .3s; }
        .footer-2 .flex-blue ul li + li {
          margin-left: 25px; }
          @media screen and (max-width: 480px) {
            .footer-2 .flex-blue ul li + li {
              margin-left: 15px; } }
        .footer-2 .flex-blue ul li.active:after {
          width: 100%; }
        .footer-2 .flex-blue ul li:nth-child(5) {
          flex-basis: 100%;
          width: 0px;
          height: 0px;
          overflow: hidden; }
          @media screen and (max-width: 1280px) {
            .footer-2 .flex-blue ul li:nth-child(5) {
              display: none; } }
  .footer-2 .flex {
    flex-basis: 50%; }
  .footer-wrapper {
      flex-basis: 50%;
  }
    @media screen and (max-width: 769px) {
      .footer-2 .flex {
        flex-basis: 100%; } }

        #gform_wrapper_4{
          display:block !important;
        }

        #field_4_4, #field_4_5, #field_4_8, #field_4_9, #field_4_6, #field_4_7{
          margin-top:-1px;
        }

        #field_4_10{
          margin-top:-16px;
        }

        input#choice_4_6_1,input#choice_4_7_1, input#choice_4_10_1, input#choice_4_11_1, input#choice_4_12_1{
          display:none;
        }

        .gform_head_4{
          margin-bottom:-32px !important;
        }

        li.gchoice_4_6_1 , li.gchoice_4_7_1,li.gchoice_4_10_1{
          background:#ebebeb !important;
        }

        #field_4_2 label, #field_4_5 label{
          margin-left:6px;
        }

        label#label_4_7_1{
          margin-left:5px;
        }

  


@media screen and (min-width: 1024px){
  .page-template-page-register-events section.event-info .form-wrapper form .gform_footer:after{
    top: 29px;
    right: 5px;
  }
}

.page-template-page-register-events section.event-info .form-wrapper form .gform_body ul li:nth-child(8){
    border-bottom-left-radius: 0px !important; 
    border-bottom-right-radius: 0px !important;
    padding:10px 0px 24px 0px;
}

 .page-template-page-register-events section.event-info .form-wrapper form .gform_body ul li:nth-child(8):after{
  background:none;
  display:none;
 }

  #field_4_13{
    min-height:90px;
    margin-top:0px;
    border-bottom-left-radius: 30px; 
    border-bottom-right-radius: 30px;
  }

  #field_4_13 img{
    float:right;
  }

  #gform_submit_button_4{
    padding-left:40px;
  }

  label#label_4_12_1:after{
    content: '*';
    color: red;
    font-weight: bold;
  }

  .calendar-top{
    display:inline-flex;
  }

  .single-events .banner{
    background:none;
  }

  .single-events .map-placeholder1,
  #tribe-events .map-placeholder1{
    overflow:hidden;
    width:100%;
    height:100%;
    z-index:1;
    position: absolute;
    left:0px;
  }

  #tribe-events .align-self-center{
    z-index:2;
  }

  #secondary{
    display:none;
  }

@media(min-width:1200px){
  .single-events .align-self-center{
    margin-top:-100px;
  }
}

  .single-events section.banner .banner-slide-text .text-slide p{
    font-weight:500;
  }

.site-main{
  min-height:642px;
}

.alm-btn-wrap{
  /* float:right; */
  text-align: center;
  margin-top:50px;
  margin-bottom:0px;
}

.alm-reveal{
  margin-top:44px;}

#events .show a{
  color:initial;}

.search-results .page-header{
  text-align: center;
}

.search-results .site-main{
  min-height:initial;
}

.search-results .entry-title{
  padding-bottom:20px;
  padding-top: 20px;
}

.search-results a, .search-results .page-title{
  color:black;
}

.search-results a:hover{
  color:#fff;
  transition:all .3s;
  text-decoration-color:#ed452f;
}

.search-results .posts-navigation{
  display:none;
}

@media (max-width:1023px){
  body .gform_wrapper ul li.gfield{
    margin-top:0px;
  }

  #field_4_13{
    margin-top:-10px;
  }

  #field_4_9{
    padding-left: 15px;
    padding-right: 15px;
  }

  #gform_wrapper_4 .gform_footer.top_label{
    text-align: center;
  }

  section.event-info .form-wrapper form .gform_footer{
    max-width:initial;
  }

  section.event-info .form-wrapper:before{
    text-align: center;
    top: 100%;
    margin-top: 20px;
    left: 0;
  }


  .default-form .gform_body input[type=checkbox] + label{
    display:-webkit-inline-box;
  }

  section.event-info .form-wrapper form .gform_body ul li:last-child input[type=checkbox] + label:before, section.event-info .form-wrapper form .gform_body ul li:nth-last-child(2) input[type=checkbox] + label:before{
    margin-top:2px;
  }
  section.event-info .form-wrapper form .gform_footer:after{
    bottom:41px;
  }
}

@media (max-width:1023px){
  #field_4_9{
    padding-left: 0px;
    padding-right: 16px;
  }
  /*.gform_wrapper .top_label li.gfield.gf_left_half{
    padding-left: 15px;
  }
  */

  .gform_head_4{
    margin-bottom: -18px !important;
  }

}

@media (max-width:768px){
  #field_4_9{
    padding-left: 30px;
    padding-right: 16px;
  }

  section.event-info .form-wrapper form .gform_footer:after{
    bottom: 26px;
    right: 24px;
  }
}

@media (max-width:640px){
  #field_4_9{
    padding-left: 30px;
    padding-right: 30px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half{
    padding-left: 30px;
    padding-right: 30px;
  }

  section.event-info .form-wrapper form .gform_footer:after{
    bottom:41px;
    right:15px;
  }
}

@media (max-width:480px){
   #field_4_9{
    padding-left: 15px;
    padding-right: 15px;
  }

  .gform_wrapper .top_label li.gfield.gf_left_half{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(min-width:641px) and (max-width:1023px){
  #field_4_2, #field_4_1{
    padding-top:70px;
  }
}

.view-event{
  text-align: center;
}

/*Hides List option on Calendar Page */
#tribe-bar-views > div > ul > li.tribe-bar-views-option.tribe-bar-views-option-list{
  display:none;
}

#tribe-events{
  margin-top: 70px;
}

 #tribe-bar-form,
.tribe-bar-views-inner,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover{
  background:#4FCAF4 !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]{
  background:#ed452f !important;
  border-radius: 30px !important;
}

.events-archive #tribe-events-bar,
.tribe-events-list-separator-month{
  display:none;
}

.events-archive .entry-content{
  width:100%;
}

#post-269{
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-tribe_events .tribe-events-event-meta{
  display:none;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]{
  background: #4FCAF4 !important;
  color: black !important;
}

.woocommerce-error{
  margin-top: 70px;
}

.tribe-events-tickets tr{
  text-align: center;
  background-color: #fff;
}

h2.tribe-events-tickets-title.tribe--tickets{
  display:none;
}

.cart-icon{
  float:right;
}

.cart-icon a{
  color: #3f9cc4 !important;
}

.pointer{
  pointer-events: none;
}

.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size:28px;
    margin-top:10px;
    font-style:normal;
    font-weight:400;
    padding-right:5px;
    vertical-align: middle;
}
.cart-contents:hover {
    text-decoration: none;
}
.cart-contents-count {
    color: #fff;
    background-color: #ed452f;
    font-weight: bold;
    border-radius: 10px;
    padding: 1px 6px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
}

@media screen and (min-width: 1200px){
  /* .page-template-page-cart section.banner .row{
    height:450px;
  } */

  .page-template-page-cart .site-main{
    min-height:auto;
  }

  .page-template-page-cart article{
    padding-top:60px;
    padding-bottom: 60px;
  }
}

.cart-page{
  background-color:#F8F8F8;
}

.wc-proceed-to-checkout{
  text-align:right;
}

.register-form{
  margin-top: 50px;
}

@media screen and (max-width:479px){
  .register-form label{
    font-size:12px !important;
  }
}

.page-template-default .woocommerce table.shop_table{
    margin-left: 17px;
    max-width: 858px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.woocommerce-checkout .woocommerce table.shop_table{
  margin-left:auto;
  margin-right:auto;
}

.payment_box.payment_method_eway_payments input{
  max-height:25px;
}

#eway_payments-card-expiry, #eway_payments-card-cvc{
  font-size:16px !important;
}

/* .form-row-last{
  display: inline-block !important;
} */

.logo-footer-form{
  display: flex;
  justify-content: flex-end;
}

@media(max-width:768px){
  .logo-footer-form{
    float:initial;
  }
}

.checkout-form .cart-contents, .order-form .cart-contents{
  float:right;
  font-size:18px;
  margin-top:-10px;
  margin-bottom:-10px;
}

@media(max-width:767px){
  .checkout-form .cart-contents, .order-form .cart-contents{
    float:initial;
  }

  .events .cart-contents{
    font-size:18px;
  }
}

.event-info{
  clear: both;
}

a.cart-contents{
  color:#3f9cc4 !important;
}

.woocommerce input.button.alt{
  -webkit-font-smoothing: antialiased;
    display: inline-flex;
    align-items: center;
    height: 49px;
    background-color: #3f9cc4;
    border-radius: 30px;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}

@media (max-width:768px){
  .woocommerce input.button.alt{
    display: inline-block;
  }
}

.woocommerce input.button.alt:hover{
  background-color: #3f9cc4;
}

.form-row.place-order{
  display:block;
}

.form-row{
  display:block!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* border: none; */
  margin: 0;
  outline: 0;
  line-height: 1;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

/* .select2-container--default .select2-selection--single{
    background-color: #fff;
    border-radius: 4px;
    border: none;
    min-height: 29px;
} */

/* .page-template-default .woocommerce form .form-row{
  margin: 0 0 20px;
} */

/* .my_custom_checkbox{
  max-width:500px;
} */

/* .my_custom_checkbox .checkbox{
  font-size:14px;
  opacity:.4;
  font-weight: bold;
}

.checkout-row{
  margin-top: 20px;
  align-items: center;
  margin-bottom:20px;
}

.checkout-row input#place_order{
  margin-bottom:35px;
}

.register-form input#place_order{
  display: none;
}

.select{
  border:none;
  border-radius: 0;
  min-height:40px;
} */
/* 
.hidden{
  display:none !important;
} */

/* .order-review{
  background:#F8F8F8;
  padding-bottom:20px;
}

#billing_name_2_field{
  clear:left;
} */

@media(max-width:900px){
  div#ajax-load-more{
    width:90%;
    margin-left: 0px;
  }

  .alm-btn-wrap{
    float:none;
    text-align: center;
  }
}

@media(max-width:769px){
  div#ajax-load-more{
    width:100%;
    margin-left: 0px;
  }

  .alm-btn-wrap{
    float:none;
    text-align: left;
  }

  .footer-2{
    margin-top:40px;
  }
}

@media(max-width:768px){
  .blog1{
    display:none;
  }

  .blog2{
    display: inline-flex !important;
    justify-content:center;
  }
}

@media(min-width:769px){
  .blog1{
    display:inline-flex !important;
     justify-content:center;
  }

  .blog2{
    display:none;
    justify-content:center;
  }
}

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

a.white:active, a.white:hover{
  color:#3f9cc4 !important;
}

.post-type-archive-tribe_events, .single-tribe_events{
  margin-top:-72px;
}

.date{
  margin-bottom: 10px;
}

.date:before{
  margin-right:15px;
}

.event-price .woocommerce-Price-currencySymbol{
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -.5em;
}

.event-price .woocommerce-Price-amount{
  font-weight:400;
}

.woocommerce-checkout section .form-wrapper{
  margin:auto;
}

@media (max-width:767px){
  #my_split_checkbox1_field{
    text-align: center;
  }

  #my_split_checkbox_field{
    justify-content: center;
  }

  .eway{
    text-align: center;
  }

  .checkout-button{
    text-align: center;
    margin-top: 20px;
  }
}

.page-template-page-terms-and-conditions .content-area{
  margin-top:150px;
}

@media(max-width:1024px){
  .page-template-page-terms-and-conditions .content-area{
    margin-top:70px;
  }
}

@media(max-width:767px){
  .default-form .gform_footer:after{
    right:2px !important;
    top:33px  !important;
  }
}

.about-wrapper ul{
  border-bottom:none !important;
}

.events h2 a, .blog-content h2 a{
  color:#3f9cc4;
}

.woocommerce-checkout .breadcrumb{
  padding-bottom: 40px;
}

#customer_details .form-row .input-checkbox{
	width:32px;
	height:27px;
	content:url("https://riseliteracy.com.au/wp-content/themes/fot/assets/images/unchecked.png");
}

#customer_details .form-row .input-checkbox:checked{
	width:32px;
	height:27px;
	content:url("https://riseliteracy.com.au/wp-content/themes/fot/assets/images/checked.png");
}

/* #billing_organisation_field label{
  width:100%;
}

#billing_organisation{
  width:86px;
} */

/* .form-row-first {
  clear:both;
}

.form-row-wide{
  border-bottom:1px solid #bcbcbc;
} */

/* .form-row-wide input{
  display: none;
} */

/* #eway_payments-card-name, #eway_payments-card-number{
  display:inline-block !important;
}

p.form-row.form-row-wide.woocommerce-validated{
  border-bottom:none;
} */

@media (min-width:480px){
  .side-mobile{
    display:none;
  }
}

.text-link{
  white-space: nowrap;
}

abbr.required {
  text-decoration: none!important;
}

form label {
  color: #757757;
}

.content-bottom > img{
  text-align: center!important;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 1rem 1rem;
}

.alignleft {
  float: left;
  padding: 1rem 1rem;
}

.alignright {
  float: right;
  padding: 1rem 1rem;
}

.nav-tabs {
  border-bottom: 0px solid #ddd!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #e9a39c;
  font-weight: bold;
}

section.home-event .event .img-wrapper {
  border-radius: 1rem;
  margin: auto;
  border: 1px solid #ededed;
}

section.home-event .event .description {
  border-radius: 1rem;
  margin: -80px auto 0 12rem;
}

span.current-item{
  color: #3f9cc4 !important;
}

section.banner-slider .page-title h1 {
  font-size: 72px!important;
  line-height: normal!important;
  color: #ed452f;
  font-family: "Lato", sans-serif!important;
  font-weight: 700;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
  max-width: none;
  padding: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: none;
    padding: 0;
}

.tribe-checkout-backlinks {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0rem;
}

.tribe-checkout-backlinks > a {
  color: #3f9cc4;
}

a.tribe-checkout-backlink{
  padding-right: 1rem;
}

.single-product .post-navigation { 
  display: none;
}

@media (max-width:992px){
  .cart-icon-wrapper{
    display: none;
  }
}

button#tribe-tickets__buy, button.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__item__registration__submit {
    background-image: none;
    background-color: #3f9cc4;
    justify-content: center;
    padding: 0;
    padding: 0 50px;
    box-shadow: 0 1px 2px transparent;
    transition: box-shadow 0.3s ease-in-out;
    display: inline-flex !important;
    align-items: center;
    height: 49px;
    background-color: #3f9cc4;
    border-radius: 30px;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    white-space: nowrap;
}

.woocommerce span.onsale {
  background-color: #ED452F;
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}

ul.product-categories {
  list-style: none;
  list-style: none;
  border: 0.5px solid #ededed;
  padding: 1rem 1rem 1rem 1rem;
}

.product-categories > li .cat-item:before {
  font-family: FontAwesome;
  text-rendering: auto;
  content: "\f054" !important;
  padding-right: 15px;
  font-size: 13px;
}

.product-categories > li > a {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
}

.product-categories > li > ul > li > a {
  color: #000;
}

ul.children.wcsca-expand {
  list-style: none;
  padding-left: 10px;
}

ul.children {
  list-style: none;
  padding-left: 10px;
}

.product-content > .woocommerce ul.products{
  display: none!important;
}

footer.entry-footer {
  display: none;
}

.woocommerce-product-details__short-description {
  padding: 3rem 0rem 3rem;
}

.single-product div.product .summary .product_meta {
  display: flex;
  flex-flow: column;
  border-top: 1px dotted rgba(0,0,0,.1);
}

.single-product div.product .product_meta {
  padding-top: 1em;
  border-top: 1px solid rgba(0,0,0,.05);
}

.woocommerce .quantity .qty{
  height: 3rem;
}

.woocommerce div.product form.cart .button {
  height: 3rem;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 11px 0 0;
}

ul.woocommerce-categories {
  display: flex;
}

ul.woocommerce-categories li {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
}

ul.woocommerce-categories li {
  margin: 0 auto;
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0; 
}

ul.woocommerce-categories .cat-product {
  display: block!important;
}

/* @media screen and (min-width:768px) {

  ul.woocommerce-categories {
      margin-left: 0;
      clear: both;
  }
  ul.woocommerce-categories {
      width: 29.4117647059%;
      float: left;
      margin-right: 5.8823529412%;
  }
  ul.woocommerce-categories li:nth-of-type(3) {
      margin-right: 0;
  }
   
} */


h2.widget-title {
  text-align: center;
  font-size: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  background-color: #3f9cc4;
  color: #fff;
  padding: 0.55rem 1rem;
  border-radius: 5px;
}

.woocommerce div.product p.price{
  font-size: 1.6em;
}

/* .woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 3.236;
  margin: 0;
  color: #fff;
  border-radius: .25em;
  padding: 13px 17px;
  top: auto;
  left: auto;
} */

ul.products li.product .onsale {
  position: absolute;
  border-radius: .25em;
  padding: 0px 17px;
  font-size: 0.8rem;
}

.woocommerce div.product .product_title {
  padding: 1rem 0rem;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: right;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: left;
}

.pr-title{
  color: #000;
}

.pr-title:hover {
  color: #3f9cc4!important;
  text-decoration: underline!important;
}

.pr-link{
  color: #000!important;
  text-decoration: none!important;
}

.pr-link:hover {
  color: #000!important;
  text-decoration: none!important;
}

.pr-wrapper {
  padding: 1rem 2rem 2rem 2rem;
  border: 1px solid #ededed;
  background: #f5f5f5;
  min-height: 230px;
}

.cat-product-title {
  min-height: 135px;
}

.term-description{
  padding-bottom: 1rem;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 3em;
}

.woocommerce-ordering select, body.woocommerce-page .woocommerce-ordering select {
  border-radius: 5px !important;
  border: 1px solid #92ccd6 !important;
  font-weight: 400 !important;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px !important;
}

h2.woocommerce-loop-product__title {
  color: #3f9cc4;
  font-weight: 600!important;
  font-size: 1.2rem!important;
  min-height: 92px;
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 1.2rem;
}

.product-meta {
  display: flex;
  flex-flow: nowrap;
  font-size: 0.89rem;
}

.pd-code {
  padding-left: 5px;
  font-weight: 600;
}

span.sku_wrapper{
  font-size: 0.89rem;
}

span.sku{
  font-weight: 600;
}

.woocommerce ul.products li.product .button {
  margin-top: 1em;
  width: 100%;
  text-align: center;
  align-items: center;
  background-color: #3f9cc4;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

.woocommerce a.added_to_cart {
  padding: 0.3rem 0rem;
  display: inline-block;
  margin-top: 1em;
  width: 100%;
  text-align: center;
  align-items: center;
  background-color: #3f9cc4;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 154px;
}

.woocommerce ul.products li.product a img {
  min-height: 274.75px;
}

span.posted_in > a{
  color: #3f9cc4;
}

td.product-name > a{
  color: #3f9cc4;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  align-items: center;
  background-color: #3f9cc4!important;
  border-radius: 30px;
  color: #fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #3f9cc4;
  text-decoration: none;
  color: #fff;
}

.woocommerce-message {
  border-top-color: #ed452f;
}

.woocommerce-message::before {
  color: #ed452f;
}

.woocommerce-info {
  border-top-color: #ed452f;
}

.woocommerce-info > a {
  color: #3f9cc4;
}

button#place_order {
  padding: 1rem 3rem;
}

li#tribe-bar-views-option-list {
  display: none!important;
}

a.service-link.active{
  color: #3f9cc4!important;
  text-decoration: underline;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000!important;
  text-decoration: none!important;
  background-color: #fff!important;
}

ul.dropdown-menu> li > a{
  color: #000!important;
}

ul.dropdown-menu> li > .dropdown-item a:after{
  content: '';
  display: none!important;
  width: 0!important;
  height: 0!important;
  background:none!important;
  transition: none!important;
}

ul.dropdown-menu> li > a.active{
  color: #3f9cc4!important;
}

.tribe-link-view-attendee > a {
  color: #3f9cc4!important;
}

.btm-footer-right {
  text-align: right;
}

.select2-container--default .select2-selection--single{
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 40px !important;
}

.woocommerce form .form-row.woocommerce-validated input.input-text{
  border-color: #a00;
}

.woocommerce-billing-fields {
  padding-bottom: 2rem;
}

form label {
  font-size: 1.1rem;
}

.woocommerce-privacy-policy-text > p > a{
  color: #3f9cc4!important;
}

span.woocommerce-terms-and-conditions-checkbox-text > a {
  color: #3f9cc4!important;
}

/* New Banner Styling */

.banner-new-wrapper {
  min-height: 470px;
}

.banner-slide-text-new {
  margin-left: 100px;
  margin-right: auto;
  padding: 20px;
  padding-bottom: 35px;
  padding-top: 60px;
  padding-left: 0px;
  position: absolute;
  top: 110px;
  max-width: 1000px;
}

.text-slide-new h1{
  color: #ed452f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
}

.text-slide-new h2{
  color: #3f9cc4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}

section.banner .banner-slide-img img {
  max-height: 280px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

/* New default banner */
.banner-slide-new-wrapper {
  position: relative;
  background-image: url("../images/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 470px;
  position: relative;
}

.banner-container {
  display: flex;
  justify-content: space-evenly;
  flex-flow: nowrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  max-width: 1140px;
  padding: 0 1rem;
}

.wrapper-left{
  width: 943px;
}

.wrapper-left-text > .text-slide h1, .text-slide h1{
  color: #ed452f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
}

.wrapper-left-text > .text-slide h2, .text-slide h2{
  color: #3f9cc4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
}

.wrapper-right-img > .img-slide {
  max-width: 450px;
}

.wrapper-right-img.slick-initialized.slick-slider{
  width: 100%;
  max-width: 350px;
}

.wrapper-left.event-left{
  width: 750px;
}

section.banner .row.homepage{
  height: 650px;
}

section.banner .banner-slide-img.homepage img{
  max-height: 523px!important;
}

@media screen and (max-width: 1200px){
  .banner-slide-text-new {
    margin-left: auto;
  }

  .banner-slide-new-wrapper{
    min-height: 450px;
  }

  .wrapper-left.event-left{
    width: 550px;
  }
}

@media screen and (max-width: 990px){
  .wrapper-left {
    width: 633px;
  }

  .banner-slide-new-wrapper{
    min-height: 450px;
  }
}

@media screen and (max-width: 780px){
  .wrapper-left {
    width: 100%;
  }

  .banner-new-wrapper {
    min-height: 600px;
  }

  .banner-slide-new-wrapper {
    min-height: 750px;
  }

  .wrapper-right-img > .img-slide {
    max-width: 253px;
  }

  .banner-container {
    display: flex;
    justify-content: space-evenly;
    flex-flow: wrap;
    align-items: center;
  }

  .banner-slide-new-wrapper.event-new-wrapper-slide {
    min-height: 680px;
  }

  section.banner .banner-slide-img.homepage img {
    max-height: 342px!important;
}
}

@media screen and (max-width: 768px){
  .wrapper-left {
    width: 300px;
  }

  .slick-track {
    margin-left: initial;
    margin-right: initial;
  }

}

@media screen and (max-width: 500px){
  ul.products.columns-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
section.latest-product .latest-title h2{
  color: #ed452f;
  font-size: 48px;
}

section.latest-product .latest-title h2 span{
    color: #3f9cc4;
}

a.theme-button-new, button.theme-button-new {
  display: inline-flex !important;
  align-items: center;
  height: 49px;
  background-color: #3f9cc4;
  border-radius: 30px;
  padding: 0 1.5rem;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: initial;
  letter-spacing: 2px;
  white-space: nowrap;
}

.event-home-latest{
  display: flex;
}

.img-wrapper-event{
  height: 100%;
  min-height: 285px;
  width: 573px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border: 0.5px solid #3f9cc4;
  border-right-style: none;
}

.description-event{
  max-width: 100%;
  background-color: rgba(78, 202, 245, 0.9);
  padding: 1.2rem 2.5rem;
  color: #fff;
  height: auto;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.description-event ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.description-event h3 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
}

.description-event ul li {
  font-size: 18px;
  white-space: wrap;
  color: #fff;
}

.description-event ul li:first-child::before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 18px;
  padding-left: 3px;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.description-event ul li:last-child::before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: 18px;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.event-in-btn{
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 992px){
  .event-home-latest {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .img-wrapper-event {
    height: 100%;
    min-height: 285px;
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0rem;
    border: 0.5px solid #3f9cc4;
    border-bottom-style: none;
  }
  .description-event {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0rem;
    justify-content: center;
  }
  .event-in-btn {
    display: flex;
    align-items: flex-end;
    margin: 2rem auto 0;
  }
}

.shop-home-listing ul.products li{
  list-style: none outside;
}



/************** 09/11/2021 ***************/

.woocommerce table.shop_table td {
  border-top: 1px solid rgb(223 219 219) !important;
  padding-left: 12px !important;
}

.price-rule-active td {
  background-color: #d7d4d4 !important;
  color: #212529;
}

.price-rule-active .amount {
  color: #212529;
}

.price-rules-table th {
  background: #3f9cc4;
  color: #fff;
}

.woocommerce table.shop_table td del {
  margin-right: 10px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin-bottom: 50px;
}