html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

button {
  overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/* Slick Overrides */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  width: auto;
  text-align: left;
  bottom: .5em;
  left: .5em;
}

.slick-dots li {
  width: 14px;
  height: 14px;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #2c95ca;
  line-height: 0;
  opacity: .25;
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li.slick-active button {
  opacity: 1;
}

/* ---- previous/next buttons ---- */
.prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.prev-next-button.previous {
  left: 10px;
}

.prev-next-button.next {
  right: 10px;
}

.prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.prev-next-button.previous, .prev-next-button.next {
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.8%2082.8%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2241.4%22%20cy%3D%2241.4%22%20r%3D%2239.4%22%3E%3C%2Fcircle%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M39.7%2029.1c-.5-.5-1.2-.8-2-.8-1.6%200-2.9%201.3-2.9%202.9%200%20.9.4%201.6.9%202.1l9.3%208.5-9.3%208.5c-.6.5-.9%201.3-.9%202.1%200%201.6%201.3%202.9%202.9%202.9.8%200%201.4-.3%202-.8l11.7-10.7c.6-.6.9-1.3.9-2.1s-.3-1.6-.9-2.2L39.7%2029.1zm2.8%2038.1%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center center;
  z-index: 1;
}
.no-touchevents .prev-next-button.previous:hover, .no-touchevents .prev-next-button.next:hover {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.8%2082.8%22%3E%3Ccircle%20fill%3D%22%236256CD%22%20stroke%3D%22%236256CD%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2241.4%22%20cy%3D%2241.4%22%20r%3D%2239.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M39.7%2029.1c-.5-.5-1.2-.8-2-.8-1.6%200-2.9%201.3-2.9%202.9%200%20.9.4%201.6.9%202.1l9.3%208.5-9.3%208.5c-.6.5-.9%201.3-.9%202.1%200%201.6%201.3%202.9%202.9%202.9.8%200%201.4-.3%202-.8l11.7-10.7c.6-.6.9-1.3.9-2.1s-.3-1.6-.9-2.2L39.7%2029.1zm2.8%2038.1%22%2F%3E%3C%2Fsvg%3E") !important;
}

.prev-next-button.previous {
  -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg);
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
::selection {
  background: #084694;
  color: #fff;
  text-shadow: none;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  color: #303544;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
textarea,
keygen,
select,
button {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body.admin-bar {
  padding-top: 46px;
}

a {
  text-decoration: none;
  font-weight: 700;
  color: #7060fe;
  transition: color 0.4s ease-out;
}
a:hover {
  color: #6256cd;
}

.group {
  clear: both;
  content: '';
  display: table;
}

.container {
  margin: auto;
  max-width: 1440px;
  padding: 0 4.348%;
}

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.content-404 {
  padding: 4em 0;
}

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #15263e;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #7060fe;
  /* set the active date background color */
  border: 1px solid #6256cd;
  /* set the active date border color */
  color: #fff;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #000;
  filter: dropshadow(color=#000, offx=0, offy=1);
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.button, .login #login #loginform p.submit .button, a.button, .login #login #loginform p.submit a.button {
  white-space: nowrap;
  border-radius: 5px;
  height: 3em;
  line-height: 3em;
  padding: 0 2.2em;
  display: inline-block;
  background: #7060fe;
  color: #f2f1f1;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.4s ease-out;
}
.button:hover, .login #login #loginform p.submit .button:hover, a.button:hover, .login #login #loginform p.submit a.button:hover {
  background: #6256cd;
}
.button.small, .login #login #loginform p.submit .small.button, a.button.small, .login #login #loginform p.submit a.small.button {
  height: 2em;
  line-height: 2em;
  font-size: 0.75em;
}

.text-button {
  padding-right: 30px;
  white-space: nowrap;
  color: #7060fe;
  transition: all 0.4s ease-out;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
.text-button:after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 26px;
  height: 26px;
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.8%2082.8%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%237060FE%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2241.4%22%20cy%3D%2241.4%22%20r%3D%2239.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%237060FE%22%20d%3D%22M39.7%2029.1c-.5-.5-1.2-.8-2-.8-1.6%200-2.9%201.3-2.9%202.9%200%20.9.4%201.6.9%202.1l9.3%208.5-9.3%208.5c-.6.5-.9%201.3-.9%202.1%200%201.6%201.3%202.9%202.9%202.9.8%200%201.4-.3%202-.8l11.7-10.7c.6-.6.9-1.3.9-2.1s-.3-1.6-.9-2.2L39.7%2029.1zm2.8%2038.1%22%2F%3E%3C%2Fsvg%3E) no-repeat center center/70% 70%;
}
.text-button:hover {
  color: #6256cd;
}
.text-button:hover:after {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2082.8%2082.8%22%3E%3Ccircle%20fill%3D%22%236256CD%22%20stroke%3D%22%236256CD%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2241.4%22%20cy%3D%2241.4%22%20r%3D%2239.4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M39.7%2029.1c-.5-.5-1.2-.8-2-.8-1.6%200-2.9%201.3-2.9%202.9%200%20.9.4%201.6.9%202.1l9.3%208.5-9.3%208.5c-.6.5-.9%201.3-.9%202.1%200%201.6%201.3%202.9%202.9%202.9.8%200%201.4-.3%202-.8l11.7-10.7c.6-.6.9-1.3.9-2.1s-.3-1.6-.9-2.2L39.7%2029.1zm2.8%2038.1%22%2F%3E%3C%2Fsvg%3E);
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
}
.icon svg {
  width: 1em;
  height: 1em;
}

