* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { width: 100%; height: 100%; float: left; -webkit-font-smoothing: antialiased; }

body { width: 100%; height: 100%; margin: 0; padding: 0; float: left; font-family: "Montserrat", sans-serif; font-size: 16px; color: #333; background: #fff; overflow: hidden; overflow-y: auto; font-weight: 400; -webkit-transition: 1s margin; -moz-transition: 1s margin; transition: 1s margin; }

img { max-width: 100%; }

strong { font-weight: 500; }

iframe { position: relative; }

p { font-family: "Montserrat", sans-serif; font-size: 14px; line-height: 30px; margin: 30px 0; font-weight: 300; }

p a { color: #FA3E32; text-decoration: none; }

p a:hover { text-decoration: underline; }

h1 { margin: 0; margin-bottom: 30px; font-weight: 300; font-size: 48px; font-family: "Montserrat", sans-serif; line-height: 52px; }

h2 { margin: 0; margin-bottom: 30px; font-weight: 300; font-size: 30px; font-family: "Montserrat", sans-serif; line-height: 34px; }

h3 { margin: 0; margin-bottom: 30px; font-weight: 700; font-size: 26px; font-family: "Montserrat", sans-serif; line-height: 30px; }

h4 { margin: 0; margin-bottom: 30px; font-weight: 400; font-size: 20px; font-family: "Montserrat", sans-serif; line-height: 36px; }

h5 { margin: 0; margin-bottom: 30px; font-weight: 400; font-size: 16px; font-family: "Montserrat", sans-serif; line-height: 20px; }

h6 { margin: 0; margin-bottom: 30px; font-weight: 400; font-size: 12px; font-family: "Montserrat", sans-serif; line-height: 16px; }

ol, ul { padding-left: 20px; margin: 20px 0; }

li { font-size: 16px; line-height: 40px; font-family: "Montserrat", sans-serif; }

input[type="text"], textarea, input[type="submit"], select, input[type="email"], button { outline: none; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="text"], textarea, select, input[type="email"], input[type="submit"] { font-family: "Montserrat", sans-serif; }

input[type="submit"] { cursor: pointer; }

a:not([href]) { cursor: pointer; }

sup { font-family: monospace; }

.container { float: left; width: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; }

.clear { clear: both; }

.fakebody { overflow-x: hidden; }

.wrapper { margin: 0 auto; width: 1450px; }

.resp { display: none; }

.hide { display: none; }

table.vertcentre { height: 100%; float: left; width: 100%; border-spacing: 0; }

table.vertcentre td { padding: 0; }

/*header*/
#head { float: left; position: fixed; top: 0; left: 0; z-index: 10; padding: 60px 0 0; -webkit-transition: 0.5s margin ease; -moz-transition: 0.5s margin ease; transition: 0.5s margin ease; }

#head.hub { padding: 60px 0 50px; border-bottom: 15px solid #FA3E32; }

#head.hidden { margin-top: -125px; }

#head.hidden.hub { margin-top: -190px; }

#head .logo { float: left; }

#head .logo img { float: left; width: 212px; }

#head .logo img:last-child { display: none; width: 45px; }

#head.black .logo img:first-child { display: none; }

#head.black .logo img:last-child { display: block; }

#head.black.hub { padding-bottom: 0; border: 0; }

#head .menu { padding: 35px 0 0; float: right; width: -moz-calc(100% - 300px); width: -webkit-calc(100% - 300px); width: calc(100% - 300px); }

#head .menu ul { float: right; margin: 0; padding: 0; text-align: center; }

#head .menu ul li { float: left; list-style: none; text-transform: none; margin: 0 15px; line-height: 20px; }

#head .menu ul li:first-child { margin-left: 0; }

#head .menu ul li:last-child { margin-right: 0; }

#head .menu ul li.logo { width: auto; }

#head .menu ul li a { color: #fff; text-decoration: none; font-size: 16px; font-weight: 700; }

#head.hub .menu ul li a { color: #333; }

#head.black .menu ul li a { color: #333; }

#head .menu ul li.spacer a { opacity: 1 !important; cursor: default; }

#head .menu ul li a:hover { opacity: 0.3; }

#head .menu .label img:last-child { display: none; }

#head.black .menu .label img:first-child { display: none; }

#head.black .menu .label img:last-child { display: block; }

#head.hub .menu .label img:first-child { display: none; }

#head.hub .menu .label img:last-child { display: block; }

#head .fourbar { display: none; }

#head .menuholder .close { display: none; }

.navspacer { height: 190px; }

/*isloading*/
.isloading-wrapper { padding: 10px 0; display: block; position: absolute; left: 50%; margin-left: -50px; width: 100px; background-color: transparent; text-align: center; color: #000000; text-transform: uppercase; }

.icon-spin { font-size: 40px; color: #49B3D7; }

.button { cursor: pointer; text-decoration: none; float: left; width: 175px; text-align: left; border: 0; padding: 15px 10px; background: #FA3E32; color: #fff; font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 700; line-height: 25px; letter-spacing: .1em; text-transform: uppercase; text-align: center; }

.button.open { background: #0A406B; }

.button.idea { background: #F17221; }

.button.lumi { background: #583D84; }

.button:hover { background: #333; color: #fff; }

.button.open:hover { background: rgba(10, 64, 107, 0.7); }

.button.idea:hover { background: rgba(241, 114, 33, 0.7); }

.button.lumi:hover { background: rgba(88, 61, 132, 0.7); }

.padding160 { padding: 150px 0; }

.padding150 { padding: 150px 0; }

.padding120 { padding: 120px 0; }

.padding100 { padding: 100px 0; }

.padding80 { padding: 80px 0; }

.padding60 { padding: 60px 0; }

.padding55 { padding: 55px 0; }

.padding50 { padding: 50px 0; }

.padding40 { padding: 40px 0; }

.padding30 { padding: 30px; }

.centred { text-align: center; }

.owl-carousel .animated { -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; -o-animation-duration: 0.5s; animation-duration: 0.5s; }

.grecaptcha-badge { display: none; }

::-webkit-input-placeholder { color: #4A4A4A; opacity: 1; font-family: "Montserrat", sans-serif; }

:-moz-placeholder { color: #4A4A4A; opacity: 1; font-family: "Montserrat", sans-serif; }

::-moz-placeholder { color: #4A4A4A; opacity: 1; font-family: "Montserrat", sans-serif; }

:-ms-input-placeholder { color: #4A4A4A; opacity: 1; font-family: "Montserrat", sans-serif; }

.banner { height: -moz-calc(100% - 15px); height: -webkit-calc(100% - 15px); height: calc(100% - 15px); }

.banner a.container { height: 100%; }

.banner .wrapper { height: 100%; }

.banner .slider { height: 100%; position: relative; }

.banner .slider .owl-stage-outer { height: 100%; }

.banner .slider .owl-stage { height: 100%; }

.banner .slider .owl-item { height: 100%; }

.banner .slider .item { height: 100%; }

.banner .slider .owl-dots { position: absolute; bottom: 70px; left: -moz-calc((100% - 1450px)/2); left: -webkit-calc((100% - 1450px)/2); left: calc((100% - 1450px)/2); }

.banner .slider .owl-dot { float: left; clear: left; margin-bottom: 15px; height: 10px; width: 10px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; border: 2px solid #fff; }

.banner .slider .owl-dot.active { background: #fff; }

.banner .slider .owl-dot:last-child { margin-bottom: 0; }

.banner table { color: #fff; text-align: center; }

.banner table h2 { font-size: 48px; font-weight: 300; margin: 0; line-height: 52px; }

.banner table h1 { margin: 0; }

.fourbar .section { float: left; height: 15px; width: -moz-calc((100% - 3px)/4); width: -webkit-calc((100% - 3px)/4); width: calc((100% - 3px)/4); }

.fourbar .spacer { float: left; height: 170px; margin-top: -70px; margin-bottom: -85px; position: relative; z-index: 1; width: 3px; }

.fourbar .spacer .half { float: left; width: 100%; height: 50%; }

.fourbar .spacer .half:nth-child(1) { background: #fff; }

.fourbar .spacer .half:nth-child(2) { background: #8A8A8A; }

.fourbar .section:nth-child(1) { background: #FA3E32; }

.fourbar .section:nth-child(2) { background: #0A406B; }

.fourbar .section:nth-last-child(2) { background: #F17221; }

.fourbar .section:nth-last-child(1) { background: #583D84; }

.fourbar.utopia .section { background: #FA3E32 !important; }

.fourbar.openmindx .section { background: #0A406B !important; }

.fourbar.ideationworx .section { background: #F17221 !important; }

.fourbar.lumierex .section { background: #583D84 !important; }

.threeboxes h2 { text-align: center; width: 800px; margin: 0 auto; margin-bottom: 120px; line-height: 38px; }

.threeboxes .boxes { padding: 0 60px; }

.threeboxes .box { float: left; width: -moz-calc((100% - 323px)/3); width: -webkit-calc((100% - 323px)/3); width: calc((100% - 323px)/3); text-align: center; }

.threeboxes .box .image { margin-bottom: 10px; }

.threeboxes .box img { height: 100px; }

.threeboxes .spacer { float: left; width: 1px; margin: 60px 80px 0; background: #C4C4C4; height: 200px; }

.threeboxes .button { margin-top: 10px; margin-left: -moz-calc((100% - 175px)/2); margin-left: -webkit-calc((100% - 175px)/2); margin-left: calc((100% - 175px)/2); }

.featured { background: #EAEAEA; }

.featured h3 { color: #4C4C4C; text-transform: uppercase; margin-bottom: 50px; text-align: center; }

.featured .box { float: left; margin-right: 30px; margin-bottom: 30px; width: -moz-calc((100% - 61px)/3); width: -webkit-calc((100% - 61px)/3); width: calc((100% - 61px)/3); }

.featured .box:nth-child(3n+3) { margin-right: 0; }

.featured .box:nth-child(3n+1) { clear: left; }

.featured .box .text { background: #fff; padding: 30px 40px; color: #4C4C4C; }

.featured .box .text h4 { margin-bottom: 8px; }

.featured .box .text p { margin: 20px 0; }

.featured .box .text h4 a { color: #333; text-decoration: none; }

.featured .box .text .category { font-weight: 700; font-size: 10px; text-transform: uppercase; }

.featured .box .text .category a { text-decoration: none; }

.featured .box .text .category a:hover { opacity: 0.7; }

.featured .box .image .overlay { opacity: 0; height: 100%; -webkit-transition: 0.3s opacity ease; -moz-transition: 0.3s opacity ease; transition: 0.3s opacity ease; }

.featured .box .image:hover .overlay { opacity: 1; }

.featured .box.openmindx .text .category a { color: #0A406B; }

.featured .box.openmindx .image .overlay { background: rgba(10, 64, 107, 0.5); }

.featured .box.ideationworx .text .category a { color: #F17221; }

.featured .box.ideationworx .image .overlay { background: rgba(241, 114, 33, 0.5); }

.featured .box.lumierex .text .category a { color: #583D84; }

.featured .box.lumierex .image .overlay { background: rgba(88, 61, 132, 0.5); }

.featured .box .text .btn { color: #333; font-weight: 700; text-decoration: none; font-size: 10px; text-transform: uppercase; }

.featured .box .text .btn:hover { color: #8A8A8A; }

.featured.ex h3 { float: left; }

.featured.ex a.viewall { float: right; font-size: 20px; color: #8A8A8A; font-weight: 700; text-transform: uppercase; text-decoration: none; line-height: 30px; }

.featured.ex a.viewall:hover { color: #4C4C4C; }

.featured .page { display: none; }

.seekers { background: #FA3E32; }

.seekers .padding { padding: 0 40px; }

.seekers .left { float: left; color: #fff; }

.seekers .left h3 { margin-bottom: 9px; text-transform: uppercase; }

.seekers .left h6 { margin: 0; }

.seekers .right { float: right; width: 910px; position: relative; }

.seekers .right label { display: none; }

.seekers .right .field { float: left; width: 220px !important; margin-right: 25px; }

.seekers .right .field .input { float: left; width: 100%; margin: 0 !important; }

.seekers .right fieldset { max-width: initial !important; float: left; }

.seekers .right li { list-style: none; }

.seekers .right input[type="text"], .seekers .right input[type="email"] { float: left; width: 220px; line-height: 55px; padding: 0 20px; border: 0; background: #fff; font-size: 12px; color: #8A8A8A; font-weight: 300; }

.seekers .right input[type="submit"] { float: left; width: 175px; background: #333; color: #fff; line-height: 55px; text-transform: uppercase; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .1em; border: 0; padding: 0; }

.seekers .right input[type="submit"]:hover { background: #000; color: #FA3E32; }

.seekers .right .hs-error-msgs { padding: 0; margin: 0; color: #fff; }

.seekers .right .hs-error-msgs label { display: block; float: left; padding: 10px; line-height: 20px; width: 100%; height: 0; font-size: 12px; }

.seekers .right .hs_error_rollup .hs-error-msgs label { position: absolute; bottom: 0; right: 0; width: 175px; }

.posts h3 { text-align: center; margin-bottom: 60px; text-transform: uppercase; }

.posts .box { float: left; margin-right: 30px; margin-bottom: 30px; width: -moz-calc((100% - 61px)/3); width: -webkit-calc((100% - 61px)/3); width: calc((100% - 61px)/3); }

.posts .box:nth-child(3n+3) { margin-right: 0; }

.posts .box:nth-child(3n+1) { clear: left; }

.posts .box table { opacity: 0; -webkit-transition: 0.3s opacity ease; -moz-transition: 0.3s opacity ease; transition: 0.3s opacity ease; text-align: center; background: rgba(250, 62, 50, 0.5); }

.posts .box .image:hover table { opacity: 1; }

.posts .box table i { color: #fff; font-size: 40px; }

.posts .box table img { height: 40px; }

.posts .box .text { background: #fff; padding: 30px 40px; color: #4C4C4C; }

.posts .box .text h4 { margin-bottom: 8px; }

.posts .box .text p { margin: 20px 0; }

.posts .box .text h4 a { color: #333; text-decoration: none; }

.posts .box .text .datecat { color: #8A8A8A; font-size: 10px; text-transform: uppercase; }

.posts .box .text .datecat .spacer { margin: 0 5px; }

.posts .box .text .datecat a { text-decoration: none; color: #8A8A8A; }

.posts .box .text .datecat a:hover { opacity: 0.7; }

.posts .box .text .btn { color: #333; font-weight: 700; text-decoration: none; font-size: 10px; text-transform: uppercase; }

.posts .box .text .btn:hover { color: #8A8A8A; }

.posts .page { display: none; }

.exsection .image { text-align: center; margin-bottom: 130px; margin-top: 30px; }

.exsection .image img { height: 130px; }

.exsection .left { float: left; width: -moz-calc(100% - 570px); width: -webkit-calc(100% - 570px); width: calc(100% - 570px); position: relative; z-index: 1; }

.exsection .left h4 { line-height: 36px; }

.exsection .left h5 { margin-bottom: -20px; }

.exsection .left p { margin: 30px 0; }

.exsection .left p:last-child { margin-bottom: 0; }

.exsection .left ul, .exsection .left ol { padding-left: 40px; margin: 30px 0; }

.exsection .left li { font-weight: 300; font-size: 14px; line-height: 30px; }

.exsection .join { background: #FEEBEA; border: 2px dashed #FA3E32; padding: 45px 45px 0; float: left; width: 380px; margin-top: 50px; margin-bottom: 27px; }

.exsection .join { background: #FEEBEA; border: 2px dashed #FA3E32; padding: 45px 45px 0; float: left; width: 380px; margin-top: 50px; margin-bottom: 27px; }

.exsection .join .button { margin-bottom: -27px; }

.exsection .join p:last-child { margin-bottom: 30px; }

.exsection .right { float: right; width: 600px; padding-left: 180px; padding-right: 40px; margin-left: -30px; min-height: 400px; background-position: left top; background-repeat: no-repeat; background-size: 400px; margin-top: 50px; padding-top: 160px; }

.exsection .right p { font-size: 26px; font-weight: 400; line-height: 36px; }

.exsection .right h5 { font-size: 16px; font-weight: 300; font-style: italic; line-height: 24px; }

.exsection .right .line { float: left; width: 50%; background: #000; height: 3px; margin-top: 10px; }

.exsection .right .line.open { background: #0A406B; }

.exsection .right .line.idea { background: #F17221; }

.exsection .right .line.lumi { background: #583D84; }

.exsection .images { margin-top: 50px; width: -moz-calc(100% + 30px); width: -webkit-calc(100% + 30px); width: calc(100% + 30px); }

.exsection .images .image { float: left; margin-bottom: 20px; margin-top: 0; background-position: center center; background-size: cover; background-repeat: no-repeat; }

.exsection .images .image.full { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: calc(100% - 30px); }

.exsection .images .image.half { margin-right: 30px; width: -moz-calc((100% - 60px)/2); width: -webkit-calc((100% - 60px)/2); width: calc((100% - 60px)/2); }

.hub.featured { background: #fff; }

.hub .categories { float: left; margin-bottom: 70px; }

.hub .categories .cat { float: left; margin-right: 25px; font-size: 18px; font-weight: 700; color: #8A8A8A; text-decoration: none; }

.hub .categories .cat:last-child { margin-right: 0; }

.hub .categories .cat.active { color: #333; }

.hub .categories .cat:hover { color: #333; }

.hub .tabs { overflow: hidden; position: relative; margin-left: -30px; width: -moz-calc(100% + 60px); width: -webkit-calc(100% + 60px); width: calc(100% + 60px); padding: 0 30px; }

.hub .tabs .scroller { overflow: hidden; }

.hub .tabs .tab { float: left; width: 50px; height: 50px; text-align: center; color: #fff; line-height: 50px; background: #C4C4C4; font-size: 12px; font-weight: 700; margin-right: 20px; cursor: pointer; -webkit-transition: 0.3s background ease; -moz-transition: 0.3s background ease; transition: 0.3s background ease; }

.hub .tabs .tab.active { background: #FA3E32; }

.hub .tabs .tab:hover { background: #FA3E32; }

.hub .tabs .nav { display: none; }

.hub .tabs.showNav .nav { display: block; position: absolute; top: 0; color: #333; cursor: pointer; font-size: 20px; line-height: 50px; text-align: center; width: 30px; background: #fff; }

.hub .tabs.showNav .nav.prev { left: 0; }

.hub .tabs.showNav .nav.next { right: 0; }

.whiteline { height: 3px; }

.xperiences.details.openmindx { background: #E6ECF0; border-bottom: 5px solid #0A406B; }

.xperiences.details.ideationworx { background: #FEF1E8; border-bottom: 5px solid #F17221; }

.xperiences.details.lumierex { background: #EEEBF2; border-bottom: 5px solid #583D84; }

.xperiences.details .left { float: left; margin-top: 30px; width: -moz-calc((100% - 100px)/2); width: -webkit-calc((100% - 100px)/2); width: calc((100% - 100px)/2); }

.xperiences.details .left .image { float: left; width: 180px; height: 180px; text-align: center; background: #fff; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.xperiences.details .left .image img { height: 50px; }

.xperiences.details .left .text { float: right; width: -moz-calc(100% - 250px); width: -webkit-calc(100% - 250px); width: calc(100% - 250px); }

.xperiences.details .right { float: right; margin-top: 30px; width: -moz-calc((100% - 100px)/2); width: -webkit-calc((100% - 100px)/2); width: calc((100% - 100px)/2); position: relative; }

.xperiences.details .right .text { float: left; width: -moz-calc(100% - 250px); width: -webkit-calc(100% - 250px); width: calc(100% - 250px); }

.xperiences.details .right .buttons { float: right; width: 175px; }

.xperiences.details .label { font-size: 12px; color: #8A8A8A; text-transform: uppercase; margin-bottom: 5px; }

.xperiences.details .value { font-size: 26px; color: #333; line-height: 36px; margin-bottom: 20px; }

.xperiences.details .value:last-child { margin-bottom: 0; }

.xperiences.details .button { position: absolute; bottom: 0; right: 0; }

.xperiences.details.openmindx .button { background: #0A406B; }

.xperiences.details.openmindx .button:hover { background: rgba(10, 64, 107, 0.7); }

.xperiences.details.ideationworx .button { background: #F17221; }

.xperiences.details.ideationworx .button:hover { background: rgba(241, 114, 33, 0.7); }

.xperiences.details.lumierex .button { background: #583D84; }

.xperiences.details.lumierex .button:hover { background: rgba(88, 61, 132, 0.7); }

.xperiences.details .centre { float: left; margin-left: -400px; margin-top: 30px; margin-right: -100%; width: calc(100% - 550px); width: -moz-calc(100% - 550px); width: -webkit-calc(100% - 550px); }

.xperiences.details .centre p:first-child { margin-top: 0; }

.xperiences.details .centre p:last-child { margin-bottom: 0; }

.xperiences.exsection .video { float: left; width: 100%; margin-bottom: 120px; }

.xperiences.exsection .video iframe { float: left; width: 100%; }

.xperiences.exsection .left h5 { margin-bottom: -20px; }

.xperiences.exsection .left .button { margin-top: 20px; }

.xperiences.exsection.openmindx .left .button { background: #0A406B; }

.xperiences.exsection.openmindx .left .button:hover { background: rgba(10, 64, 107, 0.7); }

.xperiences.exsection.ideationworx .left .button { background: #F17221; }

.xperiences.exsection.ideationworx .left .button:hover { background: rgba(241, 114, 33, 0.7); }

.xperiences.exsection.lumierex .left .button { background: #583D84; }

.xperiences.exsection.lumierex .left .button:hover { background: rgba(88, 61, 132, 0.7); }

.xperiences.exsection .right { position: relative; }

.xperiences.exsection .right .join { position: absolute; bottom: 50px; right: 0; width: 420px; }

.xperiences.exsection .right .join p { font-size: 14px; font-weight: 300; line-height: 30px; }

.xperiences.exsection.openmindx .right .line { background: #0A406B; }

.xperiences.exsection.ideationworx .right .line { background: #F17221; }

.xperiences.exsection.lumierex .right .line { background: #583D84; }

.hub.posts .categories .input { float: left; width: 200px; margin-right: 35px; display: none; }

.hub.posts .categories .input:first-child { display: block; }

.hub.posts .categories .input .label { font-size: 18px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }

.hub.posts .categories .fakeselect { font-size: 12px; font-weight: 700; text-transform: uppercase; position: relative; z-index: 2; }

.hub.posts .categories .fakeselect .value { border: 2px dashed #FA3E32; font-size: 12px; font-weight: 700; padding: 0 15px; line-height: 51px; height: 55px; text-transform: uppercase; cursor: pointer; }

.hub.posts .categories .fakeselect .value i { color: #FA3E32; float: right; margin-top: 19px; }

.hub.posts .categories .fakeselect .value i:last-child { display: none; }

.hub.posts .categories .fakeselect .options { display: none; border: 2px dashed #FA3E32; border-top: 0; padding: 15px 0; position: absolute; top: 55px; left: 0; background: #fff; }

.hub.posts .categories .fakeselect.active .options { display: block; }

.hub.posts .categories .fakeselect.active .options .option { padding: 5px 15px; cursor: pointer; }

.hub.posts .categories .fakeselect.active .value i:nth-last-child(2) { display: none; }

.hub.posts .categories .fakeselect.active .value i:last-child { display: block; }

.media.exsection .top { text-align: center; width: 1030px; margin: 0 0 60px; margin-left: -moz-calc((100% - 1030px)/2); margin-left: -webkit-calc((100% - 1030px)/2); margin-left: calc((100% - 1030px)/2); }

.media.exsection .top .datecat { font-size: 12px; color: #4C4C4C; text-transform: uppercase; margin-bottom: 20px; }

.media.exsection .top .datecat .spacer { margin: 0 5px; }

.media.exsection .top p { font-size: 20px; font-weight: 400; line-height: 36px; }

.media.exsection .audio { width: 1030px; margin-left: -moz-calc((100% - 1030px)/2); margin-left: -webkit-calc((100% - 1030px)/2); margin-left: calc((100% - 1030px)/2); margin-bottom: 90px; }

.media.exsection .right .line { background: #FA3E32; }

.media.exsection .social { margin-top: 20px; }

.media.exsection .social i { color: #FA3E32; font-size: 20px; float: left; margin-right: 20px; }

.media.exsection .social i:hover { color: #333; }

.about .top { text-align: center; position: relative; }

.about .top .image { text-align: center; margin-bottom: 60px; }

.about .top .image img { height: 100px; }

.about .top .trapper { width: 930px; margin-left: -moz-calc((100% - 930px)/2); margin-left: -webkit-calc((100% - 930px)/2); margin-left: calc((100% - 930px)/2); margin-right: -moz-calc((100% - 930px)/2); margin-right: -webkit-calc((100% - 930px)/2); margin-right: calc((100% - 930px)/2); }

.about .top .button { margin-top: 20px; margin-left: -moz-calc((100% - 175px)/2); margin-left: -webkit-calc((100% - 175px)/2); margin-left: calc((100% - 175px)/2); }

.about .top h2 { margin-bottom: 40px; line-height: 40px; }

.about .hidden { display: none; overflow: hidden; }

.about .middle { background: #FEEBEA; position: relative; }

.about .bottom { position: relative; background-image: url(../images/ux-circle-icon.svg); background-size: 400px; }

.about .hidden h2 { text-align: center; font-weight: 700; }

.about .hidden h5 { text-align: center; font-weight: 700; text-transform: uppercase; margin-bottom: 110px; }

.about .hidden .left h5 { font-weight: 400; text-transform: none; margin-bottom: -20px; text-align: left; }

.about .middle .right h5 { font-weight: 300; text-transform: none; margin-bottom: 20px; text-align: left; line-height: 24px; font-style: italic; }

.about .middle .right .line { background: #FA3E32; }

.about .bottom .right h5 { font-weight: 400; text-transform: none; margin-bottom: -20px; text-align: left; }

.about .leader { position: absolute; bottom: -85px; left: 50%; margin-left: -1px; width: 3px; background: #FA3E32; height: 170px; z-index: 1; }

.about .bottom .left { float: left; width: -moz-calc((100% - 100px)/2); width: -webkit-calc((100% - 100px)/2); width: calc((100% - 100px)/2); }

.about .bottom .right { float: right; width: -moz-calc((100% - 100px)/2); width: -webkit-calc((100% - 100px)/2); width: calc((100% - 100px)/2); }

.about .bottom ul, .about .bottom ol { padding-left: 20px; margin: 20px 0; }

.about .bottom li { font-weight: 300; font-size: 14px; line-height: 30px; }

.about .bottom .button { margin-top: 70px; margin-left: -moz-calc((100% - 175px)/2); margin-left: -webkit-calc((100% - 175px)/2); margin-left: calc((100% - 175px)/2); }

.founder { background: #EAEAEA; position: relative; }

.founder h2 { text-align: center; font-weight: 700; }

.founder h5 { text-align: center; font-weight: 700; text-transform: uppercase; margin-bottom: 110px; }

.founder .left { float: left; width: -moz-calc(100% - 740px); width: -webkit-calc(100% - 740px); width: calc(100% - 740px); }

.founder .left p { margin: 30px 0; }

.founder .left h5 { font-weight: 400; text-transform: none; margin-bottom: -20px; text-align: left; }

.founder .left h4 { line-height: 36px; }

.founder .right { float: right; width: 610px; }

.founder .right img { margin-bottom: 80px; }

.founder .right h5 { font-weight: 300; text-transform: none; margin-bottom: 20px; text-align: left; line-height: 24px; font-style: italic; }

.founder .right p { font-size: 26px; font-weight: 400; line-height: 36px; }

.founder .right .line { float: left; width: 50%; background: #FA3E32; height: 3px; margin-top: 10px; }

.founder .right .quote { padding: 0 100px 0 40px; }

.team { position: relative; }

.team h2 { text-align: center; font-weight: 700; }

.team h5 { text-align: center; font-weight: 700; text-transform: uppercase; margin-bottom: 80px; }

.team .leader { position: absolute; top: -85px; left: 50%; margin-left: -1px; width: 3px; background: #FA3E32; height: 170px; z-index: 1; }

.team .box { float: left; margin-right: 30px; margin-top: 30px; width: -moz-calc((100% - 61px)/3); width: -webkit-calc((100% - 61px)/3); width: calc((100% - 61px)/3); }

.team .box:nth-child(3n+3) { margin-right: 0; }

.team .box:nth-child(3n+1) { clear: left; }

.team .box .img { margin-bottom: 25px; }

.team .box .text { padding: 0 25px; }

.team .box h4 { margin: 0; }

.team .box p { margin: 20px 0; }

.team .box p:last-child { margin-bottom: 0; }

.contact .left { float: left; width: 630px; }

.contact .left input[type="text"], .contact .left input[type="email"], .contact .left select { float: left; width: 100%; margin-bottom: 20px; line-height: 55px; height: 55px; padding: 0 20px; border: 0; background: #fff; font-size: 12px; color: #333; font-weight: 700; letter-spacing: .1em; border: 1px solid #C4C4C4; }

.contact .left select { text-transform: uppercase; background-image: url(../images/dropdown-plus.png); background-size: contain; background-repeat: no-repeat; background-position: right center; }

.contact .left ul { float: left; width: 100%; padding: 0; margin: 0; }

.contact .left li { list-style: none; float: left; width: 100%; }

.contact .left label { float: left; width: 100%; margin-bottom: 10px; font-weight: 400; font-size: 16px; color: #333; }

.contact .left textarea { float: left; width: 100%; margin-bottom: 20px; line-height: 25px; height: 112px; padding: 15px 20px; border: 0; background: #fff; font-size: 12px; color: #333; font-weight: 700; letter-spacing: .1em; border: 1px solid #C4C4C4; }

.contact .left .hs-error-msgs label { margin-top: -10px; }

.contact .left .hs-form-required { color: #FA3E32; }

.contact .left input[type="submit"] { float: left; width: 175px; background: #FA3E32; color: #fff; line-height: 55px; margin-top: 20px; text-transform: uppercase; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .1em; border: 0; padding: 0; }

.contact .right { float: right; margin-top: 40px; padding-top: 130px; padding-left: 255px; padding-bottom: 120px; width: -moz-calc(100% - 760px); width: -webkit-calc(100% - 760px); width: calc(100% - 760px); background-repeat: no-repeat; background-position: left top; background-size: 450px; }

.contact .right .container { width: 250px; }

.contact .right p { font-size: 26px; font-weight: 400; line-height: 36px; }

.contact .right .line { float: left; height: 3px; background: #FA3E32; width: 60%; }

.privacy.exsection .right .line { background: #FA3E32; }

.footer .top { background: #FA3E32; padding: 65px 0 55px; }

.footer .top .icons { width: 445px; margin-left: -moz-calc((100% - 445px)/2); margin-left: -webkit-calc((100% - 445px)/2); margin-left: calc((100% - 445px)/2); margin-bottom: 40px; }

.footer .top .icons img { float: left; width: 35px; margin: 35px 10px 0; }

.footer .top .icons .logo img { width: 65px; margin: 0 35px; }

.footer .top .icons a:first-child img { margin-left: 0; }

.footer .top .icons a:last-child img { margin-right: 0; }

.footer .top .phone { text-align: center; }

.footer .top .phone a { color: #fff; font-size: 20px; font-weight: 700; text-transform: uppercase; text-decoration: none; }

.footer .bottom { text-transform: uppercase; text-align: center; padding: 30px 0 40px; }

.footer .bottom .copy { font-size: 12px; letter-spacing: .1em; color: #333; margin-bottom: 10px; }

.footer .bottom .copy a { color: #333; }

.footer .bottom .copy .spacer { margin: 0 5px; }

.footer .bottom .made { font-size: 10px; letter-spacing: .1em; color: #8A8A8A; }

.footer .bottom .made a { color: #8A8A8A; }

.footer .bottom a { text-decoration: none; }

.footer .bottom a:hover { opacity: 0.7; }

/*responsive*/
@media (max-width: 1510px) { .wrapper { width: 100%; padding: 0 30px; }
  .threeboxes .box { width: -moz-calc((100% - 163px)/3); width: -webkit-calc((100% - 163px)/3); width: calc((100% - 163px)/3); }
  .threeboxes .spacer { margin: 60px 40px 0; }
  .banner .slider .owl-dots { left: 30px; }
  .xperiences.details .left { width: -moz-calc((100% - 40px)/2); width: -webkit-calc((100% - 40px)/2); width: calc((100% - 40px)/2); }
  .xperiences.details .right { width: -moz-calc((100% - 40px)/2); width: -webkit-calc((100% - 40px)/2); width: calc((100% - 40px)/2); }
  .xperiences.details .right .text { width: -moz-calc(100% - 200px); width: -webkit-calc(100% - 200px); width: calc(100% - 200px); } }
@media (max-width: 1365px) { .founder .left { width: -moz-calc(100% - 560px); width: -webkit-calc(100% - 560px); width: calc(100% - 560px); }
  .founder .right { width: 500px; }
  .founder .right .quote { padding-right: 40px; }
  .contact .left { width: -moz-calc(100% - 560px); width: -webkit-calc(100% - 560px); width: calc(100% - 560px); max-width: 630px; }
  .contact .right { width: 500px; }
  .xperiences.details .left { width: 100%; }
  .xperiences.details .right { width: 100%; height: auto !important; }
  .xperiences.details .right .text { float: right; width: -moz-calc(100% - 250px); width: -webkit-calc(100% - 250px); width: calc(100% - 250px); }
  .xperiences.details .right .button { float: left; left: 0; top: 0; bottom: initial; right: initial; }
  .xperiences.details .centre { width: 100%; margin-left: 0; margin-right: 0; } }
@media (max-width: 1400px) { .seekers .right { width: 675px; }
  .seekers .right .field { width: 150px !important; }
  .seekers .right input[type="text"], .seekers .right input[type="email"] { width: 150px; }
  .seekers .right input[type="submit"] { width: 150px; }
  .seekers .right .hs_error_rollup .hs-error-msgs label { width: 150px; } }
@media (max-width: 1200px) { .featured .box .text { padding: 25px; }
  .posts .box .text { padding: 25px; }
  .seekers .left { width: 100%; text-align: center; margin-bottom: 40px; }
  .seekers .right { float: left; margin-left: -moz-calc((100% - 675px)/2); margin-left: -webkit-calc((100% - 675px)/2); margin-left: calc((100% - 675px)/2); }
  .exsection .left { width: -moz-calc(100% - 470px); width: -webkit-calc(100% - 470px); width: calc(100% - 470px); }
  .exsection .right { margin-left: -130px; }
  .founder .left { width: -moz-calc(100% - 510px); width: -webkit-calc(100% - 510px); width: calc(100% - 510px); }
  .founder .right { width: 450px; }
  .media.exsection .top { width: 100%; margin-left: 0; }
  .media.exsection .audio { width: 100%; margin-left: 0; } }
@media (max-width: 1150px) { #head .menu { width: -moz-calc(100% - 250px); width: -webkit-calc(100% - 250px); width: calc(100% - 250px); }
  #head .menu ul li { margin: 0 10px; } }
@media (max-width: 1024px) { .hub .tabs { overflow: auto; width: 100%; margin-left: 0; padding: 0; }
  .hub .tabs .scroller { overflow: auto; }
  .hub .tabs .nav { display: none !important; } }
@media (max-width: 1023px) { .padding160 { padding: 80px 0; }
  .padding150 { padding: 80px 0; }
  .padding120 { padding: 80px 0; }
  .padding100 { padding: 80px 0; }
  .padding80 { padding: 40px 0; }
  .padding60 { padding: 40px 0; }
  .padding55 { padding: 40px 0; }
  .padding50 { padding: 40px 0; }
  #head { padding: 20px 0 0; }
  #head .menu { width: auto; float: right; padding: 25px 0 0; }
  #head .menu .label { display: block; }
  #head .menu .label img { height: 20px; float: right; }
  #head .menu .menuholder { display: none; position: fixed; top: 0; left: 0; margin-left: 0; background: rgba(0, 0, 0, 0.8); padding: 10px 0; height: 100%; }
  #head .menu .menuholder ul { width: 100%; margin-left: 0; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
  #head .menu.open .menuholder { display: block; }
  #head .menu .menuholder .close { display: block; position: absolute; top: 52px; right: 30px; color: #fff; width: 15px; }
  #head .menu ul li { width: 100%; margin: 0; line-height: 50px; }
  #head .menu ul li a { width: 100%; font-size: 16px; color: #fff !important; font-weight: 500; }
  #head .menu ul li.spacer { display: none; }
  #head .fourbar { display: block; position: absolute; bottom: 0; left: 0; }
  #head .fourbar .section { width: 25%; }
  #head.hub { padding: 20px 0; }
  .navspacer { height: 125px; }
  .fourbar .section { height: 10px; }
  .fourbar .spacer { height: 100px; margin-top: -40px; margin-bottom: -50px; }
  .threeboxes h2 { width: 100%; margin: 40px 0 80px; }
  .threeboxes .box { width: 100%; }
  .threeboxes .spacer { width: 200px; height: 1px; margin: 80px 0; margin-left: -moz-calc((100% - 200px)/2); margin-left: -webkit-calc((100% - 200px)/2); margin-left: calc((100% - 200px)/2); }
  .featured h3 { margin-bottom: 40px; }
  .featured .box { width: -moz-calc((100% - 30px)/2); width: -webkit-calc((100% - 30px)/2); width: calc((100% - 30px)/2); }
  .featured .box:nth-child(3n+3) { margin-right: 30px; }
  .featured .box:nth-child(2n+2) { margin-right: 0; }
  .featured .box:nth-child(n+5) { display: none; }
  .featured .box:nth-child(3n+1) { clear: none; }
  .featured .box:nth-child(2n+1) { clear: left; }
  .featured .page .box:nth-child(n+5) { display: block; }
  .featured.hub .list { display: none; }
  .featured.hub .list.resp { display: block; }
  .posts h3 { margin-bottom: 40px; }
  .posts .box { width: -moz-calc((100% - 30px)/2); width: -webkit-calc((100% - 30px)/2); width: calc((100% - 30px)/2); }
  .posts .box:nth-child(3n+3) { margin-right: 30px; }
  .posts .box:nth-child(2n+2) { margin-right: 0; }
  .posts .box:nth-child(n+3) { display: none; }
  .posts .box:nth-child(3n+1) { clear: none; }
  .posts .box:nth-child(2n+1) { clear: left; }
  .posts .page .box:nth-child(n+3) { display: block; }
  .posts.hub .list { display: none; }
  .posts.hub .list.resp { display: block; }
  .seekers .padding { padding: 0; }
  .exsection .image { margin-bottom: 80px; }
  .exsection .left { width: 100%; }
  .exsection .right { width: 100%; }
  .about .top .trapper { width: 100%; margin: 0; }
  .about .leader { height: 100px; bottom: -50px; }
  .founder .left { width: 100%; }
  .founder .right { width: 100%; }
  .founder h2 { margin-top: 40px; }
  .founder h5 { margin-bottom: 80px; }
  .about .hidden h5 { margin-bottom: 80px; }
  .founder .right img { margin-bottom: 20px; margin-top: 20px; }
  .founder .right .quote { padding: 0; }
  .about .bottom .left { width: 100%; }
  .about .bottom .right { width: 100%; }
  .about .bottom .button { margin-top: 10px; }
  .contact { padding-top: 160px; }
  .contact .left { width: 100%; max-width: initial; }
  .contact .right { width: 500px; margin-right: -moz-calc((100% - 500px)/2); margin-right: -webkit-calc((100% - 500px)/2); margin-right: calc((100% - 500px)/2); }
  .xperiences.exsection .video { margin-bottom: 80px; }
  .xperiences.exsection .audio { margin-bottom: 80px; }
  .xperiences.exsection .right { height: auto !important; }
  .xperiences.exsection .right .join { position: relative; margin-top: 120px; top: initial; right: initial; margin-bottom: -25px; }
  .media.exsection .top { margin-top: 20px; }
  .threeboxes h2 br { display: none; }
  .team .box { width: -moz-calc((100% - 30px)/2); width: -webkit-calc((100% - 30px)/2); width: calc((100% - 30px)/2); }
  .team .box:nth-child(3n+3) { margin-right: 30px; }
  .team .box:nth-child(2n+2) { margin-right: 0; }
  .team .box:nth-child(3n+1) { clear: none; }
  .team .box:nth-child(2n+1) { clear: left; }
  .team .leader { height: 100px; top: -50px; }
  .team h5 { margin-bottom: 50px; } }
@media (max-width: 767px) { p { line-height: 26px; }
  h2 { font-size: 26px; }
  #head .logo img { width: 137px; }
  #head .logo img:last-child { width: 29px; }
  #head .menu { padding: 18px 0 0; }
  #head .menu .menuholder .close { top: 40px; }
  .navspacer { height: 97px; }
  .banner table h2 { font-size: 36px; line-height: 40px; }
  .banner table h1 { font-size: 36px; line-height: 40px; }
  .banner .slider .owl-dots { display: none; }
  .threeboxes .boxes { padding: 0 20px; }
  .threeboxes .box img { height: 60px; }
  .featured .box { width: 100%; }
  .featured .box:nth-child(n+4) { display: none; }
  .featured .box .text { height: auto !important; }
  .seekers .right { width: 100%; margin: 0; }
  .seekers .right .field { margin-bottom: 20px; margin-right: 20px; float: left !important; width: calc((100% - 20px)/2) !important; width: -moz-calc((100% - 20px)/2) !important; width: -webkit-calc((100% - 20px)/2) !important; }
  .seekers .right .field:nth-child(2n+2) { margin-right: 0; }
  .seekers .right .field:nth-child(3) { margin-bottom: 0; }
  .seekers .right input[type="text"], .seekers .right input[type="email"] { width: 100% !important; padding: 0 15px; }
  .seekers .right input[type="submit"] { width: -moz-calc((100% - 20px)/2); width: -webkit-calc((100% - 20px)/2); width: calc((100% - 20px)/2); float: right; margin-top: -55px; }
  .seekers .right fieldset { width: 100%; }
  .seekers .padding { padding: 0 20px; }
  .seekers .right .hs-error-msgs label { height: auto; margin-bottom: -20px; }
  .seekers .right .hs_error_rollup { display: none; }
  .posts .box { width: 100%; }
  .posts .box:nth-child(n+2) { display: none; }
  .footer .top .icons { width: 325px; margin-left: -moz-calc((100% - 325px)/2); margin-left: -webkit-calc((100% - 325px)/2); margin-left: calc((100% - 325px)/2); }
  .footer .top .icons img { width: 25px; margin: 30px 10px 0; }
  .footer .top .icons .logo img { width: 45px; margin: 0 15px; }
  .footer .top .phone a { font-size: 14px; }
  .exsection .image { margin-bottom: 60px; }
  .exsection .image img { height: 90px; }
  .exsection .left h4 { font-size: 16px; line-height: 26px; }
  .exsection .join { width: 100%; padding: 25px 25px 0; margin-top: 60px; }
  .exsection .right { float: left; padding: 100px 30px 0; margin-top: -100px; margin-left: -30px; width: -moz-calc(100% + 60px); width: -webkit-calc(100% + 60px); width: calc(100% + 60px); background-position: -170px 0; }
  .exsection .right p { font-size: 20px; line-height: 26px; }
  .exsection .right p:first-child { margin-top: 60px; }
  .about .top h2 { font-size: 22px; line-height: 32px; }
  .about .top .image img { height: 75px; }
  .founder .left h4 { font-size: 16px; line-height: 26px; }
  .founder .right p { font-size: 20px; line-height: 26px; }
  .founder h2 { margin-bottom: 10px; }
  .about .hidden h2 { margin-bottom: 10px; }
  .founder h5 { font-size: 14px; margin-bottom: 60px; }
  .about .hidden h5 { font-size: 14px; margin-bottom: 60px; }
  .contact .right { width: -moz-calc(100% + 30px); width: -webkit-calc(100% + 30px); width: calc(100% + 30px); margin-right: 0; padding-left: -moz-calc(100% - 250px); padding-left: -webkit-calc(100% - 250px); padding-left: calc(100% - 250px); background-position: right top; }
  .contact .right .container { float: right; margin-right: -30px; }
  .hub .categories .cat { margin-right: 10px; font-size: 14px; }
  .xperiences.details { text-align: center; }
  .xperiences.details .left .image { width: 130px; height: 130px; margin-left: -moz-calc((100% - 130px)/2); margin-left: -webkit-calc((100% - 130px)/2); margin-left: calc((100% - 130px)/2); margin-bottom: 60px; }
  .xperiences.details .left .image img { height: auto; width: 70%; }
  .xperiences.details .left .text { width: 100%; }
  .xperiences.details .right .text { width: 100%; }
  .xperiences.details .right .buttons { float: left; margin-left: -moz-calc((100% - 175px)/2); margin-left: -webkit-calc((100% - 175px)/2); margin-left: calc((100% - 175px)/2); }
  .xperiences.details .right .button { position: relative; margin-top: 60px; }
  .xperiences.details .text .value { font-size: 20px; line-height: 30px; }
  .xperiences.exsection .video { margin-left: -30px; width: -moz-calc(100% + 60px); width: -webkit-calc(100% + 60px); width: calc(100% + 60px); margin-bottom: 80px; position: relative; z-index: 2; }
  .xperiences.exsection .audio { position: relative; z-index: 2; margin-bottom: 80px; }
  .exsection .images { width: -moz-calc(100% + 10px); width: -webkit-calc(100% + 10px); width: calc(100% + 10px); margin: 60px 0 0; }
  .xperiences.exsection .images { margin: 80px 0 40px; }
  .exsection .images .image { margin-bottom: 10px; }
  .exsection .images .image.full { width: -moz-calc(100% - 10px); width: -webkit-calc(100% - 10px); width: calc(100% - 10px); }
  .exsection .images .image.half { margin-right: 10px; width: -moz-calc((100% - 20px)/2); width: -webkit-calc((100% - 20px)/2); width: calc((100% - 20px)/2); }
  .xperiences.exsection .right:not(.resp) { background-image: none !important; min-height: initial; }
  .xperiences.exsection .right .join { width: 100%; }
  .xperiences.exsection .right .quote, .xperiences.exsection .right .line { display: none; }
  .xperiences.exsection .right.resp, .xperiences.exsection .right.resp .quote, .xperiences.exsection .right.resp .line { display: block; }
  .xperiences.exsection .right .quote h5 { margin-bottom: 20px; }
  .xperiences.exsection .left p, .xperiences.exsection .left h5, .xperiences.exsection .left h4 { position: relative; z-index: 1; }
  .xperiences.exsection .left .right.simple { padding-top: 60px; }
  .hub.posts .categories .input { margin-right: 20px; width: -moz-calc((100% - 20px)/2); width: -webkit-calc((100% - 20px)/2); width: calc((100% - 20px)/2); }
  .hub.posts .categories .input:nth-child(n+2) { margin-right: 0; }
  .posts.hide_on_resp { overflow: hidden; height: 3px; padding: 0; }
  .footer .top .phone span { float: left; width: 100%; text-align: center; }
  .exsection .right .line { margin-top: 20px; }
  .team .box { width: 100%; }
  .team h2 { margin-bottom: 10px; }
  .team h5 { font-size: 14px; margin-bottom: 30px; } }
@media (max-width: 370px) { .seekers .padding { padding: 0; }
  .footer .top .icons { width: 275px; margin-left: -moz-calc((100% - 275px)/2); margin-left: -webkit-calc((100% - 275px)/2); margin-left: calc((100% - 275px)/2); }
  .footer .top .icons img { width: 25px; margin: 30px 5px 0; }
  .hub .categories .cat { clear: left; } }

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