@charset "UTF-8";
/* 1. Configuration and helpers */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* Mixin for easy media queries @include bp(tablet) { SCSS here }; */
/* Mixin for micro clearfix @include microclearfix; */
/* Mixin for basic CSS triangles @include triangle(up, #000, 50px) */
/* @font-face mixin Bulletproof font-face via Font Squirrel @include fontface('family', 'assets/fonts/', 'myfontname'); */
/* Currency */
/* Clearfix */
/* Respond To */
/* Ghost Vertical Align */
/* Truncate Text */
/* Animation */
/* Alerted */
@-webkit-keyframes alertMe { from { border-width: 3px;
    border-color: gold; }
  to { border-width: 0;
    border-color: rgba(255, 215, 0, 0.1); } }

@-moz-keyframes alertMe { from { border-width: 3px;
    border-color: gold; }
  to { border-width: 0;
    border-color: rgba(255, 215, 0, 0.1); } }

@keyframes alertMe { from { border-width: 3px;
    border-color: gold; }
  to { border-width: 0;
    border-color: rgba(255, 215, 0, 0.1); } }

/* Resize Sprite - for resizing only a single image from a sprite params: $map = $<name>-sprites (ex. $icon-sprites) $sprite = file name w/o file type ending (ex. globe) $percent = number (ex. 50) (if compass CSS3 mixins not included, uncomment the background-size row and comment the @include version) */
/* Resizes all images in a given sprite mixin courtesy of Wilker Lúcio https://gist.github.com/wilkerlucio/6442309 params: $only = if you want to list specific files instead of regenerating every image (ex. globe, checkmark) */
/* HUI Tooltips */
/*
## Text-align justify
For perfectly aligned grids that don't rely on floating elements and difficult calculations

- http://www.barrelny.com/blog/text-align-justify-and-rwd/ */
/* 2. Vendors */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Correct the line height in all browsers. 3. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS. */
/* Document ========================================================================== */
html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ }

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

/** Add the correct display in IE 9-. */
article, aside, footer, header, nav, section { display: block; }

/** 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; }

/* Grouping content ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in IE. */
figcaption, figure, main { /* 1 */ display: block; }

/** 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 */ }

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

/* Text-level semantics ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ }

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

/** 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 */ -webkit-text-decoration: underline dotted; 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; }

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

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

/** 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 ========================================================================== */
/** Add the correct display in IE 9-. */
audio, video { display: inline-block; }

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

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

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

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

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

/** 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; }

/** 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 and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-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 */ }

