/*
	Table of Contents

    01. Settings ----------------------------------
    02. Titles ------------------------------------
    03. Colors ------------------------------------
    04. Sprite ------------------------------------
    05. Generic -----------------------------------
    06. Base --------------------------------------
    07. Fonts -------------------------------------
    08. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    09. Reset -------------------------------------
    10. Regions -----------------------------------
    11. Container ---------------------------------
    12. Content -----------------------------------
    13. Footer ------------------------------------
    14. Header ------------------------------------
         Tablet -----------------------------------
    15. Main --------------------------------------
    16. Shell -------------------------------------
    17. Sidebar -----------------------------------
    18. Wrapper -----------------------------------
    19. Modules -----------------------------------
    20. Articles ----------------------------------
         Tablet -----------------------------------
    21. .Article ----------------------------------
         Tablet -----------------------------------
         Small Desktop ----------------------------
    22. Banner ------------------------------------
    23. Breadcrumbs -------------------------------
         Tablet Portrait --------------------------
    24. Button ------------------------------------
         Tablet -----------------------------------
         Button Block -----------------------------
    25. Cards -------------------------------------
         Tablet Portrait --------------------------
    26. Card --------------------------------------
         Tablet Portrait --------------------------
    27. Filters -----------------------------------
         Tablet Portrait --------------------------
    28. Filters Result ----------------------------
    29. Filter ------------------------------------
    30. Form Elements -----------------------------
         Tablet Portrait --------------------------
         Radio ------------------------------------
    31. Form --------------------------------------
         Tablet Portrait --------------------------
    32. Form Filters ------------------------------
    33. Form Apply --------------------------------
         Tablet Portrait --------------------------
    34. List --------------------------------------
    35. List Options ------------------------------
         Tablet -----------------------------------
    36. List Filters ------------------------------
    37. List Logos --------------------------------
    38. Logo --------------------------------------
         Tablet -----------------------------------
    39. Nav ---------------------------------------
         Tablet -----------------------------------
    40. Nav Trigger -------------------------------
         Tablet -----------------------------------
    41. Section -----------------------------------
         Tablet Portrait --------------------------
         Small Desktop ----------------------------
    42. Section Main ------------------------------
         Tablet -----------------------------------
    43. Section Jobs ------------------------------
    44. Section Form ------------------------------
         Tablet Portrait --------------------------
    45. Slider ------------------------------------
    46. Table -------------------------------------
    47. Widget ------------------------------------
    48. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Titles
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Colors
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.ico-check { background-image     : url(../images/sprite.png); background-position     : 0% 0%; background-size     : 175% 135.41666666666669%; width     : 48px; height     : 48px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-close-blue { background-image     : url(../images/sprite.png); background-position     : 0% 100%; background-size     : 646.1538461538462% 500%; width     : 13px; height     : 13px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-close-small-blue { background-image     : url(../images/sprite.png); background-position     : 73.23943661971832% 64.28571428571429%; background-size     : 646.1538461538462% 722.2222222222223%; width     : 13px; height     : 9px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

.ico-tool-tip { background-image     : url(../images/sprite.png); background-position     : 100% 0%; background-size     : 262.5% 203.125%; width     : 32px; height     : 32px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	.ico-check { background-image     : url(../images/sprite.@2x.png); background-position     : 0% 0%; background-size     : 175% 135.41666666666669%; width     : 48px; height     : 48px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-close-blue { background-image     : url(../images/sprite.@2x.png); background-position     : 0% 100%; background-size     : 646.1538461538462% 500%; width     : 13px; height     : 13px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-close-small-blue { background-image     : url(../images/sprite.@2x.png); background-position     : 73.23943661971832% 64.28571428571429%; background-size     : 646.1538461538462% 722.2222222222223%; width     : 13px; height     : 9px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-tool-tip { background-image     : url(../images/sprite.@2x.png); background-position     : 100% 0%; background-size     : 262.5% 203.125%; width     : 32px; height     : 32px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
}

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #eee; font-family: 'Nunito Sans', sans-serif; font-size: 14px; line-height: 1.36; color: #000; }

a { color: inherit; text-decoration: underline; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.68em; }

h1 { font-size: 30px; }

h2 { font-size: 28px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.36em; }

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

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content     : ''; display     : block; clear     : both; }

/*  Notext  */

