/*
Theme Name: Flex Kit
Author: Thrive web design
Author URI: https://thriveweb.com.au/
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove the margin in all browsers (opinionated). */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; }

/** Add the correct display in IE 9-. */
audio, canvas, progress, video { display: inline-block; }

/** Add the correct display in iOS 4-7. */
audio:not([controls]) { display: none; height: 0; }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Add the correct display in IE 10-. 1. Add the correct display in IE. */
template, [hidden] { display: none; }

/* Links ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
a:active, a:hover { outline-width: 0; }

/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong { font-weight: inherit; }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** Add the correct font style in Android 4.3-. */
dfn { font-style: italic; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Add the correct background and color in IE 9-. */
mark { background-color: #ff0; color: #000; }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10-. */
img { border-style: none; }

/** Hide the overflow in IE. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct margin in IE 8. */
figure { margin: 1em 40px; }

/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/* Forms ========================================================================== */
/** Change font properties to `inherit` in all browsers (opinionated). */
button, input, select, textarea { font: inherit; }

/** Restore the font weight unset by the previous rule. */
optgroup { font-weight: bold; }

/** Show the overflow in IE. 1. Show the overflow in Edge. 2. Show the overflow in Edge, Firefox, and IE. */
button, input, select { /* 2 */ overflow: visible; }

/** Remove the margin in Safari. 1. Remove the margin in Firefox and Safari. */
button, input, select, textarea { /* 1 */ margin: 0; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Change the cursor in all browsers (opinionated). */
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer; }

/** Restore the default cursor to disabled elements unset by the previous rule. */
[disabled] { cursor: default; }

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; }

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Remove the default vertical scrollbar in IE. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] { -webkit-appearance: textfield; }

/** Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X. */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes fadeInUp { from { -webkit-transform: translateY(10%); transform: translateY(10%);
    opacity: 0; }
  to { -webkit-transform: translateY(0%); transform: translateY(0%);
    opacity: 1; } }

@keyframes fadeInUp { from { -webkit-transform: translateY(10%); transform: translateY(10%);
    opacity: 0; }
  to { -webkit-transform: translateY(0%); transform: translateY(0%);
    opacity: 1; } }

html { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; }

