/* 
	Table of Contents

    01. Slick -------------------------------------
         Slider -----------------------------------
    02. Magnific ----------------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
    03. Settings ----------------------------------
         Colors -----------------------------------
    04. Tools -------------------------------------
    05. Sprite ------------------------------------
    06. Generic -----------------------------------
    07. Base --------------------------------------
    08. Fonts -------------------------------------
    09. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    10. Reset -------------------------------------
    11. Base WordPress CSS ------------------------
    12. Gallery -----------------------------------
    13. Pagination --------------------------------
    14. Comments ----------------------------------
    15. Search Form -------------------------------
    16. Regions -----------------------------------
    17. Modules -----------------------------------
    18. Books -------------------------------------
         Book Email Signup - The Art of Being Indispensible At Work 
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    19. Buttons -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    20. Copytight ---------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    21. Downloads ---------------------------------
         Mobile -----------------------------------
    22. Footer  -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    23. Forms -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    24. Header ------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    25. Intro -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    26. Intro Small -------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    27. Lists -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    28. Logo --------------------------------------
         Mobile -----------------------------------
    29. Nav ---------------------------------------
         Small Desktop ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    30. Posts -------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    31. Programs ----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    32. Gravity Reset -----------------------------
         Mobile -----------------------------------
    33. Gravity Reset Error States ----------------
    34. Sections ----------------------------------
    35. Section Image -----------------------------
    36. Section Video -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    37. Section Testimonials ----------------------
         Mobile -----------------------------------
    38. Section Clients ---------------------------
         Mobile -----------------------------------
    39. Section Featured --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    40. Section Books -----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    41. Section Recent Posts ----------------------
         Mobile -----------------------------------
    42. Section Text ------------------------------
         Mobile -----------------------------------
    43. Section Videos ----------------------------
         Mobile -----------------------------------
    44. Section Base ------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    45. Section Contact ---------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    46. Section Download --------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    47. Section Default  --------------------------
         Mobile -----------------------------------
    48. Section Team ------------------------------
         Mobile -----------------------------------
         Mobile -----------------------------------
    49. Slider ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    50. Socials -----------------------------------
         Mobile -----------------------------------
    51. Form Elements -----------------------------
    52. Button ------------------------------------
         Button Block -----------------------------
    53. Wrapper -----------------------------------
    54. Shell -------------------------------------
    55. Container ---------------------------------
    56. Header ------------------------------------
    57. Main --------------------------------------
    58. Content -----------------------------------
    59. Sidebar -----------------------------------
    60. Widget ------------------------------------
    61. Footer ------------------------------------
    62. Testimonials ------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    63. Videos ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    64. Modules -----------------------------------
    65. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Slick
\* ------------------------------------------------------------ */

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[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;
}

/* ------------------------------------------------------------ *\
	Magnific
\* ------------------------------------------------------------ */

/* 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;
  -webkit-box-sizing: border-box;
          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: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-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;
  -webkit-box-shadow: none;
          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%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            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;
  -webkit-box-sizing: border-box;
          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;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            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; }

@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;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/*  Colors  */

/* ------------------------------------------------------------ *\
	Tools
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: Raleway, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.3; color: #333333; }

a { color: inherit; text-decoration: underline; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

@media(max-width: 600px){
	body #wpadminbar { position: fixed; }
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    display: block;
    clear: both; }

/*  Notext  */

.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter { margin: 5px 15px 10px; }

.alignleft { margin-left: 0; }

.alignright { margin-right: 0; }