.notext { overflow     : hidden; text-indent     : 101%; white-space     : nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (min-width: 769px) and (max-width: 1024px) {
	.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: 1025px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

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

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

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: relative; padding: 18px 0; z-index: 100; }

.header .header__entry { padding: 0 9px; }

.header--black { padding: 18px 0 15px; background-color: #000; text-align: center; }

.header--black .nav-trigger { position: absolute; left: 16px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.header--black .nav-trigger span { background-color: #fff; }

.header--black .logo { display: inline-block; }

.header--black .nav { background-color: #000; color: #fff; }

/* Tablet */

@media (min-width: 768px){
	.header { padding: 10px 0 14px; background-color: #000; }
	.header .header__entry { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 3px 0 0; }
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1432px; padding-left: 16px; padding-right: 16px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; }

.wrapper.fixed { position: fixed; width: 100%; }

.wrapper.fixed:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100vh; background-color: rgba(238, 238, 238, .5); }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles .cols { display: block; margin: 0; }

.articles .col { max-width: 100%; width: 100%; padding: 0; }

/* Tablet */

@media (min-width: 768px){
	.articles .cols { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 0 -15px; }
	.articles .col { max-width: 100%; width: 100%; padding: 0 15px; }
	.articles .col--1of3 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; width: 33.33%; }
}

/* ------------------------------------------------------------ *\
	.Article
\* ------------------------------------------------------------ */

.article { margin-bottom: 15px; border: 1px solid #afafaf; border-top: 0; border-left: 0; background-color: #fff; width: 100%; font-weight: 300; }

.article .ico-check { width: 24px; height: 24px; }

.article h4 { margin: 0 0 0px; font-weight: 400; }

.article .article__head { display: none; padding: 15px 0 13px; border-bottom: 2px solid #d8d8d8; text-align: center; }

.article .article__head i { display: inline-block; margin: 0 0 2px; }

.article .article__head h2 { margin: 0 0 6px; font-size: 14px; }

.article .article__head p { margin: 0; font-size: 14px; }

.article .article__head--visible { display: block; }

.article .article__body { position: relative; padding: 10px 12px 13px 15px; }

.article .article__body h4 { margin-right: 30px }

.article .article__body p { margin: 0 30px 14px 0; }

.article .article__body .ico-check { position: absolute; top: 20px; right: 16px; }

.article .article__footer { display: none; padding: 10px 15px; }

.article .article__footer p { font-size: 14px; line-height: 1.36; }

.article .article__actions { text-align: center; display: none; }

/* Tablet */

@media (min-width: 768px){
	.article { margin-bottom: 25px; }
	.article .article__body { padding: 9px 12px 11px 15px; }
	.article .article__body p { margin: 0 0 12px; letter-spacing: -.019em; }
	.article .article__footer { display: block; padding: 0px 15px 23px; }
	.article .article__actions { padding: 0 20px; }
	.article .article__actions .btn { width: 100%; }

	.article .list-options { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;  padding: 12px 5px; }
}

/* Small Desktop */

@media (min-width: 1024px) {
	.article .article__actions { display: block; }
}

/* ------------------------------------------------------------ *\
	Banner
\* ------------------------------------------------------------ */

.banner { padding: 12px 5px 28px; margin-bottom: 15px; text-align: center; background-size: cover; background-position: center center; font-size: 20px; color: #fff; letter-spacing: .02em; }

.banner span { font-weight: 800; }

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs { margin: 0 0 6px; padding: 15px 0; font-size: 20px; font-weight: 300; font-size: 20px; text-decoration: none; }

.breadcrumbs .link-back { display: inline-block; position: relative; padding: 0 0 0 16px; font-size: 20px; font-weight: 300; font-size: 20px; text-decoration: none; }

.breadcrumbs .link-back:before { content: ''; position: absolute; left: 0px; top: 11px; width: 11px; height: 11px; border: 1px solid #000; border-bottom: 0; border-left: 0; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.breadcrumbs--alt { margin: 0 0 0px; padding: 16px 0 15px; }

.breadcrumbs .link-back { padding: 0 0 0 21px; letter-spacing: -.03em; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.breadcrumbs .link-back { font-size: 28px; }
	.breadcrumbs .link-back:before { content: ''; position: absolute; left: 0px; top: 18px; }

	.breadcrumbs--alt { max-width: 920px; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }


.btn--blue { padding: 15px 9px 13px; color: #fff; background-color: #3e5aad; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 1; border-radius: 4px; border: 1px solid #3e5aad; -webkit-transition: color .4s ease, background-color .4s ease; -o-transition: color .4s ease, background-color .4s ease; transition: color .4s ease, background-color .4s ease; }

.btn--green { padding: 12px 9px 13px; background-color: #40ad3e; line-height: 1; border: 0; border-radius: 5px; color: #fff; text-transform: uppercase; }

.btn--grey { padding: 12px 9px 16px; color: #fff; background-color: #b6b6b6; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 1; border-radius: 4px; border: 1px solid #b6b6b6; -webkit-transition: color .4s ease, background-color .4s ease; -o-transition: color .4s ease, background-color .4s ease; transition: color .4s ease, background-color .4s ease; }

/* Tablet */

@media (min-width: 768px){
	.btn--blue:hover { background-color: transparent; color: #3e5aad; }
	.btn--grey:hover { background-color: transparent; color: #3e5aad; }
}

/*  Button Block  */

.btn--block { display: block; padding-left: 0; padding-right: 0; }

/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */

.cards { width: 289px; margin: 0 auto; }

.cards h3 { margin: 0 0 16px; text-align: left; font-weight: 300; letter-spacing: -.03em; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.cards { width: 400px; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */

.card { width: 289px; margin: 0 auto; padding: 14px 0 22px; background-color: #fff; border: 1px solid #bababa; border-top: 0; border-left: 0; }

.card .ico-check { display: inline-block; width: 24px; height: 24px; margin: 0 0 4px; }

.card h4 { margin: 0 0 -1px; font-weight: 400; }

.card h5 { margin: 0 0 5px; }

.card span { display: inline-block; font-size: 12px; font-weight: 300; }

.card .card__head { margin: 0 0 25px; }

.card .card__body p { margin: 0 0 12px; }

.card .card__actions { margin-top: 35px; }

.card .card__actions .btn { width: 215px; display: block; margin: 0 auto; }

.card .card__actions .btn ~ .btn { margin-top: 15px; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.card { width: 400px; font-size: 18px; }
	.card h4 { margin: 0 0 -1px; font-size: 24px; }
	.card h5 { margin: 0 0 5px; font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Filters
\* ------------------------------------------------------------ */

.filters { position: fixed; top: 74px; left: 0; right: 0; bottom: 0; padding: 17px 15px; -webkit-transform: translateX(-150%); -ms-transform: translateX(-150%); transform: translateX(-150%); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; -o-transition: transform .4s ease; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; background: #eee; overflow: auto; z-index: 10; }

.filters .filters__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.filters .filters__close { display: inline-block; position: relative; padding: 0 0 0 20px; font-size: 20px; font-weight: 300; font-size: 20px; text-decoration: none; }

.filters .filters__close:before { content: ''; position: absolute; left: 0px; top: 8px; width: 11px; height: 11px; border: 1px solid #000; border-bottom: 0; border-left: 0; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.filters .filters__body { padding: 20px 0; }

.filters .clear { position: relative; display: inline-block; margin-top: 6px; color: #3e5aad; font-size: 12px; text-transform: uppercase; text-decoration: none; }

.filters .clear i { position: relative; display: inline-block; margin-left: 3px; }

.filters.active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

/* Tablet Portrait */

@media (min-width: 768px) {
	.filters { right: auto; width: 400px; border: 1px solid #b6b6b6; border-left: 0; border-top: 0;}
	.filters .filters__close { padding: 0; }
	.filters .filters__close:before { display: none; }
}

/* ------------------------------------------------------------ *\
	Filters Result
\* ------------------------------------------------------------ */

.filters-result { padding: 6px 9px 3px; border: 1px solid #979797; border-left: 0; border-right: 0; }

.filters-result .hidden-link { display: inline-block; opacity: 0; pointer-events: none; }

.filters-result .link-clear { color: #3e5aad; text-transform: uppercase; font-size: 12px; text-decoration: none; }

.filters-result .link-clear i { position: relative; right: -5px; }

.filters-result .link-filters { position: relative; display: inline-block; padding-right: 10px; font-size: 12px; text-transform: uppercase; text-decoration: none; }

.filters-result .link-filters:before { content: ''; position: absolute; right: -4px; top: 4px; width: 8px; height: 8px; border: 1px solid #000; border-bottom: 0; border-left: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.filters-result--alt { padding: 3px 0 7px; }

.filters-result--alt .link-filters { padding-right: 15px; }

.filters-result--alt .link-filters:before { right: 1px; }

.filters-result .filters-result__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.filters-result .filters-result__entry { padding: 13px 0 0px; }

/* ------------------------------------------------------------ *\
	Filter
\* ------------------------------------------------------------ */

.filter { background-color: #fff; border: 1px solid #b6b6b6; border-top: 0; border-left: 0; }

.filter .filter__head { position: relative; padding: 9px 14px 9px; }

.filter .filter__head .ico-open { position: absolute; right: 19px; top: 41%; width: 8px; height: 8px; border: 1px solid #000; border-right: 0; border-top: 0; -webkit-transform: translateY(-50%) rotate(-45deg); -ms-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); }

.filter .filter__head .ico-close-small-blue { position: absolute; top: 13px; right: 17px; pointer-events: none; }

.filter .filter__head h4 { margin: 0; letter-spacing: -.02em; font-weight: 400; }

.filter ~ .filter { margin-top: 17px; }

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: #c1c1c1; opacity: 1; }

input:-ms-input-placeholder { color: #c1c1c1; opacity: 1; }

input::-ms-input-placeholder { color: #c1c1c1; opacity: 1; }

input::placeholder { color: #c1c1c1; opacity: 1; }

textarea::-webkit-input-placeholder { color: #c1c1c1; opacity: 1; }

textarea:-ms-input-placeholder { color: #c1c1c1; opacity: 1; }

textarea::-ms-input-placeholder { color: #c1c1c1; opacity: 1; }

textarea::placeholder { color: #c1c1c1; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field { height: 27px; width: 100%; padding: 0 6px; font-size: 14px; border: 2px solid #c1c1c1; color: #000; line-height: 1; border-radius: 0; }

.field--textarea { height: 132px; padding: 2px 6px; resize: none; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.field { height: 35px; }
}

/*  Radio  */

.radio { width: 100%; margin-bottom: 8px; }

.radio [type="radio"] { display: none; }

.radio [type="radio"]  + label { position: relative; display: inline-block; width: 100%; padding-right: 50px; cursor: pointer; font-size: 14px; }

.radio [type="radio"]  + label:before { content: ''; position: absolute; right: 0; top: -1px; width: 24px; height: 24px; border: 1px solid #a3a3a3; border-radius: 50%; background-color: #fff; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; transition: background-color .4s ease; }

.radio [type="radio"]  + label:after { content: ''; position: absolute; height: 15px; width: 7px; top: 2px; right: 9px; opacity: 0; border: 1px solid #fff; border-left: 0; border-top: 0; -webkit-transform: rotate(40deg); -ms-transform: rotate(40deg); transform: rotate(40deg); -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }

.radio [type="radio"]:checked + label:before { background-color: #9fc43b; border-color: #9fc43b; }

.radio [type="radio"]:checked + label:after { opacity: 1; }

.radio--center [type="radio"] + label:before { content: ''; position: absolute; right: 0; top: 50%; width: 24px; height: 24px; border: 1px solid #a3a3a3; border-radius: 50%; background-color: #fff; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; transition: background-color .4s ease; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.radio--center [type="radio"] + label:after { width: 7px; top: 45%; right: 9px; -webkit-transform: translateY(-50%) rotate(40deg); -ms-transform: translateY(-50%) rotate(40deg); transform: translateY(-50%) rotate(40deg); }

.radio--alt [type="radio"] + label { padding-left: 34px; padding-right: 0; }

.radio--alt [type="radio"] + label:before { content: ''; position: absolute; left: 0; right: auto; }

.radio--alt [type="radio"] + label:after {  right: auto; left: 8px; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form { padding: 10px 15px; background-color: #fff; border: 1px solid #bababa; border-top: 0; border-left: 0; }

.form h5 { margin: 0 0 13px; letter-spacing: -.01em; }

.form .tool-tip-icon { position: absolute; top: 40%; right: 3px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.form .ico-tool-tip { width: 16px; height: 16px; }

.form .field { border: 1px solid #9b9b9b; }

.form .form__head .form__row { padding: 10px 0 5px; border-top: 1px solid #d8d8d8; }

.form .form__head .form__row:last-child { border-bottom: 1px solid #d8d8d8; }

.form .form__body { padding: 18px 0; }

.form .form__body h5 { margin: 0 0 24px; }

.form .form__body span { display: block; margin: 19px 0 21px; letter-spacing: -.01em; }

.form .form__body .form__row ~ .form__row { margin-top: 15px; }

.form .form__body .form__label { display: block; margin: 0 0 6px; line-height: 1.36; letter-spacing: -.01em; }

.form .form__group { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 9px 0 17px; }

.form .form__group .form__label { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; margin: 0 0 5px 8px; }

.form .form__group .form__row--large { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; }

.form .form__group .form__row--small { -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%; }

.form .form__group .form__row ~ .form__row { margin-top: 0; }

.form .form__controls { position: relative; }

.form .form__controls--flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.form .form__controls--flex .field { -webkit-box-flex: 0; -ms-flex: 0 0 51%; flex: 0 0 51%; max-width: 51%; }

.form .form__controls--flex .btn { -webkit-box-flex: 0; -ms-flex: 0 0 43%; flex: 0 0 43%; max-width: 43%; }

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

.form .form__row--radio .radio { -webkit-box-flex: 0; -ms-flex: 0 0 41%; flex: 0 0 41%; max-width: 41%; }

.form .field--textarea { height: 220px; }

.form .form__actions { padding: 4px 20px 13px; text-align: center; }

.form .form__actions .btn { width: 100%; }

.form--alt { padding: 16px 15px 1px; }

.form--alt h2 { margin: 0 0 18px; font-size: 36px; font-weight: 200; line-height: 1; }

.form--alt h5 { margin: 0 0 7px; letter-spacing: .0em; }

.form--alt p { margin: 0; }

.form--alt .form__body { padding: 14px 0; }

.form--alt .form__group { margin: 10px 0 14px; }

.form--alt .form__group .form__row { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }

.form--alt .form__group .form__row ~ .form__row .field { border-left: 0; }

.form--alt .form__actions { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 13px 0 0; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.form--alt .form__actions .btn { -webkit-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; max-width: 120px; }

/* Tablet Portrait */

@media (min-width: 768px) {
 	.form { max-width: 900px; margin: 0 auto; padding: 20px 35px; }
 	.form .field { height: 40px; }
	.form .field--textarea { height: 220px; }
	.form h5 {font-size: 22px; }
	.form .form__label { margin: 0 0 15px; font-size: 18px; }
	.form .form__actions .btn { width: auto; min-width: 150px; }
	.form .form__body .form__label { margin: 0 0 15px; }

	.form .form__controls--flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.form .form__controls--flex .field { -webkit-box-flex: 0; -ms-flex: 0 0 51%; flex: 0 0 51%; max-width: 51%; }
	.form .form__controls--flex .btn { -webkit-box-flex: 0; -ms-flex: 0 0 152px; flex: 0 0 152px; max-width: 152px; padding: 16px 10px; margin-left: 30px; }

	.form .form__row--radio .radio { -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; max-width: 150px; }

	.form--flex { max-width: 1200px; padding: 20px 15px; }
	.form--flex form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.form--flex .form__head { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; padding: 20px 0; }
	.form--flex .form__body { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; padding: 20px 0; }
	.form--flex .form__foot { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; text-align: center; }
	.form--flex .form__actions { width: 100%; padding: 30px 0; }

 }

/* ------------------------------------------------------------ *\
	Form Filters
\* ------------------------------------------------------------ */

.form-filters { padding: 6px 16px 0; }

.form-filters .form__row { padding: 10px 0px 5px; border-top: 1px solid #d8d8d8; }

.form-filters .radio [type="radio"]  + label { font-weight: 400; }

/* ------------------------------------------------------------ *\
	Form Apply
\* ------------------------------------------------------------ */

.form-apply span { display: block; padding: 9px 0 4px; text-align: center; }

.form-apply .form__head h4 { margin: 0; letter-spacing: .0em; font-weight: 400; font-size: 18px; }

.form-apply .form__body { padding: 18px 0; }

.form-apply .form__body .form__label { display: block; margin: 0 0 12px; line-height: 1.36; letter-spacing: -.01em; }

.form-apply .form__controls--flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.form-apply .form__controls--flex .field { -webkit-box-flex: 0; -ms-flex: 0 0 51%; flex: 0 0 51%; max-width: 51%; }

.form-apply .form__controls--flex .btn { -webkit-box-flex: 0; -ms-flex: 0 0 43%; flex: 0 0 43%; max-width: 43%; }

.form-apply .form__row ~ .form__row { margin-top: 12px; }

.form-apply .form__actions { padding: 0 19px; }

.form-apply .form__actions .btn { width: 100%; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.form-apply { max-width: 1200px; margin: 0 auto; }
	.form-apply .field { height: 48px; }
	.form-apply .form__controls--flex { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.form-apply .form__controls--flex .btn { padding: 16px 10px; }
	.form-apply .form__actions { padding: 0; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	List Options
\* ------------------------------------------------------------ */

.list-options { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-weight: 300; font-size: 12px; }

/* Tablet */

@media (min-width: 768px){
	.list-options { padding: 4px 0 8px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #979797; border-left: 0; border-right: 0; line-height: 1; font-size: 14px; }
	.list-options li ~ li { margin-left: 10px; }
}

/* ------------------------------------------------------------ *\
	List Filters
\* ------------------------------------------------------------ */

.list-filters { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; color: #fff; line-height: 27px; font-size: 12px; }

.list-filters a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 0px 3px 1px 9px; background-color: #9fc43b; border-radius: 22px; text-decoration: none; }

.list-filters span { position: relative; width: 19px; height: 19px; margin-left: 7px; margin-top: 4px; display: inline-block; border-radius: 50%; background-color: #fff; }

.list-filters span:before { content: ''; position: absolute; top: 15%; left: 51%; width: 1px; height: 13px; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-color: #000; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.list-filters span:after { content: ''; position: absolute; top: 15%; left: 52%; width: 1px; height: 13px; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); background-color: #000; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.list-filters li{ margin-right: 5px; margin-bottom: 5px; }

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */

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

.list-logos img { width: 100%; }

.list-logos li { width: 38px; border-radius: 6px; }

.list-logos li ~ li { margin-left: 4px; }

.list-logos a { display: block; -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }

.list-logos a:hover { opacity: .8; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { width: 80px; height: 36px; background-size: cover; background-position: center center; }

.logo { display: none; }

/* Tablet */

@media (min-width: 768px){
	.logo { display: inline-block; margin: 10px 0 0; }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { display: none; position: fixed; top: 74px; bottom: 0; left: 0; right: 0; overflow: auto; background-color: #eee; font-weight: 600; text-transform: uppercase; }

.nav ul { list-style-type: none; }

.nav li ~ li { margin-top: 10px; }

.nav a { display: block; padding: 5px; text-align: center; text-decoration: none; -webkit-transition: color .4s ease; -o-transition: color .4s ease; transition: color .4s ease; }

.nav a:hover { color: #3e5aad; }

/* Tablet */

@media (min-width: 768px){
	.nav { display: block !important; position: relative; top: auto; left: auto; right: auto; padding: 2px 0 0; overflow: unset; background-color: transparent; color: #fff; }
	.nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; line-height: 1; }
	.nav li ~ li { margin-top: 0; margin-left: 11px; }
}

/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */

.nav-trigger { position: relative; display: inline-block; width: 24px; height: 16px; }

.nav-trigger span { position: absolute; display: block; height: 2px; width: 100%; background: #000; -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s; -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }

.nav-trigger span:nth-child(1) { top: 0; }

.nav-trigger span:nth-child(2) { top: 7px; }

.nav-trigger span:nth-child(3) { top: 14px; }

.nav-trigger--active span { -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s; -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s; transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }

.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) { top: 7px; }

.nav-trigger--active span:nth-child(2) { opacity: 0; }

.nav-trigger--active span:nth-child(1) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.nav-trigger--active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Tablet */

@media (min-width: 768px){
	.nav-trigger { display: none; }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section h4 { margin: 0 0 10px; letter-spacing: .02em; line-height: 1; font-weight: 400; }

.section h5 { margin: 0 0 19px; font-weight: 300; }

.section p { margin: 0 0 19px; }

.section .section__inner { padding: 12px 0px; background-color: #fff; border: 1px solid #e8e8e8; border-top: 0; border-left: 0; }

.section .list-options { padding: 10px 15px 14px; border: 2px solid #e8e8e8; border-left: 0; border-right: 0; }

.section .section__head h4 { margin: 0 15px 1px; letter-spacing: -.02em; }

.section .section__head h5 { margin: 0 15px 13px; letter-spacing: -.02em; }

.section .section__body { padding: 18px 17px 2px; }

.section .section__body ul { display: block; padding-left: 26px; margin: 0; }

.section .section__body .data { display: block; margin: 0 0 16px; opacity: .7; font-size: 12px; }

.section .section__group { margin-bottom: 39px; }

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

.section .section__foot { padding: 19px 15px; border-top: 2px solid #e8e8e8; }

.section .section__actions { padding: 4px 20px 20px; }

.section .section__actions { text-align: center; font-size: 14px; text-transform: uppercase; color: #3e5aad; }

.section .section__link-edit { display: block; margin: 0 0 19px; text-align: center; text-decoration: none; font-weight: 600; }

.section .section__actions .btn { width: 100%; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.section { font-size: 16px; }
	.section h4 { margin: 0 0 20px; font-size: 26px; }
	.section h5 { margin: 0 0 19px; font-size: 22px; }
	.section p { margin: 0 0 19px; }

	.section .section__body { padding: 20px 30px; border-bottom: 2px solid #e8e8e8; }
	.section .section__body .data { font-size: 16px; }

	.section .section__inner { padding: 20px 0px; }

	.section .section__head h4 { margin: 0 30px 20px; }
	.section .section__head h5 { margin: 0 30px 20px; }

	.section .section__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	.section .section__link-edit { display: block; margin: 0 20px 0; text-align: center; text-decoration: none; font-weight: 600; }
	.section .section__actions .btn { width: auto; }

}

/* Small Desktop */

@media (min-width: 1024px) {
	.section--flex .section__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.section--flex .section__head { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	.section--flex .section__body  { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; border: 0; }
	.section--flex .section__foot { -webkit-box-flex: 0; -ms-flex: 0 0 38%; flex: 0 0 38%; max-width: 38%; padding: 30px 20px; border: 0; }
}

/* ------------------------------------------------------------ *\
	Section Main
\* ------------------------------------------------------------ */

.section-main { padding: 33px 0; text-align: center; }

.section-main h1 { margin: 0 0 49px; font-weight: 300; }

.section-main h2 { margin: 0 0 24px; font-weight: 200; }

.section-main .section-main__actions { width: 215px; margin: 0 auto 11px; padding: 34px 0 44px; }

.section-main .section-main__actions .btn { width: 100%; }

.section-main .section-main__actions .btn ~ .btn { margin-top: 17px; }

.section-main .section-main__link { display: block; color: #3e5aad; text-transform: uppercase; text-decoration: none; font-weight: 600; }

/* Tablet */

@media (min-width: 768px){
	.section-main { padding: 56px 0; text-align: center; }
	.section-main .section-main__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; margin: 0 auto 51px; padding: 40px 0; }
	.section-main .section-main__actions .btn { width: auto; min-width: 215px; }
	.section-main .section-main__actions .btn ~ .btn { margin-top: 0; margin-left: 23px; }
}

/* ------------------------------------------------------------ *\
	Section Jobs
\* ------------------------------------------------------------ */

.section-jobs { padding: 19px 0; }

.section-jobs h3 { margin: 0 20px 18px; font-weight: 300; letter-spacing: .01em; }

.section-jobs h3 a { position: relative; display: inline-block; text-decoration: none; }

.section-jobs .section__head { margin: 0 0 17px; }

.section-jobs .section__head h3 a { position: relative; }

.section-jobs .section__head h3 a:before { content: ''; position: absolute; left: -20px; top: 8px; width: 10px; height: 10px; border: 1px solid #000; border-bottom: 0; border-left: 0; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

/* ------------------------------------------------------------ *\
	Section Form
\* ------------------------------------------------------------ */

.section-form .section__head p { margin: 0 0 15px; letter-spacing: -.007em; }

.section-form .section__head h5 { margin: 0 30px 0 -2px; letter-spacing: -.015em; line-height: 1.36; color: #3e5aad; text-transform: uppercase; font-weight: 600; }

.section-form .section__body { padding: 21px 0; }

.section-form--alt .section__body { padding: 0px 0; }

/* Tablet Portrait */

@media (min-width: 768px) {
	.section-form .section__head { max-width: 900px; margin: 0 auto; }
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */
