/*
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Text Align -------------------------------
	         Text Color -------------------------------
	         Flex Align -------------------------------
	         Grid -------------------------------------
	         Old IE fallback --------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Button -----------------------------------
	         Button Block -----------------------------
	         Button Large -----------------------------
	     02. Button Alt -------------------------------
	     03. Btn Add ----------------------------------
	     04. Burger Menu ------------------------------
	     05. Copyright --------------------------------
	     06. Date Range -------------------------------
	     07. Form Elements ----------------------------
	         Field ------------------------------------
	         Textarea ---------------------------------
	         Select -----------------------------------
	         Select Small -----------------------------
	         Radio ------------------------------------
	         Checkbox ---------------------------------
	     08. Form -------------------------------------
	         Form Alt ---------------------------------
	     09. Gadgets ----------------------------------
	     10. Gadget -----------------------------------
	     11. Intro ------------------------------------
	     12. List -------------------------------------
	     13. List Buttons -----------------------------
	     14. List Logos -------------------------------
	     15. List Links -------------------------------
	     16. List Radios ------------------------------
	     17. List Checkboxes --------------------------
	     18. Logo -------------------------------------
	     19. Logo Alt ---------------------------------
	     20. Nav --------------------------------------
	     21. Nav Actions ------------------------------
	     22. Nav Utilities ----------------------------
	     23. Promo ------------------------------------
	     24. Section ----------------------------------
	     25. Section Half -----------------------------
	     26. Section Alt ------------------------------
	     27. Slider -----------------------------------
	     28. Socials ----------------------------------
	     29. Socials Alt ------------------------------
	     30. Table ------------------------------------
	     31. Table Alt --------------------------------
	     32. Testimonial ------------------------------
	     33. Text -------------------------------------
	     34. Video ------------------------------------
	     35. Widget -----------------------------------
	     36. Blog -------------------------------------
 */