/** 1. Add the correct display in IE 9-. 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** 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; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

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

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. */
details, menu { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Scripting ========================================================================== */
/** Add the correct display in IE 9-. */
canvas { display: inline-block; }

/** Add the correct display in IE. */
template { display: none; }

/* Hidden ========================================================================== */
/** Add the correct display in IE 10-. */
[hidden] { display: none; }

/* 3. Base stuff */
/** Set up a decent box model on the root element */
html { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 !important; font-size: 100%; -webkit-text-size-adjust: 100%; /* Font varient */ font-variant-ligatures: none; -webkit-font-variant-ligatures: none; /* Smoothing */ text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }

body { position: relative; overflow-x: hidden !important; min-width: 100%; }

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

a { color: #171717; text-decoration: none; -webkit-transition: color .3s ease-in-out; -o-transition: color .3s ease-in-out; transition: color .3s ease-in-out; }

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

a:visited { color: inherit; }

img { max-width: 100%; }

@media (max-width: 1270px) { img { width: auto; height: auto; } }

dl { margin: 20px 0; }

b, strong { font-weight: 700; }

p { margin-top: 0; }

figure { margin: 0; }

/** Basic typography style for copy text */
body { color: #171717; font: normal 18px/1.33 "Raleway", sans-serif; }

h1, h2, h3, h4, h5, h6 { font-family: "Varela Round", serif !important; position: relative; margin-top: 0; margin-bottom: 20px; font-weight: 700; line-height: 1.2; }

h1 img, h1 span, h2 img, h2 span, h3 img, h3 span, h4 img, h4 span, h5 img, h5 span, h6 img, h6 span { display: inline-block; vertical-align: middle; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin-right: 10px; }

h1, .h1 { font-size: 38px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 28px; }

h4, .h4 { font-size: 26px; }

h5, .h5 { font-size: 24px; }

h6, .h6 { font-size: 22px; }

@media (max-width: 767px) { body { font: normal 16px/1.2 "Raleway", sans-serif; }
  h1, .h1 { font-size: 30px; }
  h2, .h2 { font-size: 28px; }
  h3, .h3 { font-size: 26px; }
  h4, .h4 { font-size: 24px; }
  h5, .h5 { font-size: 22px; }
  h6, .h6 { font-size: 20px; } }

@media (max-width: 479px) { body { font: normal 16px/1.2 "Raleway", sans-serif; }
  h1, .h1 { font-size: 28px; }
  h2, .h2 { font-size: 26px; }
  h3, .h3 { font-size: 24px; }
  h4, .h4 { font-size: 22px; }
  h5, .h5 { font-size: 20px; }
  h6, .h6 { font-size: 18px; } }

.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clear { display: inline-block; }

* html .clear { height: 1%; }

.clear { display: block; }

.wrap { max-width: 1270px; /* 1 */ margin-left: auto; /* 2 */ margin-right: auto; /* 2 */ padding-left: 15px; /* 3 */ padding-right: 15px; /* 3 */ width: 100%; /* 1 */ }

.content { max-width: 1200px; /* 1 */ margin-left: auto; /* 2 */ margin-right: auto; /* 2 */ padding-left: 15px; /* 3 */ padding-right: 15px; /* 3 */ width: 100%; /* 1 */ }

.small-content { max-width: 820px; /* 1 */ margin-left: auto; /* 2 */ margin-right: auto; /* 2 */ width: 100%; /* 1 */ }

.medium-content { max-width: 860px; /* 1 */ margin-left: auto; /* 2 */ margin-right: auto; /* 2 */ width: 100%; /* 1 */ }

.hide-text { overflow: hidden; padding: 0; /* 1 */ text-indent: 101%; white-space: nowrap; }

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

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

.list-unstyled { list-style: none; }

.width_auto { width: auto !important; }

.inline { display: inline; }

.block { display: block !important; }

.inline-block { display: inline-block !important; }

.hide { display: none; }

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

.txt-xs { font-size: 12px !important; line-height: 1.8; }

.txt-s { font-size: 13px !important; line-height: 1.4; }

.txt-m { font-size: 14px !important; line-height: 1.4; }

.txt-l { font-size: 16px !important; line-height: 1.4; }

.txt-xl { font-size: 18px !important; line-height: 1.4; }

.txt-xxl { font-size: 20px !important; line-height: 1.4; }

.txt-light { font-weight: 300; }

.txt-normal { font-weight: 400; }

.txt-bold { font-weight: 700; }

.txt-center { text-align: center; }

.txt-center-vertical { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.center-vertically { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

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

.txt-left { text-align: left; }

.txt-right { text-align: right; }

.txt-pink { color: #e4007f; }

.txt-brown { color: #231815; }

.txt-primary { color: #18406F; }

.bg-white { background-color: #ffffff !important; }

.bg-primary { background-color: #18406F !important; }

.bg-second { background-color: #80C315 !important; }

.no-padding { padding: 0; }

.no-margin { margin: 0; }

.block-center { display: block; margin-left: auto; margin-right: auto; }

.m-5 { margin: 5px !important; }

.mt-5 { margin-top: 5px !important; }

.mr-5 { margin-right: 5px !important; }

.mb-5 { margin-bottom: 5px !important; }

.ml-5 { margin-left: 5px !important; }

.m-10 { margin: 10px !important; }

.mt-10 { margin-top: 10px !important; }

.mr-10 { margin-right: 10px !important; }

.mb-10 { margin-bottom: 10px !important; }

.ml-10 { margin-left: 10px !important; }

.m-15 { margin: 15px !important; }

.mt-15 { margin-top: 15px !important; }

.mr-15 { margin-right: 15px !important; }

.mb-15 { margin-bottom: 15px !important; }

.ml-15 { margin-left: 15px !important; }

.m-20 { margin: 20px !important; }

.mt-20 { margin-top: 20px !important; }

.mr-20 { margin-right: 20px !important; }

.mb-20 { margin-bottom: 20px !important; }

.ml-20 { margin-left: 20px !important; }

.m-25 { margin: 25px !important; }

.mt-25 { margin-top: 25px !important; }

.mr-25 { margin-right: 25px !important; }

.mb-25 { margin-bottom: 25px !important; }

.ml-25 { margin-left: 25px !important; }

.m-30 { margin: 30px !important; }

.mt-30 { margin-top: 30px !important; }

.mr-30 { margin-right: 30px !important; }

.mb-30 { margin-bottom: 30px !important; }

.ml-30 { margin-left: 30px !important; }

.m-35 { margin: 35px !important; }

.mt-35 { margin-top: 35px !important; }

.mr-35 { margin-right: 35px !important; }

.mb-35 { margin-bottom: 35px !important; }

.ml-35 { margin-left: 35px !important; }

.m-40 { margin: 40px !important; }

.mt-40 { margin-top: 40px !important; }

.mr-40 { margin-right: 40px !important; }

.mb-40 { margin-bottom: 40px !important; }

.ml-40 { margin-left: 40px !important; }

.m-45 { margin: 45px !important; }

.mt-45 { margin-top: 45px !important; }

.mr-45 { margin-right: 45px !important; }

.mb-45 { margin-bottom: 45px !important; }

.ml-45 { margin-left: 45px !important; }

.m-50 { margin: 50px !important; }

.mt-50 { margin-top: 50px !important; }

.mr-50 { margin-right: 50px !important; }

.mb-50 { margin-bottom: 50px !important; }

.ml-50 { margin-left: 50px !important; }

.p-5 { padding: 5px !important; }

.pt-5 { padding-top: 5px !important; }

.pr-5 { padding-right: 5px !important; }

.pb-5 { padding-bottom: 5px !important; }

.pl-5 { padding-left: 5px !important; }

.p-10 { padding: 10px !important; }

.pt-10 { padding-top: 10px !important; }

.pr-10 { padding-right: 10px !important; }

.pb-10 { padding-bottom: 10px !important; }

.pl-10 { padding-left: 10px !important; }

.p-15 { padding: 15px !important; }

.pt-15 { padding-top: 15px !important; }

.pr-15 { padding-right: 15px !important; }

.pb-15 { padding-bottom: 15px !important; }

.pl-15 { padding-left: 15px !important; }

.p-20 { padding: 20px !important; }

.pt-20 { padding-top: 20px !important; }

.pr-20 { padding-right: 20px !important; }

.pb-20 { padding-bottom: 20px !important; }

.pl-20 { padding-left: 20px !important; }

.p-25 { padding: 25px !important; }

.pt-25 { padding-top: 25px !important; }

.pr-25 { padding-right: 25px !important; }

.pb-25 { padding-bottom: 25px !important; }

.pl-25 { padding-left: 25px !important; }

.p-30 { padding: 30px !important; }

.pt-30 { padding-top: 30px !important; }

.pr-30 { padding-right: 30px !important; }

.pb-30 { padding-bottom: 30px !important; }

.pl-30 { padding-left: 30px !important; }

.p-35 { padding: 35px !important; }

.pt-35 { padding-top: 35px !important; }

.pr-35 { padding-right: 35px !important; }

.pb-35 { padding-bottom: 35px !important; }

.pl-35 { padding-left: 35px !important; }

.p-40 { padding: 40px !important; }

.pt-40 { padding-top: 40px !important; }

.pr-40 { padding-right: 40px !important; }

.pb-40 { padding-bottom: 40px !important; }

.pl-40 { padding-left: 40px !important; }

.p-45 { padding: 45px !important; }

.pt-45 { padding-top: 45px !important; }

.pr-45 { padding-right: 45px !important; }

.pb-45 { padding-bottom: 45px !important; }

.pl-45 { padding-left: 45px !important; }

.p-50 { padding: 50px !important; }

.pt-50 { padding-top: 50px !important; }

.pr-50 { padding-right: 50px !important; }

.pb-50 { padding-bottom: 50px !important; }

.pl-50 { padding-left: 50px !important; }

.no-m { margin: 0 !important; }

.no-mt { margin-top: 0 !important; }

.no-mr { margin-right: 0 !important; }

.no-mb { margin-bottom: 0 !important; }

.no-ml { margin-left: 0 !important; }

.no-p { padding: 0 !important; }

.no-pt { padding-top: 0 !important; }

.no-pr { padding-right: 0 !important; }

.no-pb { padding-bottom: 0 !important; }

.no-pl { padding-left: 0 !important; }

@media (max-width: 1200px) { .m-lg-5 { margin: 5px !important; }
  .mt-lg-5 { margin-top: 5px !important; }
  .mr-lg-5 { margin-right: 5px !important; }
  .mb-lg-5 { margin-bottom: 5px !important; }
  .ml-lg-5 { margin-left: 5px !important; }
  .m-lg-10 { margin: 10px !important; }
  .mt-lg-10 { margin-top: 10px !important; }
  .mr-lg-10 { margin-right: 10px !important; }
  .mb-lg-10 { margin-bottom: 10px !important; }
  .ml-lg-10 { margin-left: 10px !important; }
  .m-lg-15 { margin: 15px !important; }
  .mt-lg-15 { margin-top: 15px !important; }
  .mr-lg-15 { margin-right: 15px !important; }
  .mb-lg-15 { margin-bottom: 15px !important; }
  .ml-lg-15 { margin-left: 15px !important; }
  .m-lg-20 { margin: 20px !important; }
  .mt-lg-20 { margin-top: 20px !important; }
  .mr-lg-20 { margin-right: 20px !important; }
  .mb-lg-20 { margin-bottom: 20px !important; }
  .ml-lg-20 { margin-left: 20px !important; }
  .m-lg-25 { margin: 25px !important; }
  .mt-lg-25 { margin-top: 25px !important; }
  .mr-lg-25 { margin-right: 25px !important; }
  .mb-lg-25 { margin-bottom: 25px !important; }
  .ml-lg-25 { margin-left: 25px !important; }
  .m-lg-30 { margin: 30px !important; }
  .mt-lg-30 { margin-top: 30px !important; }
  .mr-lg-30 { margin-right: 30px !important; }
  .mb-lg-30 { margin-bottom: 30px !important; }
  .ml-lg-30 { margin-left: 30px !important; }
  .m-lg-35 { margin: 35px !important; }
  .mt-lg-35 { margin-top: 35px !important; }
  .mr-lg-35 { margin-right: 35px !important; }
  .mb-lg-35 { margin-bottom: 35px !important; }
  .ml-lg-35 { margin-left: 35px !important; }
  .m-lg-40 { margin: 40px !important; }
  .mt-lg-40 { margin-top: 40px !important; }
  .mr-lg-40 { margin-right: 40px !important; }
  .mb-lg-40 { margin-bottom: 40px !important; }
  .ml-lg-40 { margin-left: 40px !important; }
  .m-lg-45 { margin: 45px !important; }
  .mt-lg-45 { margin-top: 45px !important; }
  .mr-lg-45 { margin-right: 45px !important; }
  .mb-lg-45 { margin-bottom: 45px !important; }
  .ml-lg-45 { margin-left: 45px !important; }
  .m-lg-50 { margin: 50px !important; }
  .mt-lg-50 { margin-top: 50px !important; }
  .mr-lg-50 { margin-right: 50px !important; }
  .mb-lg-50 { margin-bottom: 50px !important; }
  .ml-lg-50 { margin-left: 50px !important; }
  .p-lg-5 { padding: 5px !important; }
  .pt-lg-5 { padding-top: 5px !important; }
  .pr-lg-5 { padding-right: 5px !important; }
  .pb-lg-5 { padding-bottom: 5px !important; }
  .pl-lg-5 { padding-left: 5px !important; }
  .p-lg-10 { padding: 10px !important; }
  .pt-lg-10 { padding-top: 10px !important; }
  .pr-lg-10 { padding-right: 10px !important; }
  .pb-lg-10 { padding-bottom: 10px !important; }
  .pl-lg-10 { padding-left: 10px !important; }
  .p-lg-15 { padding: 15px !important; }
  .pt-lg-15 { padding-top: 15px !important; }
  .pr-lg-15 { padding-right: 15px !important; }
  .pb-lg-15 { padding-bottom: 15px !important; }
  .pl-lg-15 { padding-left: 15px !important; }
  .p-lg-20 { padding: 20px !important; }
  .pt-lg-20 { padding-top: 20px !important; }
  .pr-lg-20 { padding-right: 20px !important; }
  .pb-lg-20 { padding-bottom: 20px !important; }
  .pl-lg-20 { padding-left: 20px !important; }
  .p-lg-25 { padding: 25px !important; }
  .pt-lg-25 { padding-top: 25px !important; }
  .pr-lg-25 { padding-right: 25px !important; }
  .pb-lg-25 { padding-bottom: 25px !important; }
  .pl-lg-25 { padding-left: 25px !important; }
  .p-lg-30 { padding: 30px !important; }
  .pt-lg-30 { padding-top: 30px !important; }
  .pr-lg-30 { padding-right: 30px !important; }
  .pb-lg-30 { padding-bottom: 30px !important; }
  .pl-lg-30 { padding-left: 30px !important; }
  .p-lg-35 { padding: 35px !important; }
  .pt-lg-35 { padding-top: 35px !important; }
  .pr-lg-35 { padding-right: 35px !important; }
  .pb-lg-35 { padding-bottom: 35px !important; }
  .pl-lg-35 { padding-left: 35px !important; }
  .p-lg-40 { padding: 40px !important; }
  .pt-lg-40 { padding-top: 40px !important; }
  .pr-lg-40 { padding-right: 40px !important; }
  .pb-lg-40 { padding-bottom: 40px !important; }
  .pl-lg-40 { padding-left: 40px !important; }
  .p-lg-45 { padding: 45px !important; }
  .pt-lg-45 { padding-top: 45px !important; }
  .pr-lg-45 { padding-right: 45px !important; }
  .pb-lg-45 { padding-bottom: 45px !important; }
  .pl-lg-45 { padding-left: 45px !important; }
  .p-lg-50 { padding: 50px !important; }
  .pt-lg-50 { padding-top: 50px !important; }
  .pr-lg-50 { padding-right: 50px !important; }
  .pb-lg-50 { padding-bottom: 50px !important; }
  .pl-lg-50 { padding-left: 50px !important; }
  .no-lg-m { margin: 0 !important; }
  .no-lg-mt { margin-top: 0 !important; }
  .no-lg-mr { margin-right: 0 !important; }
  .no-lg-mb { margin-bottom: 0 !important; }
  .no-lg-ml { margin-left: 0 !important; }
  .no-lg-p { padding: 0 !important; }
  .no-lg-pt { padding-top: 0 !important; }
  .no-lg-pr { padding-right: 0 !important; }
  .no-lg-pb { padding-bottom: 0 !important; }
  .no-lg-pl { padding-left: 0 !important; } }

@media (max-width: 1024px) { .m-md-5 { margin: 5px !important; }
  .mt-md-5 { margin-top: 5px !important; }
  .mr-md-5 { margin-right: 5px !important; }
  .mb-md-5 { margin-bottom: 5px !important; }
  .ml-md-5 { margin-left: 5px !important; }
  .m-md-10 { margin: 10px !important; }
  .mt-md-10 { margin-top: 10px !important; }
  .mr-md-10 { margin-right: 10px !important; }
  .mb-md-10 { margin-bottom: 10px !important; }
  .ml-md-10 { margin-left: 10px !important; }
  .m-md-15 { margin: 15px !important; }
  .mt-md-15 { margin-top: 15px !important; }
  .mr-md-15 { margin-right: 15px !important; }
  .mb-md-15 { margin-bottom: 15px !important; }
  .ml-md-15 { margin-left: 15px !important; }
  .m-md-20 { margin: 20px !important; }
  .mt-md-20 { margin-top: 20px !important; }
  .mr-md-20 { margin-right: 20px !important; }
  .mb-md-20 { margin-bottom: 20px !important; }
  .ml-md-20 { margin-left: 20px !important; }
  .m-md-25 { margin: 25px !important; }
  .mt-md-25 { margin-top: 25px !important; }
  .mr-md-25 { margin-right: 25px !important; }
  .mb-md-25 { margin-bottom: 25px !important; }
  .ml-md-25 { margin-left: 25px !important; }
  .m-md-30 { margin: 30px !important; }
  .mt-md-30 { margin-top: 30px !important; }
  .mr-md-30 { margin-right: 30px !important; }
  .mb-md-30 { margin-bottom: 30px !important; }
  .ml-md-30 { margin-left: 30px !important; }
  .m-md-35 { margin: 35px !important; }
  .mt-md-35 { margin-top: 35px !important; }
  .mr-md-35 { margin-right: 35px !important; }
  .mb-md-35 { margin-bottom: 35px !important; }
  .ml-md-35 { margin-left: 35px !important; }
  .m-md-40 { margin: 40px !important; }
  .mt-md-40 { margin-top: 40px !important; }
  .mr-md-40 { margin-right: 40px !important; }
  .mb-md-40 { margin-bottom: 40px !important; }
  .ml-md-40 { margin-left: 40px !important; }
  .m-md-45 { margin: 45px !important; }
  .mt-md-45 { margin-top: 45px !important; }
  .mr-md-45 { margin-right: 45px !important; }
  .mb-md-45 { margin-bottom: 45px !important; }
  .ml-md-45 { margin-left: 45px !important; }
  .m-md-50 { margin: 50px !important; }
  .mt-md-50 { margin-top: 50px !important; }
  .mr-md-50 { margin-right: 50px !important; }
  .mb-md-50 { margin-bottom: 50px !important; }
  .ml-md-50 { margin-left: 50px !important; }
  .p-md-5 { padding: 5px !important; }
  .pt-md-5 { padding-top: 5px !important; }
  .pr-md-5 { padding-right: 5px !important; }
  .pb-md-5 { padding-bottom: 5px !important; }
  .pl-md-5 { padding-left: 5px !important; }
  .p-md-10 { padding: 10px !important; }
  .pt-md-10 { padding-top: 10px !important; }
  .pr-md-10 { padding-right: 10px !important; }
  .pb-md-10 { padding-bottom: 10px !important; }
  .pl-md-10 { padding-left: 10px !important; }
  .p-md-15 { padding: 15px !important; }
  .pt-md-15 { padding-top: 15px !important; }
  .pr-md-15 { padding-right: 15px !important; }
  .pb-md-15 { padding-bottom: 15px !important; }
  .pl-md-15 { padding-left: 15px !important; }
  .p-md-20 { padding: 20px !important; }
  .pt-md-20 { padding-top: 20px !important; }
  .pr-md-20 { padding-right: 20px !important; }
  .pb-md-20 { padding-bottom: 20px !important; }
  .pl-md-20 { padding-left: 20px !important; }
  .p-md-25 { padding: 25px !important; }
  .pt-md-25 { padding-top: 25px !important; }
  .pr-md-25 { padding-right: 25px !important; }
  .pb-md-25 { padding-bottom: 25px !important; }
  .pl-md-25 { padding-left: 25px !important; }
  .p-md-30 { padding: 30px !important; }
  .pt-md-30 { padding-top: 30px !important; }
  .pr-md-30 { padding-right: 30px !important; }
  .pb-md-30 { padding-bottom: 30px !important; }
  .pl-md-30 { padding-left: 30px !important; }
  .p-md-35 { padding: 35px !important; }
  .pt-md-35 { padding-top: 35px !important; }
  .pr-md-35 { padding-right: 35px !important; }
  .pb-md-35 { padding-bottom: 35px !important; }
  .pl-md-35 { padding-left: 35px !important; }
  .p-md-40 { padding: 40px !important; }
  .pt-md-40 { padding-top: 40px !important; }
  .pr-md-40 { padding-right: 40px !important; }
  .pb-md-40 { padding-bottom: 40px !important; }
  .pl-md-40 { padding-left: 40px !important; }
  .p-md-45 { padding: 45px !important; }
  .pt-md-45 { padding-top: 45px !important; }
  .pr-md-45 { padding-right: 45px !important; }
  .pb-md-45 { padding-bottom: 45px !important; }
  .pl-md-45 { padding-left: 45px !important; }
  .p-md-50 { padding: 50px !important; }
  .pt-md-50 { padding-top: 50px !important; }
  .pr-md-50 { padding-right: 50px !important; }
  .pb-md-50 { padding-bottom: 50px !important; }
  .pl-md-50 { padding-left: 50px !important; }
  .no-md-m { margin: 0 !important; }
  .no-md-mt { margin-top: 0 !important; }
  .no-md-mr { margin-right: 0 !important; }
  .no-md-mb { margin-bottom: 0 !important; }
  .no-md-ml { margin-left: 0 !important; }
  .no-md-p { padding: 0 !important; }
  .no-md-pt { padding-top: 0 !important; }
  .no-md-pr { padding-right: 0 !important; }
  .no-md-pb { padding-bottom: 0 !important; }
  .no-md-pl { padding-left: 0 !important; } }

@media (max-width: 768px) { .m-sm-5 { margin: 5px !important; }
  .mt-sm-5 { margin-top: 5px !important; }
  .mr-sm-5 { margin-right: 5px !important; }
  .mb-sm-5 { margin-bottom: 5px !important; }
  .ml-sm-5 { margin-left: 5px !important; }
  .m-sm-10 { margin: 10px !important; }
  .mt-sm-10 { margin-top: 10px !important; }
  .mr-sm-10 { margin-right: 10px !important; }
  .mb-sm-10 { margin-bottom: 10px !important; }
  .ml-sm-10 { margin-left: 10px !important; }
  .m-sm-15 { margin: 15px !important; }
  .mt-sm-15 { margin-top: 15px !important; }
  .mr-sm-15 { margin-right: 15px !important; }
  .mb-sm-15 { margin-bottom: 15px !important; }
  .ml-sm-15 { margin-left: 15px !important; }
  .m-sm-20 { margin: 20px !important; }
  .mt-sm-20 { margin-top: 20px !important; }
  .mr-sm-20 { margin-right: 20px !important; }
  .mb-sm-20 { margin-bottom: 20px !important; }
  .ml-sm-20 { margin-left: 20px !important; }
  .m-sm-25 { margin: 25px !important; }
  .mt-sm-25 { margin-top: 25px !important; }
  .mr-sm-25 { margin-right: 25px !important; }
  .mb-sm-25 { margin-bottom: 25px !important; }
  .ml-sm-25 { margin-left: 25px !important; }
  .m-sm-30 { margin: 30px !important; }
  .mt-sm-30 { margin-top: 30px !important; }
  .mr-sm-30 { margin-right: 30px !important; }
  .mb-sm-30 { margin-bottom: 30px !important; }
  .ml-sm-30 { margin-left: 30px !important; }
  .m-sm-35 { margin: 35px !important; }
  .mt-sm-35 { margin-top: 35px !important; }
  .mr-sm-35 { margin-right: 35px !important; }
  .mb-sm-35 { margin-bottom: 35px !important; }
  .ml-sm-35 { margin-left: 35px !important; }
  .m-sm-40 { margin: 40px !important; }
  .mt-sm-40 { margin-top: 40px !important; }
  .mr-sm-40 { margin-right: 40px !important; }
  .mb-sm-40 { margin-bottom: 40px !important; }
  .ml-sm-40 { margin-left: 40px !important; }
  .m-sm-45 { margin: 45px !important; }
  .mt-sm-45 { margin-top: 45px !important; }
  .mr-sm-45 { margin-right: 45px !important; }
  .mb-sm-45 { margin-bottom: 45px !important; }
  .ml-sm-45 { margin-left: 45px !important; }
  .m-sm-50 { margin: 50px !important; }
  .mt-sm-50 { margin-top: 50px !important; }
  .mr-sm-50 { margin-right: 50px !important; }
  .mb-sm-50 { margin-bottom: 50px !important; }
  .ml-sm-50 { margin-left: 50px !important; }
  .p-sm-5 { padding: 5px !important; }
  .pt-sm-5 { padding-top: 5px !important; }
  .pr-sm-5 { padding-right: 5px !important; }
  .pb-sm-5 { padding-bottom: 5px !important; }
  .pl-sm-5 { padding-left: 5px !important; }
  .p-sm-10 { padding: 10px !important; }
  .pt-sm-10 { padding-top: 10px !important; }
  .pr-sm-10 { padding-right: 10px !important; }
  .pb-sm-10 { padding-bottom: 10px !important; }
  .pl-sm-10 { padding-left: 10px !important; }
  .p-sm-15 { padding: 15px !important; }
  .pt-sm-15 { padding-top: 15px !important; }
  .pr-sm-15 { padding-right: 15px !important; }
  .pb-sm-15 { padding-bottom: 15px !important; }
  .pl-sm-15 { padding-left: 15px !important; }
  .p-sm-20 { padding: 20px !important; }
  .pt-sm-20 { padding-top: 20px !important; }
  .pr-sm-20 { padding-right: 20px !important; }
  .pb-sm-20 { padding-bottom: 20px !important; }
  .pl-sm-20 { padding-left: 20px !important; }
  .p-sm-25 { padding: 25px !important; }
  .pt-sm-25 { padding-top: 25px !important; }
  .pr-sm-25 { padding-right: 25px !important; }
  .pb-sm-25 { padding-bottom: 25px !important; }
  .pl-sm-25 { padding-left: 25px !important; }
  .p-sm-30 { padding: 30px !important; }
  .pt-sm-30 { padding-top: 30px !important; }
  .pr-sm-30 { padding-right: 30px !important; }
  .pb-sm-30 { padding-bottom: 30px !important; }
  .pl-sm-30 { padding-left: 30px !important; }
  .p-sm-35 { padding: 35px !important; }
  .pt-sm-35 { padding-top: 35px !important; }
  .pr-sm-35 { padding-right: 35px !important; }
  .pb-sm-35 { padding-bottom: 35px !important; }
  .pl-sm-35 { padding-left: 35px !important; }
  .p-sm-40 { padding: 40px !important; }
  .pt-sm-40 { padding-top: 40px !important; }
  .pr-sm-40 { padding-right: 40px !important; }
  .pb-sm-40 { padding-bottom: 40px !important; }
  .pl-sm-40 { padding-left: 40px !important; }
  .p-sm-45 { padding: 45px !important; }
  .pt-sm-45 { padding-top: 45px !important; }
  .pr-sm-45 { padding-right: 45px !important; }
  .pb-sm-45 { padding-bottom: 45px !important; }
  .pl-sm-45 { padding-left: 45px !important; }
  .p-sm-50 { padding: 50px !important; }
  .pt-sm-50 { padding-top: 50px !important; }
  .pr-sm-50 { padding-right: 50px !important; }
  .pb-sm-50 { padding-bottom: 50px !important; }
  .pl-sm-50 { padding-left: 50px !important; }
  .no-sm-m { margin: 0 !important; }
  .no-sm-mt { margin-top: 0 !important; }
  .no-sm-mr { margin-right: 0 !important; }
  .no-sm-mb { margin-bottom: 0 !important; }
  .no-sm-ml { margin-left: 0 !important; }
  .no-sm-p { padding: 0 !important; }
  .no-sm-pt { padding-top: 0 !important; }
  .no-sm-pr { padding-right: 0 !important; }
  .no-sm-pb { padding-bottom: 0 !important; }
  .no-sm-pl { padding-left: 0 !important; } }

@media (max-width: 640px) { .m-xsm-5 { margin: 5px !important; }
  .mt-xsm-5 { margin-top: 5px !important; }
  .mr-xsm-5 { margin-right: 5px !important; }
  .mb-xsm-5 { margin-bottom: 5px !important; }
  .ml-xsm-5 { margin-left: 5px !important; }
  .m-xsm-10 { margin: 10px !important; }
  .mt-xsm-10 { margin-top: 10px !important; }
  .mr-xsm-10 { margin-right: 10px !important; }
  .mb-xsm-10 { margin-bottom: 10px !important; }
  .ml-xsm-10 { margin-left: 10px !important; }
  .m-xsm-15 { margin: 15px !important; }
  .mt-xsm-15 { margin-top: 15px !important; }
  .mr-xsm-15 { margin-right: 15px !important; }
  .mb-xsm-15 { margin-bottom: 15px !important; }
  .ml-xsm-15 { margin-left: 15px !important; }
  .m-xsm-20 { margin: 20px !important; }
  .mt-xsm-20 { margin-top: 20px !important; }
  .mr-xsm-20 { margin-right: 20px !important; }
  .mb-xsm-20 { margin-bottom: 20px !important; }
  .ml-xsm-20 { margin-left: 20px !important; }
  .m-xsm-25 { margin: 25px !important; }
  .mt-xsm-25 { margin-top: 25px !important; }
  .mr-xsm-25 { margin-right: 25px !important; }
  .mb-xsm-25 { margin-bottom: 25px !important; }
  .ml-xsm-25 { margin-left: 25px !important; }
  .m-xsm-30 { margin: 30px !important; }
  .mt-xsm-30 { margin-top: 30px !important; }
  .mr-xsm-30 { margin-right: 30px !important; }
  .mb-xsm-30 { margin-bottom: 30px !important; }
  .ml-xsm-30 { margin-left: 30px !important; }
  .m-xsm-35 { margin: 35px !important; }
  .mt-xsm-35 { margin-top: 35px !important; }
  .mr-xsm-35 { margin-right: 35px !important; }
  .mb-xsm-35 { margin-bottom: 35px !important; }
  .ml-xsm-35 { margin-left: 35px !important; }
  .m-xsm-40 { margin: 40px !important; }
  .mt-xsm-40 { margin-top: 40px !important; }
  .mr-xsm-40 { margin-right: 40px !important; }
  .mb-xsm-40 { margin-bottom: 40px !important; }
  .ml-xsm-40 { margin-left: 40px !important; }
  .m-xsm-45 { margin: 45px !important; }
  .mt-xsm-45 { margin-top: 45px !important; }
  .mr-xsm-45 { margin-right: 45px !important; }
  .mb-xsm-45 { margin-bottom: 45px !important; }
  .ml-xsm-45 { margin-left: 45px !important; }
  .m-xsm-50 { margin: 50px !important; }
  .mt-xsm-50 { margin-top: 50px !important; }
  .mr-xsm-50 { margin-right: 50px !important; }
  .mb-xsm-50 { margin-bottom: 50px !important; }
  .ml-xsm-50 { margin-left: 50px !important; }
  .p-xsm-5 { padding: 5px !important; }
  .pt-xsm-5 { padding-top: 5px !important; }
  .pr-xsm-5 { padding-right: 5px !important; }
  .pb-xsm-5 { padding-bottom: 5px !important; }
  .pl-xsm-5 { padding-left: 5px !important; }
  .p-xsm-10 { padding: 10px !important; }
  .pt-xsm-10 { padding-top: 10px !important; }
  .pr-xsm-10 { padding-right: 10px !important; }
  .pb-xsm-10 { padding-bottom: 10px !important; }
  .pl-xsm-10 { padding-left: 10px !important; }
  .p-xsm-15 { padding: 15px !important; }
  .pt-xsm-15 { padding-top: 15px !important; }
  .pr-xsm-15 { padding-right: 15px !important; }
  .pb-xsm-15 { padding-bottom: 15px !important; }
  .pl-xsm-15 { padding-left: 15px !important; }
  .p-xsm-20 { padding: 20px !important; }
  .pt-xsm-20 { padding-top: 20px !important; }
  .pr-xsm-20 { padding-right: 20px !important; }
  .pb-xsm-20 { padding-bottom: 20px !important; }
  .pl-xsm-20 { padding-left: 20px !important; }
  .p-xsm-25 { padding: 25px !important; }
  .pt-xsm-25 { padding-top: 25px !important; }
  .pr-xsm-25 { padding-right: 25px !important; }
  .pb-xsm-25 { padding-bottom: 25px !important; }
  .pl-xsm-25 { padding-left: 25px !important; }
  .p-xsm-30 { padding: 30px !important; }
  .pt-xsm-30 { padding-top: 30px !important; }
  .pr-xsm-30 { padding-right: 30px !important; }
  .pb-xsm-30 { padding-bottom: 30px !important; }
  .pl-xsm-30 { padding-left: 30px !important; }
  .p-xsm-35 { padding: 35px !important; }
  .pt-xsm-35 { padding-top: 35px !important; }
  .pr-xsm-35 { padding-right: 35px !important; }
  .pb-xsm-35 { padding-bottom: 35px !important; }
  .pl-xsm-35 { padding-left: 35px !important; }
  .p-xsm-40 { padding: 40px !important; }
  .pt-xsm-40 { padding-top: 40px !important; }
  .pr-xsm-40 { padding-right: 40px !important; }
  .pb-xsm-40 { padding-bottom: 40px !important; }
  .pl-xsm-40 { padding-left: 40px !important; }
  .p-xsm-45 { padding: 45px !important; }
  .pt-xsm-45 { padding-top: 45px !important; }
  .pr-xsm-45 { padding-right: 45px !important; }
  .pb-xsm-45 { padding-bottom: 45px !important; }
  .pl-xsm-45 { padding-left: 45px !important; }
  .p-xsm-50 { padding: 50px !important; }
  .pt-xsm-50 { padding-top: 50px !important; }
  .pr-xsm-50 { padding-right: 50px !important; }
  .pb-xsm-50 { padding-bottom: 50px !important; }
  .pl-xsm-50 { padding-left: 50px !important; }
  .no-xsm-m { margin: 0 !important; }
  .no-xsm-mt { margin-top: 0 !important; }
  .no-xsm-mr { margin-right: 0 !important; }
  .no-xsm-mb { margin-bottom: 0 !important; }
  .no-xsm-ml { margin-left: 0 !important; }
  .no-xsm-p { padding: 0 !important; }
  .no-xsm-pt { padding-top: 0 !important; }
  .no-xsm-pr { padding-right: 0 !important; }
  .no-xsm-pb { padding-bottom: 0 !important; }
  .no-xsm-pl { padding-left: 0 !important; } }

@media (max-width: 480px) { .m-xs-5 { margin: 5px !important; }
  .mt-xs-5 { margin-top: 5px !important; }
  .mr-xs-5 { margin-right: 5px !important; }
  .mb-xs-5 { margin-bottom: 5px !important; }
  .ml-xs-5 { margin-left: 5px !important; }
  .m-xs-10 { margin: 10px !important; }
  .mt-xs-10 { margin-top: 10px !important; }
  .mr-xs-10 { margin-right: 10px !important; }
  .mb-xs-10 { margin-bottom: 10px !important; }
  .ml-xs-10 { margin-left: 10px !important; }
  .m-xs-15 { margin: 15px !important; }
  .mt-xs-15 { margin-top: 15px !important; }
  .mr-xs-15 { margin-right: 15px !important; }
  .mb-xs-15 { margin-bottom: 15px !important; }
  .ml-xs-15 { margin-left: 15px !important; }
  .m-xs-20 { margin: 20px !important; }
  .mt-xs-20 { margin-top: 20px !important; }
  .mr-xs-20 { margin-right: 20px !important; }
  .mb-xs-20 { margin-bottom: 20px !important; }
  .ml-xs-20 { margin-left: 20px !important; }
  .m-xs-25 { margin: 25px !important; }
  .mt-xs-25 { margin-top: 25px !important; }
  .mr-xs-25 { margin-right: 25px !important; }
  .mb-xs-25 { margin-bottom: 25px !important; }
  .ml-xs-25 { margin-left: 25px !important; }
  .m-xs-30 { margin: 30px !important; }
  .mt-xs-30 { margin-top: 30px !important; }
  .mr-xs-30 { margin-right: 30px !important; }
  .mb-xs-30 { margin-bottom: 30px !important; }
  .ml-xs-30 { margin-left: 30px !important; }
  .m-xs-35 { margin: 35px !important; }
  .mt-xs-35 { margin-top: 35px !important; }
  .mr-xs-35 { margin-right: 35px !important; }
  .mb-xs-35 { margin-bottom: 35px !important; }
  .ml-xs-35 { margin-left: 35px !important; }
  .m-xs-40 { margin: 40px !important; }
  .mt-xs-40 { margin-top: 40px !important; }
  .mr-xs-40 { margin-right: 40px !important; }
  .mb-xs-40 { margin-bottom: 40px !important; }
  .ml-xs-40 { margin-left: 40px !important; }
  .m-xs-45 { margin: 45px !important; }
  .mt-xs-45 { margin-top: 45px !important; }
  .mr-xs-45 { margin-right: 45px !important; }
  .mb-xs-45 { margin-bottom: 45px !important; }
  .ml-xs-45 { margin-left: 45px !important; }
  .m-xs-50 { margin: 50px !important; }
  .mt-xs-50 { margin-top: 50px !important; }
  .mr-xs-50 { margin-right: 50px !important; }
  .mb-xs-50 { margin-bottom: 50px !important; }
  .ml-xs-50 { margin-left: 50px !important; }
  .p-xs-5 { padding: 5px !important; }
  .pt-xs-5 { padding-top: 5px !important; }
  .pr-xs-5 { padding-right: 5px !important; }
  .pb-xs-5 { padding-bottom: 5px !important; }
  .pl-xs-5 { padding-left: 5px !important; }
  .p-xs-10 { padding: 10px !important; }
  .pt-xs-10 { padding-top: 10px !important; }
  .pr-xs-10 { padding-right: 10px !important; }
  .pb-xs-10 { padding-bottom: 10px !important; }
  .pl-xs-10 { padding-left: 10px !important; }
  .p-xs-15 { padding: 15px !important; }
  .pt-xs-15 { padding-top: 15px !important; }
  .pr-xs-15 { padding-right: 15px !important; }
  .pb-xs-15 { padding-bottom: 15px !important; }
  .pl-xs-15 { padding-left: 15px !important; }
  .p-xs-20 { padding: 20px !important; }
  .pt-xs-20 { padding-top: 20px !important; }
  .pr-xs-20 { padding-right: 20px !important; }
  .pb-xs-20 { padding-bottom: 20px !important; }
  .pl-xs-20 { padding-left: 20px !important; }
  .p-xs-25 { padding: 25px !important; }
  .pt-xs-25 { padding-top: 25px !important; }
  .pr-xs-25 { padding-right: 25px !important; }
  .pb-xs-25 { padding-bottom: 25px !important; }
  .pl-xs-25 { padding-left: 25px !important; }
  .p-xs-30 { padding: 30px !important; }
  .pt-xs-30 { padding-top: 30px !important; }
  .pr-xs-30 { padding-right: 30px !important; }
  .pb-xs-30 { padding-bottom: 30px !important; }
  .pl-xs-30 { padding-left: 30px !important; }
  .p-xs-35 { padding: 35px !important; }
  .pt-xs-35 { padding-top: 35px !important; }
  .pr-xs-35 { padding-right: 35px !important; }
  .pb-xs-35 { padding-bottom: 35px !important; }
  .pl-xs-35 { padding-left: 35px !important; }
  .p-xs-40 { padding: 40px !important; }
  .pt-xs-40 { padding-top: 40px !important; }
  .pr-xs-40 { padding-right: 40px !important; }
  .pb-xs-40 { padding-bottom: 40px !important; }
  .pl-xs-40 { padding-left: 40px !important; }
  .p-xs-45 { padding: 45px !important; }
  .pt-xs-45 { padding-top: 45px !important; }
  .pr-xs-45 { padding-right: 45px !important; }
  .pb-xs-45 { padding-bottom: 45px !important; }
  .pl-xs-45 { padding-left: 45px !important; }
  .p-xs-50 { padding: 50px !important; }
  .pt-xs-50 { padding-top: 50px !important; }
  .pr-xs-50 { padding-right: 50px !important; }
  .pb-xs-50 { padding-bottom: 50px !important; }
  .pl-xs-50 { padding-left: 50px !important; }
  .no-xs-m { margin: 0 !important; }
  .no-xs-mt { margin-top: 0 !important; }
  .no-xs-mr { margin-right: 0 !important; }
  .no-xs-mb { margin-bottom: 0 !important; }
  .no-xs-ml { margin-left: 0 !important; }
  .no-xs-p { padding: 0 !important; }
  .no-xs-pt { padding-top: 0 !important; }
  .no-xs-pr { padding-right: 0 !important; }
  .no-xs-pb { padding-bottom: 0 !important; }
  .no-xs-pl { padding-left: 0 !important; } }

.p-lr-large { padding: 0 200px; }

@media (max-width: 1023px) { .p-lr-large { padding: 0 100px; } }

@media (max-width: 767px) { .p-lr-large { padding: 0 50px; } }

@media (max-width: 479px) { .p-lr-large { padding: 0 0; } }

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

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

.pull-right { float: right; }

.pull-left { float: left; }

.min-width-120 { min-width: 120px; }

@media (min-width: 768px) { .sp { display: none !important; }
  .pc { display: block !important; } }

@media (max-width: 767px) { .pc { display: none !important; }
  .sp { display: block !important; }
  .xs-center { clear: both !important; float: none !important; display: block; margin-left: auto; margin-right: auto; }
  .xs-block-center { display: block; margin-left: auto; margin-right: auto; margin-left: auto !important; margin-right: auto !important; } }

.full-width { width: 100vw; position: relative; margin-left: -50vw; left: 50%; }

.hidden { opacity: 0; }

.visible { opacity: 1; }

.force-hidden { display: none !important; }

.animation { opacity: 0; }

.animation.visible { opacity: 1; }

/* zoom-in-effect */
.img-box, .info-box { display: block; width: 100%; height: 100%; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; }

.img-box img, .info-box img { display: block; position: relative; max-width: 100%; max-height: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

.img-box { position: relative; }

.info-box { top: 0; left: 0; position: absolute; }

.info-box .info-content { display: block; position: relative; padding: 2%; float: left; left: 50%; top: 50%; position: relative; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

.zoom-in-effect { display: block; overflow: hidden; position: relative; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.zoom-in-effect .img-box, .zoom-in-effect .info-box { top: 0; right: 0; bottom: 0; left: 0; }

.zoom-in-effect .img-box { z-index: 0; }

.zoom-in-effect .info-box { z-index: 1; background-color: rgba(0, 0, 0, 0.5); -webkit-transform: translateZ(0) scale(2, 2); -moz-transform: translateZ(0) scale(2, 2); -ms-transform: translateZ(0) scale(2, 2); -o-transform: translateZ(0) scale(2, 2); transform: translateZ(0) scale(2, 2); filter: alpha(opacity=0); -wekbit-opacity: 0; -moz-opacity: 0; opacity: 0; }

.zoom-in-effect:hover .img-box { -webkit-transform: translateZ(0) scale(1.1, 1.1); -moz-transform: translateZ(0) scale(1.1, 1.1); -ms-transform: translateZ(0) scale(1.1, 1.1); -o-transform: translateZ(0) scale(1.1, 1.1); transform: translateZ(0) scale(1.1, 1.1); }

.zoom-in-effect:hover .info-box { -webkit-transform: translateZ(0) scale(1, 1); -moz-transform: translateZ(0) scale(1, 1); -ms-transform: translateZ(0) scale(1, 1); -o-transform: translateZ(0) scale(1, 1); transform: translateZ(0) scale(1, 1); filter: alpha(opacity=100); -wekbit-opacity: 1; -moz-opacity: 1; opacity: 1; }

.zoom-image { display: block; overflow: hidden; }

.zoom-image img { -webkit-transition: -webkit-transform .5s ease-out .1s; transition: -webkit-transform .5s ease-out .1s; -o-transition: transform .5s ease-out .1s; transition: transform .5s ease-out .1s; transition: transform .5s ease-out .1s, -webkit-transform .5s ease-out .1s; text-indent: -9999px; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.zoom-image:hover img, .zoom-image:active img, .zoom-image:focus img { -webkit-transform: scale(1.04); -moz-transform: scale(1.04); -ms-transform: scale(1.04); -o-transform: scale(1.04); transform: scale(1.04); }

.list-unstyled { list-style: none; }

.list-inline li { display: inline-block; }

/* Base theme */
.font-size-large { font-size: 36px; font-weight: 700; }

.font-size-xlarge { font-size: 79px; font-weight: 700; }

@media (max-width: 1299px) { .font-size-large { font-size: 32px; }
  .font-size-xlarge { font-size: 65px; } }

@media (max-width: 767px) { .font-size-large { font-size: 30px; }
  .font-size-xlarge { font-size: 60px; } }

@media (max-width: 479px) { .font-size-large { font-size: 26px; }
  .font-size-xlarge { font-size: 50px; } }

@media (max-width: 359px) { .font-size-large { font-size: 22px; }
  .font-size-xlarge { font-size: 40px; } }

.column-4-wrap { margin-left: -15px; margin-right: -15px; }

.column-4-wrap > div { width: 25%; float: left; padding: 0 15px; }

.column-3-wrap { margin: -15px; }

.column-2-wrap > div { width: 50%; float: left; padding: 15px; }

@media (max-width: 1024px) { .column-2-wrap > div { width: 50%; } }

@media (max-width: 767px) { .column-2-wrap > div { width: 100%; } }

.column-3-wrap > div { width: 33.33%; float: left; padding: 15px; }

@media (max-width: 1024px) { .column-3-wrap > div { width: 50%; } }

@media (max-width: 767px) { .column-3-wrap > div { width: 100%; } }

@media (max-width: 767px) { .hide-mobile { display: none; } }

html { -webkit-box-sizing: border-box; box-sizing: border-box; }

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

.row { margin-left: -15px; margin-right: -15px; }

.row:after { content: " "; visibility: hidden; display: block; height: 0; clear: both; }

.column { vertical-align: baseline; padding-left: 15px; padding-right: 15px; float: left; }

.column-1 { width: 8.33333%; }

.column-2 { width: 16.66667%; }

.column-3 { width: 25%; }

.column-4 { width: 33.33333%; }

.column-5 { width: 41.66667%; }

.column-6 { width: 50%; }

.column-7 { width: 58.33333%; }

.column-8 { width: 66.66667%; }

.column-9 { width: 75%; }

.column-10 { width: 83.33333%; }

.column-11 { width: 91.66667%; }

.column-12 { width: 100%; }

@media (max-width: 1199px) { .column-lg-1 { width: 8.33333%; }
  .column-lg-2 { width: 16.66667%; }
  .column-lg-3 { width: 25%; }
  .column-lg-4 { width: 33.33333%; }
  .column-lg-5 { width: 41.66667%; }
  .column-lg-6 { width: 50%; }
  .column-lg-7 { width: 58.33333%; }
  .column-lg-8 { width: 66.66667%; }
  .column-lg-9 { width: 75%; }
  .column-lg-10 { width: 83.33333%; }
  .column-lg-11 { width: 91.66667%; }
  .column-lg-12 { width: 100%; } }

@media (max-width: 1023px) { .column-md-1 { width: 8.33333%; }
  .column-md-2 { width: 16.66667%; }
  .column-md-3 { width: 25%; }
  .column-md-4 { width: 33.33333%; }
  .column-md-5 { width: 41.66667%; }
  .column-md-6 { width: 50%; }
  .column-md-7 { width: 58.33333%; }
  .column-md-8 { width: 66.66667%; }
  .column-md-9 { width: 75%; }
  .column-md-10 { width: 83.33333%; }
  .column-md-11 { width: 91.66667%; }
  .column-md-12 { width: 100%; } }

@media (max-width: 767px) { .column-sm-1 { width: 8.33333%; }
  .column-sm-2 { width: 16.66667%; }
  .column-sm-3 { width: 25%; }
  .column-sm-4 { width: 33.33333%; }
  .column-sm-5 { width: 41.66667%; }
  .column-sm-6 { width: 50%; }
  .column-sm-7 { width: 58.33333%; }
  .column-sm-8 { width: 66.66667%; }
  .column-sm-9 { width: 75%; }
  .column-sm-10 { width: 83.33333%; }
  .column-sm-11 { width: 91.66667%; }
  .column-sm-12 { width: 100%; } }

@media (max-width: 639px) { .column-xsm-1 { width: 8.33333%; }
  .column-xsm-2 { width: 16.66667%; }
  .column-xsm-3 { width: 25%; }
  .column-xsm-4 { width: 33.33333%; }
  .column-xsm-5 { width: 41.66667%; }
  .column-xsm-6 { width: 50%; }
  .column-xsm-7 { width: 58.33333%; }
  .column-xsm-8 { width: 66.66667%; }
  .column-xsm-9 { width: 75%; }
  .column-xsm-10 { width: 83.33333%; }
  .column-xsm-11 { width: 91.66667%; }
  .column-xsm-12 { width: 100%; } }

@media (max-width: 479px) { .column-xs-1 { width: 8.33333%; }
  .column-xs-2 { width: 16.66667%; }
  .column-xs-3 { width: 25%; }
  .column-xs-4 { width: 33.33333%; }
  .column-xs-5 { width: 41.66667%; }
  .column-xs-6 { width: 50%; }
  .column-xs-7 { width: 58.33333%; }
  .column-xs-8 { width: 66.66667%; }
  .column-xs-9 { width: 75%; }
  .column-xs-10 { width: 83.33333%; }
  .column-xs-11 { width: 91.66667%; }
  .column-xs-12 { width: 100%; } }

.column.clear { clear: both; }

/* 4. Layout-related sections */
#page-wrap { padding-top: 138px; }

#page-wrap.no-padding { padding-top: 0; }

.site-header { -webkit-transition: background .3s ease, padding .3s ease; -o-transition: background .3s ease, padding .3s ease; transition: background .3s ease, padding .3s ease; position: fixed; left: 0; top: 0; width: 100%; z-index: 9; background-color: #fff; padding: 30px 0 20px; 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; }

.admin-bar .site-header { top: 32px; }

.site-header.fixed { padding: 15px 0px; }

.site-header .main-navigation > li { float: none; }

.site-header .nav-menu { display: none; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media (min-width: 1024px) { .site-header .nav-menu { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.is_IE .site-header .nav-menu { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.is_edge .site-header .nav-menu { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (min-width: 1024px) { .site-header .nav-menu > li:first-child a { padding-left: 0; }
  .site-header .nav-menu > li:last-child a { padding-right: 0; } }

.site-header .nav-menu a { font-size: 16px; font-weight: 500; text-transform: uppercase; padding: 0 30px; color: #171717; font-family: 'Raleway', sans-serif; }

.site-header .nav-menu .current-menu-item a, .site-header .nav-menu .current-menu-parent a { color: #519D9D; }

.site-header .site-branding { display: none; }

.site-header .site-contact { float: right; font-size: 30px; }

.site-header .site-contact i { display: none; }

@media (max-width: 1099px) and (min-width: 1024px) { .site-header .nav-menu a { padding: 0 10px; } }

@media (max-width: 1023px) { .site-header { padding: 30px 0; }
  .site-header .wrap { 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; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .site-header .site-branding, .site-header .menu-toggle { display: block; }
  .site-header .menu-toggle:hover, .site-header .menu-toggle:active, .site-header .menu-toggle:focus { outline: 0; }
  .site-header .main-navigation { width: auto; }
  .site-header .main-navigation > div { background: #18406F; position: absolute; top: 100%; left: 0; width: 100%; z-index: 9; }
  .site-header .main-navigation .menu-toggle { float: right; }
  .site-header .main-navigation li { float: none; width: 100%; }
  .site-header .main-navigation li.hide-mobile { display: none; }
  .site-header .nav-menu a { padding: 15px 30px; color: #fff !important; }
  .site-header .site-contact, .site-header .main-navigation { width: 30%; }
  .site-header .site-branding { width: 40%; text-align: center; } }

@media (max-width: 767px) { .site-header .site-contact { font-size: 35px; }
  .site-header .site-contact i { display: block; }
  .site-header .site-contact span { display: none; } }

.site-footer { position: relative; padding: 77px 0 80px; background-color: #15D1D8; color: #171717; text-align: center; }

.site-footer h2:before, .site-footer h2:after { display: none; }

.site-footer .accreditation-logo img { margin: 0 32px; }

@media (max-width: 767px) { .site-footer .accreditation-logo img { margin-bottom: 20px; }
  .site-footer .accreditation-logo img:last-child { margin-bottom: 0; } }

.site-footer a { color: #171717; }

.site-footer a:hover, .site-footer a:active, .site-footer a:focus { color: #171717; }

.site-footer .social { display: block; margin: 0; padding: 0; list-style: none; padding-top: 28px; padding-bottom: 50px; }

.site-footer .social li { display: inline-block; }

.site-footer .social li a { display: block; width: 55px; height: 55px; background-color: #171717; color: #15D1D8; font-size: 45px; margin: 0 20px; }

.site-footer .site-info { max-width: 1077px; margin: 0 auto; }

.site-footer .site-info p { font-size: 22px; margin-bottom: 0.6em; }

.site-footer .site-info p:last-child { margin-bottom: 0; }

.site-footer .menu { list-style: none; margin: 0; padding: 0; }

.site-footer .menu li { display: inline-block; }

.site-footer .menu li:after { content: "|"; margin-left: 4px; }

.site-footer .menu li:last-child:after { content: none; }

.site-footer .footer-menu-wrap { margin-top: -30px; }

.site-footer .footer-section { margin-bottom: 30px; }

.site-footer .footer-section:last-child { margin-bottom: 0; }

.site-footer .title, .site-footer .title-no-icon { font-size: 28px; padding-top: 26px; margin-bottom: 19px; }

@media (max-width: 767px) { .site-footer { padding: 65px 0 100px; }
  .site-footer .social li a { margin: 0 5px; }
  .site-footer .title, .site-footer .title-no-icon { font-size: 30px; } }

@media (max-width: 479px) { .site-footer .title, .site-footer .title-no-icon { font-size: 28px; } }

.entry-content { margin: 0; }

.entry-content h1 { font-size: 28px; margin-bottom: 34px; }

.entry-content hr { height: 1px; width: 289px; background: #171717; left: 0; margin-left: inherit; margin-top: 0; margin-bottom: 10px; }

.entry-content p { margin-bottom: 20px; font-size: 16px; }

@media (max-width: 767px) { .entry-content p { padding-right: 0; } }

.entry-content p:last-child { margin-bottom: 0; }

.entry-content .button { margin-top: 25px; }

.two-columns .entry-content p { padding-right: 40px; }

@media (max-width: 767px) { .two-columns .entry-content p { padding-right: 0; } }

.site-main { position: relative; padding: 7px 0 40px; }

.site-main hr { visibility: hidden; }

@media (max-width: 767px) { .site-main { padding: 40px 0; } }

@media (max-width: 479px) { .site-main { padding: 40px 0; } }

.site-main article { max-width: 850px; padding: 0 0x; margin: auto; }

.single .site-main article { max-width: 1237px; }

@media (max-width: 1267px) { .single .site-main article { padding-left: 15px; padding-right: 15px; } }

.site-main .second-content img { width: 100%; margin-bottom: 28px; }

.site-main .second-content p:last-child { margin-bottom: 0; }

.site-main .second-content p:last-child img { margin-bottom: 0; }

.site-main .entry-header { margin-bottom: 35px; }

.single .entry-content { position: relative; *zoom: 1; margin-left: -15px; margin-right: -15px; }

.single .entry-content:before, .single .entry-content:after { content: ""; display: table; }

.single .entry-content:after { clear: both; }

.single .entry-content .post-thumbnail, .single .entry-content .post-content { float: right; width: 50%; padding: 0 15px; }

.single .entry-content .content-no-img { width: 100%; }

@media (max-width: 767px) { .single .entry-content .post-thumbnail, .single .entry-content .post-content { float: left; width: 100%; }
  .single .entry-content .post-thumbnail { margin-bottom: 30px; }
  .single .entry-content .post-thumbnail img { width: 100%; }
  .single .entry-content .content-no-img { width: 100%; } }

/* 5. Components */
@-webkit-keyframes button-ripple-out { 100% { top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@keyframes button-ripple-out { 100% { top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }

.button { display: inline-block; font-size: 14px; font-weight: 500; color: #18406F; background-color: #fff; padding: 13px 24px; text-transform: uppercase; }

.dark .button { border-color: #fff !important; color: #fff !important; background-color: transparent !important; }

.button-standard, input[type="submit"], input[type="button"] { background-color: #18406F; color: #15D1D8 !important; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; }

.button-standard:before, input[type="submit"]:before, input[type="button"]:before { content: ''; position: absolute; border: #18406F solid 6px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; }

.button-standard:hover, input:hover[type="submit"], input:hover[type="button"], .button-standard:active, input:active[type="submit"], input:active[type="button"], .button-standard:focus, input:focus[type="submit"], input:focus[type="button"] { color: #fff !important; }

.button-standard:hover:before, input[type="submit"]:hover:before, input[type="button"]:hover:before, .button-standard:active:before, input[type="submit"]:active:before, input[type="button"]:active:before, .button-standard:focus:before, input[type="submit"]:focus:before, input[type="button"]:focus:before { -webkit-animation-name: button-ripple-out; animation-name: button-ripple-out; }

.dark .button-standard, .dark input[type="submit"], .dark input[type="button"] { border-color: #fff !important; color: #fff !important; background-color: transparent !important; }

.dark .button-standard:hover, .dark input:hover[type="submit"], .dark input:hover[type="button"], .dark .button-standard:active, .dark input:active[type="submit"], .dark input:active[type="button"], .dark .button-standard:focus, .dark input:focus[type="submit"], .dark input:focus[type="button"] { background-color: #fff !important; color: #18406F; }

.button-extra { background-color: #15D1D8; color: #18406F !important; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; }

.button-extra:before { content: ''; position: absolute; border: #15D1D8 solid 6px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; }

.button-extra:hover, .button-extra:active, .button-extra:focus { color: #fff !important; }

.button-extra:hover:before, .button-extra:active:before, .button-extra:focus:before { -webkit-animation-name: button-ripple-out; animation-name: button-ripple-out; }

.dark .button-extra { border-color: #fff !important; color: #fff !important; background-color: transparent !important; }

.dark .button-extra:hover, .dark .button-extra:active, .dark .button-extra:focus { background-color: #fff !important; color: #18406F; }

.button-primary { background-color: #80C315; color: #80C315 !important; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; }

.button-primary:before { content: ''; position: absolute; border: #80C315 solid 1px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; }

.button-primary:hover:before, .button-primary:active:before, .button-primary:focus:before { -webkit-animation-name: button-ripple-out; animation-name: button-ripple-out; }

.dark .button-primary { border-color: #fff !important; color: #fff !important; background-color: transparent !important; }

.dark .button-primary:hover, .dark .button-primary:active, .dark .button-primary:focus { background-color: #fff !important; color: #18406F; }

@media (max-width: 767px) { .button { font-size: 15px; } }

@media (max-width: 479px) { .button { font-size: 14px; padding: 8px 12px; } }

input[type="text"], input[type="email"], input[type="number"], textarea, select, input[type="url"] { color: #171717; font-family: "Raleway", sans-serif; font-size: 14px; font-weight: 400; line-height: 1.2; border-radius: 0; border-color: #18406F; padding: 16px 16px 16px 16px; display: block; background-color: #fff; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus, select:focus, input[type="url"]:focus { border-color: #80C315; outline: 0; }

textarea { height: 199px; }

.form-group { position: relative; }

div.wpcf7 { margin-top: 40px; }

input[type="submit"] + .ajax-loader { position: absolute; top: 10px; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #171717; text-transform: capitalize; }

::-moz-placeholder { /* Firefox 19+ */ color: #171717; text-transform: capitalize; }

:-ms-input-placeholder { /* IE 10+ */ color: #171717; text-transform: capitalize; }

:-moz-placeholder { /* Firefox 18- */ color: #171717; text-transform: capitalize; }

.wpcf7-not-valid-tip { color: #f00; font-size: 14px !important; font-weight: normal; display: block; text-align: left; margin-top: 10px; }

.wpcf7-form input[type="submit"], .wpcf7-form .submit-btn { display: block; font-size: 14px; font-weight: 500; color: #80C315; background-color: #010520; padding: 14px 24px; text-transform: uppercase; border: 1px solid #010520; cursor: pointer; min-width: 140px; border-radius: 0; width: 100%; font-family: "Raleway", sans-serif; }

.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:active, .wpcf7-form input[type="submit"]:focus, .wpcf7-form .submit-btn:hover, .wpcf7-form .submit-btn:active, .wpcf7-form .submit-btn:focus { background-color: #80C315; color: white; border-color: #80C315; }

.wpcf7-form span.wpcf7-list-item { margin-left: 0; }

.wpcf7-form .wpcf7-list-item-label { font-size: 18px; }

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item { display: block; width: 100%; }

.wpcf7-form .column .form-control:last-child { margin-bottom: 0; }

.wpcf7-form .form-control { margin-bottom: 25px; }

.wpcf7-form .full-height { height: 100%; }

.wpcf7-form .full-height textarea { height: 100%; }

.wpcf7-form .form-submit { position: relative; margin-top: 3px; text-align: center; }

/*
  GDPR
*/
.dialog { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999; background: rgba(0, 0, 0, 0.8); }

.dialog legend { display: none; }

.small-dialog { -webkit-animation: fadeIn 300ms linear 0ms both; animation: fadeIn 300ms linear 0ms both; background: white; padding: 40px 30px 10px; text-align: left; max-width: 800px; margin: 40px auto; position: relative; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); font-size: 18px; }

.small-dialog input[type="radio"], .small-dialog input[type="checkbox"] { width: auto !important; }

.small-dialog input[type="button"] { width: 160px; text-align: center; text-transform: uppercase; font-size: 18px; cursor: pointer; border: 1px solid #18406F; border-radius: 5px; padding: 3px 0; height: auto; margin: 0; outline: 0; }

.small-dialog > div { margin-bottom: 20px; }

.small-dialog .error { float: none !important; width: 100% !important; margin-bottom: 5px; }

.small-dialog .btn-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; color: #000000; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; 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; }

.small-dialog input, .small-dialog label { float: none !important; display: inline-block !important; width: auto !important; margin: auto !important; }

.small-dialog a { color: #000000; text-decoration: underline; }

.js-toggle.active .js-toggle-title:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.js-toggle-content { display: none; }

.result.success { color: green; }

.result.error { color: red; }

.wpcf7-form .wpcf7-form-control-wrap { margin-top: 6px; display: block; }

.slider { position: relative; }

.slider .flexslider { margin: 0; padding: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; }

.slider .slide-caption-wrap { width: 100%; margin: auto; z-index: 2; font-size: 18px; font-weight: 400; color: #fff; text-align: center; }

@media (min-width: 768px) { .slider .slide-caption-wrap { position: absolute; top: 58%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin: 0 auto; max-width: 750px; } }

.slider .slide-caption-wrap a { color: #fff; }

.slider .slide-caption-wrap p { margin-bottom: 0; }

.slider .img { position: relative; z-index: 1; height: 100%; }

.slider .img:before { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: rgba(5, 5, 5, 0.42); }

.slider .caption { font-size: 40px; text-transform: uppercase; font-family: "Varela Round", serif; background-color: rgba(24, 64, 111, 0.85); padding: 18px; }

.slider .buttons { position: relative; margin-top: 44px; text-align: center; }

.slider .buttons .button { margin: 0 13px; min-width: 290px; }

@media (max-width: 767px) { .slider .buttons .button { margin-bottom: 20px; min-width: 200px; }
  .slider .buttons .button:last-child { margin-bottom: 0; } }

.slider .buttons .button-primary:before { border: #80C315 solid 1px; }

.slider .buttons .button-primary:hover { color: #18406F !important; }

@media (min-width: 768px) { .slider .slides { height: 100%; }
  .slider .slides li, .slider .slides .img { height: 100% !important; }
  .slider .slides .img img { height: 100%; -o-object-fit: cover; object-fit: cover; } }

@media (max-width: 767px) { .slider .slide-caption-wrap { position: relative; background-color: #80C315; padding: 30px 15px; font-size: 20px; }
  .slider .slide-caption-wrap p { margin-bottom: 10px; }
  .slider .buttons { margin-top: 30px; }
  .slider .buttons .button-primary { border: 1px solid white; }
  .slider .title { font-size: 38px; } }

.hero { max-width: 1237px; width: 100%; margin-left: auto; margin-right: auto; }

.hero .hero-img { width: 100%; height: 380px; background-size: cover; background-position: center center; position: relative; }

.hero .hero-img .banner-caption { position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; }

.hero .hero-img .banner-caption .buttons .button { text-align: center; min-width: 290px; }

@media (max-width: 1230px) { .hero .hero-img .banner-caption .buttons .button { display: block; margin-bottom: 20px; } }

@media (max-width: 479px) { .hero .hero-img .banner-caption .buttons .button { min-width: 200px; } }

.hero .hero-img .banner-caption .buttons .button-extra { margin-right: 27px; background: #15D1D8; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; }

.hero .hero-img .banner-caption .buttons .button-extra:before { content: ''; position: absolute; border: #15D1D8 solid 1px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; }

@media (max-width: 767px) { .hero .hero-img .banner-caption .buttons .button-extra { margin-right: 0; } }

@media (min-width: 1299px) { .slider .flexslider { min-height: 672px; } }

@media (min-width: 1205px) { .slider .slide-caption-wrap .font-size-xlarge { font-size: 70px; } }

@media (max-width: 767px) { .hero .hero-img { height: 300px; } }

@media (max-width: 479px) { .hero .hero-img { height: 250px; }
  .slider .slide-caption-wrap { font-size: 18px; }
  .slider .title { font-size: 28px; } }

.entry-content table th, .entry-content table td { border: 1px solid #808080; padding: 10px; }

table { margin: 0 0 0.5em; width: 100%; }

.site-content table { margin: 0 0 20px 0; width: 100%; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0); box-shadow: 0 0px 0px rgba(0, 0, 0, 0); }

.site-content table tbody tr:first-child { font-weight: normal; color: #171717; background-color: #18406F; }

.site-content table tbody tr:first-child td { padding: 8px 12px; }

.site-content table tbody tr td { padding: 6px 12px; }

.site-content table a { color: #191919; }

.site-content table a:hover, .site-content table a:active, .site-content table a:focus { color: #191919; }

.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden { background-color: transparent !important; }

.loading { background: url(../images/loader.gif) center center no-repeat !important; background-size: initial !important; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; }

.entry-header h1 { font-family: "Varela Round", serif; }

.entry-header .title:before, .entry-header .title:after { display: none; }

.title, .icon-divide, .entry-header h1 { padding-top: 20px; font-size: 38px; font-weight: 400; font-family: "Varela Round", serif; text-align: center; margin-bottom: 25px; position: relative; }

.title:before, .title:after, .icon-divide:before, .icon-divide:after, .entry-header h1:before, .entry-header h1:after { content: none; display: block; background-color: #18406F; width: 110px; height: 1px; position: absolute; top: 30px; z-index: 1; }

.visibled .title:before, .visibled .title:after, .visibled .icon-divide:before, .visibled .icon-divide:after, .visibled .entry-header h1:before, .visibled .entry-header h1:after { content: ''; }

.dark .title:before, .dark .title:after, .dark .icon-divide:before, .dark .icon-divide:after, .dark .entry-header h1:before, .dark .entry-header h1:after { background-color: #fff !important; }

.title:before, .icon-divide:before, .entry-header h1:before { right: 52%; right: calc(50% + 25px); }

.visibled .title:before, .visibled .icon-divide:before, .visibled .entry-header h1:before { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }

.title:after, .icon-divide:after, .entry-header h1:after { left: 50%; left: calc(50% + 25px); }

.visibled .title:after, .visibled .icon-divide:after, .visibled .entry-header h1:after { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }

.title span, .icon-divide span, .entry-header h1 span { display: block; position: absolute; width: 30px; height: 30px; top: 15px; left: 0; right: 0; margin: auto; -webkit-animation: pulse 1000ms infinite ease 0ms; -moz-animation: pulse 1000ms infinite ease 0ms; -o-animation: pulse 1000ms infinite ease 0ms; animation: pulse 1000ms infinite ease 0ms; z-index: 3; }

.dark .title span, .dark .icon-divide span, .dark .entry-header h1 span { background-color: transparent; }

.title span:before, .icon-divide span:before, .entry-header h1 span:before { content: ''; display: block; width: 18px; height: 18px; border-radius: 50%; background-color: #18406F; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.dark .title span:before, .dark .icon-divide span:before, .dark .entry-header h1 span:before { background-color: #fff !important; }

.title span:after, .icon-divide span:after, .entry-header h1 span:after { content: ''; display: block; width: 30px; height: 30px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 1px solid #80C315; border-radius: 50%; }

.dark .title span:after, .dark .icon-divide span:after, .dark .entry-header h1 span:after { border: 1px solid #fff; }

@media (max-width: 1025px) { .title, .entry-header h1 { font-size: 32px; } }

@media (max-width: 767px) { .title, .entry-header h1 { font-size: 30px; } }

@media (max-width: 479px) { .title, .entry-header h1 { font-size: 28px; } }

.title-no-icon { font-size: 38px; font-weight: 400; font-family: "Varela Round", serif; text-align: center; margin-bottom: 25px; position: relative; }

.doorway { display: block; position: relative; margin-bottom: 30px; }

.doorway:hover .doorway-desc-wrap, .doorway:active .doorway-desc-wrap, .doorway:focus .doorway-desc-wrap { opacity: 1; }

.doorway .doorway-img img { display: block; width: 100%; }

.doorway .bg-opacity { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0, 0.1); }

.doorway .doorway-title { position: absolute; top: 50%; left: 50%; width: 100%; text-align: center; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 18px; font-weight: 500; color: #fff; margin-bottom: 0; }

.doorway .doorway-title span { padding: 16px 25px; display: block; }

@media (max-width: 1599px) { .doorway .doorway-title span { padding: 10px 20px; } }

.doorway .doorway-title .button { padding: 10px 20px; background: #fff; display: inline-block; }

.doorway .doorway-title .button:before { border: inherit; }

.doorway .doorway-title .button-standard, .doorway .doorway-title input[type="submit"], .doorway .doorway-title input[type="button"] { color: #2C6403 !important; }

.doorway .doorway-desc-wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: #18406F; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -khtml-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; color: #fff; }

.doorway .doorway-desc-wrap .doorway-desc-inner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; padding: 10px 15%; text-align: center; }

.doorway .doorway-desc-wrap .doorway-desc-inner p { margin-bottom: 20px; }

@media (max-width: 1599px) { .doorway .doorway-desc-wrap .doorway-desc-inner p { margin-bottom: 10px; } }

.doorway .doorway-desc-wrap .doorway-desc-inner p:last-child { margin-bottom: 0; }

.doorway .doorway-desc { margin-bottom: 20px; font-size: 19px; }

@media (max-width: 1599px) { .doorway .doorway-desc { margin-bottom: 10px; } }

.doorway .doorway-desc * { font-size: 19px; }

.doorway .doorway-desc .button { margin: auto; }

@media (max-width: 1399px) { .doorway .doorway-title { font-size: 18px; }
  .doorway .doorway-desc * { font-size: 18px; } }

@media (max-width: 1199px) { .doorways-wrap .column-4-wrap > div { width: 50%; } }

@media (max-width: 719px) { .doorway .doorway-title { font-size: 18x; }
  .doorway .doorway-desc * { font-size: 16px; }
  .doorway .button { font-size: 14px; padding: 8px 10px; } }

@media (max-width: 599px) { .doorways-wrap .column-4-wrap > div { width: 100%; } }

#ctas { position: relative; text-align: center; margin: 22px 0 70px; }

#ctas .wrap { max-width: 911px; }

#ctas .title { font-size: 28px; }

#ctas .title:before, #ctas .title:after { display: none; }

#ctas .form-wrap { font-size: 0; }

#ctas .form-wrap .left-form, #ctas .form-wrap .right-form { -webkit-box-sizing: border-box; box-sizing: border-box; width: 48%; display: inline-block; vertical-align: top; }

@media (max-width: 480px) { #ctas .form-wrap .left-form, #ctas .form-wrap .right-form { width: 100%; } }

#ctas .form-wrap .right-form { margin-left: 4%; }

@media (max-width: 480px) { #ctas .form-wrap .right-form { margin-left: 0; } }

#ctas .cta-desc { max-width: 800px; margin: auto; margin-bottom: 55px; }

#ctas .ctas { *zoom: 1; }

#ctas .ctas:before, #ctas .ctas:after { content: ""; display: table; }

#ctas .ctas:after { clear: both; }

#ctas .ctas .cta { width: 33.33%; float: left; }

#ctas .cta a { display: block; }

#ctas .cta span { display: block; margin: auto; }

#ctas .cta .cta-icon { margin-bottom: 25px; width: 210px; height: 210px; border-radius: 50%; background-color: #18406F; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

#ctas .cta .cta-icon-inner { width: 180px; height: 180px; background-color: #18406F; border-radius: 50%; 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; }

#ctas .cta .cta-icon-inner:before { border-radius: 50%; border: 2px solid white; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

#ctas .cta .cta-icon-inner:hover, #ctas .cta .cta-icon-inner:active, #ctas .cta .cta-icon-inner:focus { background-color: #18406F !important; }

#ctas .cta .cta-title { font-size: 22px; font-weight: 400; color: #18406F; }

#ctas .tab-contents { margin-top: 40px; }

#ctas .tab-content .close-button { clear: both; float: right; cursor: pointer; margin-bottom: 10px; }

#ctas .tab-content .close-button + div { clear: both; }

#ctas .tab-content form { text-align: left; }

#ctas .tab-content form .wpcf7-form-control-wrap { display: block; margin-top: 10px; }

@media (max-width: 767px) { #ctas { margin: 40px 0 40px; }
  #ctas .cta .cta-icon { width: 150px; height: 150px; }
  #ctas .cta .cta-icon .cta-icon-inner { max-width: 85%; max-height: 85%; }
  #ctas .cta .cta-icon .cta-icon-inner img { max-width: 50%; }
  #ctas .cta .cta-title { font-size: 16px; } }

@media (max-width: 619px) { #ctas .ctas .cta { width: 100%; margin-bottom: 40px; }
  #ctas .ctas .cta:last-child { margin-bottom: 0; } }

.testimonial-quote p:last-child { margin-bottom: 0; }

.testimonial-wrap { position: relative; text-align: center; padding: 14px 0 40px; background: #519d9d; }

.testimonial-wrap .wrap { max-width: 1230px; }

.testimonial-wrap .testimonial .testimonial-quote { font-size: 36px; font-weight: 400; color: #171717; max-width: 784px; margin-left: auto; margin-right: auto; font-family: "Varela Round", serif; line-height: 1.2; }

.testimonial-wrap .testimonial .testimonial-quote p:last-child { margin-bottom: 0; }

@media (max-width: 991px) { .testimonial-wrap .testimonial .testimonial-quote { padding-left: 70px; padding-right: 70px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 28px; } }

@media (max-width: 479px) { .testimonial-wrap .testimonial .testimonial-quote { padding-left: 30px; padding-right: 30px; } }

.testimonial-wrap .testimonial .testimonial-author { margin: 20px 0 45px; font-size: 18px; font-weight: 600; color: #171717; }

.testimonial-wrap .icon-divide { margin-top: 24px; margin-bottom: 19px; }

.testimonial-wrap .icon-divide span { display: none; }

.testimonial-wrap .icon-divide:after { left: calc(50%); width: 145px; }

.testimonial-wrap .icon-divide:before { right: calc(50%); width: 145px; }

@media (max-width: 767px) { .testimonial-wrap .testimonial .testimonial-quote, .testimonial-wrap .testimonial .testimonial-author { font-size: 20px; }
  .testimonial-wrap .testimonial .testimonial-author { font-size: 16px; } }

@media (max-width: 479px) { .testimonial-wrap .testimonial .testimonial-quote { font-size: 18px; }
  .testimonial-wrap .testimonial .testimonial-author { font-size: 14px; } }

.testimonials { margin-top: 34px; }

.testimonials .testimonial { margin-bottom: 37px; text-align: center; }

.testimonials .testimonial-quote { font-size: 24px; color: #171717; margin-bottom: 16px; font-family: "Varela Round", serif; }

.testimonials .testimonial-quote p { font-size: 24px; line-height: 1.1; }

.testimonials .testimonial-author { font-size: 18px; font-weight: 600; color: #171717; text-align: center; }

@media (max-width: 767px) { .testimonials { margin-top: 50px; }
  .testimonials .testimonial { margin-bottom: 30px; }
  .testimonials .testimonial-quote { font-size: 20px; }
  .testimonials .testimonial-author { font-size: 20px; } }

@media (max-width: 479px) { .testimonials .testimonial-quote { font-size: 18px; }
  .testimonials .testimonial-author { font-size: 16px; } }

.posts { *zoom: 1; max-width: 1237px; margin-left: auto; margin-right: auto; }

.posts:before, .posts:after { content: ""; display: table; }

.posts:after { clear: both; }

.posts .post { margin-bottom: 40px; font-size: 18px; text-align: center; }

.posts .post:last-child { margin-bottom: 0; }

.posts .post .post-title { font-size: 18px; font-weight: 500; font-family: "Raleway", sans-serif; margin-bottom: 12px; text-transform: uppercase; }

.posts .post .post-date { text-transform: uppercase; margin-bottom: 16px; }

.posts .post .post-excerpt { margin-bottom: 30px; }

.posts .post .post-excerpt p:last-child { margin-bottom: 0; }

.content-image { position: relative; margin: 0 -15px; *zoom: 1; }

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

.content-image:after { clear: both; }

.content-image .entry-content, .content-image .image { float: left; width: 50%; padding: 0 15px; margin: 0; }

.content-image .entry-content p, .content-image .image p { font-size: 16px; }

.content-image .entry-content .button, .content-image .image .button { padding: 7px 20px; margin-top: 20px; }

.content-image .entry-content h2, .content-image .image h2 { font-size: 28px; font-family: "Varela Round", serif; margin-bottom: 35px; }

.content-image .entry-content hr, .content-image .image hr { height: 1px; width: 289px; background: #171717; left: 0; margin-left: inherit; margin-top: 0; margin-bottom: 2.1em; }

.content-image.no-image .entry-content { width: 100%; }

.contents .content-image + .content-image { margin-top: 62px; }

@media (min-width: 1200px) { .contents .content-image:nth-child(2n) .entry-content p { padding-right: 107px; } }

@media (min-width: 1200px) { .contents .content-image:nth-child(2n+1) .entry-content p { padding-right: 107px; } }

.contents .content-image:nth-child(2n) .entry-content, .contents .content-image:nth-child(2n) .image { float: right; }

.contents .content-image:nth-child(2n+1) .entry-content, .contents .content-image:nth-child(2n+1) .image { float: left; }

@media (max-width: 767px) { .content-image .entry-content, .content-image .image { width: 100%; }
  .content-image .entry-content { margin-bottom: 20px; } }

.gallery { margin: -15px; }

.gallery .gallery-item { padding: 15px; }

.gallery .gallery-item img { width: 100%; }

@media (max-width: 767px) { .gallery .gallery-item { max-width: 33.33%; } }

@media (max-width: 479px) { .gallery .gallery-item { max-width: 50%; } }

#back-to-top { position: fixed; bottom: 40px; right: 40px; z-index: 9999; width: 32px; height: 32px; text-align: center; line-height: 30px; background: #18406F; color: #ffffff; cursor: pointer; border: 0; border-radius: 2px; text-decoration: none; -webkit-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; opacity: 0; }

#back-to-top.show { opacity: 1; }

/*
  Faq
*/
.faq, .js-toggle { position: relative; padding: 15px 0 10px; }

@media (max-width: 767px) { .faq, .js-toggle { padding: 15px; } }

.faq .faq-title, .js-toggle .js-toggle-title { font-weight: 700; cursor: pointer; margin-bottom: 15px; position: relative; font-size: 18px; display: block; text-transform: uppercase; text-align: center; border-bottom: 1px solid #80C315; padding: 10px 20px; }

@media (max-width: 479px) { .faq .faq-title, .js-toggle .js-toggle-title { font-size: 16px; } }

.faq .faq-title:after, .js-toggle .js-toggle-title:after { content: ''; display: block; width: 16px; height: 16px; border: 1px solid #80C315; color: #18406F; position: absolute; right: 0; top: 14px; }

.faq .faq-title:before, .js-toggle .js-toggle-title:before { content: "\f105"; font: normal normal normal 18px/1 FontAwesome; position: absolute; right: 5px; top: 14px; color: #18406F; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; font-size: 15px; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }

.faq.active .js-toggle-title:before, .js-toggle.active .js-toggle-title:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.faq-content, .js-toggle .js-toggle-content { text-align: center; }

.js-toggle .js-toggle-content .entry-content { margin: 0; padding: 0; text-align: center; }

/*
  Overlay Loading
*/
#qLoverlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background-color: #ffffff; z-index: 999999; }

#qLbar { top: 0 !important; height: 5px !important; margin-top: 0 !important; }

#spinner { position: absolute; height: 46px; width: 46px; top: 50%; border: 2px solid #ddd; border-radius: 100%; -webkit-animation: rotation 1s infinite linear; animation: rotation 1s infinite linear; left: 50%; margin-left: -21px; margin-top: -21px; }

#spinner:before { content: ""; display: block; position: absolute; height: 100%; top: -2px; left: -2px; width: 100%; border-top: 2px solid #18406F; border-left: 2px solid #18406F; border-bottom: 2px solid transparent; border-right: 2px solid transparent; border-radius: 100%; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
  Content
*/
.content-wrap { position: relative; }

.content-wrap.dark { color: #fff; }

.content-wrap .gallery { list-style: none; margin: 0; margin-top: 40px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: auto -30px; }

.content-wrap .gallery li { width: 33.33%; padding-left: 30px; padding-right: 30px; text-align: center; }

@media (max-width: 1024px) { .content-wrap .gallery { margin: auto -15px; }
  .content-wrap .gallery li { padding-left: 15px; padding-right: 15px; } }

@media (max-width: 619px) { .content-wrap .gallery li { width: 100%; margin-bottom: 20px; }
  .content-wrap .gallery li:last-child { margin-bottom: 20px; } }

.two-columns { margin: auto; max-width: 1237px; width: 100%; padding: 50px 0 14px; overflow: hidden; clear: both; }

.two-columns .main-content { width: 50%; float: left; padding: 0 0px; }

.two-columns .main-content hr { visibility: visible; margin-bottom: 2.1em; }

.two-columns .main-content article { max-width: 100%; }

@media (min-width: 1200px) { .two-columns .main-content article { padding-right: 95px; } }

.two-columns .second-content { width: 50%; float: left; padding: 0 0 0 15px; }

.two-columns .second-content p span { font-family: "Varela Round", serif; }

@media (max-width: 1267px) { .two-columns { padding-left: 15px; padding-right: 15px; } }

.page-id-655 .second-content-inner img { margin-bottom: 0; }

@media (max-width: 767px) { .two-columns .main-content, .two-columns .second-content { width: 100%; }
  .two-columns .main-content { margin-bottom: 40px; }
  .two-columns .second-content-inner { padding: 0 15px; } }

/* -----------------------------------------------------------
	.slide_style
----------------------------------------------------------- */
.slide_style .slick-slide .img_thumb { width: 100%; }

.slide_style .slick-arrow { display: block; position: absolute; top: 50%; bottom: auto; -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); width: 78px; height: 153px; border: 0 none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; outline: 0; text-indent: -9999px; cursor: pointer; z-index: 10; }

@media (max-width: 991px) { .slide_style .slick-arrow { width: 40px; height: 70px; } }

@media only screen and (max-width: 767px) { .slide_style .slick-arrow { width: 24px; height: 41.64706px; } }

.slide_style .slick-arrow:active { opacity: 0.7; }

.slide_style .slick-prev { left: 0px; right: auto; background: transparent url(../images/ic_arrow_left.png) no-repeat center center; -moz-background-size: contain; -o-background-size: contain; -webkit-background-size: contain; background-size: contain; }

@media only screen and (max-width: 991px) { .slide_style .slick-prev { left: 20px; } }

@media only screen and (max-width: 767px) { .slide_style .slick-prev { left: 3%; } }

.slide_style .slick-next { right: 0px; left: auto; background: transparent url(../images/ic_arrow_right.png) no-repeat center center; -moz-background-size: contain; -o-background-size: contain; -webkit-background-size: contain; background-size: contain; }

@media only screen and (max-width: 991px) { .slide_style .slick-next { right: 20px; } }

@media only screen and (max-width: 767px) { .slide_style .slick-next { right: 3%; } }

@media (max-width: 480px) { .slide_style .slick-prev { left: 0px; }
  .slide_style .slick-next { right: 0px; } }

.slide_style .slick-dots { position: absolute; left: 0; bottom: 20px; right: auto; top: auto; width: 100%; text-align: center; line-height: 0; padding: 0; margin: 0; }

.slide_style .slick-dots li { display: inline-block; vertical-align: middle; line-height: 0; padding: 0; margin: 0 5px; }

.slide_style .slick-dots li button { display: inline-block; vertical-align: middle; width: 10px; height: 10px; line-height: 1; color: transparent; background: #fff; border: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; text-indent: -9999px; outline: 0; cursor: pointer; padding: 0; margin: 0; }

.slide_style .slick-dots li.slick-active button { background: #005862; }

.blog .site-main .column-4-wrap .hentry { margin-bottom: 50px; }

.blog .site-main .column-4-wrap > div { width: 25%; padding: 0; padding-right: 27px; }

@media (max-width: 1237px) { .blog .site-main .column-4-wrap > div { padding-right: 5px; padding-left: 5px; } }

@media (max-width: 991px) { .blog .site-main .column-4-wrap > div { width: 50%; } }

@media (max-width: 479px) { .blog .site-main .column-4-wrap > div { width: 100%; } }

.blog .site-main .column-4-wrap .item .button { padding: 7px 20px; }

.blog .site-main .column-4-wrap .item img { width: 100%; margin-bottom: 10px; }

@media (min-width: 1267px) { .blog .site-main .column-4-wrap .item img { max-height: 194px; } }

@media (min-width: 1267px) { .blog .site-main .column-4-wrap div:nth-child(4n) { padding-right: 0; } }

.blog .site-main .wrap { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

@media (max-width: 1267px) { .blog .site-main .wrap { padding-left: 15px; padding-right: 15px; } }

.blog .site-main .entry-content { max-width: 610px; margin-left: auto; margin-right: auto; padding-bottom: 37px; }

.blog .site-main hr { visibility: visible; margin-left: auto; margin-right: auto; margin-top: 52px; }

.blog .site-main .hrb { height: 1px; width: 289px; background: #171717; left: 0; margin-left: inherit; margin-top: 0; margin-bottom: 2.1em; margin-left: auto; margin-right: auto; margin-top: 33px; }

.blog .entry-content hr { margin-bottom: 2.1em; }

.blog .entry-content p { padding-right: 0; }

.blog .doorways-wrap { padding-top: 0; padding-bottom: 0px; }

.single .doorways-wrap { padding-top: 13px; }

.single .hero { padding-bottom: 15px; }

.single .entry-title:before, .single .entry-title:after { display: none; }

@media (min-width: 1268px) { .single .post-content.content-has-image { padding-right: 115px !important; } }

.single .post-content.content-has-image hr { visibility: visible; }

.page-id-526 .site-main { padding-bottom: 10px; }

.page-id-526 .site-main article { max-width: 610px; }

.page-id-526 .site-main hr { visibility: visible; margin-left: auto; margin-right: auto; margin-top: 52px; margin-bottom: 2.1em; }

.page-id-526 .doorways-wrap { padding: 8px 0 0px; }

.page-id-653 .doorways-wrap { display: none; }

.page-id-653 #ctas { padding-top: 30px; }

.page-template-page-two-columns .site-main { padding-bottom: 10px; }

.page-id-783 .doorways-wrap { padding: 52px 0 0 0; }

#scrollToCta { cursor: pointer; }

/* 6. Page-specific styles */
.home .doorways-wrap { padding-top: 0; }

.home #section-1.dark { padding-top: 65px !important; }

.home .content-wrap { background-color: #fff !important; }

.home .content-wrap:before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 80%; background-color: #18406F; }

.home .content-wrap .gallery, .home .content-wrap .small-content { position: relative; z-index: 1; }

.home .site-content { padding-bottom: 42px; }

.home .site-main { padding: 0px 0 27px; }

.home .site-main hr { display: none; }

.home .testimonial-wrap .icon-divide { margin-bottom: 56px; }

@media (max-width: 991px) { .home .testimonial-wrap .icon-divide { margin-bottom: 25px; } }

.section { position: relative; *zoom: 1; padding: 33px 0 0; }

.section:before, .section:after { content: ""; display: table; }

.section:after { clear: both; }

.section.first { padding-top: 0 !important; }

.section.last { padding-bottom: 0; }

@media (max-width: 767px) { .section { padding: 40px 0 !important; } }