.alignnone { display: block; margin-left: 0; margin-right: 0; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { position: relative; }

.wp-caption img { width: 100%; }

.wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery { position: relative; overflow: hidden; padding-bottom: 20px; }

.gallery .wp-caption-text { right: 10px; bottom: 10px; left: 10px; text-align: left; }

.gallery-item { float: left; position: relative; padding: 10px; }

.gallery-item img { width: 100%; }

.gallery-columns-1 .gallery-item { width: 100%; }

.gallery-columns-2 .gallery-item { width: 50%; }

.gallery-columns-3 .gallery-item { width: 33.33%; }

.gallery-columns-4 .gallery-item { width: 25%; }

.gallery-columns-5 .gallery-item { width: 20%; }

.gallery-columns-6 .gallery-item { width: 16.67%; }

.gallery-columns-7 .gallery-item { width: 14.29%; }

.gallery-columns-8 .gallery-item { width: 12.5%; }

.gallery-columns-9 .gallery-item { width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption { display: none; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging { padding: 0 0 20px; text-align: center; }

.paging ul { list-style: none outside none; }

.paging ul,
.paging li { display: inline-block; vertical-align: top; }

.paging a { display: inline-block; padding: 4px 10px; border: 1px solid #000; margin: 0 2px; text-decoration: none; border-radius: 4px; }

.paging .current a,
.paging a:hover { text-decoration: none; background: #000; color: #fff; }

.paging-label { padding-right: 10px; }

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments { padding-top: 15px; }

.section-comments a { text-decoration: none; }

.section-comments p { padding-bottom: 18.2px; }

.section-comments ol,
.section-comments ul { padding: 0; margin: 0; list-style: none outside none; }

.section-comments h3 { position: relative; padding: 0 0 10px; }

.section-comments h3 small { position: absolute; top: 0; right: 0; }

.comments,
.comments .children { position: relative; }

.comments .children:before,
.comments .children:after { content: ''; position: absolute; display: block; }

.comments .children:before { top: 33px; left: 23px; width: 32px; height: 27px; border-left: 8px solid #c3c3c3; border-bottom: 8px solid #c3c3c3; border-radius: 0 0 0 8px; }

.comments .children:after { top: -5px; left: 8px; border: 20px solid transparent; border-width: 20px 19px; border-bottom-color: #c3c3c3;  }

.comments .comment { position: relative; border-top: 1px dashed #363636; }

.comments .children { padding-left: 70px; }

.comments .avatar { position: absolute; top: 28px; left: 0; width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ccc; }

.comments .says { padding-left: 5px; }

.comments .moderation-notice { display: inline-block; margin: 3px 0 8px; color: #999; }

.comments .comment-entry { position: relative; padding: 30px 0 30px 65px; }

.comments .comment-text p:last-child { padding-bottom: 0; margin-bottom: 0; }

.comments .comment-meta { padding-bottom: 12px; }

.comments .comment-meta a { color: #363636; }

.comments .comment-reply { padding-top: 10px; text-align: right; }

.comments .comment-reply a { display: inline-block; padding: 5px 10px; background: #363636; color: #fff; border-radius: 6px; }

.comments .comment-reply a:hover { text-decoration: none; opacity: .8; }

.comment-respond { width: 100%; padding-top: 30px; border-top: 1px solid #363636; }

.comment-respond h3 { position: relative; }

.comment-respond small { position: absolute; top: 0; right: 0; }

.comment-respond label { display: block; padding-bottom: 4px; }

.comment-respond input[type="text"],
.comment-respond textarea { display: block; width: 80%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7;  }

.comment-respond textarea { width: 100%; height: 100px; }

.comment-respond input[type="text"]:focus { background-color: #fff; }

.comment-respond input[type="text"]::-webkit-input-placeholder { color: #777; }

.comment-respond input[type="text"]::-moz-placeholder { color: #777; }

.comment-respond input[type="text"]:-ms-input-placeholder { color: #777; }

.comment-respond input[type="text"]::-ms-input-placeholder { color: #777; }

.comment-respond input[type="text"]::placeholder { color: #777; }

.comment-respond textarea { width: 100%; }

.comment-respond .required { color: #e40000; }

.comment-respond .comment-notes { padding-top: 15px; }

.comment-respond .form-submit input { display: block; width: 160px; height: 40px; border: 0; font-size: 14px; font-weight: bold; color: #fff; background: #363636; cursor: pointer; border-radius: 4px; }

.nocomments { padding-top: 12px; font-weight: bold; font-size: 18px; }

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.search-form { position: relative; overflow: hidden; }

.search-form .search-field { display: block; width: 100%; padding: 10px; border: 1px solid #ccc; background: #f7f7f7; }

.search-form .search-field:focus { background-color: #fff; }

.search-form .search-field::-webkit-input-placeholder { color: #777; }

.search-form .search-field::-moz-placeholder { color: #777; }

.search-form .search-field:-ms-input-placeholder { color: #777; }

.search-form .search-field::-ms-input-placeholder { color: #777; }

.search-form .search-field::placeholder { color: #777; }

.search-form .screen-reader-text { position: absolute; top: 0; left: 0; width: 0; height: 0; opacity: 0.5; visibility: hidden; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Books
\* ------------------------------------------------------------ */

.books { padding: 0 145px;  }

.book { padding: 0 25px;  }

.book a { display: block;  }

.book img { -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.book:hover img { -webkit-filter: contrast(150%); filter: contrast(150%); }

/* Book Email Signup - The Art of Being Indispensible At Work */

label#label-email-59c78f79-b49d-4eef-81f9-774a3cac3ea2 span.hs-form-required{
	display: none;
}

input#email-59c78f79-b49d-4eef-81f9-774a3cac3ea2{
	padding: 5px;
    height: 40px;
    width: 300px;
    border: 1px solid #ddd;
    font-size: 1rem;
}

#hbspt-form-1580324182217-2008125109 .submit{
	padding: 5px;
}

.hbspt-form  #hsForm_59c78f79-b49d-4eef-81f9-774a3cac3ea2  .hs-submit .actions .hs-button 
{
	margin-top: 10px;
}

#hsForm_59c78f79-b49d-4eef-81f9-774a3cac3ea2 ul.hs-error-msgs,
#hsForm_59c78f79-b49d-4eef-81f9-774a3cac3ea2 ul.hs-error-msgs li{
	padding-left: 0 !important;
}

#hsForm_59c78f79-b49d-4eef-81f9-774a3cac3ea2 ul.hs-error-msgs li:after{
	display: none;
}

#hsForm_59c78f79-b49d-4eef-81f9-774a3cac3ea2 .hs_error_rollup{
	display: none;
}

#hsForm_59c78f79-b49d-4eef-81f9-774a3cac3ea2{
	-webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	        transform: translateY(-30px);
}

/* #hsForm_59c78f79-b49d-4eef-81f9-774a3cac3ea2 ul.hs-error-msgs li{
	position:static;
	padding-left: none;
} */

/* Tablet Portrait */

@media (max-width: 1023px) {
	.books { padding: 0 100px; }
	.book { padding: 0 16px;  }
}

/* Mobile */

@media (max-width: 767px) {
	.books { padding: 0 30px;  }
	.book { padding: 0 10px;  }
}

@media(max-width: 480px){
	.books { padding: 0 60px;  }
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.btn--base, .hs-button { text-transform: uppercase; font-weight: 700; font-size: 15px;  letter-spacing: 0.04em;  background-color: #00AEEF; padding: 10px 19px; color: #fff; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; position: relative; z-index: 99; border:none;}

.btn--base:hover, .hs-button:hover {  background-color: #EF8100; border:none; }

.btn--base.btn--black { background-color: #333333;  }

.btn--base.btn--black:hover { background-color: #EF8100; }

.btn--block { display: block; width: 100%; }

.btn.btn--download { background-color: #00AEEF; font-size: 21px; text-transform: uppercase; color: #fff; letter-spacing: 0.02em; font-weight: 700; text-align: left; padding: 18px 17px 14px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.btn.btn--download:hover { background-color: #EF8100;  }

.btn--download img { width: 52px; height: auto; margin-right: 20px; }

.btn-holder { text-align: center; position: relative; margin-bottom: 40px;  }

.btn-holder > span { display: inline-block; background-color: #fff; padding:  0 10px; z-index: 99; position: relative;  }

.btn-holder:after { content: ''; position: absolute; top: 50%; left: 0; width: 100%; height: 2px; background-color: #eeeeee;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%); }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.btn.btn--download { max-width: 350px; }
}

/* Mobile */

@media (max-width: 767px) {
	.btn.btn--download { font-size: 17px; padding: 13px 10px 11px;  }
	.btn--download img { width: 35px; margin-right: 5px; }

	.btn-holder { margin-bottom: 25px; }
}

/* ------------------------------------------------------------ *\
	Copytight
\* ------------------------------------------------------------ */

.copyright { color: #fff; text-transform: uppercase;  }

.copyright p { font-size: 12px; font-weight: 600; letter-spacing: 0.16em;  text-transform: uppercase; }

.copyright a { text-decoration: none; display: inline-block;  padding-left: 15px; margin-left: 15px; position: relative; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.copyright a:after { content: ''; position: absolute; top: 0; left: 0; background-color: #fff; height: 100%; width: 1px;  }

.copyright a:hover { color: #EF8100;  }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.copyright a { padding-left: 11px; margin-left: 8px; }
}

/* Mobile */

@media (max-width: 767px) {
	.copyright { margin-bottom: 15px;  }
	.copyright a { display: block; padding: 0; margin: 5px 0 0 0; }
	.copyright a:after { display: none;  }
}

/* ------------------------------------------------------------ *\
	Downloads
\* ------------------------------------------------------------ */

.downloads { padding-bottom: 70px; }

.download { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 24px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.download h4 { color: #00AEEF; font-weight: 500; font-size: 22px; margin-bottom: 0;  }

.download h4 > a { font-weight: 500 !important;  }

.download p { display: inline; font-size: 12px; font-weight: 500; line-height: 1.67; letter-spacing: 0.02em; margin-bottom: 0; }

.download .download__image { width: 77px; }

.download .download__content {  width: calc(100% - 77px); max-width: 830px; padding-left: 30px; }

.download .download__content a { text-decoration: none; color: #00AEEF; font-weight: 800;  -webkit-transition: color .4s;  -o-transition: color .4s;  transition: color .4s; }

.download .download__content a:hover { color: #EF8100;  }

/* Mobile */

@media (max-width: 767px) {
	.download { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
	.download .download__image { width: 30px; margin-top: 5px; }
	.download .download__content {  width: calc(100% - 30px); padding-left: 10px; } 
	.download h4 { font-size: 18px; }
}

@media(max-width: 374px){
	.download p { font-size: 11px; }
	.downloads { padding-bottom: 25px; }
}

/* ------------------------------------------------------------ *\
	Footer 
\* ------------------------------------------------------------ */

.footer .footer__content { background-color: #00AEEF; color: #fff; padding-top: 50px; }

.footer .footer-widgets { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.footer .footer-widget { padding-left: 18px; border-left: 1px solid #fff; padding-bottom: 30px; }

.footer .footer-widget-address { letter-spacing: 0.16em; width: 30.5%; }

.footer .footer-widget-address h5 { font-size: 15px; font-weight: 800; margin-bottom: 4px; text-transform: uppercase; }

.footer .footer-widget-address p,
.footer .footer-widget-address ul { font-weight: 700; font-size: 12px; line-height: 1.75; text-transform: uppercase; list-style: none; margin: 0; }

.footer .footer-widget-address a { text-decoration: none; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.footer .footer-widget-address a:hover { color: #333333;  }

.footer .footer-widget-nav { width: 25.6%; }

.footer .footer-widget-nav ul { list-style: none; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.footer .footer-widget-nav a { text-decoration: none; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.footer .footer-widget-nav a:hover { color: #333333; }

.footer .footer-widget-nav li { margin-bottom: 6px; }

.footer .footer-widget-subscribe { width: 43.9%; }

.footer .footer__bar { background-color: #333333; padding: 20px 0; }

.footer .footer__bar-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.footer .footer-widget-nav,
	.footer .footer-widget-address { width: 50%; }
	.footer .footer-widget-subscribe { width: 100%; border: none; border-top: 1px solid #fff; padding-top: 30px; }
	.footer .footer-widget-address { border: none; }
}

/* Mobile */

@media (max-width: 767px) {
	.footer .footer__bar { padding-bottom: 13px; }
	.footer .footer__content { padding: 35px 0; }
	.footer .footer-widget-nav,
	.footer .footer-widget-address { width: 100%; } 
	.footer .footer-widget-address,
	.footer .footer-widget-subscribe { border-top: none;  border-left: 1px solid #fff; }
	.footer .footer-widget-subscribe { padding-bottom: 0; padding-top: 0; }

	.footer .footer__bar-inner { display: block; text-align: center;  }
}

/* ------------------------------------------------------------ *\
	Forms
\* ------------------------------------------------------------ */

.subscribe_wrapper.gform_wrapper { margin: 0; position: relative;  max-width: 445px; }

.subscribe_wrapper.gform_wrapper h3.gform_title { margin: 0; font-size: 22px; text-transform: uppercase; letter-spacing: .1em !important;  font-weight: 600; }

.subscribe_wrapper.gform_wrapper .top_label .gfield_label { display: none;  }

.subscribe_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { border: none; font-size: 19px; color: #9d9b9b; letter-spacing: .1em; text-transform: uppercase; padding: 12px 135px 12px 14px;  }

.subscribe_wrapper.gform_wrapper .gform_footer { position: absolute; bottom: 0; right: 0;  width: auto;  padding: 0; margin: 0; }

.subscribe_wrapper.gform_wrapper.gf_browser_ie .gform_footer input.button,
.subscribe_wrapper.gform_wrapper .gform_footer input.button, 
.subscribe_wrapper.gform_wrapper .gform_footer input[type=submit], 
.subscribe_wrapper.gform_wrapper .gform_page_footer input.button, 
.subscribe_wrapper.gform_wrapper .gform_page_footer input[type=submit] { margin: 0; background-color: #333333; color: #fff; text-transform: uppercase; font-size: 19px; letter-spacing: .1em; font-weight: 600; padding: 12px 20px; -webkit-transition: background-color .4s; -o-transition: background-color .4s; transition: background-color .4s; }

.subscribe_wrapper.gform_wrapper .gform_footer input.button:hover, 
.subscribe_wrapper.gform_wrapper .gform_footer input[type=submit]:hover, 
.subscribe_wrapper.gform_wrapper .gform_page_footer input.button:hover, 
.subscribe_wrapper.gform_wrapper .gform_page_footer input[type=submit]:hover { background-color: #000;  }

.subscribe_wrapper.gform_wrapper img.gform_ajax_spinner { position: absolute; top: 8px; right: -25px; width: 30px; height: 30px; background-size: contain;  }

.subscribe_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.subscribe_wrapper.gform_wrapper li.gfield_error textarea { border: none; -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,46,46,1); box-shadow: inset 0px 0px 0px 2px rgba(255,46,46,1); }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.subscribe_wrapper.gform_wrapper { margin: 0 auto; }
}

/* Mobile */

@media (max-width: 767px) {
	.subscribe_wrapper.gform_wrapper { margin: 0 15px 0 0;   }
	.subscribe_wrapper.gform_wrapper h3.gform_title { font-size: 16px; }

	.subscribe_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 1.2; font-size: 15px; }
	.subscribe_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])  { font-size: 15px;  }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; z-index: 9999;  top: 0; left: 0; width: 100%; }

.header .header__nav { background-color: #00AEEF; position: relative; padding: 30px 0 29px 20px; width: 72.64%; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.header .header__nav:after { content: ''; width: 1000%; height: 100%; top: 0; left: 100%; background-color: #00AEEF; position: absolute;  }

.header .header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.header .header__logo { width: 27.36%; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; text-align: center;  min-height: 110px; position: relative; z-index: 45; background-color: #fff;  position: relative; }

.header .header__logo:after { content: ''; width: 1000%; height: 110px; top: 0; right: 0; background-color: #fff; position: absolute;  -webkit-transition: all .4s;  -o-transition: all .4s;  transition: all .4s; }

.header .header__logo .logo { z-index: 9;  position: absolute; top: 50%; left: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.admin-bar .header { top: 32px; }

@media(min-width: 1023px){
	.header .header__nav { min-height: 40px;  }
	.header.fixed .logo {  height: 27px; width: 191px;  }
	.header.fixed .nav > .menu { font-size: 12px; }
	.header.fixed .nav > .menu br { display: none;  }
	.header.fixed .nav > .menu { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
	.header.fixed .header__logo  {  width: 19.36%;  }
	.header.fixed .header__nav { width: 80.64%; padding: 11px 0 11px 20px;  }

	.header.fixed .header__logo { min-height: 45px;  }
	.header.fixed .header__logo:after { height: 45px;  }
}

@media ( max-width: 767px ) {
	.admin-bar .header { top: 46px; }
}

/* Small Desktop */

@media (max-width: 1200px) {
	.header .header__logo { width: 23.36%; }
	.header .header__nav { width: 76.64%; }
	.header .header__logo .logo { width: 222px; height: 27px; }

	.header.fixed .logo { height: 27px; width: 181px; }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.header { background-color: #fff;  }
	.header .shell { padding: 0;  }
	.header .header__nav { width: auto; position: static; padding: 20px;   }
	.header .header__inner { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.header .header__logo { width: auto; max-width: 250px;  min-height: 1px; padding-left: 20px; top: 0; }
	.header .header__logo .logo { top: 0; left: 0; -webkit-transform: translate(0); -ms-transform: translate(0); transform: translate(0); position: static;  }
	.header .header__logo:after { display: none;  }
	.header.fixed .logo,
	.header .header__logo .logo { width: 236px; height: 29px; }

	.header + * { margin-top: 32px;  }
}

/* Mobile */

@media (max-width: 767px) {
 	.header + * { margin-top: 20px; }
 	.header .header__logo { max-width: 100%; }
 	.header .header__nav { padding: 15px 15px 13px; }
 }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { padding: 134px 0; background-position: center; background-size: cover; }

.intro .intro__content { text-align: center; max-width: 840px; margin: 0 auto; }

.intro h1 { font-size: 60px; font-weight: 900; line-height: .92; margin-bottom: 3px; letter-spacing: 0.02em; text-transform: uppercase; color: #fff; }

.intro h2 { font-size: 30px; letter-spacing: 0.04em; line-height: 1.3; color: #fff; font-weight: 600; }

.intro p { font-size: 17px; line-height: 1.47; letter-spacing: 0.02em; color: #fff; padding-bottom: 6px; }

.intro p:last-of-type { padding-bottom: 0; }

.intro .btn + .btn { margin-left: 12px; }

body.page-template-about .header + *,
body.home .header + * { padding-top: 224px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	body.page-template-about .header + *,
	body.home .header + * { padding: 198px 0 134px;  }
}

/* Mobile */

@media (max-width: 767px) {
	body.page-template-about .header + *,
	body.home .header + *,
	.intro { padding: 107px 0 55px; }
	.intro h1 { font-size: 26px; }
	.intro h2 { font-size: 18px; }
	.intro h2 br { display: none; }
	.intro p { font-size: 15px; }
	.intro .btn { display: block; padding: 10px 13px; max-width: 200px; margin: 0 auto 10px; }
	.intro .btn + .btn { margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Intro Small
\* ------------------------------------------------------------ */

.intro-small { display: -webkit-box; display: -ms-flexbox; display: flex; background-position: center; background-size: cover; margin: 0; }

.intro-small .shell { min-height: 205px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; color: #fff;  width: 100%; }

.intro-small .intro__head { margin-bottom: -6px; }

.intro-small h1 { text-transform: uppercase; font-size: 40px; font-weight: 900; letter-spacing: 0.02em; line-height: 1; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.intro-small h1 { font-size: 34px; width: 100%;  }
	.intro-small .shell { padding-top: 15px; }

}

/* Mobile */

@media (max-width: 767px) {
	.intro-small .shell { min-height: 170px; }
	.intro-small .intro__head { margin-bottom: -6px; padding-left: 0; }
}

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */

.list-clients { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 60px; }

.list-clients a { display: block;  }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.list-clients { padding: 0;  }
	.list-clients li { padding: 0 5px;  }
}

/* Mobile */

@media (max-width: 767px) {
	.list-clients { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.list-clients li { width: 50%; margin-bottom: 20px; max-width: 200px;  }	
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { display: inline-block; vertical-align: middle; background: url(../images/logo.png) no-repeat 0 0;  height: 39px; width: 292px; background-size: contain; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

/* Mobile */

@media (max-width: 767px) {
	.logo {  width: 235px; height: 25px; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { margin-top: 3px;  }

.nav a { text-decoration: none;  }

.nav > .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-size: 14px; line-height: 1; color: #fff; letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; padding-right: 45px; }

.nav > .menu > li { padding-right: 25px; }

.nav > .menu > li > a { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.nav > .menu > li.current-menu-item > a,
.nav > .menu > li:hover > a { color: #333333;  }

.nav-trigger { position: relative; display: none;  width: 28px; height: 20px; }

.nav-trigger span { position: absolute; display: block; height: 2px; width: 100%; background: #fff; -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }

.nav-trigger span:nth-child(1) { top: 0; }

.nav-trigger span:nth-child(2) { top: 9px; }

.nav-trigger span:nth-child(3) { top: 18px; }

.nav-trigger.active span { -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s; -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }

.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 9px;  background: #fff; }

.nav-trigger.active span:nth-child(2) { opacity: 0; }

.nav-trigger.active span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.nav-trigger.active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

@media(min-width: 1023px){
	.nav { opacity: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
	body.loaded .nav { opacity: 1;  }
	.nav { display: block !important;  }
}

/* Small Desktop */

@media (max-width: 1200px) {
	.nav > .menu { padding-right: 0; }
	.nav > .menu  { font-size: 13px; }
	.nav > .menu > li { padding-right: 16px;  }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
	.nav-trigger { display: inline-block; }
	.nav { position: absolute; top: 100%; left: 0; width: 100%;  background-color: #00AEEF; padding: 25px 0 10px; display: none;  margin: 0; }
	.nav > .menu { display: block; }
	.nav > .menu > li { width: 100%; margin-bottom: 15px; max-width: 100%; }
	.nav > .menu > li br { display: none !important; }
	.nav > .menu > li > a { display: block; padding: 5px 15px; font-size: 20px; }
}

/* Mobile */

@media (max-width: 767px) {
	.nav > .menu > li > a { font-size: 16px; }
	.nav > .menu > li { margin-bottom: 10px;  }
}

/* ------------------------------------------------------------ *\
	Posts
\* ------------------------------------------------------------ */

.posts { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; margin: 0 -15px; }

.post { width: 25%; padding: 0 15px; }

.post .post__content { padding-right: 10px; }

.post .post__image { background-position: center; background-size: cover; padding-bottom: 55%;  margin-bottom: 10px; position: relative; }

.post .post__image:hover a:after { width: 100%; height: 100%; background-color: rgba(0,174,239,.7);  }

.post .post__image a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }

.post p {font-weight: 600; font-size: 18px; line-height: 1.39; letter-spacing: 0.02em; margin-bottom: 0; }

.post p a { text-decoration: none;  -webkit-transition: color .4s;  -o-transition: color .4s;  transition: color .4s; }

.post p a:hover { color: #00AEEF; }

.post h5 { color: #00AEEF; text-transform: uppercase; font-weight: 800; font-size: 14px; letter-spacing: 0.04em; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.post { width: 50%; margin-top: 50px;  }
	.post:nth-child(1),
	.post:nth-child(2) { margin-top: 0;  }
}

/* Mobile */

@media (max-width: 767px) {
	.post { width: 100%; margin: 0 0 25px 0;  }
	.post:last-child { margin-bottom: 0; }
}

/* ------------------------------------------------------------ *\
	Programs
\* ------------------------------------------------------------ */

.program { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 34px; }

.program .program__image { width: 240px;  }

.program .program__image-bg { background-size: cover; background-position: center;  }

.program .program__image-bg img { width: 100%; height: auto;  }

.program .program__content { width: calc(100% - 240px); padding: 0 205px 0 37px;  }

.program h3 { font-size: 27px; color: #00AEEF; font-weight: 500; letter-spacing: 0.02em; margin-bottom: 0;  }

.program p {  font-size: 12px; font-weight: 500; line-height: 1.67; letter-spacing: 0.02em; margin-bottom: 7px; }

.program .btn { padding: 8px 22px; }

.section--program img.alignleft { margin: 5px 15px 60px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.program .program__content { padding-right: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.program .program__image { width: 100%; margin-bottom: 25px;  }
	.program .program__content { width: 100%; padding-left: 0; }
	.program h3 { font-size: 23px; }
}

/* ------------------------------------------------------------ *\
	Gravity Reset
\* ------------------------------------------------------------ */

body .gform_wrapper .gform_body { width: 100% !important; }

body .gform_wrapper ul.gform_fields li.gfield { margin: 0; padding: 0; }

body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label,
body .gform_wrapper .top_label .gfield_label { font-weight: 400; float: none; width: 100%;  }

html:not([dir=rtl]) body .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, 
html:not([dir=rtl]) body .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, 
html:not([dir=rtl]) body .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) { float: none; width: 100%;  margin: 0; }

body .gform_wrapper .top_label li.gfield  div.ginput_container { margin: 0; }

body .gform_wrapper ul.gform_fields li.gfield select,
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { padding: 0; -webkit-appearance: none; -moz-appearance: none;  appearance: none; border: 1px solid #000; border-radius: 0; background-color: #fff; border-radius: 0; }

body .gform_wrapper .top_label input.medium, 
body .gform_wrapper .top_label select.medium { width: 100%; }

body .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, 
body .gform_wrapper ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, 
body .gform_wrapper ul.gform_fields li.gfield input[type=radio], 
body .gform_wrapper ul.gform_fields li.gfield select { margin-left: 0 !important; }

body .gform_wrapper .top_label li ul.gfield_checkbox, 
body .gform_wrapper .top_label li ul.gfield_radio { width: 100%; margin: 0; }

body .gform_wrapper .gfield_checkbox li, 
body .gform_wrapper .gfield_radio li { margin: 0; }

body .gform_wrapper .gfield_checkbox li input,
body .gform_wrapper .gfield_checkbox li input[type=checkbox],
body .gform_wrapper .gfield_radio li input[type=radio] { margin: 0 !important; }

body .gform_wrapper .gfield_radio li label { margin: 0; }

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, 
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label { font-weight: 400; }

body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type=submit], 
body .gform_wrapper .gform_page_footer input.button, 
body .gform_wrapper .gform_page_footer input[type=submit] { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; border: none; padding: 10px;  }

/* Mobile */

@media(max-width: 641px){
	body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 1; min-height: 1px;}
}

/* ------------------------------------------------------------ *\
	Gravity Reset Error States
\* ------------------------------------------------------------ */

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { max-width: 100% !important; }

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color: transparent; border: none; margin: 0; }

body .gform_wrapper.gform_validation_error .top_label input.medium, 
body .gform_wrapper.gform_validation_error .top_label select.medium { width: 100%; }

body .gform_wrapper div.validation_error,
body .gform_wrapper .validation_message,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { display: none; }

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label { margin: 0; }

body .gform_wrapper .gfield_error input[type=email], 
body .gform_wrapper .gfield_error input[type=number], 
body .gform_wrapper .gfield_error input[type=password], 
body .gform_wrapper .gfield_error input[type=tel], 
body .gform_wrapper .gfield_error input[type=text], 
body .gform_wrapper .gfield_error input[type=url], 
body .gform_wrapper .gfield_error select, 
body .gform_wrapper .gfield_error textarea, 
body .gform_wrapper li.gfield_error.field_sublabel_above .ginput_complex input[type=text] { margin-bottom: 0 !important; }

body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error { margin-top: 0; }

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Section Image
\* ------------------------------------------------------------ */

.section-base .section__image-holder { margin-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Section Video
\* ------------------------------------------------------------ */

.section-video { background-color: #EEEEEE; padding: 50px 0 30px; }

.section-video .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}

.section-video .section__content { width: 50%; padding-left: 44px; }

.section-video h2 { font-size: 30px; font-weight: 800; line-height: 1.27; letter-spacing: 0.02em;  }

.section-video h4 { font-size: 24px; line-height: 1.21; letter-spacing: 0.02em; font-weight: 600; }

.section-video p { font-size: 16px; line-height: 1.75; letter-spacing: 0.02em; }

.section-video strong { font-weight: 800; }

.section-video a { text-decoration: none; color: #00AEEF; font-weight: 800; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.section-video a:hover { color: #333333; }

.section-video .section__video { position: relative; width: 44.7%; }

.section-video .section__video-holder { padding-top: 56%; }

.section-video .section__video-holder iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-video { padding: 50px 0; }
	.section-video .section__content { width: 100%; padding: 0 0 25px 0; }
	.section-video .section__content br { display: none; }
	.section-video .section__video { width: 100%; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-video { padding: 30px 0; }
	
	.section-video h2 { font-size: 24px; }
	.section-video h4 { font-size: 18px; }
	.section-video h2 br,
	.section-video h4 br { display: none;  }
}

/* ------------------------------------------------------------ *\
	Section Testimonials
\* ------------------------------------------------------------ */

.section-testimonials { padding: 80px 0 30px; }

/* Mobile */

@media (max-width: 767px) {
	.section-testimonials { padding: 50px 0; }
}

/* ------------------------------------------------------------ *\
	Section Clients
\* ------------------------------------------------------------ */

.section-clients { background-color: #EEEEEE; text-align: center; padding: 70px 0; }

.section-clients .section__head { padding-bottom: 37px; }

.section-clients .section__head h3 { text-transform: uppercase; color: #00AEEF; font-size: 21px; font-weight: 600; letter-spacing: 0.04em; }

.section-clients .section__body { padding-bottom: 45px; }

/* Mobile */

@media (max-width: 767px) {
	.section-clients { padding: 45px 0; }
	.section-clients .section__head { padding-bottom: 20px; }
	.section-clients .section__body { padding-bottom: 30px; }
	.section-clients .section__head h3 { font-size: 17px; }
}

/* ------------------------------------------------------------ *\
	Section Featured
\* ------------------------------------------------------------ */

.section-featured { background-color: #00AEEF; padding-top: 50px; }

.section-featured h6 { text-transform: uppercase; margin-bottom: 4px; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; }

.section-featured h2 { color: #fff; font-weight: 900; font-size: 32px; margin-bottom: 8px; letter-spacing: 0.02em; }

.section-featured p { color: #fff; font-size: 16px; line-height: 1.56; letter-spacing: 0.02em; font-weight: 600; padding-bottom: 35px; }

.section-featured .btn + .btn { margin-left: 10px; }

.section-featured .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 90px; }

.section-featured .section__image { width: 34%; margin-bottom: -1px; }

.section-featured .section__content { width: 66%; padding-right: 20px; padding-left: 70px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-featured .section__image { width: 100%; max-width: 500px; margin: 0 auto; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;  max-width: 300px; }
	.section-featured .section__content { width: 100%;text-align: center; padding: 0 50px 35px; }
	.section-featured .section__content p { padding-bottom: 0em; }
	.section-featured .section__inner { padding: 0; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-featured h2 { font-size: 25px; line-height: 1.2; }
	.section-featured .section__content { padding: 0 0 25px; }
	.section-featured .btn { display: block; margin: 0 auto 10px; max-width: 220px;  }
	.section-featured .btn + .btn { margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Section Books
\* ------------------------------------------------------------ */

.section-books { background-color: #333333; text-align: center; padding: 58px 0; }

.section-books h2 { text-transform: uppercase; font-size: 30px; font-weight: 800; letter-spacing: 0.02em; }

.section-books .section__head { color: #00AEEF; padding-bottom: 39px; }

.section-books .section__body { padding-bottom: 50px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-books h2 { font-size: 25px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-books { padding: 45px 0; }
	.section-books .section__body { padding-bottom: 30px; }
}

/* ------------------------------------------------------------ *\
	Section Recent Posts
\* ------------------------------------------------------------ */

.section-related-posts { padding: 55px 0; }

.section-related-posts .section__head { color: #00AEEF; text-align: center; margin-bottom: 40px; }

.section-related-posts .section__head h2 { text-transform: uppercase; font-size: 29px; letter-spacing: 0.02em; font-weight: 800; }

.section-related-posts-colored { background-color: #EEEEEE; }

/* Mobile */

@media (max-width: 767px) {
	.section-related-posts { padding: 30px 0; }
	.section-related-posts .section__head { margin-bottom: 30px; }
	.section-related-posts .section__head h2 { font-size: 28px; }
}

/* ------------------------------------------------------------ *\
	Section Text
\* ------------------------------------------------------------ */

.section-text { padding: 45px 0 35px; }

.section-text .section__inner { max-width: 1100px; }

.section-text p { font-size: 12px; font-weight: 500; line-height: 1.67; letter-spacing: 0.02em; margin-bottom: 17px; }

.section-text strong { font-weight: 800; }

.section-text h3 { font-size: 27px; color: #00aeef; margin-bottom: 0; font-weight: 500; letter-spacing: .02em; }

/* Mobile */

@media (max-width: 767px) {
	.section-text { padding: 25px 0 15px; }
	.section-text h3 { font-size: 20px; }
}

/* ------------------------------------------------------------ *\
	Section Videos
\* ------------------------------------------------------------ */

.section-videos { background-color: #EEEEEE; padding: 50px 0 0; }

.section-videos .section__head { text-align: center; padding-bottom: 30px; }

.section-videos .section__head h2 { text-transform: uppercase; color: #00AEEF; font-weight: 800; font-size: 29px; letter-spacing: 0.02em; }

/* Mobile */

@media (max-width: 767px) {
	.section-videos { padding: 35px 0 25px; }
	.section-videos .section__head h2 { font-size: 25px; }
}

/* ------------------------------------------------------------ *\
	Section Base
\* ------------------------------------------------------------ */

.section-base { letter-spacing: 0.02em; padding: 40px 0 40px; }

.section-base .section__content { width: 57.45%; padding-right: 27px; }

.section-base .section__aside { width: 42.55%; padding-right: 25px; }

.section-base .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.section-base h2 { font-size: 27px;color: #00AEEF; font-weight: 600; margin-bottom: 0; }

.section-base h3 { font-size: 20px; font-weight: 500; line-height: 1.2; }

.section-base h4 { font-size: 18px; font-weight: 500; line-height: 1.2; margin-bottom: px; }

.section-base ol,
.section-base ul,
.section-base p { font-size: 12px; line-height: 1.67; font-weight: 500; }

.section-base p { margin-bottom: 5px; }

.section-base ul { list-style: none; padding-left: 8px; }

.section-base ul li { position: relative; padding-left: 9px; margin-bottom: 3px; }

.section-base ul li:after { content: ''; width: 3px; height: 3px; border-radius: 50%; position: absolute; top: 8px; left: 0; background-color: #000; }

.section-base .section__video-holder { position: relative; padding-top: 56%; margin-bottom: 30px; }

.section-base .section__video-holder iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-base .section__aside { width: 100%; padding-right: 0; }
	.section-base .section__content { width: 100%; padding-right: 0; padding-bottom: 35px; }

	.section-base .section__actions { text-align: center; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-base { padding-bottom: 35px; }
	.section-base h2 { font-size: 23px; line-height: 1.2; margin-bottom: 5px; }
	.section-base h3 { font-size: 17px; }
	.section-base .section__video-holder { margin-bottom: 20px; }
	.section-base .section__content { padding-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
	Section Contact
\* ------------------------------------------------------------ */

.section-contact .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 40px 0 25px; }

.section-contact .section__aside { background-color: #e6e6e6; width: 37%; padding: 34px 30px 34px 37px; margin-top: 10px; position: relative; right: -20px; }

.section-contact .section__aside ul { list-style: none; font-size: 16px; }

.section-contact .section__aside strong { font-weight: 800; }

.section-contact .section__aside a { color: #00AEEF; font-weight: 800; text-decoration: none; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

.section-contact .section__aside a:hover { color: #EF8100; }

.section-contact .section__aside li { font-weight: 500; margin-bottom: 28px; line-height: 1.5; letter-spacing: 0.02em; }

.section-contact .section__aside li:last-child { margin-bottom: 0; }

.section-contact .section__form { width: 58%; padding-left: 20px; }

.section-contact .section__head { padding-bottom: 30px; }

.section-contact .section__head h2 { color: #00AEEF; font-size: 27px; line-height: 1.2; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 8px; }

.section-contact .section__head p { font-size: 12px; line-height: 1.8; font-weight: 600; letter-spacing: 0.02em; }

.section-contact .section__head p a { color: #00AEEF; text-decoration: none; font-weight: 800; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.section-contact .section__head p a:hover { color: #EF8100; }

.section-contact .gform_wrapper { letter-spacing: 0.02em; }

.section-contact .gform_wrapper .gfield_required { display: none; }

.section-contact .gform_wrapper .gform_body { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.section-contact .gform_wrapper ul.gform_fields { width: calc(50% - 15px); }

.section-contact .gform_wrapper ul.gform_fields:last-child { width: 100%; }

.section-contact .gform_wrapper ul.gform_fields { list-style: none; }

.section-contact .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label,
.section-contact .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label, 
.section-contact .gform_wrapper .top_label .gfield_label { font-size: 14px; font-weight: 600; margin-bottom: 4px !important; font-family: Raleway, Arial, Helvetica, sans-serif; display: block; }

.section-contact .gform_wrapper ul.gform_fields li.gfield { margin-bottom: 8px !important; }

.section-contact .gform_wrapper textarea.medium,
.section-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { border: 1px solid #cdcdcd; padding: 6px 10px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.section-contact .gform_wrapper textarea.medium { display: block; height: 90px; }

.section-contact .gform_wrapper textarea.medium:focus,
.section-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus { border-color: #00AEEF; }

.section-contact .gform_wrapper .gform_footer { margin: 10px 0 0 0; padding: 0; }

.section-contact .gform_wrapper.gf_browser_ie .gform_footer input.button, 
.section-contact .gform_wrapper .gform_footer input.button, 
.section-contact .gform_wrapper .gform_footer input[type=submit], 
.section-contact .gform_wrapper .gform_page_footer input.button, 
.section-contact .gform_wrapper .gform_page_footer input[type=submit] { font-size: 21px; color: #fff; background-color: #00AEEF; font-weight: 700; letter-spacing: 0.02em; padding: 18px 65px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.section-contact .gform_wrapper .gform_footer input.button:hover, 
.section-contact .gform_wrapper .gform_footer input[type=submit]:hover, 
.section-contact .gform_wrapper .gform_page_footer input.button:hover, 
.section-contact .gform_wrapper .gform_page_footer input[type=submit]:hover { background-color: #EF8100; }

.section-contact .gform_wrapper .gfield_error .gfield_label { color: #ff6c6c; }

.section-contact .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.section-contact .gform_wrapper li.gfield_error textarea { border-color: #ff6c6c; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-contact .section__form { width: 100%; padding: 0; }
	.section-contact .section__aside { width: 100%; right: 0;  }
}

/* Mobile */

@media (max-width: 767px) {
	.section-contact .section__head h2 { font-size: 20px; }
	.section-contact .section__head { padding-bottom: 15px; }
	.section-contact .gform_wrapper ul.gform_fields { width: 100%; }

	.section-contact .section__aside { padding: 15px; }
	.section-contact .section__aside ul { font-size: 14px; }
	.section-contact .section__aside ul li { margin-bottom: 15px; }
}

/* ------------------------------------------------------------ *\
	Section Download
\* ------------------------------------------------------------ */

.section-download { padding-top: 150px; margin: 0; padding-bottom: 30px; }

.section-download .section__head { text-align: center; padding-bottom: 62px;  }

.section-download .section__head h2 { font-size: 37px; font-weight: 600; letter-spacing: 0.02em; color: #00AEEF; margin-bottom: 0;  }

.section-download .section__head p { font-size: 19px; letter-spacing: 0.02em; color: #fff;  }

.section-download .section__inner { max-width: 825px; background-color: #fff; margin: 0 auto; position: relative; min-height: 345px; }

.section-download .section__form { padding: 35px 45px 15px;  width: 49%; }

.section-download .section__image { position: absolute; bottom: -31px; right: -20px;  width: 60%; text-align: center; }

.section-download .gform_wrapper { letter-spacing: 0.02em; }

.section-download .gform_wrapper .gfield_required { display: none; }

.section-download .gform_wrapper ul.gform_fields li.gfield { margin-bottom: 8px !important; }

.section-download .gform_wrapper .top_label .gfield_label { font-size: 14px; font-weight: 600; margin-bottom: 4px !important; font-family: Raleway, Arial, Helvetica, sans-serif; display: block; }

.section-download .gform_wrapper textarea.medium,
.section-download .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { border: 1px solid #cdcdcd; padding: 6px 10px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.section-download .gform_wrapper textarea.medium { display: block; height: 90px; }

.section-download .gform_wrapper textarea.medium:focus,
.section-download .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus { border-color: #00AEEF; }

.section-download .gform_wrapper .gform_footer { margin: 30px 0 0 0; padding: 0; }

.section-download .gform_wrapper.gf_browser_ie .gform_footer input.button,
.section-download .gform_wrapper .gform_footer input.button, 
.section-download .gform_wrapper .gform_footer input[type=submit], 
.section-download .gform_wrapper .gform_page_footer input.button, 
.section-download .gform_wrapper .gform_page_footer input[type=submit] { font-size: 21px; color: #fff; background-color: #00AEEF; font-weight: 700; letter-spacing: 0.02em; padding: 18px 49px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.section-download .gform_wrapper .gform_footer input.button:hover, 
.section-download .gform_wrapper .gform_footer input[type=submit]:hover, 
.section-download .gform_wrapper .gform_page_footer input.button:hover, 
.section-download .gform_wrapper .gform_page_footer input[type=submit]:hover { background-color: #EF8100; }

.section-download .gform_wrapper .gfield_error .gfield_label { color: #ff6c6c; }

.section-download .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.section-download .gform_wrapper li.gfield_error textarea { border-color: #ff6c6c; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.section-download { padding-top: 110px; }
	.section-download .section__head { padding-bottom: 40px; }
}

/* Mobile */

@media (max-width: 767px) {
	.section-download .section__head h2 { font-size: 25px; }
	.section-download .section__head p { font-size: 16px; }
	.section-download .gform_wrapper { margin-bottom: 0; }
	.section-download .section__form { width: 100%; padding: 20px 20px 0 20px; }
	.section-download .section__image { width: 100%; position: relative; text-align: center;  right: 10px;  }
}

/* ------------------------------------------------------------ *\
	Section Default 
\* ------------------------------------------------------------ */

.section-default { padding: 70px 0; }

.section-default * { letter-spacing: 0.02em;  }

.section-default .section__inner { max-width: 965px; margin: 0 auto; }

.section-default h2 { font-size: 30px; font-weight: 800;  }

.section-default ul,
.section-default p { font-size: 16px; line-height: 1.69; font-weight: 500; padding-bottom: 10px;  }

.section-default p strong { font-weight: 800;  }

.section-default hr { border: 1px solid #eee;  margin: 30px 0 30px; height: 2px;  }

.section-default h5 { font-size: 24px;  font-weight: 800; margin-bottom: 0;  }

.section-default a:not([class]) { text-decoration: none; color: #00AEEF; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.section-default a:not([class]):hover { color: #EF8100; }

.section-default ul { list-style: none;  margin-left: 40px; }

.section-default ul li { position: relative; padding-left: 9px; margin-bottom: 6px; }

.section-default ul li:after { content: ''; width: 3px; height: 3px; position: absolute; top: 12px; left: 0; background-color: #333; border-radius: 50%; }

/* Mobile */

@media (max-width: 767px) {
	.section-default { padding: 45px 0; }
	.section-default h2 { font-size: 20px; }
	.section-default h5 { font-size: 16px;  }

	.section-default ul,
	.section-default p { font-size: 14px; padding-bottom: 0;  }
	.section-default ul { margin-left: 20px; }

	.section-default hr { margin: 15px 0; }
}

/* ------------------------------------------------------------ *\
	Section Team
\* ------------------------------------------------------------ */

.section-team { background-color: #333333; padding: 80px 0 60px 0; }

.section-team h1 { color: #00AEEF; text-align: center; font-size: 56px; font-weight: 800; padding-bottom: 22px; }

/* Mobile */

@media (max-width: 767px) {
	.section-team { padding: 50px 0 40px; }
	.section-team h1 { font-size: 30px; }
}

body .slick-slide > div { text-align: center;  }

body .slick-dots { list-style: none; display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

body .slick-dots li { margin: 0 3px;  }

body .slick-dots li button:hover,
body .slick-dots li.slick-active button { background-color: #00AEEF; border-color: #00AEEF;  }

body .slick-dots button { border: 1px solid #cacbcb; background: none;  border-radius: 50%; width: 13px; height: 13px; font-size: 0; line-height: 0; text-indent: -4004px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

body .slick-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  width: 30px; height: 60px; font-size: 0; line-height: 0; text-indent: -4004px; border: none; z-index: 99; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

body .slick-arrow:hover { opacity: .7;  }

body .slick-prev { left: 40px; background: url(../images/left_arrow.png) no-repeat 0 0;  background-size: contain; }

body .slick-next { right: 40px; background: url(../images/right_arrow.png) no-repeat 0 0;  background-size: contain; }

/* Mobile */

@media (max-width: 767px) {
	body .slick-prev { left: 0;  }
	body .slick-next { right: 0;  }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider-wraps { max-width: 1035px; margin: 0 auto; }

.slider-member { background-color: #242424; color: #fff; text-align: left; padding: 42px 42px 37px 42px; }

.slider-member .slick-slide > div { text-align: left; }

.slider-member .slick-slide p { font-size: 16px; font-weight: 600; line-height: 1.69; letter-spacing: 0.02em; padding: 0 0 10px 0; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

.slider-thumbs .slick-slide { text-align: center; position: relative; cursor: pointer; }

.slider-thumbs .slick-slide:after { content: ''; width: 100%; height: 145px; background-color: #242424;  position: absolute; bottom: 0; left: 0; z-index: -1; opacity: 0; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.slider-thumbs .slick-slide:hover:after,
.slider-thumbs .slick-slide.slick-current.slick-active:after { opacity: 1;  }

.slider-thumbs .slick-slide:hover h5,
.slider-thumbs .slick-slide.slick-current.slick-active h5 { color: #00AEEF; }

.slider-thumbs .slick-slide.slick-current.slick-active h6 { color: #fff; font-size: 15px; }

.slider-thumbs .slick-slide img { margin: 0 auto 17px; border-radius: 50%; }

.slider-thumbs .slick-slide h5 { color: #fff; font-weight: 800; font-size: 18px; letter-spacing: 0.02em; margin-bottom: 10px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

.slider-thumbs .slick-arrow { top: 43%;  }

.slider-thumbs .slick-prev { left: -50px; }

.slider-thumbs .slick-next { right: -50px; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.slider-wraps { padding: 0 50px; }
	.slider-thumbs .slick-slide img { max-width: 100px; height: auto;  margin-bottom: 10px; } 
	.slider-thumbs .slick-slide:after { height: 100px; }
	.slider-thumbs .slick-slide h5 { font-size: 14px; }

	.slider-member { padding: 25px; }
}

/* Mobile */

@media (max-width: 767px) {
	.slider-thumbs  { padding: 0 70px; }
	.slider-thumbs .slick-arrow.slick-disabled { display: none !important; }
	.slider-wraps { padding: 0; }
	.slider-member .slick-slide p { font-size: 14px; padding-bottom: 0; }
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */

.socials { list-style: none; }

.socials ul { display: -webkit-box; display: -ms-flexbox; display: flex; }

.socials li { margin-left: 25px; }

.socials a { -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; display: block; }

.socials a:hover { opacity: .7; }

.ico-twitter { display: inline-block; vertical-align: middle; background: url(../images/twitter.png) no-repeat 0 0; width: 31px; height: 23px; background-size: contain; }

.ico-facebook { display: inline-block; vertical-align: middle; background: url(../images/facebook.png) no-repeat 0 0; width: 11px; height: 25px; background-size: contain; }

.ico-linkedin { display: inline-block; vertical-align: middle; background: url(../images/linkedin.png) no-repeat 0 0; width: 24px; height: 24px; background-size: contain; }

/* Mobile */

@media (max-width: 767px) {
	.socials ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.socials li { margin: 0 10px;  }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea::-moz-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/*  Button Block  */

.btn-block { display: block; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { overflow: hidden; }

.admin-bar .wrapper { margin-top: 32px; }

@media ( max-width: 767px ) {
	.admin-bar .wrapper { margin-top: 32px; }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1205px; padding-left: 15px; padding-right: 15px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

.widget { margin-bottom: 15px; }

.widget ul { list-style: none outside none; margin: 0; }

.widget li { padding: 5px 0; }

.widget-title { padding-bottom: 5px; border-bottom: 1px solid #000; margin-bottom: 12px; }

.widget_categories .screen-reader-text { display: none; }

.widget_categories .post-form { width: 100%; padding: 5px; }

.widget_calendar table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }

.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; }

.widget_calendar caption { padding: 12px; font-weight: bold; }

.widget_calendar tfoot { font-weight: bold; }

.widget_rss .rsswidget { vertical-align: middle; }

.widget_rss .rsswidget img { float: left; margin: 5px 8px 0 0; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */

.testimonial { max-width: 840px; margin: 0 auto; text-align: center; padding: 0 40px 28px; }

.testimonial .testimonial__entry { padding-bottom: 30px; }

.testimonial .testimonial__entry p { font-size: 27px; line-height: 1.3; letter-spacing: 0.02em; font-style: italic; font-weight: 500; color: #00AEEF; }

.testimonial .testimonial__author { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: left; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.testimonial .testimonial__author h5 { color: #454443; font-weight: 800; font-size: 12px; margin-bottom: 3px; letter-spacing: 0.02em; }

.testimonial .testimonial__author p { color: #454443; font-size: 12px; letter-spacing: 0.02em; }

.testimonial .testimonial__author img { max-width: 117px; height: auto; margin-right: 17px; }

.testimonials { position: relative; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.testimonial { max-width: 640px; }
	.testimonial .testimonial__entry p { font-size: 24px; }
}

/* Mobile */

@media (max-width: 767px) {
	.testimonial { padding: 0 0 20px 0; }
	.testimonial .testimonial__entry { padding-bottom: 15px;  }
	.testimonial .testimonial__entry p { font-size: 18px;  }
	.testimonial .testimonial__author { display: block; text-align: center;  }
	.testimonial .testimonial__author img { margin: 0 auto 8px;  }
}

/* ------------------------------------------------------------ *\
	Videos
\* ------------------------------------------------------------ */

.videos { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0 25px; margin: 0 -21px; }

.video { width: 33.33%;  padding: 0 21px; margin-bottom: 55px; }

.video .video__holder { position: relative; padding-bottom: 57%;  margin-bottom: 12px;  }

.video .video__holder iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }

.video  p { font-weight: 600; font-size: 18px; line-height: 1.39; letter-spacing: 0.02em; margin-bottom: 3px; max-width: 280px; }

.video h5 { text-transform: uppercase; font-weight: 800; font-size: 14px; letter-spacing: 0.04em; color: #00AEEF; }

/* Tablet Portrait */

@media (max-width: 1023px) {
	.video { width: 50%; }
}

/* Mobile */

@media (max-width: 767px) {
	.videos { padding: 0; }
	.video { width: 100%; margin-bottom: 25px; }

	.video p { max-width: 100%; }
}

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

.asset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.asset:last-child {
    margin-bottom: 0;
}

.asset__thumbnail-wrap {
    border: 1px solid #00AEEF;
    margin-right: 25px;
    min-width: 250px;
    max-width: 250px;
    padding: 15px 25px;
}

.asset__content-wrap {
    padding-top: 30px;
}

.asset__title {
    color: #00aeef;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.asset__link,
.login__btn {
    background: #00aeef;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 45px;
    text-decoration: none;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.login__btn:hover,
.asset__link:hover {
    background: #3dbeef;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.login__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
    max-width: 400px;
}

.login__group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.login__group input {
    border: 1px solid #ddd;
    height: 35px;
    padding: 0 15px;
}

@media(max-width: 767px){
    .asset__thumbnail-wrap {
        max-width: 200px;
        min-width: 200px;
    }
    .asset__content-wrap {
        padding-top: 0;
    }
    .asset__title {
        font-size: 24px;
    }
    .asset__link {
        font-size: 20px;
    }
}

@media(max-width: 600px){
    .asset {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    .asset__thumbnail-wrap {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.login-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.login-container {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 35px;
}

.login__title,
.login__subtitle {
    margin: 0 auto;
    max-width: 650px;
    text-align: center;
}

.login__title {
    color: #00aeef;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
}

.login__subtitle {
    color: #fff;
    font-size: 22px;
    line-height: 2;
    margin-bottom: 40px;
}

.login-container__col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login-container__left {
    font-size: 16px;
    max-width: 60%;
}

.login-container__left ul {
    list-style-position: inside;
}

.login-container__book {
    background: #fff;
    border: 20px solid #00aeef;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    left: 75px;
    padding: 35px;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.login-container__book:after {
    background: #fff;
    bottom: -30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    content: '';
    display: block;
    height: calc(100% + 40px);
    position: absolute;
    right: -30px;
    -webkit-transform: translateZ(-1px);
            transform: translateZ(-1px);
    width: calc(100% + 40px);
    z-index: -1;
}

.login-container__book:before {
    background: #fff;
    bottom: -40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    content: '';
    display: block;
    height: calc(100% + 40px);
    position: absolute;
    right: -40px;
    -webkit-transform: translateZ(-1px);
            transform: translateZ(-1px);
    width: calc(100% + 40px);
    z-index: -2;
}

.login-container__book-img {
    display: block;
    margin: 0 auto 20px;
    max-width: 150px;
}

.login-container__book-title {
    color: #000;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.login-container__book-title:after {
    background: #00aeef;
    content: '';
    display: block;
    height: 3px;
    margin: 10px auto;
    width: 80%;
}

.login-container__book-subtitle {
    font-size: 12px;
    margin: 0 auto 10px;
    text-align: center;
    width: 80%;
}

.login-container__book-author {
    font-size: 10px;
    text-align: center;
}

.login-container__book-logo {
    max-width: 120px;
    display: block;
    margin: 20px auto 0;
}

.login-container__pricing {
    color: #00aeef;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 40px;
}

.login__form-title {
    color: #00aeef;
    font-size: 20px;
    font-weight: 700;
}

.login__form-subtitle {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0 10px;
}

.login__form-subtitle a {
    color: #00aeef;
    font-weight: 700;
    text-decoration: none;
}

.login__contact-form {
    display: grid;
}

.login__contact-form .hs-form-field label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.login__contact-form .input {
    margin-bottom: 15px;
    padding-right: 40px;
}

.login__contact-form .input input {
    border: 1px solid #ddd;
    height: 35px;
}

.login__contact-form .hs-firstname {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
    margin-bottom: 5px;
}

.login__contact-form .hs-lastname {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}

.login__contact-form .hs-email {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-end: 2;
    margin-bottom: 5px
}

.login__contact-form .hs-submit {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}

.login__contact-form .hs-submit .hs-button {
    background: #00aeef;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 30px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.login__contact-form .hs-submit .hs-button:hover {
    background: #3dbeef;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.login__contact-form .hs-error-msgs {
    list-style: none;
}

.login__contact-form .hs-error-msg {
    font-style: italic;
    font-weight: 400;
}

.login__status {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
}

@media(max-width: 1020px){
    .login-container__book {
        left: 25px;
    }
}

@media(max-width: 860px){
    .login-container__col-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .login-container__book {
        left: 0;
        margin: 0 auto 60px;
        max-width: 400px;
    }
    .login-container__left {
        max-width: 100%;
    }
    .login__subtitle {
        line-height: 1;
    }
}

@media(max-width: 480px){
    .login-container__book {
        margin-bottom: 30px;
    }
    .login-container__book:after,
    .login-container__book:before {
        display: none;
    }
    .login-container {
        padding: 35px 15px;
    }
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/*# sourceMappingURL=bundle.css.map */