body { color: #34465f; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 1.6em; font-weight: 300; letter-spacing: 0.01em; line-height: 1.6; -webkit-font-smoothing: antialiased; background-color: #f8f8f8; }

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

blockquote { padding: 5rem; position: relative; font-family: "Paytone One", sans-serif; color: #eeeeee; font-style: italic; font-size: 2.2rem; text-align: center; }

blockquote:before { content: '\f10d'; font-family: 'fontawesome'; color: #eeeeee; position: absolute; top: -2rem; left: -5rem; font-size: 7rem; opacity: 0.2; }

code { background: #00b49a; border-radius: .4rem; font-size: 86%; padding: .2rem .5rem; margin: 0 .2rem; white-space: nowrap; }

pre { background: #00b49a; border-left: 0.3rem solid #34465f; font-family: Menlo, Consolas, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, monospace; }

pre > code { background: transparent; border-radius: 0; display: block; padding: 1rem 1.5rem; white-space: pre; }

form ul { list-style: none; margin: 0; padding: 0; }

label, legend { font-size: 1.6rem; font-weight: 700; display: block; margin-bottom: 0.5rem; }

fieldset { border-width: 0; padding: 0; }

input[type='checkbox'], input[type='radio'] { display: inline; }

.gfield_label { display: none; }

.label-inline { font-weight: normal; display: inline-block; margin-left: 0.5rem; }

.gform_ajax_spinner { display: block; margin: 1rem auto; height: 20px; width: 20px; }

.validation_error, .gform_confirmation_message { width: 100%; padding: 1rem; background: white; border: 1px solid #eeeeee; margin: 1.5rem 0; font-weight: 500; }

.validation_error:before, .gform_confirmation_message:before { content: '\f06a'; font-family: 'FontAwesome'; margin-right: 5px; color: #34465f; }

.gform_confirmation_message:before { content: '\f164'; font-family: 'FontAwesome'; margin-right: 5px; color: #34465f; }

.validation_message { background: white; font-weight: 500; border: 1px solid #eeeeee; }

.validation_message:before { content: '\f06a'; font-family: 'FontAwesome'; margin-right: 5px; color: #34465f; }

.validation_error, .validation_message { display: none; }

.gfield_error input, .gfield_error textarea, .gfield_error select { border-color: tomato; }

img.gform_ajax_spinner { max-width: 25px; }

a { color: #34465f; text-decoration: none; -webkit-transition: .3s; transition: .3s; }

a:hover { color: #ffc66f; }

dl, ol, ul { margin-top: 0; padding-left: 0; }

dl dl ul, dl ol, ol dl ul, ol ol, ul dl ul, ul ol { font-size: 90%; margin: 1.5rem 0 1.5rem 3.0rem; }

dl { list-style: none; }

ul { list-style: circle inside; }

ol { list-style: decimal inside; }

dt, dd, li { margin-bottom: 1.0rem; }

hr { border-top: 0.1rem solid #00b49a; border-width: 0; margin-bottom: 3.5rem; margin-top: 3rem; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.button, button { margin-bottom: 1rem; }

.button:last-child, button:last-child { margin-bottom: 0; }

input, textarea, select, fieldset { margin-bottom: 1.5rem; }

input:last-child, textarea:last-child, select:last-child, fieldset:last-child { margin-bottom: 0; }

pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }

pre:last-child, blockquote:last-child, dl:last-child, figure:last-child, table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child { margin-bottom: 0; }

table { width: 100%; }

th, td { border-bottom: .1rem solid #e1e1e1; padding: 1.2rem 1.5rem; text-align: left; }

th:first-child, td:first-child { padding-left: 0; }

th:last-child, td:last-child { padding-right: 0; }

html { -webkit-transition: opacity 0.1s ease; transition: opacity 0.1s ease; }

html h1, html h2, html h3, html h4, html h5, html h6, html nav { opacity: 0; }

html.wf-active h1, html.wf-active h2, html.wf-active h3, html.wf-active h4, html.wf-active h5, html.wf-active h6, html.wf-active nav { opacity: 1; }

p { margin-top: 0; }

h1, h2, h3, h4, h5, h6 { font-family: "Paytone One", sans-serif; font-weight: 600; margin-bottom: 2.0rem; margin-top: 0; }

h1 { font-size: 4.0rem; line-height: 1.2; }

h2 { font-size: 3.6rem; line-height: 1.25; }

h3 { font-size: 3.0rem; line-height: 1.3; }

h4 { font-size: 2.4rem; line-height: 1.35; }

h5 { font-size: 1.8rem; line-height: 1.5; }

h6 { font-size: 1.6rem; line-height: 1.4; }

.section { padding: 5rem 0; }

.section.thin { padding: 2.5rem 0; }

.section.med { padding: 3.8rem 0; }

.section.thick { padding: 3.5rem 0; }

@media screen and (max-width: 700px) { .section.thick { padding: 3.5rem 0; } }

.section.nopad { padding: 0; }

.section.basepad { padding: 0 0 10rem 0; }

.container { width: calc(100% - 2rem); max-width: 1300px; margin: 0 auto; }

.container.small { max-width: 1200px; }

.container.smaller { max-width: 1000px; }

.container.skinny { max-width: 800px; }

.dark { background-color: #060606; color: white; }

.black { background-color: #1a1a1a; color: white; }

.light { background-color: #eeeeee; }

.lighter { background-color: rgba(238, 238, 238, 0.1); }

.primary { background-color: #34465f; }

.white { background: white; }

.color-white { color: white; }

.color-primary { color: #34465f; }

img { width: 100%; height: auto; }

.flex, .flex-row, .flex-column, .flex-start, .flex-end, .flex-center, .flex-stratch { 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; }

.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.flex-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.flex-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.flex-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.flex-stratch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.one-half { width: 49%; position: relative; }

.one-third { width: 32%; position: relative; }

.one-quater { width: 24%; position: relative; }

.three-quaters { width: 74%; position: relative; }

.background-image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; }

.background-image img { width: 100%; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) { .background-image img { -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; height: 100%; } }

.social { list-style: none; }

.social li { display: inline-block; }

.social a { padding: 5px; }

.float-right { float: right; }

.float-left { float: left; }

.clearfix { *zoom: 1; }

.clearfix:after, .clearfix:before { content: ''; display: table; }

.clearfix:after { clear: both; }

.tacenter { text-align: center; }

.taright { text-align: right; }

.taleft { text-align: left; }

.relative { position: relative; }

.half-width { position: relative; display: inline-block; width: 50%; }

@media screen and (max-width: 750px) { .half-width { display: block; width: 100%; } }

.edit_link, .cp_cache { position: fixed; margin: 0; top: 11rem; left: 10px; z-index: 99999; display: inline-block; font-size: 12px; font-weight: bold; cursor: pointer; }

.edit_link i, .cp_cache i { width: 25px; height: 25px; line-height: 25px; text-align: center; background-color: #ffc66f; border-radius: 30px; font-size: 15px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.edit_link span, .cp_cache span { background-color: #ffc66f; text-transform: uppercase; padding: 3px 5px; border-radius: 2px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }

.edit_link a, .cp_cache a { color: #ffffff; background-color: transparent; }

.edit_link a:hover i, .cp_cache a:hover i { background-color: #34465f; color: #ffffff; }

.edit_link a:hover span, .cp_cache a:hover span { background-color: #34465f; color: #ffffff; }

.cp_cache { top: 15rem; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled { position: relative; }

.flickity-enabled:focus { outline: none; }

.flickity-viewport { overflow: hidden; position: relative; height: 100%; }

.flickity-slider { position: absolute; width: 100%; height: 100%; }

/* draggable */
.flickity-enabled.is-draggable { tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button { position: absolute; top: 50%; width: 44px; height: 44px; border: none; border-radius: 50%; background: none; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.flickity-prev-next-button:hover { background: none; }

.flickity-prev-next-button:focus { outline: none; -webkit-box-shadow: 0 0 0 5px #09F; box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active { opacity: 0.6; }

.flickity-prev-next-button.previous { left: 0; }

.flickity-prev-next-button.next { right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px; }

.flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px; }

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

.flickity-prev-next-button svg { position: absolute; left: 20%; top: 20%; width: 60%; height: 60%; }

.flickity-prev-next-button .arrow { fill: rgba(255, 255, 255, 0.4); }

/* ---- page dots ---- */
.flickity-page-dots { position: absolute; width: 100%; bottom: 25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; }

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot { display: inline-block; width: 12px; height: 12px; margin: 0 4px; background: transparent; border-radius: 50%; opacity: 0.25; cursor: pointer; border: 2px white solid; }

.flickity-page-dots .dot.is-selected { opacity: 1; }

.pagination--numeric { list-style: none; margin: 0; padding: 0; }

.pagination--numeric li { display: inline; }

.pagination--numeric li a { display: inline-block; padding: 0 1rem; }

.pagination--numeric .active a { color: #ffc66f; }

button { background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3b3b3b), color-stop(50%, #333333)); background: linear-gradient(to right, #3b3b3b 50%, #333333 50%); background-color: #333333; background-size: 200% 100%; background-position: right bottom; border: none; -webkit-box-sizing: border-box; box-sizing: border-box; color: #314662; cursor: pointer; display: inline-block; font-size: 1.6rem; font-weight: bold; letter-spacing: 0.1rem; padding: 0.6rem 3rem 1rem 3rem; text-align: center; text-decoration: none; text-transform: lowercase; white-space: nowrap; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; font-family: "Paytone One", sans-serif; }

@media screen and (max-width: 400px) { button { width: 100%; } }

button:hover { background-position: left bottom; color: #314662; }

button:active { -webkit-transform: scale(0.975); transform: scale(0.975); }

button.secondary { background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffb23c), color-stop(50%, #ffc66f)); background: linear-gradient(to right, #ffb23c 50%, #ffc66f 50%); background-size: 200% 100%; background-position: right bottom; background-color: #ffc66f; color: #34465f; }

button.secondary:hover { background-position: left bottom; }

button.bordered { background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 198, 111, 0.25)), color-stop(50%, transparent)); background: linear-gradient(to right, rgba(255, 198, 111, 0.25) 50%, transparent 50%); background-size: 200% 100%; background-position: right bottom; background-color: transparent !important; color: #34465f; border: 2px solid #34465f; }

button.bordered:hover { background-position: left bottom; border: 2px solid #ffc66f; color: #1a1a1a; }

button.bordered.secondary { background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 198, 111, 0.25)), color-stop(50%, transparent)); background: linear-gradient(to right, rgba(255, 198, 111, 0.25) 50%, transparent 50%); background-size: 200% 100%; background-position: right bottom; color: #ffc66f; border-color: #ffc66f; }

button.bordered.secondary:hover { background-position: left bottom; }

.footer { padding: 100px 0; background-color: #00828d; border-top: solid 15px #00b49a; color: #ffffff; }

@media screen and (max-width: 1000px) { .footer { padding: 30px 0; } }

.footer .copy { display: block; text-align: center; color: #eeeeee; margin: 4rem 0 1rem 0; font-size: 1.2rem; }

.footer .bottom { padding-top: 30px; margin-top: 30px; border-top: solid 1px white; }

@media screen and (max-width: 1000px) { .footer .bottom { text-align: center; } }

.footer ul { margin: 0; padding: 0; }

.footer ul li { list-style: none; color: white; font-weight: 500; }

.footer ul li a { color: white; }

.footer .social_links a { font-size: 26px; margin-right: 10px; }

.footer a { opacity: 0.6; }

.footer a:hover { opacity: 1; }

.footer p { opacity: 0.6; }

.footer_image { max-width: 50px; margin-bottom: 35px; display: inline-block; }

@media screen and (max-width: 750px) { .footer_image { margin-bottom: 0; } }

.section.thick.about_top_bg { padding: 6rem 0; padding-top: 1.3rem; background-image: url("images/about-top-bg.png"); background-repeat: no-repeat; background-position: left top 60px; background-size: 40%; }

.section.thick.about_top_bg .container.smaller.top_content { margin: 0 auto; margin-bottom: 60px; }

.ethos { background-image: url("images/about-orange-bg.png"); background-repeat: no-repeat; background-position: right center; background-size: 19%; }

@media screen and (max-width: 750px) { .ethos { background-size: 65%; } }

.ethos .container.smaller { max-width: 1090px; }

.team { 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; }

.team .team_item { width: 46%; }

@media screen and (max-width: 750px) { .team .team_item { width: 48%; } }

@media screen and (max-width: 550px) { .team .team_item { width: 100%; margin: 30px 0; } }

.team .team_item .icon_list_image { max-width: 70%; margin: auto; margin-bottom: 40px; }

@media screen and (max-width: 550px) { .team .team_item .icon_list_image { max-width: 80%; } }

.team .team_item .icon_list_image img { border-radius: 100%; }

.team .team_item .team_content { max-width: 80%; margin: auto; }

@media screen and (max-width: 550px) { .team .team_item .team_content { max-width: 100%; } }

.team .team_item .team_content h6 { font-family: "Maven Pro", sans-serif; }

.ethos_cont { max-width: 100%; margin-bottom: 100px; }

@media screen and (max-width: 1000px) { .ethos_cont { max-width: 100%; } }

.ethos_cont .two_col { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.ethos_cont .two_col .col { padding-right: 30px; }

@media screen and (max-width: 750px) { .ethos_cont .two_col .col { max-width: 100%; width: 100%; padding-right: 0; } }

.enrol_box { margin-bottom: 100px; min-height: 260px; border-radius: 15px; padding: 25px; background-color: #ffffff; background-repeat: no-repeat; background-position: left center; background-size: 50%; background-image: url("images/cta-left.jpg"); -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); }

@media screen and (max-width: 750px) { .enrol_box { background-image: none; min-height: 180px; } }

@media screen and (max-width: 750px) { .enrol_box .two_col .col { width: 100%; text-align: center; } }

.enrol_box h3 { font-size: 40px; line-height: 1.4; margin-bottom: 50px; }

.blog-list--container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.two_col { 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; }

.two_col.wide_left .col:nth-child(1) { width: 70%; }

@media screen and (max-width: 1200px) { .two_col.wide_left .col:nth-child(1) { width: 100%; } }

.two_col.wide_left .col:nth-child(2) { width: 28%; }

@media screen and (max-width: 1200px) { .two_col.wide_left .col:nth-child(2) { width: 100%; } }

.two_col .col { width: 48%; }

.four_col { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.four_col.foot { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.four_col .col { width: 21%; }

@media screen and (max-width: 1000px) { .four_col .col { width: 50%; padding: 20px 10px; text-align: center; } }

@media screen and (max-width: 750px) { .four_col .col { width: 100%; } }

.section.thick.contact_bg { padding: 6rem 0; padding-top: 1.3rem; background-image: url("images/contact-bg.png"); background-repeat: no-repeat; background-position: right center; background-size: 36%; }

@media screen and (max-width: 750px) { .section.thick.contact_bg { background-size: 75%; } }

.two_col.contact_info { margin-top: 80px; padding-bottom: 40px; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 550px) { .two_col.contact_info { margin-top: 60px; padding-bottom: 60px; } }

.two_col.contact_info .col:first-child { width: 35%; }

@media screen and (max-width: 750px) { .two_col.contact_info .col:first-child { width: 100%; text-align: center; } }

.two_col.contact_info .col:first-child .team_contact_item { margin-bottom: 30px; }

.two_col.contact_info .col:first-child .team_contact_item h4 { margin: 0; line-height: 2; }

.two_col.contact_info .col:first-child .team_contact_item h5 { margin: 0; font-family: "Maven Pro", sans-serif; line-height: 2; }

.two_col.contact_info .col:first-child .team_contact_item p { margin: 0; line-height: 2; }

.two_col.contact_info .col:last-child { width: 60%; }

@media screen and (max-width: 750px) { .two_col.contact_info .col:last-child { width: 100%; } }

.two_col.contact_info .col:last-child #gform_fields_1 { 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; }

.two_col.contact_info .col:last-child #gform_fields_1 li { width: 48%; }

@media screen and (max-width: 550px) { .two_col.contact_info .col:last-child #gform_fields_1 li { width: 100%; } }

.two_col.contact_info .col:last-child #gform_fields_1 li#field_1_5 { width: 100%; }

.two_col.contact_info .col:last-child #gform_fields_1 li input { background-color: white; border-radius: 10px; border: none; height: 65px; margin-bottom: 20px; -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); }

.two_col.contact_info .col:last-child #gform_fields_1 li textarea { background-color: white; border-radius: 10px; border: none; height: 250px; -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); }

.two_col.contact_info .col:last-child #gform_fields_1 li input, .two_col.contact_info .col:last-child #gform_fields_1 li textarea { width: 100%; padding: 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.two_col.contact_info .col:last-child #gform_fields_1 li input:focus, .two_col.contact_info .col:last-child #gform_fields_1 li textarea:focus { outline: none; }

.two_col.contact_info .col:last-child #gform_fields_1 li.gfield_error input, .two_col.contact_info .col:last-child #gform_fields_1 li.gfield_error textarea { border-left: solid 4px; }

.two_col.contact_info .col #gform_submit_button_1 { background-color: none; background: none; border: none; padding: 5px 35px; margin-top: 40px; color: #314662; font-family: "Paytone One", sans-serif; }

.two_col.contact_info .col #gform_submit_button_1:focus { outline: none; }

.section.thick.courses_container { padding: 0; padding-bottom: 60px; }

.section.thick.courses_container .container.smaller.top_content { margin: 40px auto; margin-top: 20px; }

.section.thick.courses_container .container.smaller.course_bottom { max-width: 750px; }

.courses { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.courses .courses_item { width: 48%; padding: 0 20px; }

@media screen and (max-width: 1000px) { .courses .courses_item { width: 48%; } }

@media screen and (max-width: 600px) { .courses .courses_item { width: 100%; } }

.courses .courses_item .courses_item_image { text-align: center; margin-bottom: 40px; }

.courses .courses_item .courses_item_image img { max-width: 80%; margin: auto; }

.courses .courses_item .courses_item_content h3 { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: baseline; -ms-flex-pack: baseline; justify-content: baseline; font-size: 16px; color: #ffc66f; }

.courses .courses_item .courses_item_content h3 .price { font-family: "Maven Pro", sans-serif; font-size: 40px; padding: 0 5px; padding-left: 15px; line-height: 1; color: #ad5873; }

.courses .courses_item .courses_item_content .description { margin-top: 50px; }

.courses .courses_item .border_button { margin-top: 40px; }

.section.thick.feaured_top_bg { padding: 6rem 0; padding-top: 1.3rem; background-image: url(images/features-top-bg.png); background-repeat: no-repeat; background-position: right center; background-size: 350px; }

@media screen and (max-width: 1200px) { .section.thick.feaured_top_bg { background-size: 210px; } }

@media screen and (max-width: 850px) { .section.thick.feaured_top_bg { background-image: none; } }

@media screen and (max-width: 750px) { .section.thick.feaured_top_bg { background-image: none; text-align: center; padding: 5rem 0; } }

.section.thick.feaured_top_bg .inner { width: 100%; text-align: center; max-width: 560px; margin: auto; }

.section.thick.feaured_top_bg .inner .top_title { width: 45%; margin-bottom: 40px; }

@media screen and (max-width: 750px) { .section.thick.feaured_top_bg .inner .top_title { width: 100%; text-align: center; } }

@media screen and (max-width: 850px) { .two_col.laptop .col:first-child { width: 100%; } }

.two_col.laptop .col:first-child img { width: 75%; margin: auto; display: block; }

@media screen and (max-width: 850px) { .two_col.laptop .col:first-child img { margin: auto; text-align: center; display: block; max-width: 70%; } }

.two_col.laptop .col:last-child { width: 40%; }

@media screen and (max-width: 850px) { .two_col.laptop .col:last-child { width: 100%; text-align: center; padding-top: 50px; } }

.section.aqua { background-color: #00828d; }

.icon_item { max-width: 60px; margin-bottom: 20px; }

@media screen and (max-width: 850px) { .icon_item { margin: auto; } }

.aqua .icon_item { max-width: 90px; }

.two_col.wide_right .col:first-child { width: 50%; }

@media screen and (max-width: 850px) { .two_col.wide_right .col:first-child { width: 100%; text-align: center; padding-bottom: 60px; } }

.two_col.wide_right .col:last-child { width: 50%; }

@media screen and (max-width: 850px) { .two_col.wide_right .col:last-child { width: 100%; text-align: center; } }

.featured_bottom .two_col { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 750px) { .featured_bottom .two_col .col { width: 100%; } }

.split_image { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 850px) { .split_image .col { width: 100%; } }

.split_image .split_image_image { width: 50%; }

@media screen and (max-width: 750px) { .split_image .split_image_image { width: 100%; } }

.container.smaller.top_content { margin-bottom: 150px; max-width: 750px; }

@media screen and (max-width: 750px) { .container.smaller.top_content { margin-bottom: 50px; } }

.border_button { font-family: "Paytone One", sans-serif; font-size: 16px; padding: 10px 25px; display: inline-block; }

.border_button:after, .border_button:before { content: ''; background-size: 100%; width: 15px; height: 15px; display: block; position: absolute; }

.border_button:after { left: 0; bottom: 0; }

.border_button:before { right: 0; top: 0; }

.border_button.yellow { color: #ffc66f; position: relative; padding: 10px 35px; }

.border_button.yellow:before { content: ''; background-image: url("images/button-arrow-yellow.svg"); background-position: top right; }

.border_button.yellow:after { content: ''; background-image: url("images/button-bottom-yellow.svg"); background-position: bottom left; }

.border_button.blue { color: #314662; position: relative; padding: 10px 35px; }

.border_button.blue:before { content: ''; background-image: url("images/button-arrow-blue.svg"); background-position: top right; }

.border_button.blue:after { content: ''; background-image: url("images/button-bottom-blue.svg"); background-position: bottom left; }

.border_button.aqua { color: #00b49a; position: relative; padding: 10px 35px; }

.border_button.aqua:before { content: ''; background-image: url("images/button-arrow-aqua.svg"); background-position: top right; }

.border_button.aqua:after { content: ''; background-image: url("images/button-bottom-aqua.svg"); background-position: bottom left; }

.section.thick.home_top { padding-bottom: 2rem; }

.section.thick.home_top .inner { max-width: 500px; padding-top: 15%; }

.section.thick.home_top .inner h1 { margin-bottom: 40px; }

.section.thick.home_top .inner a { margin-top: 30px; }

.section.thick.home_top .two_col { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media screen and (max-width: 700px) { .section.thick.home_top .two_col { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .section.thick.home_top .two_col .col { width: 100%; }
  .section.thick.home_top .two_col .col:first-child { padding-right: 30px; }
  .section.thick.home_top .two_col .col:last-child { padding: 0 10px; } }

.left_text_container { width: 100%; max-width: 610px; padding: 0 40px; padding-left: 80px; padding-bottom: 10px; }

@media screen and (max-width: 1000px) { .left_text_container { margin: auto; } }

@media screen and (max-width: 750px) { .left_text_container { padding: 0; padding-bottom: 40px; } }

.left_text_container a { margin-top: 30px; }

.section.two { background-image: url("images/section_2_shapes.png"); background-repeat: no-repeat; background-size: 45%; background-position: right bottom; margin-bottom: 120px; }

@media screen and (max-width: 1200px) { .section.two { background-size: 55%; } }

@media screen and (max-width: 750px) { .section.two { margin: 0; background-size: 100%; } }

.section.two .ipad_image { margin-top: 120px; }

@media screen and (max-width: 750px) { .section.two .ipad_image { margin-top: 50px; } }

.section.two .ipad_image img { max-width: 770px; margin: auto; display: block; }

@media screen and (max-width: 1200px) { .section.two .ipad_image img { max-width: 660px; } }

.section.four { background-image: url("images/video_shapes.png"); background-repeat: no-repeat; background-size: 800px; background-position: center bottom; margin-bottom: 150px; }

@media screen and (max-width: 1000px) { .section.four { background-size: 68%; background-position: center bottom 90px; } }

.section.four .embed-container { margin-bottom: 140px; position: relative; padding-bottom: 56.25%; overflow: hidden; max-width: 100%; height: auto; }

.section.four .embed-container .embed-container iframe, .section.four .embed-container .embed-container object, .section.four .embed-container .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.icon_list { padding: 40px; background-image: url("images/dots.png"); background-repeat: no-repeat; background-size: 100%; background-position: center; }

@media screen and (max-width: 1200px) { .icon_list { background-size: 70%; }
  .icon_list .icon_list { max-width: 900px; margin: auto; } }

.icon_list .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; max-width: 90%; margin: auto; }

@media screen and (max-width: 1000px) { .icon_list .inner { padding: 0 10px; max-width: 100%; width: 100%; display: block; } }

.icon_list .inner .icon_list_item { width: 33.3333%; background-color: #ffffff; border-radius: 10px; padding: 30px; -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); min-height: 400px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 1000px) { .icon_list .inner .icon_list_item { margin: 20px auto; max-width: 400px; width: 100%; } }

.icon_list .inner .icon_list_item:nth-child(2) { margin-top: 40px; margin-left: -20px; }

@media screen and (max-width: 1000px) { .icon_list .inner .icon_list_item:nth-child(2) { margin: 20px auto; } }

.icon_list .inner .icon_list_item:nth-child(3) { margin-top: 80px; margin-left: -20px; }

@media screen and (max-width: 1000px) { .icon_list .inner .icon_list_item:nth-child(3) { margin: 20px auto; } }

.icon_list .inner .icon_list_item .icon_list_image { max-width: 100px; margin: auto; width: 100%; display: block; }

.icon_list .inner .icon_list_item .icon_list_info { width: 100%; }

@media screen and (max-width: 1200px) { .icon_list .inner .icon_list_item .icon_list_info { text-align: center; } }

.video_container { max-width: 640px; margin: auto; }

@media screen and (max-width: 1200px) { .list_right_inner { max-width: 510px; padding-top: 60px; margin: auto; } }

.enrol_box.cta { background-position: right center; background-size: 50%; background-image: url(images/cta.png); padding-left: 70px; margin: 0; }

@media screen and (max-width: 750px) { .enrol_box.cta { background-image: none; } }

.logos { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 90%; margin: auto; }

.logos .logos_image { padding: 0 30px; }

.logos .logos_image img { width: 80%; }

.section.thick.pricing_bg { padding: 6rem 0; padding-top: 1.3rem; padding-bottom: 150px; background-image: url("images/courses-bg.png"); background-repeat: no-repeat; background-position: left center; background-size: 33%; }

@media screen and (max-width: 750px) { .section.thick.pricing_bg { background-size: 75%; } }

.section.thick.pricing_bg .top_content { margin: 0 auto; margin-bottom: 60px; }

.two_col.pricing { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.two_col.pricing .col.top:first-child { width: 41%; padding-right: 30px; }

@media screen and (max-width: 750px) { .two_col.pricing .col.top:first-child { width: 100%; padding-bottom: 40px; } }

.two_col.pricing .col.top:last-child { width: 59%; }

@media screen and (max-width: 750px) { .two_col.pricing .col.top:last-child { width: 100%; } }

.two_col .left_box_text .inner { max-width: 440px; -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); border-radius: 15px; overflow: hidden; }

@media screen and (max-width: 750px) { .two_col .left_box_text .inner { margin: auto; text-align: center; } }

.two_col .left_box_text .inner .top { background-color: #ffffff; padding: 20px 40px; }

.two_col .left_box_text .inner .top p { font-size: 24px; font-family: "Paytone One", sans-serif; }

.two_col .left_box_text .inner .top p strong { color: #ffc66f; }

.two_col .left_box_text a { display: block; background-color: #f8f8f8; text-align: center; padding: 30px 20px; }

.two_col .price_table { background-color: #ffffff; border-radius: 15px; -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); }

.two_col .price_table h5 { margin: 0; }

.two_col .price_table .two_col .col { width: 50%; }

.two_col .price_table.single_col { max-width: 450px; display: block; margin: auto; }

.two_col .price_table.single_col .top_title .right { border-right: none; }

.two_col .price_table.single_col .two_col .col { width: 100%; }

.two_col .price_table.single_col .price_list .price_list_item_container .price_list_item.one { width: 100%; border-right: none; }

.two_col .price_table .top_title { padding: 25px 10px; line-height: 1; margin: 0; text-align: center; border-bottom: solid 1px rgba(52, 70, 96, 0.2); }

.two_col .price_table .top_title.right { border-right: solid 1px rgba(52, 70, 96, 0.2); }

.two_col .price_table p { padding: 25px 10px; line-height: 1; }

.two_col .price_table .price_list .price_list_item_container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-bottom: solid 1px rgba(52, 70, 96, 0.2); }

.two_col .price_table .price_list .price_list_item_container:last-child { border: none; }

.two_col .price_table .price_list .price_list_item_container .price_list_item { text-align: center; }

.two_col .price_table .price_list .price_list_item_container .price_list_item.one { width: 50%; border-right: solid 1px rgba(52, 70, 96, 0.2); }

.two_col .price_table .price_list .price_list_item_container .price_list_item.two { width: 25%; border-right: solid 1px rgba(52, 70, 96, 0.2); }

.two_col .price_table .price_list .price_list_item_container .price_list_item.three { width: 25%; }

.two_col .price_table.corporate .price_list .price_list_item_container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; border-bottom: solid 1px rgba(52, 70, 96, 0.2); }

.two_col .price_table.corporate .price_list .price_list_item_container:last-child { border: none; }

.two_col .price_table.corporate .price_list .price_list_item_container .price_list_item { text-align: center; }

.two_col .price_table.corporate .price_list .price_list_item_container .price_list_item.one { width: 50%; border-right: solid 1px rgba(52, 70, 96, 0.2); }

.two_col .price_table.corporate .price_list .price_list_item_container .price_list_item.two { width: 50%; border-right: none; }

.testinonial_title { text-align: center; margin-bottom: 80px; }

.testinonial_title h2 { font-size: 36px; line-height: 44px; color: #314662; }

.testimonial_item { background-color: #ffffff; -webkit-transition: .5s; transition: .5s; margin: 60px 0; padding: 20px; -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05); border-bottom: solid 5px #00b49a; position: relative; }

.testimonial_item .testimonial_image { width: 150px; margin: 30px auto; }

.testimonial_item .testimonial_image img { border-radius: 100%; }

.testimonial_item .testimonial_person_info { text-align: center; }

.testimonial_item .testimonial_person_info h4 { margin: 0; font-weight: 500; font-family: "Maven Pro", sans-serif; font-size: 24px; list-style: 1.5; }

.testimonial_item .testimonial_person_info h6 { margin: 0; font-weight: 500; font-family: "Maven Pro", sans-serif; font-size: 14px; list-style: 1.5; }

.testimonial_item .border { margin: 40px auto; width: 60px; height: 4px; background-color: #314662; display: block; }

.testimonial_item .testimonial_person_desc { padding: 0 30px; padding-bottom: 60px; text-align: center; }

.testimonial_item.slick-active { z-index: 50; }

.testimonial_item.slick-active.slick-current { z-index: 100; -webkit-transform: scale(1.1); transform: scale(1.1); }

.testimonials .slick-dots { width: 100%; text-align: center; margin-top: 40px; }

.testimonials .slick-dots li { margin: 0 5px; padding: 0; list-style: none; display: inline-block; }

.testimonials .slick-dots li button { background: transparent; text-indent: -9999999px; display: inline-block; padding: 0; margin: 0; width: 12px; height: 12px; border: solid 2px #314662; opacity: 0.5; border-radius: 50px; }

.testimonials .slick-dots li button:hover { opacity: 1; }

.testimonials .slick-dots li button:focus { outline: none; }

.single-post { background: #eeeeee; }

.single-post--header-image { height: 50rem; width: 100%; max-height: 100vh; position: fixed; top: 0; }

.single-post--header-image .background-image { opacity: 0.7; }

.single-post--back-btn { padding: 7rem 0 3.5rem; }

.single-post--back-btn--btn { color: white; font-family: "Paytone One", sans-serif; }

.single-post--back-btn--btn:hover, .single-post--back-btn--btn:focus { color: white; border-bottom: 1px solid currentColor; }

.single-post--container { padding: 5rem; }

.single-post--container img { width: calc(100% + 10rem); height: auto; margin-left: -5rem; margin-right: -5rem; }

.single-post--heading { border-bottom: 2px solid #eeeeee; margin-bottom: 1.5rem; }

.single-post--title { font-size: 3.3rem; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 0.5rem; }

.single-post--meta { display: -webkit-box; display: -ms-flexbox; display: flex; font-family: "Paytone One", sans-serif; font-weight: 500; text-transform: uppercase; color: #060606; opacity: 0.7; font-size: 1.3rem; letter-spacing: 0.05em; margin-bottom: 1rem; }

.single-post--meta > * + *:before { content: '|'; margin: 0 1rem; }

.single-post--meta a { color: inherit; }

.single-post--meta a:hover, .single-post--meta a:focus { color: inherit; border-bottom: 1px solid currentColor; }

.single-post--footer { border-top: 2px solid #eeeeee; margin-top: 3.5rem; padding-top: 1.5rem; }

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

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

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

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-slide:focus { outline: none; }

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

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