.cols:after { content: ''; line-height: 0; display: table; clear: both; }
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #f8fdff; font-family: 'Quicksand', 'Helvetica', sans-serif; font-size: 22px; line-height: 1.55; color: #000; }
a { color: inherit; text-decoration: none; color: #00aeef; transition: color .2s; }
a:hover { text-decoration: none; color: #08456b; }
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.775em; }
h1 { font-size: 50px; font-weight: 500; }
h1 strong { font-weight: inherit; color: #00aeef; }
h2 { font-size: 45px; }
h3 { font-size: 27px; }
h4 { font-size: 23px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
.clear{clear:both;}
.pull-right{float:right;}
.pull-left{float:left;}
#corporateaddress{
    font-size: 1.1rem;
    line-height: 1.7em;
    margin: 0 0 1rem;
    padding: 0;
}
@media (max-width: 1023px) {
	h1 { font-size: 45px; }
	h2 { font-size: 40px; }

	body { font-size: 19px; }
}
@media (max-width: 767px) {
	h1 { font-size: 35px; line-height: 1.2; }
	h2 { font-size: 31px; line-height: 1.3; }
}
p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.55em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeued41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue.html') format('woff2'),
        url('fonts/HelveticaNeue.woff') format('woff'),
        url('fonts/HelveticaNeue.ttf') format('truetype'),
        url('fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Bold.eot');
    src: url('fonts/HelveticaNeue-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Bold.html') format('woff2'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('fonts/HelveticaNeue-Bold.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('fonts/HelveticaNeueLT-Roman.eot');
    src: url('fonts/HelveticaNeueLT-Romand41d.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLT-Roman.html') format('woff2'),
        url('fonts/HelveticaNeueLT-Roman.woff') format('woff'),
        url('fonts/HelveticaNeueLT-Roman.ttf') format('truetype'),
        url('fonts/HelveticaNeueLT-Roman.svg#HelveticaNeueLT-Roman') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('fonts/FontAwesome5BrandsRegular.woff2') format('woff2'),   
        url('fonts/FontAwesome5BrandsRegular.woff') format('woff'),
        url('fonts/FontAwesome5BrandsRegular.ttf') format('truetype');
     /*src: url('fonts/FontAwesome5BrandsRegulard41d.html?#iefix') format('embedded-opentype'),*/
        /*url('fonts/FontAwesome5BrandsRegular-5.html#FontAwesome5BrandsRegular') format('svg');*/
    font-weight: 400;
    font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none !important; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/*  Disabled  */
[disabled] { cursor: default; }
/*  Text Align  */
.text-center { text-align: center; }
/*  Text Color  */
.text-blue { color: #00aeef; }
.text-lightgray { color: #333 !important; }
.text-uppercase { text-transform: uppercase !important; }
/*  Flex Align  */
.align-items-center { -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; }
.align-items-end { -ms-flex-align: end; -ms-grid-row-align: flex-end; align-items: flex-end; }
.align-items-start { -ms-flex-align: start; -ms-grid-row-align: flex-start; align-items: flex-start; }
/*  Grid  */
.cols { margin: 0 -25px; }
.cols:after { }
.col { float: left; width: 100%; padding: 0 25px; }
.col--1of2 { width: 50%; }
.cols--tight { margin: 0 -7px; }
.col--tight { padding: 0 7px; }
/*  Old IE fallback  */
.browsehappy { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; margin: 0; padding-top: 50px; background: #e0e0e0; text-align: center; }
@media (max-width: 767px) {
	.col--1of2 { width: 100%; }
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { background: #2a3237; color: #fff; padding: 19px 14px; margin-top: auto; position: absolute; bottom: 0; left: 0; right: 0; }
.footer .footer__inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; }
.footer .footer__aside { -ms-flex: 0 0 300px; flex: 0 0 300px; max-width: 300px; text-align: right; }
.footer .footer__content { -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; }
.footer .footer__logo { line-height: 35px; margin-right: 29px; }
.footer .footer__copyright { margin-right: 15px; }
@media (max-width: 1023px) {
	.footer { padding-left: 0; padding-right: 0; position: static; }
}
@media (max-width: 767px) {
	.footer { text-align: center; padding-top: 25px; padding-bottom: 25px; }
	.footer .footer__inner { display: block; }
	.footer .footer__logo { margin-bottom: 5px; }
	.footer .footer__aside { max-width: 100%; text-align: center; }
	.footer .footer__links { margin-bottom: 15px; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { padding: 41px 25px 41px 22px; position: absolute; top: 0; right: 0; left: 0; }
.header .header__inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }
.header .shell { padding: 0 20px; }
.header .header__aside { -ms-flex: 0 0 239px; flex: 0 0 239px; max-width: 239px; }
.header .header__content { -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; text-align: right; }
.header--alt { background: #fff; box-shadow: 0 5px 30px rgba(112, 188, 218, 0.15); }
.header--signup { padding:25px 25px 41px 22px; }
@media (max-width: 1200px) {
	.header { padding: 20px 0; }
}
@media (max-width: 767px) {
	.header { padding: 20px 0; position: fixed; background: #fff; box-shadow: 0 5px 30px rgba(112, 188, 218, 0.15); z-index: 20; }
	.header .header__content { position: absolute; top: 100%; left: 0; right: 0; background: #fff; padding-bottom: 10px; box-shadow: 0 25px 30px rgba(112, 188, 218, 0.15); -ms-transform-origin: top center; transform-origin: top center; transform: rotateX(90deg); transition: transform .2s; }
	.header .header__content.open { -ms-transform: rotate(0deg); transform: rotate(0deg); }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1284px; padding-left: 12px; padding-right: 12px; margin: auto; }
.shell--fluid { max-width: 1440px; }
.shell--size1 { max-width: 591px; }
.shell--size2 { max-width: 1103px; }
.shell--size3 { max-width: 562px; }
.shell--size4 { max-width: 843px; }
.shell--size5 { max-width: 653px; }
.shell--size6 { max-width: 904px }
.shell--size7 { max-width: 1124px; }
.shell--size8 { max-width: 514px; }
.shell--large { max-width: 1386px; }
@media (max-width: 767px) {
	.shell--fluid { max-width: 100%; }
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; padding-top: 128px; position: relative; overflow: hidden; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-bottom: 77px; }
@media (max-width: 1200px) {
	.wrapper { padding-top: 86px; }
}
@media (max-width: 1023px) {
	.wrapper { padding-top: 122px; padding-bottom: 0; }
}
@media (max-width: 767px) {
	.wrapper { padding-top: 77px; }
}
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
[class^="btn"] { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.btn { transform:translate3d(0,0,0); font-size: 16px; line-height: 1; color: #fff; font-weight:700; text-transform: uppercase; border-radius: 5px; background: #00aeef; border: 2px solid #00aeef; padding:7px 13px 8px; }
.btn:hover { transform:translate3d(0,-1px,0); background: #08456b; border: 2px solid #08456b; color: #fff; }
.section--dark .btn:hover { background:#fff; color:#00aeef; border: 2px solid #fff; }
.btn > i { margin-right:5px; }
.btn span + i { margin-left:5px; margin-right:0; }
.btn.faded { cursor:pointer; background-color: rgba(0, 174, 239, 0.3); border-color: transparent; }
.btn.faded:hover { background-color: rgba(0, 174, 239, 0.5); }
.btn--transparent { background-color: transparent; color:#00aeef; }
.btn--transparent:hover { background:rgba(0, 174, 239, 0.1); border-color:#00aeef; color:#00aeef; }
.btn--green { background-color:#34d67b; border-color:#34d67b; }
.btn--green:hover { background-color:#23bb66; border-color:#23bb66; color: #fff; }
/*  Button Block  */
.btn--block { display: block; padding-left: 0; padding-right: 0; }
/*  Button Large  */
.btn--large { text-transform: none; padding:11px 17px 12px; }
.btn--capitalize { text-transform: capitalize !important; }
/* ------------------------------------------------------------ *\
    Button Alt
\* ------------------------------------------------------------ */
.btn-alt { transform:translate3d(0,0,0); text-transform: uppercase; font-weight: 700; font-size: 20px; color: #fff; background: #08456b; border-radius: 5px; padding: 8px 22px 10px; border: 2px solid #08456b; letter-spacing: 0.05em; }
.btn-alt:hover { transform:translate3d(0,-2px,0); background: #00aeef; border-color: #00aeef; color: #fff; }
.btn-alt--transparent { background-color: transparent; color: #08456b; }
.btn-alt--transparent:hover { background:rgba(0, 174, 239, 0.1); border-color:#00aeef; color:#00aeef; }
@media (max-width: 767px) {
    .btn-alt { font-size: 17px; padding-top: 6px; padding-bottom: 8px; }
}
/* ------------------------------------------------------------ *\
	Btn Add
\* ------------------------------------------------------------ */
.btn-add { color: #34d67b; font-size: 31px; }
.btn-add:hover { color: #00aeef; }
/* ------------------------------------------------------------ *\
	Burger Menu
\* ------------------------------------------------------------ */
.burger-menu { display: none; width: 30px; }
.burger-menu.active span:nth-child(1) { top: 6px; -ms-transform: rotate(45deg); transform: rotate(45deg); transition: top .2s, transform .2s .2s; }
.burger-menu.active span:nth-child(2) { opacity: 0; }
.burger-menu.active span:nth-child(3) { top: -6px; -ms-transform: rotate(-45deg); transform: rotate(-45deg); transition: top .2s, transform .2s .2s; }
.burger-menu span { position: relative; display: block; height: 2px; top: 0; background: #000; transition: .2s; }
.burger-menu span + span { margin-top: 4px; }
@media (max-width: 767px) {
	.burger-menu { display: block; }
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright { font-size: 15px; font-weight: 500; color: rgba(255,255,255,.5); display: inline-block; vertical-align: middle; margin-bottom: 0; }
@media (max-width: 767px) {
	.copyright { display: block; margin-bottom: 20px; }
}
/* ------------------------------------------------------------ *\
	Date Range
\* ------------------------------------------------------------ */
.daterange-outer { position: relative; }
.daterange-outer:after { content: ''; position: absolute; top: 50%; margin-top: -10px; right: 15px; z-index: 11; width: 12px; height: 12px; border-width: 3px 3px 0 0; border-color: #9896a4; border-style: solid; -ms-transform: rotate(135deg); transform: rotate(135deg); pointer-events: none; }
.daterange-outer > i { position: absolute; top: 50%; left: 11px; z-index: 11; -ms-transform: translateY(-50%); transform: translateY(-50%); pointer-events: none; color: #aaa; }
.daterange-outer .dr-calendar { width: 298px !important; left: 1px !important; }
.daterange .dr-input.dr-active { box-shadow: none; border-color: #d7d5e4; }
.daterange .dr-input { height: 41px; border: 1px solid #d7d5e4; border-radius: 3px; }
.daterange .dr-dates { padding-left: 45px !important; width: 298px; }
.daterange .dr-input:hover { border-color: #d7d5e4; }
.daterange .dr-input,
.daterange .dr-date,
.daterange .dr-dates-dash { font-size: 16px !important; font-family: 'Helvetica Neue', 'Helvetica', sans-serif !important; font-weight: 700; color: #333 !important; }
.daterange .dr-dates-dash { margin: 0 !important; padding: 0 4px !important; }
.daterange .dr-year-switcher { display: none !important; }
.daterange .dr-month-switcher { margin: 0 !important; border: 0 !important; }
@media (max-width: 767px) {
	.daterange .dr-dates { padding-left: 34px !important; }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.textarea {}
.select {}
.radio {}
.checkbox {}
.field-holder { position: relative; }
.field-holder:before { content: ''; position: absolute; top: 50%; right: 13px; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; }
.field-holder.required:before { content: '\f069'; font-family: 'Font Awesome 5 Pro'; font-size: 13px; font-weight: 700; z-index: 5; color: #f16850; }
.field-holder.valid:before { content: '\f00c'; font-family: 'Font Awesome 5 Pro'; font-size: 19px; font-weight: 400; z-index: 5; color: #34d67b; right: 8px; }
.field-holder .form__add { left: 100%; margin-left: 20px; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.field-holder .form__remove { position: absolute; top: 2px; right: 2px; -ms-transform: translate(50%, -50%); transform: translate(50%, -50%); background: #fff; line-height: 1; color: #f16850; }
.field-holder .form__remove:hover { color: red; }
/*  Field  */
.textarea,
select,
.field { display: block; width: 100%; border-radius: 3px; border: 1px solid #d7d5e4; background-color: #fff; height: 52px; color: #000; font-size: 20px; font-weight: 700; padding: 0 50px 0 17px; box-shadow: 0; transition: box-shadow .2s; }
select:focus,
.field:focus { box-shadow: 0 0 3px rgba(0, 174, 239, .4) inset; }
select { font-weight: 400; color: #686673; }
select,
.field::-webkit-input-placeholder { color: #686673; opacity: 1; font-weight: 400; }
.field::-moz-placeholder { color: #686673; opacity: 1; font-weight: 400; }
.field:-ms-input-placeholder { color: #686673; opacity: 1; font-weight: 400; }
.field:-moz-placeholder { color: #686673; opacity: 1; font-weight: 400; }
.field--light { color: #333 !important; }
.field--light::-webkit-input-placeholder { color: #333; }
.field--light::-moz-placeholder { color: #333; }
.field--light:-ms-input-placeholder { color: #333; }
.field--light:-moz-placeholder { color: #333; }
.field--small { font-size: 17px; color: #686673; font-weight: 400; line-height: 1.7; }
@media (max-width: 767px) {
	select,
	.field { font-size: 17px; }

	select { padding-left: 10px; }
}
/*  Textarea  */
.field--textarea { height: auto; resize: none; padding-top: 11px; padding-bottom: 3px; display: block; }
.field--textarea-alt { height: 100px; }
/*  Select  */
.select { position: relative; }
.select select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.select select::-ms-expand { display: none; }
.select:after { content: ''; width: 12px; height: 12px; border-color: #9896a4; border-width: 3px 3px 0 0; border-style: solid; -ms-transform: rotate(135deg); transform: rotate(135deg); position: absolute; top: 50%; right: 18px; margin-top: -10px; pointer-events: none; }
.select--lighter select { color: #aaa !important; }
.select--light select { color: #666 !important; }
/*  Select Small  */
.select--small select { font-size: 17px; }
.select--small:after { margin-top: -10px; width: 13px; height: 13px; right: 23px; }
/*  Radio  */
.radio-alt { position: relative; border-bottom: 1px solid #d7d5e4; }
.radio-alt input { position: absolute; left: 0; top: 0; width: 0; height: 0; opacity: 0; visibility: hidden; width: 0; height: 0; }
.radio-alt label { position: relative; padding-left: 69px; color: #686673 !important; background: #fff; border-radius: 3px; display: -ms-flexbox !important; display: flex !important; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; height: 59px; transition: background .2s, color .2s; }
.radio-alt label strong { font-weight: 700; font-size: 20px; -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; }
.radio-alt label span { font-weight: 400; -ms-flex: 0 0 180px; flex: 0 0 180px; max-width: 180px; text-align: right; padding-right: 22px; font-size: 20px; }
.radio-alt label i { color: #d7d5e4; transition: font-size .2s, color .2s; }
.radio-alt label em { position: absolute; left: 43px; top: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-style: normal; -ms-flex: 0 0 49px; flex: 0 0 49px; max-width: 49px; text-align: center; padding-right: 15px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }
.radio-alt input:checked + label i { font-size: 35px; color: #34d67b; }
.radio-alt input:checked + label { color: #00aeef; background-color: #fffdee; }
.radio-alt input:checked + label + .radio__body { background: #fffdee; }
.radio-alt .radio__body { background: #fff; padding-left: 72px; padding-top: 8px; padding-right: 29px; padding-bottom: 20px; transition: background .2s; margin-top: 0; }
.radio-alt textarea { display: block; border-radius: 3px; border: 1px solid #d7d5e4; background-color: #fff; color: #aaa; font-weight: 500; font-size: 17px; width: 100%; height: 98px; -webkit-appearance: none; -moz-appearance: none; appearance: none; resize: none; padding: 14px 16px; }
.radio-alt textarea::-webkit-input-placeholder { color: #aaa; opacity: 1; }
.radio-alt textarea::-moz-placeholder { color: #aaa; opacity: 1; }
.radio-alt textarea:-ms-input-placeholder { color: #aaa; opacity: 1; }
.radio-alt textarea:-moz-placeholder { color: #aaa; opacity: 1; }
@media (max-width: 1023px) {
	.radio-alt label { line-height: 1.2 !important; height: auto; padding-top: 17px; padding-bottom: 17px; padding-right: 10px; }
}
@media (max-width: 767px) {
	.radio-alt label { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 50px; }
	.radio-alt label strong { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: right; font-size: 18px; }
	.radio-alt label span { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: right; padding-right: 0; font-size: 18px; }
	.radio-alt label em { position: absolute; left: 32px; top: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

	.radio-alt .radio__body { padding-right: 10px; padding-left: 10px; padding-bottom: 10px; }
}
/*  Checkbox  */
.checkbox { position: relative; }
.checkbox input { position: absolute; left: 0; top: 0; width: 0; height: 0; opacity: 0; visibility: hidden; width: 0; height: 0; }
.checkbox label { position: relative; padding-left: 35px; font-size: 17px !important; font-weight: 500 !important; letter-spacing: -0.01em; }
.checkbox label:before { content: '\f00c'; position: absolute; left: 2px; top: 1px; font-family: 'Font Awesome 5 Pro'; font-size: 17px; font-weight: 400; z-index: 5; color: #34d67b; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
.checkbox label:after { content: ''; width: 21px; height: 21px; border: 1px solid #d7d5e4; background: #fff; position: absolute; left: 0; top: 4px; }
.checkbox input:checked + label:before { opacity: 1; visibility: visible; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form { padding: 25px 0; }
.form h2 { color: #00aeef; margin-bottom: 21px; line-height: 1.1; }
.form p { letter-spacing: 0.01em; margin-bottom: 0; }
.form h4,
.form label { color: #000; font-size: 20px; font-weight: 700; line-height: 1.7; display: block; margin-bottom: 0; }
.form h4 + *,
.form label + * { margin-top: 20px; }
.form h4.hidden + *,
.form label.hidden + * { margin-top: 0; }
.form .form__label--small { font-size: 17px; line-height: 1.75; font-weight: 700; }
.form .form__head { margin-bottom: 31px; }
.form .form__head--tight { max-width: 560px; margin: 0 auto 43px; }
.form .form__head--small { padding-right: 40px; margin-bottom: 69px; }
.form .form__body--right { padding-right: 94px; }
.form .form__socials { margin-top: 23px; }
.form .form__row { margin-bottom: 20px; }
.form .form__row-small { margin-bottom: 16px; }
.form .form__row-smaller { margin-bottom: 10px; }
.form .form__actions { text-align: right; }
.form .form__actions--alt { padding-right: 35px; }
.form .form__actions__inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; }
.form .form__btn { border:none; transition: transform .2s, background .2s, color .2s; text-transform: uppercase; }
.form .form__cols { display: -ms-flexbox; display: flex; }
.form .form__col { -ms-flex: 1; flex: 1; }
.form .form__col--size1 { -ms-flex: 0 0 39%; flex: 0 0 39%; max-width: 39%; padding-right: 15px; }
.form .form__add { position: absolute; }
/*  Form Alt  */
.form--alt .form__row { margin-bottom: 30px; }
@media (max-width: 1023px) {
	.form .form__body--right { padding-right: 60px; }
	.form .form__head--small { margin-bottom: 45px; }
}
@media (max-width: 767px) {
	.form { padding-top: 0; }
	.form .form__btn { display: inline-block; }

	.form .form__col { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.form .form__cols { display: block; }

	.form .form__head--small { padding-right: 0; }
	.form .form__actions--alt { padding-right: 0; }
	.form .form__body--right { padding-right: 38px; }
	.form .form__add { margin-left: 7px; }

	.form .form__row.form__body { margin-bottom: 0; }
}
/* ------------------------------------------------------------ *\
	Gadgets
\* ------------------------------------------------------------ */
.gadgets--three { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; margin: 0 -14px; }
.gadgets--three .gadget { padding: 0 14px; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; margin-bottom: 30px; }
@media (max-width: 767px) {
	.gadgets--three { display: block; margin-bottom: 50px; }
	.gadgets--three .gadget { max-width: 100%; margin-bottom: 10px; }
}
/* ------------------------------------------------------------ *\
	Gadget
\* ------------------------------------------------------------ */
.gadget { color: #fff; }
.gadget .gadget__inner { width: 100%; border-radius: 10px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: justify; justify-content: space-between; height: 140px; padding: 0 40px; }
.gadget .gadget__content { font-size: 24px; font-weight: 700; padding-right: 10px; }
.gadget .gadget__aside strong { font-size: 70px; line-height: 1; font-weight: 700; font-family: 'Helvetica Neue', 'Helvetica', sans-serif; position: relative; }
.gadget .gadget__aside small { position: absolute; top: 100%; right: 0; font-size: 17px; margin-top: -6px; }
@media (max-width: 1200px) {
	.gadget .gadget__inner { padding: 0 10px; }
}
@media (max-width: 1023px) {
	.gadget .gadget__inner { height: 100px; }
	.gadget .gadget__content { font-size: 18px; }
	.gadget .gadget__aside strong { font-size: 40px; }
	.gadget .gadget__aside small { font-size: 15px; margin-top: 0; }
}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { text-align: center; padding: 90px 0 152px; }
.intro h1 { color: #333; margin-bottom: 19px; }
.intro p { font-size: 20px; line-height: 1.75; letter-spacing: 0.027em; color: #666; font-family: 'Helvetica Neue', 'Helvetica', sans-serif; max-width: 630px; margin: 0 auto 41px; }
.intro h2 { color: #333; margin-bottom: 22px; }
.intro h2 small { font-weight: 400; font-size: 40px; color: #333; letter-spacing: 0.018em; }
.intro--alt { padding-bottom: 100px; }
@media (max-width: 1023px) {
	.intro h2 small { font-size: 30px; margin-top: 20px; display: block; line-height: 1.45; }
}
@media (max-width: 767px) {
	.intro { padding-top: 40px; padding-bottom: 60px; }
	.intro p { font-size: 17px; }

	.intro h2 small { font-size: 21px; }

	.intro--alt { padding-bottom: 50px; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List Buttons
\* ------------------------------------------------------------ */
.list-buttons li { display: inline-block; margin-right: 15px; }
.list-buttons li:last-child { margin-right: 0; }
@media (max-width: 767px) {
	.list-buttons li { display: block; margin-bottom: 20px; width: 100%; }
	.list-buttons li:last-child { margin-bottom: 0; }
	.list-buttons a { display: block; width: 100%; max-width: 300px; margin: 0 auto; }
}
@media (max-width: 479px) {
	.list-buttons a { max-width: none; }
}
/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */
.list-logos li { display: inline-block; margin-right: 55px; }
.list-logos li:last-child { margin-right: 0; }
.list-logos a { opacity: 1; transition: opacity .2s; }
.list-logos a:hover { opacity: .75; }
@media (max-width: 1023px) {
	.list-logos li { margin-right: 28px; }
}
@media (max-width: 767px) {
	.list-logos li { display: block; margin-right: 0; margin-bottom: 35px; }
	.list-logos li:last-child { margin-bottom: 0; }
}
/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links { display: inline-block; vertical-align: middle; }
.list-links a { font-size: 15px; font-weight: 500; color: #fff; }
.list-links a:hover { color:#00aeef; }
.list-links li { display: inline-block; vertical-align: 5px; }
.list-links li:after { content: '\/'; display: inline-block; vertical-align: middle; color: rgba(255,255,255,.5); font-size: 15px; line-height: 1; margin: 0 6px; }
.list-links li:last-child:after { display: none; }
/* ------------------------------------------------------------ *\
	List Radios
\* ------------------------------------------------------------ */
.list-radios { border: 1px solid #d7d5e4; border-radius: 3px; }
.list-radios li:last-child .radio-alt { border-bottom: 0; }
/* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */
.list-checkboxes li { margin-bottom: 6px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
[class^="logo"] { font-size: 0; line-height: 0; background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; opacity: 1; transition: opacity .2s; }
[class^="logo"]:hover { opacity: .75; }
.logo { display: block; background-image: url(/images/logo-helpgrid.png); width: 238px; height: 46px; }
@media (max-width: 1023px) {
	.logo { width: 191px; height: 37px; }
}
/* ------------------------------------------------------------ *\
	Logo Alt
\* ------------------------------------------------------------ */
.logo-alt { display: inline-block; background-image: url(/images/logo-helpgrid-alt.png); width: 143px; height: 27px; line-height: 27px; vertical-align: middle; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav { display: inline-block; font-weight: 500; }
.nav + .nav-actions { margin-left: 44px; }
.nav li { display: inline-block; margin-right: 42px; }
.nav li:last-child { margin-right: 0; }
.nav a { color: #333; position: relative; font-size: 17px; }
.nav a:after { content: ''; position: absolute; top: 100%; left: 50%; -ms-transform:translate3d(-50%,3px,0); transform:translate3d(-50%,3px,0); margin-top: 11px; background-image: url(images/temp/active-link%402x.png); width: 17px; height: 12px; background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; opacity: 0; visibility: hidden; transition: transform .2s, opacity .2s, visibility .2s; }
.nav .current a,
.nav a:hover { color: #005f82; }
.nav .current a:after,
.nav a:hover:after { opacity: 1; visibility: visible; -ms-transform:translate3d(-50%,0,0); transform:translate3d(-50%,0,0); }
@media (max-width: 1200px) {
	.nav li { margin-right: 20px; }
	.nav a:after { margin-top: 3px; }

	.nav + .nav-actions { margin-left: 20px; }
}
@media (max-width: 1023px) {
	.nav { margin-bottom: 20px; }

}
@media (max-width: 767px) {
	.nav { text-align: center; width: 100%; padding-top: 10px; }
	.nav ul { width: 100%; }
	.nav li { display: block; margin-right: 0; margin-bottom: 0; }
	.nav a { display: block; width: 100%; padding: 8px 10px; }
	.nav a:after { display: none; }

	.nav + .nav-actions { margin-left: 0; }
}
/* ------------------------------------------------------------ *\
	Nav Actions
\* ------------------------------------------------------------ */
.nav-actions { display: inline-block; vertical-align: middle; }
.nav-actions li { display: inline-block; margin-right: 10px; }
.nav-actions li:last-child { margin-right: 0; }
@media (max-width: 1023px) {
	.nav-actions { display: block; }
}
@media (max-width: 767px) {
	.nav-actions { margin: 0 10px !important; text-align: center; }
	.nav-actions a { display: block; max-width: 300px; margin: 0 auto; }
	.nav-actions li { display: block; margin-bottom: 18px; margin-right: 0; }
}
@media (max-width: 479px) {
	.nav-actions a { max-width: none; }
}
/* ------------------------------------------------------------ *\
	Nav Utilities
\* ------------------------------------------------------------ */
.nav-utilities li > span { font-size: 35px; }
.nav-utilities li { display: inline-block; margin-right: 10px; }
.nav-utilities li:last-child { margin-right: 0; }
.nav-utilities li > span { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; width: 77px; height: 77px; border-radius: 50%; color: #cdebf6; transition: background .2s, color .2s; }
.nav-utilities .current > span { background: #00aeef; color: #fff; }
@media (max-width: 1023px) {
    .nav-utilities li > span { width: 50px; height: 50px; font-size: 30px; }
}
@media (max-width: 767px) {
    .nav-utilities { padding-top: 12px; }
    .nav-utilities li { margin: 0 10px 10px; }
    .nav-utilities li:last-child { margin-right: 10px; }
}
/* ------------------------------------------------------------ *\
	Promo
\* ------------------------------------------------------------ */
.promo { color: #b9ecff; font-size: 22px; font-weight: 700; background: #00aeef; text-align: center; padding: 67px 20px 74px; letter-spacing: 0.02em; vertical-align: middle; }
.promo span { font-weight: 500; color: #fff; letter-spacing: 0.021em; display: inline-block; margin: 0 5px; vertical-align: middle; }
.promo em { font-weight: 700; font-style: normal; display: inline-block; margin: 0 4px; vertical-align: middle; }
.promo strong { display: inline-block; vertical-align: middle; }
@media (max-width: 1023px) {
	.promo strong { display: block; margin-bottom: 12px; }
}
@media (max-width: 767px) {
	.promo { padding: 40px 10px; font-size: 19px; }
	.promo span { display: block; }
	.promo strong { margin-bottom: 20px; font-size: 22px; }
	.promo em { margin: 0; line-height: 1; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section { padding: 80px 0 89px; }
.section--dark { background: #08456b; }
@media (max-width: 1023px) {
	.section { padding: 60px 0; }
}
@media (max-width: 767px) {
	.section { padding: 40px 0; }
}
/* ------------------------------------------------------------ *\
	Section Half
\* ------------------------------------------------------------ */
.section-half { padding: 71px 0 70px; color: #fff; }
.section-half .section__inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
.section-half .section__aside { -ms-flex: 0 0 47%; flex: 0 0 47%; max-width: 47%; }
.section-half .section__content { -ms-flex: 0 1 100%; flex: 0 1 100%; max-width: 100%; }
@media (max-width: 1350px) {
	.section-half .section__aside { padding-right: 20px; }
}
@media (max-width: 1023px) {
	.section-half { padding-top: 0; }
	.section-half .section__inner { display: block; }
	.section-half .section__aside { max-width: none; margin: 0 -15px; padding-right: 0; }
	.section-half .section__content { padding-top: 40px; }
}
@media (max-width: 767px) {
	.section-half { padding-bottom: 45px; }
	.section-half .section__content { padding-top: 15px; }
}
/* ------------------------------------------------------------ *\
	Section Alt
\* ------------------------------------------------------------ */
.section-alt { padding-top: 0; padding-bottom: 80px; }
@media (max-width: 767px) {
	.section-alt { padding-bottom: 40px; }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {}
.slider .slides { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials { list-style-type: none; }
.socials li { display: inline-block; margin-right: 16px; vertical-align: middle; }
.socials li:last-child { margin-right: 0; }
.socials a { color: rgba(255,255,255,.5); transition: color .2s; }
.socials a:hover { color: #00aeef; }
/* ------------------------------------------------------------ *\
	Socials Alt
\* ------------------------------------------------------------ */
.socials-alt a { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; border-radius: 50%; box-shadow: 0 1px 2px rgba(0,0,0,0.05); border:1px solid rgba(0,0,0,0.05); transform:translate3d(0,0,0); background: #fff; width: 94px; height: 94px; font-size: 45px; transition: border .3s, transform .3s, box-shadow .3s; }
.socials-alt a:hover { box-shadow: 0 10px 20px rgba(0,0,0,0.1); transform:translate3d(0,-3px,0); border:1px solid #fff; }
.socials-alt li { display: inline-block; margin-right: 15px; }
.socials-alt li:last-child { margin-right: 0; }
@media (max-width: 767px) {
	.socials-alt a { width: 50px; height: 50px; font-size: 25px; }
	.socials-alt li { margin: 0 10px 10px; }
	.socials-alt li:last-child { margin-right: 10px; }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table { background: #fff; box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05); border-radius: 8px; border: 1px solid #b4e1f2; margin-bottom: 20px; }
.table thead th { background-color: rgba(0, 174, 239, 0.15); }
.table .th-alt,
.table td { border-bottom: 1px solid #b4e1f2; height: 40px; }
.table td { border-left: 1px solid #b4e1f2; text-align: center; }
.table i { color: #00aeef; }
.table tr:last-child .th-alt,
.table tr:last-child td { border-bottom: 0; }
.table .table__section th { background-color: rgba(0, 174, 239, 0.1); border-bottom: 1px solid #b4e1f2; text-align: left; padding-left: 19px; font-size: 14px; font-family: 'Helvetica Neue', 'Helvetica', sans-serif; text-transform: uppercase; color: #000; border-left: 1px solid #b4e1f2; height: 41px; letter-spacing: 0.08em; }
.table .table__section th:first-child { border-left: 0; }
.table .th-alt { color: #000; font-family: 'Helvetica Neue', 'Helvetica', sans-serif; font-size: 15px; letter-spacing: 0.03em; font-weight: 400; text-align: left; padding-left: 19px; width: 49%; height: 51px; letter-spacing: 0.02em; }
.table thead th { padding: 13px 10px 16px; }
.table th strong { font-size: 18px; font-weight: 700; color: #000; display: block; margin-bottom: 4px; }
.table th p { font-size: 15px; color: #716f7c; font-family: 'Helvetica', 'Helvetica', sans-serif; font-weight: 400; line-height: 1.2; }
.table td:nth-of-type(1) { width: 26.5%; }
.table td { font-family: 'Helvetica Neue', 'Helvetica', sans-serif; font-size: 15px; color: #000; letter-spacing: 0.04em; }
.table td strong { font-size: 40px; padding: 14px 0; }
.table td small { font-size: 20px; color: #716f7c; }
.table td small,
.table td strong { vertical-align: middle; display: inline-block; }
@media (max-width: 767px) {
	.table tbody,
	.table thead,
	.table th,
	.table tr,
	.table td { display: block !important; width: 100% !important; text-align: left; height: auto; }

	.table td strong { font-size: 28px; padding-top: 0; padding-bottom: 0; }
	.table td small { font-size: 17px; }

	.table thead,
	.table .empty-element { display: none !important; }

	.table .table__section th { height: auto; text-align: center; padding: 10px; border-bottom: 0; border-top: 1px solid #b4e1f2; }

	.table th { display: block; width: 100%; }
	.table td { padding-top: 8px; padding-bottom: 8px; border: 0; }
	.table td:before { content: attr(data-title); display: inline-block; width: 55%; padding-left: 10px; padding-right: 10px; }

	.table .th-alt { text-align: left; height: auto; padding: 10px; background: rgba(0, 174, 239, 0.03); border-top: 1px solid #b4e1f2; }

	.table tr:last-child .th-alt { border-bottom: 1px solid #b4e1f2; }
	.table tr:first-child .th-alt  { border-top: 0; text-align: center; }
}
/* ------------------------------------------------------------ *\
	Table Alt
\* ------------------------------------------------------------ */
.table-alt { box-shadow: 0 4px 3px rgba(0, 0, 0, 0.05); border-radius: 8px; overflow: hidden; border: 1px solid #b4e1f2; }
.table-alt .table__head { background-color: rgba(0, 174, 239, 0.30); display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; padding: 11px 11px 11px 24px; }
.table-alt .table__title { line-height: 1; letter-spacing: 0.02em; color: #333; }
.table-alt th,
.table-alt td { text-align: left; font-size: 15px; font-family: 'Helvetica Neue', 'Helvetica', sans-serif; color: #000; border: 1px solid #b4e1f2; padding-left: 24px; }
.table-alt th { background-color: rgba(0, 174, 239, 0.15); font-weight: 700; border: 0; border-right: 0; text-transform: uppercase; height: 55px; letter-spacing: 0.02em; }
.table-alt td:first-child { border-left: 0; }
.table-alt td:last-child { border-right: 0; }
.table-alt tr:last-child td { border-bottom: 0; }
.table-alt td { height: 52px; letter-spacing: 0.02em; }
.table-alt td:nth-child(1) { width: 15.5%; }
.table-alt td:nth-child(2) { width: 10%; }
.table-alt td:nth-child(3) { width: 17%; }
.table-alt td:nth-child(4) { width: 17%; }
.table-alt td:nth-child(5) { width: 14.3%; }
@media (max-width: 1023px) {
	.table-alt th,
	.table-alt td { padding-left: 11px; }

	.table-alt .table__head { padding-left: 11px; }

	.table-alt td:nth-child(1) {  }
	.table-alt td:nth-child(3) { width: 11%; }
}
@media (max-width: 767px) {
	.table-alt .table__head { display: block; text-align: center; padding-bottom: 15px; }
	.table-alt .table__title { margin-bottom: 15px; margin-top: 6px; letter-spacing: 0; font-size: 22px; }
	.table-alt th { display: none; }

	.table-alt table,
	.table-alt tbody,
	.table-alt td,
	.table-alt tr { display: block; width: 100% !important; height: auto; border: 0; }

	.table-alt tr { border-bottom: 1px solid rgba(0, 174, 239, 0.30); padding: 10px 0; }
	.table-alt tr:last-child { border-bottom: 0; }
	.table-alt tr:first-child { padding-bottom: 0; padding-top: 0; }

	.table-alt td { padding: 5px 10px; }
	.table-alt td:before { content: attr(data-title); display: inline-block; width: 50%; padding-right: 10px; }

}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonials { list-style-type: none; }
.testimonials--three { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: start; align-items: flex-start; }
.testimonials--three .testimonial { -ms-flex: 0 0 370px; flex: 0 0 370px; max-width: 370px; }
.testimonial { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; margin-bottom: 20px; }
.testimonial .testimonial__image { -ms-flex: 0 0 85px; flex: 0 0 85px; max-width: 85px; padding-top: 3px; }
.testimonial .testimonial__content { padding-left: 20px; }
.testimonial h4 { color: #333; margin-bottom: 0; line-height: 1; }
.testimonial small { color: #00aeef; font-size: 17px; font-weight: 700; letter-spacing: 0.018em; }
.testimonial blockquote { position: relative; padding-left: 36px; margin-top: 10px; color: #333; font-size: 16px; font-weight: 500; line-height: 1.6; }
.testimonial i { color: #00aeef; }
.testimonial blockquote i { position: absolute; left: 2px; top: 5px; }
@media (max-width: 1200px) {
	.testimonials--three .testimonial { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding-right: 20px; }
}
@media (max-width: 1023px) {
	.testimonials--three { display: block; }
	.testimonials--three .testimonial { max-width: 100%; margin-bottom: 40px; }
	.testimonials--three .testimonial:last-child { margin-bottom: 0; }

	.testimonial { padding-right: 0 !important; }
}
@media (max-width: 767px) {
	.testimonial { display: block; }
	.testimonial .testimonial__image { margin: 0 auto 10px; padding: 0; }
	.testimonial .testimonial__content { padding-left: 0; text-align: center; }
	.testimonial blockquote { padding-left: 0; }
	.testimonial blockquote i { display: block; margin: 0 auto 10px; position: static; }
}
/* ------------------------------------------------------------ *\
	Text
\* ------------------------------------------------------------ */
.text-alt { font-weight: 500; font-size: 20px; color: #333; }
.text-alt strong { font-weight: 700; color: #00aeef; }
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video { position: relative; height: 439px; width: 100%; overflow: hidden; }
.video video { display: block; position: absolute; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; top: 50%; min-width: 140%; min-height: 140%; cursor: pointer; }
.video .video__btn { color: #fff; font-size: 51px; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; opacity: 1; transition: opacity .2s; pointer-events: none; transition: opacity .2s, visibility .2s; }
.video .video__overlay { z-index: 5; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 100%; width: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; opacity: 1; visibility: visible; transition: opacity .2s, visibility .2s; pointer-events: none; }
.video:hover .video__btn { opacity: .75; }
.video.playing .video__overlay { opacity: 0; visibility: hidden; }
@media (max-width: 767px) {
	.video { height: auto; margin: 0 -10px; width: auto; }
	.video video { position: static; -ms-transform: none; transform: none; top: 0; left: 0; min-height: 0; min-width: 100%; width: 100%; height: auto; }
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
.widget { display: -ms-flexbox; display: flex; padding: 38px 38px; max-width: 600px; }
.widget .widget__icon { font-size: 33px; -ms-flex: 0 0 85px; flex: 0 0 85px; max-width: 85px; width: 85px; height: 85px; background: #00aeef; border-radius: 50%; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; margin-top: 0; }
.widget .widget__content { padding-left: 21px; }
.widget .widget__title { position: relative; padding-bottom: 12px; margin-bottom: 23px; }
.widget .widget__title:after { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; background: #00aeef; width: 35px; }
.widget p { font-size: 20px; line-height: 1.5; letter-spacing: 0; font-family: 'Helvetica Neue', 'Helvetica', sans-serif; margin-bottom: 19px; }
@media (max-width: 1350px) {
	.widget { padding-left: 10px; }
}
@media (max-width: 1200px) {
	.widget { padding: 0 25px 0 0; }
}
@media (max-width: 1023px) {
	.widget { max-width: 100%; }
}
@media (max-width: 767px) {
	.widget { display: block; padding-right: 0; }
	.widget .widget__icon { margin-bottom: 20px;  }
	.widget .widget__content { padding: 0; }
}

/* ------------------------------------------------------------ *\
	Blog
\* ------------------------------------------------------------ */
.shell--blog { display:flex; max-width:1100px; }
.shell--blog .blog-content { width:60%; margin:0 8% 0 0; }
.shell--blog .blog-sidebar { width:32%; }
.blog-content .blog-post, .blog-content .blog-post-single { margin:0 0 5rem; padding:1rem 0 0; position:relative; }
.blog-content .blog-post:before, .blog-content .blog-post-single:before { content:""; width:5%; height:3px; background:#00aeef; display:block; position:absolute; top:0; left:0; transition: width .2s; }
.blog-content .blog-post:hover:before { width:10%; }
.blog-content h2 { font-size:1.8rem; line-height:1.5em; margin:0 0 0.75rem; padding:0; font-weight:700; }
.blog-content h2 a { color:#000; }
.blog-content h2 a:hover { color:#00aeef; }
.blog-content p { font-size:1.1rem; line-height:1.7em; margin:0 0 1rem; padding:0; }
.blog-content .blog-meta-strip { line-height:30px; margin:0 0 1rem; font-size:1rem; color:#666; padding:2px 0 0 0; }
.blog-content .blog-meta-strip > span { display:inline-block; line-height:30px; margin:0 1.25rem 0 0; }
.blog-content .blog-meta-strip .author { font-weight:600;}
.blog-content .blog-meta-strip .author img { position:relative; top:-1px; width:30px; height:30px; border-radius:15px; display:inline-block; margin:0 8px 0 0; padding:0; }
.blog-content .blog-meta-strip i.fal { color:#aaa; }
.btn.blog-button { background:transparent; border:2px solid #00aeef; color:#00aeef; }
.btn.blog-button i.far { transform:translate3d(0,0,0); width:0px; opacity:0; margin:0; transition: width .2s, transform .2s, opacity .2s; }
.btn.blog-button:hover { background:#00aeef; color:#fff; }
.btn.blog-button:hover i.far { transform:translate3d(5px,0,0); width:24px; opacity:1; }
.blog-comments { padding:2rem 0 0; border-top:1px solid rgba(0,0,0,0.1); }

.blog-sidebar .sidebar-widget { padding:2rem 2rem 1rem; border:1px solid rgba(0,0,0,0.1); }
.blog-sidebar .sidebar-widget h2 { font-size:1.4rem; line-height:1.5em; margin:0 0 1rem; padding:0; }
.blog-sidebar .sidebar-widget p { font-size:1.1rem; line-height:1.7em; margin:0 0 1rem; padding:0; }

.blog-pagination { margin:0; padding:1rem 0 0 0; border-top:1px solid rgba(0,0,0,0.1); }
.blog-pagination > span, .blog-pagination > a { display:inline-block; margin:0 1rem 0 0; font-size:1rem; font-weight:600; }

/* ------------------------------------------------------------ *\
	Legal
\* ------------------------------------------------------------ */
.shell--legal { display:flex; max-width:1100px; }
.shell--legal .legal-content { width:82%; margin:0 0 0 2%; }
.shell--legal .legal-sidebar { width:16%; }
.legal-content .legal-post, .legal-content .legal-post-single { margin:0 0 5rem; padding:1rem 0 0; position:relative; }
.legal-content .legal-post:before, .legal-content .legal-post-single:before { content:""; width:5%; height:3px; background:#00aeef; display:block; position:absolute; top:0; left:0; transition: width .2s; }
.legal-content .legal-post:hover:before { width:10%; }
.legal-content h2 { font-size:1.5rem; line-height:1.5em; margin:0 0 0.75rem; padding:0; font-weight:700; }
.legal-content h2 a { color:#000; }
.legal-content h2 a:hover { color:#00aeef; }
.legal-content p { font-size:1.1rem; line-height:1.7em; margin:0 0 1rem; padding:0; }
.legal-content .legal-meta-strip { line-height:30px; margin:0 0 1rem; font-size:1rem; color:#666; padding:2px 0 0 0; }
.legal-content .legal-meta-strip > span { display:inline-block; line-height:30px; margin:0 1.25rem 0 0; }
.legal-content .legal-meta-strip .author { font-weight:600;}
.legal-content .legal-meta-strip .author img { position:relative; top:-1px; width:30px; height:30px; border-radius:15px; display:inline-block; margin:0 8px 0 0; padding:0; }
.legal-content .legal-meta-strip i.fal { color:#aaa; }
.legal-content h2{color: #00aeef;margin-bottom: 21px;line-height: 1.1;}
.btn.legal-button { background:transparent; border:2px solid #00aeef; color:#00aeef; }
.btn.legal-button i.far { transform:translate3d(0,0,0); width:0px; opacity:0; margin:0; transition: width .2s, transform .2s, opacity .2s; }
.btn.legal-button:hover { background:#00aeef; color:#fff; }
.btn.legal-button:hover i.far { transform:translate3d(5px,0,0); width:24px; opacity:1; }
.legal-comments { padding:2rem 0 0; border-top:1px solid rgba(0,0,0,0.1); }

.legal-sidebar .sidebar-widget { padding:1rem; border:1px solid rgba(0,0,0,0.1); font-size: 15px;}
.legal-sidebar .sidebar-widget h3 { font-size:1rem; line-height:1.5em; margin:0 0 1rem; padding:0; }
.legal-sidebar .sidebar-widget p { font-size:1.1rem; line-height:1.7em; margin:0 0 1rem; padding:0; }
.legal-sidebar .sidebar-widget .active { font-weight:700; }

.legal-pagination { margin:0; padding:1rem 0 0 0; border-top:1px solid rgba(0,0,0,0.1); }
.legal-pagination > span, .legal-pagination > a { display:inline-block; margin:0 1rem 0 0; font-size:1rem; font-weight:600; }
@media (max-width: 588px) {
	.shell--legal .legal-sidebar{width: 94%;position: absolute;}
        .shell--legal .legal-content{padding-top: 150px;width:97%;}
}