ul.fancy {
  padding-left: 2em;
  margin: 1em 0;
  list-style: none;
}
ul.fancy ul {
  list-style: none;
}
ul.fancy li {
  margin: 1.5em 0;
  text-indent: -2em;
}
ul.fancy li:before {
  content: ' ';
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  text-indent: 0;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2081.8%2081.8%22%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%232C95CA%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2240.9%22%20cy%3D%2240.9%22%20r%3D%2239.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%232C95CA%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M24.8%2045.1l7.8%208.3s1.5%201.9%203.6%200%2021.9-22.7%2021.9-22.7%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.divider {
  width: 50px;
  height: 2px;
  margin: 0 0 2em 0;
  background: #55cece;
}

.login {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.login:before {
  animation: animate-bg 20s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
  background-image: url("../images/login-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  height: 120%;
  width: 120%;
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
.login:after {
  background-color: c(image-overlay);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.login h1 {
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
}
.login h1 a {
  background-image: url("../images/header-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 94px;
  margin: 0 auto;
  width: 240px;
}
.login h1 a:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.login #login {
  position: relative;
  z-index: 2;
}
.login #login input[type=text], .login #login input[type=password] {
  background: #f2f1f1;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  font-size: 1rem;
  padding: 0.5rem;
  transition: border-color ease-in;
}
.login #login input[type=text]:hover, .login #login input[type=password]:hover {
  will-change: border-color;
}
.login #login input[type=text]:focus, .login #login input[type=password]:focus {
  border-color: #6f9c51;
  box-shadow: none;
  outline: 0;
  transition: border-color ease-out;
}
.login #login #loginform {
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
}
.login #login #loginform p.submit .button {
  float: left;
  clear: both;
  height: auto;
  margin-top: 1.5rem;
  text-shadow: none;
  box-shadow: none;
  border: none;
}
.login #login label {
  font-size: 0.8rem;
}
.login #nav,
.login #backtoblog {
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
}
.login #nav a,
.login #backtoblog a {
  color: #fff;
}

@keyframes animate-bg {
  50% {
    transform: translate3d(-5%, -5%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 47.5em) {

  .slick-dots {
    bottom: 3em;
    left: 3em;
  }

  body.admin-bar {
    padding-top: 32px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {

  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=maps/login.css.map */