/* ****************************** OTYS CSS - 2017 ****************************** */
/* ***************************** MATTHIAS DE VRIENDT *************************** */
/* *********************************** [KLANT] ********************************* */

@import url('bootstrap.min.css');

/* ================================= FONTS ================================ */ 
 
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

/* ================================= BASE ================================ */ 

html, body, button, input, select, textarea { color: #7d7d7d; font-family: 'Roboto', Helvetica, sans-serif; background: #FFFFFF; }
html { font-size: 62.5%;  -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } 
body { font-size: 1.8rem; line-height: 3rem; font-weight: 300; } /* =14px */
h1, .title { font-size: 4.8rem; line-height: 6rem; font-weight: 300; margin-bottom: 1rem; color: #262626; }
h2, .subHeader, .hookHeader { font-size: 2.4rem; line-height: 2.6rem; margin: 25px 0 10px 0; font-weight: bold; color: #007ac2; }
h3 { font-size: 1.8rem; line-height: 2.2rem; color: #007ac2; font-weight: 900; }
ul, ol, dl { list-style-position: outside; margin-left: 15px; }
a { color: #1e73b6; text-decoration: none; transition: color 0.5s; } 
a:hover { text-decoration: underline; color: #1e73b6; }
a:focus { outline: 0; color: black; text-decoration: none; color: #1e73b6; }
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
::-moz-selection { background: #1e73b6; color: #fff; text-shadow: none; } ::selection { background: #1e73b6; color: #fff; text-shadow: none; }
.hidden { display: none; }
.pageNav a { display: inline-block; }

/* ================================= BOOTSTRAP HELPERS ================================ */ 

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.center-block { float: none; } /* in addition to original BS3 css class

/* ================================= FORMS ================================ */ 

.error { margin-bottom: 5px;}
input { margin:0; } /*CHROME FIX*/
input, select, textarea, .formInputTaC { border: 1px solid #c9c9c9; padding: 8px 14px; background: #fff; box-shadow: none; }
input[disabled=""], input[disabled="disabled"] { color:#333; }
input[type=checkbox], input[type=radio] { position: relative; top: 2px; }
.formInput input, .formInput textarea, .formInput select, .formInputTaC, .magicSelectParent { width: 550px; }
.formInput input[type="file"] { width: 350px !important; max-width: 100%; }
.formInput textarea { height: 150px; }
.fileUpButton {width: 35px;}

.formInput { margin-bottom: 25px; }
.formInput label { width: 180px; padding-right: 20px; margin-top: 10px; }
.formInput.formRadio { overflow: hidden; }
.formInput.aplMCheckInput span { display: block; }
.formInput.aplMCheckInput span input { width: auto; }

/* JCHOSEN */

.chosen-container { padding: 8px 14px; border: 1px solid #c9c9c9; max-width: 100%; }
.chosen-container-single .chosen-search input[type="text"] { background: url('../../_images/r2017/icons/icons-chosen-sprite.png') no-repeat 100% -20px !important; max-width: 100%; }
.chosen-container-single .chosen-single { height: 21px; line-height: 21px; }
.chosen-container-multi .chosen-choices li.search-field > input { width: 100% !important; padding: 5px !important; }
.chosen-container.chosen-with-drop .chosen-drop { left: -1px !important; }
.chosen-drop { background: white !important; color: #3d3d3d; border: 1px solid #c9c9c9 !important; width: calc(100% + 2px) !important; text-align: left; }
ul.chosen-results { color: #3d3d3d !important; }
.aplStkOuter .outer .chosen-container, .aplJStartOuter  .chosen-container { max-width: 314px; }

/* BUTTONS */

.button,
strike,
.Searchbutton,
.smallButton { 
	background: #007ac2; 
	color: #fff; 
	padding: 0 20px; 
	margin: 0 0 1px; 
	font-size: 1.6rem; 
	line-height: 60px; 
	font-weight: normal; 
	display: inline-block; 
	text-decoration: none; 
	text-transform: uppercase;
	white-space: normal; 
	text-align: center; 
	width: auto; 
	border-radius: 3px;
	transition: background 0.3s; 
}

.button:hover, 
strike:hover, 
.Searchbutton:hover, 
.smallButton:hover { background: #1e73b6; text-decoration: none; transition: background 0.3s; }

.button:focus, strike:focus, 
.Searchbutton:focus, 
.smallButton:focus { outline: 0; }

.smallButton { padding: 7px 15px; background: #1e73b6; border: 0; }

/* NETWORK HOOKER */

.jsmultiscroll-h .networkHookRoll a { text-align: center; }
.jsmultiscroll-h .networkHookRoll img { max-height: 74px !important; }

.networkHookOuter h1 { font-weight: 300; font-size: 4.8rem; line-height: 6.0rem; color: #363636; margin: 0 0 35px; }

/* PRINTING */

@media print { 
	* { background: transparent !important; color: #000 !important; /* Black prints faster */ box-shadow: none !important; text-shadow: none !important; } 
	a, a:visited { text-decoration: underline; } 
	a[href]:after { content: " (" attr(href) ")"; } 
	abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ 
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } 
	thead { display: table-header-group; /* h5bp.com/t */ } 
	tr, img { page-break-inside: avoid; } 
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; } 
	p, h2, h3 { orphans: 3; widows: 3; } 
	h2, h3 { page-break-after: avoid; } 
}

/* ================================= HEADER ================================ */ 

header { background: #f8f8f8; position: relative; }
#logo { display: inline-block; padding: 27px 0; }
#mobile-logo { display: none; }

/* LLB */

#llb { position: absolute; top: 340px; right: 0; width: 50px; height: 77px; padding: 10px; background: white; z-index: 10000; }

.langflag_3 { background: url("../../_images/r2017/flag-en.png") no-repeat center center; width: 32px; height: 24px; }
.langflag_4 { background: url("../../_images/r2017/flag-fr.png") no-repeat center center; width: 32px; height: 24px; }

/* JSL */

.jslTitle { font-weight: 300; font-size: 4.8rem; line-height: 6rem; color: #363636; margin-bottom: 30px; }
.bodyHome .jslTitle { margin-left: 30px; }

#jslItemContainerWrapper > a { width: 33.33%; float: left; }
#jslItemContainerWrapper a:hover { text-decoration: none; }
.jslItemContainer { padding: 20px 35px; }

#jslItemContainerWrapper > a:nth-child(1),
#jslItemContainerWrapper > a:nth-child(2),
#jslItemContainerWrapper > a:nth-child(3),
#jslItemContainerWrapper > a:nth-child(7),
#jslItemContainerWrapper > a:nth-child(8),
#jslItemContainerWrapper > a:nth-child(9) { background: #f4f4f4; display: inline-block; }

.jslFunctionName a { color: #007ac2; font-size: 20px; line-height: 32px; font-weight: 500; }
.jslLocation { color: #adadad; font-size: 16px; line-height: 30px; }
.jslLocation span { display: none; }

/* JOB SEARCH HOOK */

#jsh-bottom { background: #f6f6f6; padding-top: 15px; margin-top: 100px; }
.bodyHome #jsh-bottom { background: none; margin-top: 0; }

#networkViewHookMultipleContainer { border-bottom: 1px solid #e9e9e9; padding-bottom: 30px; display: none; }

.actJshOuter { margin: 0 0 0; padding-bottom: 80px; }
.actJshOuter .optionListTitle, .actJshOuter .actHBl { /* display: inline-block; */ display: none; font-weight: normal;  float: left; padding-right: 10px; margin: 15px 10px 0 0; }
.actJshOuter .optionListTitle { border-right: 1px solid #1e73b6; margin: 19px 10px 15px 0; }
.actJshOuter .optionListTitle a, .actJshOuter .optionListTitle a:hover, .actHBl a { font-weight: normal; font-size: 1.3rem; line-height: 1.3rem; background: none; padding: 0; margin: 0; text-decoration: none; }

.actHWord { display: block !important; clear: both; font-size: 2.8rem; line-height: 3.6rem; color: #363636; font-weight: 900; margin-bottom: 15px; }

#advsearchhookform_inner_wrapper input[type='checkbox'] { margin: 0 10px; }
#advsearchhookform_inner_wrapper{ width: calc(100% - 50px); float: left; }

.actJshOuter form { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.jshFieldContainer { width: 31%; }
/*.jshFieldContainer:nth-child(1) { padding-right: 0; order: 3; }*/
.jshFieldContainer:nth-child(2) { display: none; }
/*.jshFieldContainer:nth-child(3) { order: 1; }
.jshFieldContainer:nth-child(4) { order: 2; }*/

.actHInput > input, .actHInput > select { width: 100%; height: 64px; }
.actJshOuter input[type="text"] { height: 64px; border: 1px solid #ededed; color: #757575; font-size: 20px; }
.actJshOuter li.search-field input[type="text"] { height: 27px; }
.actHInput > select { clear: left; display: block; padding-left: 2px; padding-right: 2px; padding-bottom: 2px; white-space: nowrap; }
#asrHookVacanciesExtendedControls { transition: none !important;}

.actHButton input { text-transform: none; background: #004990; font-weight: 100; color: white; float: right; text-align: center; font-size: 20px; border: none; width: 100%; height: 64px; border-radius: 2px; }
.actHButton input:hover { }
.actHICat {margin-right: 0; }

.multiSelectOptions { border: 1px solid #c9c9c9; width: 100%; }
.actHWord { display: none; }
.actHInput { position: relative; }
.actJshOuter .actHHeader { font-size: 4.8rem; line-height: 6.0rem; font-weight: 300; color: #363636; margin: 60px 0 35px; }
.actHWZipcode, .actHIZipcode, .actHWMindistance, .actHIMindistance, .actHWMaxdistance, .actHIMaxdistance { display: none; }

.multiSelect.active { box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5); z-index: 999999; position: relative; }
.actHIPub { display: none; }
.multiSelectOptions, .actHInput > select { box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5); padding-top: 5px;  /*top: 50px !important; width: 90%; left: 5% !important; */}
.multiSelectOptions div input { margin: 0 5px; }

/* ================================= FOOTER ================================ */ 

footer { background: #004990 url("../../_images/r2017/visual-footer.png") no-repeat top left; color: white; }
#topFooter { padding: 25px 0; overflow: hidden; }
#bottomFooter { padding: 22px 0; background: rgba(0, 0, 0, 0.3); clear: both; color: white; overflow: hidden; }
#bottomFooter a { color: white; }

#copyright { display: inline-block; float: left; }
#powered-by { display: inline-block; float: right; font-size: 0; line-height: 0; color: transparent; margin-top: 6px; }


/* ================================= CONTAINER ================================ */ 

/* ------------- STICKY FOOTER REQ. --------------- */

html, body { height: 100%; }
#wrapper { min-height: 100%; position: relative; }
#content { padding-top: 100px; padding-bottom: calc(178px + 22px); } /* height footer + extra whitespace (if wanted) */
.bodyHome #content { padding-top: 75px; }
footer { position: absolute; bottom: 0; left: 0; width: 100%; }

/* ------------------------------------------------ */

main img { margin: 20px; max-width: calc(100% - 40px); height: auto; }
.aplCsc img { margin: 0; }
.site-width { max-width: 1170px; margin: 0 auto; padding: 0 15px; position: relative; }
#cLeft { width: 50%; float: left; }
#cRight { width: 50%; float: right; }

.bodyHome main .row { margin-left: 0; margin-right: 0; }
.bodyHome #content > .site-width:first-child { padding: 0; }
.bodyJobDetail main { width: 57%; float: left; }
.bodyJobDetail aside { width: 37%; float: right; }

.bodyContent main { width: 57%; float: left; }
.bodyContent aside { width: 32%; float: right; }

.bodyContact main { width: 43%; float: left; }
.bodyContact aside { width: 43%; float: right; }

/* ================================= NAVIGATION ================================ */ 

/* HLB1 - MAIN NAVIGATION */

.navContainer { float: right; clear: none; margin-top: 35px; }
header nav { position: relative; text-align: left; }
header nav a { color: #606060; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }
header nav a:hover { text-decoration: none; }
header nav a { display: inline-block; min-height: 30px; width: 100%; }
header nav > ul > li { float: left; position: relative; margin-left: 70px; padding-bottom: 33px; }
header nav > ul > li.pregnant { background: url("../../_images/r2017/icons/icon-arrow-down.png") no-repeat center 37px; }
header nav > ul > li:hover ul{ display: block; position: absolute; max-height: 500px; }
header nav > ul > li:first-child { margin-left: 0; }
header nav > ul > li > a { font-weight: bold; }
header nav > ul > li > a:hover { }
header nav ul { position: relative; z-index: 1; list-style:none; width: 100%; background: rgba(246, 246, 246, 0.9); }
header nav ul ul { width: 220px; padding: 0 20px; position: absolute; top: 64px; left: -75px; left: calc(50% - 110px); overflow: hidden; max-height: 0; transition: max-height 500ms ease; }
header nav ul ul li { padding: 7px 0; border-bottom: 1px solid #dadada; }
header nav ul ul li:first-child { margin-top: 5px; }
header nav ul ul li:last-child { margin-bottom: 5px; border-bottom: none; }

header nav ul > li > a span { width: 30px; text-align: center; display: inline-block; margin-right: 5px; }
li.mainLevactive > a { }
li.mainLevactive > a,
.subLevel_1active > a { color: #1e73b6;  }
header nav li.mainLevactive {}

.toggleMenu { display: none; }
.toggleMenu { margin: 0; position: absolute; z-index: 999; right: 0; top: 0px; }
.menuButton { width: 30px; height: 30px; cursor: pointer; display: inline-block; margin: 0; padding: 0; text-align: center; vertical-align: middle; position: absolute; top: 0px; right: 0px; }
.menu-bars .icon-bar { background-color: white; border-radius: 3px; display: block; height: 5px; margin-bottom: 7px; width: 19px; transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: 0.25s ease-in-out; }
.menu-bars-text { font-weight: bold; color: white; display: inline-block; font-size: 17px; padding-top: 0px; margin-left: 23px; margin-bottom: 5px; }

.menu-bars .icon-bar:nth-child(1) { width: 30px; }
.menu-bars .icon-bar:nth-child(2) { width: 21px; }
.menu-bars .icon-bar:nth-child(3) { width: 25px; }

span.collapse { display: none; }
span.collapse { background: url("../../_images/r2017/icons/icon-arrow-down.png") no-repeat center 37px; cursor: pointer; height: 50px; padding-top: 0; overflow: hidden; position: absolute; right: 0; text-align: center; top: 0; vertical-align: middle; width: 65px; font-size: 75%; }

/* HLB2 - TOPNAVIGATION */

#hlb2 { color: white; display: none; }
#hlb2 a { color: white; }
#hlb2 span:last-child { display: none; }

/* HLB3 - FOOTER NAVIGATION */

ul#hlb3 { margin: 0; padding: 0; }
ul#hlb3 > li { width: 25%; float: left; list-style: none; }
ul#hlb3 > li span { font-size: 20px; font-weight: bold; }
ul#hlb3 ul { list-style: none; padding: 0; margin: 0; }
ul#hlb3 ul li:before { content: "‣"; font-size: 30px; vertical-align: sub; padding-right: 5px; }

/* ================================= TEASERS ================================ */ 

/* TEASER 1 - BANNER */

#t1 { width: 100%; height: 551px; }
.t1-overlay { background: rgba(0,0,0,0.35); width: 100%; height: 551px; position: absolute; top: 0; left: 0; z-index: 99; }
.t1-item { position: relative; width: 100%; height: 551px; display: table !important; }
.t1-image { position: absolute; width: 100%; height: 551px; background-position: center center; }
.t1-image img { width: 100%; height: auto; max-width: 100%; }

.t1-content { text-align: center; position: relative; z-index: 100; display: table-cell; vertical-align: middle; }
.t1-heading { font-weight: 900; font-size: 5.8rem; line-height: 7.0rem; color: white; }
.t1-text,
.t1-text p { font-size: 4.8rem; line-height: 7.0rem; color: white; margin: 0; }
.t1-text strike { padding: 0 35px; margin-top: 20px; }

.t1-heading,
.t1-text { max-width: 800px; margin: 0 auto; }

#t1-pager { position: absolute; left: 0; bottom: 50px; text-align: center; width: 100%; z-index: 200; }
#t1-pager span { cursor: pointer; display: inline-block; width: 26px; height: 23px; margin: 0 5px; background: url("../../_images/r2017/icons/icon-bullet-slider.png") no-repeat center center; }
#t1-pager span.cycle-pager-active { background: url("../../_images/r2017/icons/icon-bullet-active-slider.png") no-repeat center center; transition: border-color 0.3s, background 0.3s; }

/* TEASER 2 - CTA BLOCKS HOME */

#t2 { margin: 125px 0 0; padding: 85px 0 100px; background: #f4f4f4; }
#t2 .title { color: #363636; font-size: 4.8rem; line-height: 6.0rem; font-weight: 300; margin-bottom: 20px; }

#t2-item-container .t2-item:last-child { padding-right: 0; }
.t2-item { width: 25%; float: left; padding-right: 50px; }
.t2-item h2 { font-weight: 900; color: #363636; font-size: 2.8rem; line-height: 3.5rem; }
.t2-item .t2-content,
.t2-item .t2-content p { font-weight: 300; color: #363636; font-size: 20px; line-height: 35px; }

 /* TEASER 3 - TEASER FOOTER */

 #t3 { padding: 50px 0; }
 .t3-item { float: left; width: 33.33%; padding-right: 75px; }
 .t3-item h2 { color: white; font-weight: 300; font-size: 3.8rem; margin-bottom: 30px; }
 .t3-item:nth-child(1) { width: 45%; }
 .t3-item:nth-child(2) { width: 27.5%; }
 .t3-item:nth-child(3) { width: 27.5%; }

 .t3-item strike { padding: 0 70px; font-size: 18px; line-height: 62px; font-weight: 100; text-transform: none; }
 .t3-item a { color: white; }

/* TEASER 4 - SOCIAL MEDIA FOOTER */

#t4 { float: right; }
.t4-item { float: left; margin-left: 25px; }

/* T5 - TEASER CONTACT */

#t5 { margin-top: 100px; }
.t5-item { float: left; margin-right: 10px; margin-top: 10px; }
.t5-item h2 { display: none; }

/* ================================= JOBDETAIL ================================ */ 

/* JOBDETAIL HOOK */

.mDhOut { background: #f4f4f4; padding: 55px; }
.mDhT { color: #007ac2; font-size: 3.0rem; line-height: 3.5rem; font-weight: 900; margin: 0 0 35px 0; }
.mDhSh { display: none; }
.mDhItT { font-weight: 900; font-size: 2.4rem; line-height: 3rem; margin: 0 0 0 0; color: #007ac2; }
.mDhIw ul { margin: 10px 0 20px 0; list-style: none; }

/* JSL - JOBSENSE */

.bodyJobDetail .jslOuter { margin-top: 75px; padding: 0 55px; }
.bodyJobDetail .jslTitle { color: #007ac2; font-weight: 900; font-size: 30px; line-height: 40px; margin-bottom: 20px; }
.bodyJobDetail #jslItemContainerWrapper > a { width: 100%; }
.bodyJobDetail #jslItemContainerWrapper > a { background: none !important; border-bottom: 1px solid #e1e2e3; }
.bodyJobDetail #jslItemContainerWrapper > a:last-child { border-bottom: none; }
.bodyJobDetail .jslItemContainer { padding: 30px 0 15px; }
.bodyJobDetail .jslLocation { display: none; }
.bodyJobDetail .view-vacancy { padding: 5px 0 5px 40px; background: url("../../_images/r2017/icons/icon-arrow-right.png") no-repeat center left 20px; font-weight: 900; font-size: 20px; color: #007ac2; }
.bodyJobDetail .jslFunctionName a { color: #14404a; font-size: 22px; line-height: 30px; font-weight: 700;  }

/* ================================= CONTENT ================================ */ 

.bodyContent .jslTitle { margin-top: 0; }
.bodyContent #jslItemContainerWrapper > a { display: block; width: 100%; float: none; }
.bodyContent #jslItemContainerWrapper > a:nth-child(odd) { background: none; }
.bodyContent #jslItemContainerWrapper > a:nth-child(even) {
    background: #f4f4f4;
}

/* ================================= CONTACT ================================ */ 

.qsPIOuter input[type="text"],
.qsPIOuter textarea { max-width: none; padding: 18.5px; }

.qsPIOuter .formInput { margin-bottom: 10px; }

/* ================================= ACTONOMY ================================ */ 

.actSResultsCont { width: 68% !important; float: right; }
.actSRFacetCont  { width: 28% !important; float: left; }
.actSResContainer { margin-bottom: 100px; }

.vacRes1Outer { margin-left: 0; margin-right: 0; }

.actButtonFilter { display: none; }
.actButtonFilter { position: absolute; right: 15px; top: 0; left: initial; background: #1e73b6 url("../../_images/r2017/icons/icon-filter.png") no-repeat center center; width: 43px; height:43px; padding: 13px 10px 10px 10px; transition: opacity 0.3s; margin: 0 0 1px;}
.actSRFacetCont .actButtonCloseFilter { display: none; position: absolute; opacity: 0; width: 43px; height: 43px; right: 15px; top: 20px; transition: opacity 3s ease; background: #1e73b6 url("../../_images/r2017/icons/icon-close.png") no-repeat center center; }
.actSRFacetCont .actButtonCloseFilter:hover { cursor: pointer; }
.actSRFacetCont.active .actButtonCloseFilter { opacity: 1; }
.actSRFacetCont #actSRFacetCont  { top: 10px; }
.actTopMenu { padding: 0; margin: 0 0 1px; }
.actMlJc { border: none; font-size: 2rem; font-weight: 300; }
.actEqueryTitle a, .actTitleGm a { margin: 0; padding: 0; background: none; }
.actLcMcrit > .optionListTitle { font-size: 3rem; line-height: 3.5rem; color: white; font-weight: normal; }
.actSRCf .optionList ul { margin: 0; }
.actSRCf .optionList li { list-style-type: none; padding-left: 20px; background: url("../../_images/r2017/icons/icon-close-matchcriteria.png") no-repeat left center; }

/* ACTONOMY - TOPMENU */

.actTitle { display: none; }
.actTopMenu { color: #262626; }
.menuLinkFirstChild { width: 100%; margin: 0; padding: 0; }
.menuLinkLastChild { width: 62%; float: left; margin: 0; padding: 0; text-align: right;  }
.menuLinkFirstChild .cText { font-size: 4.8rem; line-height: 4.8rem; }
#menuLinkExtraOptions { width: 62%; text-align: right; }
#menuLinkExtraOptions .actMl { text-align: left; }
.actTopMenu .menuLinkLastChild { display: none; }

/* ACTONOMY - BOTTOM MENU */

.actBottomMenu .actMlSb { display: none; }
.actBottomMenu .actMlCrss { display: none; }
.actBottomMenu div { border-right: none; color: #007ac2; font-size: 16px; font-weight: 300; }
.actBottomMenu div a { text-decoration: underline; margin-right: 15px; }
.actMlCJsa { display: inline-block; width: auto; }
.actMlCsvq { display: inline-block; width: auto; }
.pageNav { clear: none; float: right; }
.pageNav a { padding: 0px 8.5px; color: #7d7d7d; line-height: 26px;}
.pageNav a.pnActive { background: #004990; color: white; font-size: 16px; border-radius: 3px; }
.actBottomMenu { clear: none; float: left; padding-left: 30px; }


/* MULTISELECT CSS */
.menuLinkLastChild > label { display: none; }
.menuLinkLastChild > select { max-width: 175px; margin-left: 25px; }
.menuLinkLastChild > select.relevance { margin-left: 0; }

/* CHOSEN CSS */
.menuLinkLastChild .splitter { display: inline-block; max-width: 175px; width: 100%; margin-left: 25px; }
.menuLinkLastChild .splitter .chosen-single span { color: #3d3d3d; text-align: left; }
.menuLinkLastChild .splitter:nth-child(2) { margin-left: 0; }

.actMlEq,
.actMlNs { border-right: none; }
.actMlEq a,
.actMlNs a { color: white; }

.number { font-size: 4.8rem;rem; line-height: 4.8rem; font-weight: 300; padding-left: 30px; }
#menuLinkExtraOptions { float: right; margin-top: 30px; }
#menuLinkExtraOptions .actMl { width: 175px; padding: 2px 0 0 32px; margin: 0 0 0 25px; display: inline-block; }
#menuLinkExtraOptions .actMlEq { margin-left: 0; background: url("../../_images/r2017/icons/icon-edit-search.png") no-repeat left center; background-size: 20px; }
#menuLinkExtraOptions .actMlNs { background: url("../../_images/r2017/icons/icon-new-search.png") no-repeat left center; background-size: 20px; }

/* GOOGLE MAPS */

.actEqueryTitle { margin-bottom: 0; }
.actGmTitle { position: absolute; top: 25px; right: 14px; }
.actGmTitle a { color: #2173ab; line-height: 16px; text-transform: lowercase; }

/* VACATURE */

.actIwCompany { display: inline-block; font-weight: 100; color: #b4b4b4; font-size: 2.0rem; }
.actIw.actIwCompany { display: none; }
.actIwLocation { display: none; }
.actIc { margin: 0; padding: 30px; }
.actIcFirst { margin-top: 25px; }
.actIcLast { border-bottom: none; }
.actIc:nth-child(even) { background: #f6f6f6; }
h3.actItemTitle { line-height: 27px; }

.jbdButPrint,
.jbdButMail { display: none; }
.bodyJobDetail .buttonContainer input { margin: 0 !important; }
.jbdButBack { float: left; background: #014289 url("../../_images/r2017/icon-arrow-left-white.png") no-repeat center left 25px; padding: 7px 50px 7px 50px; width: 65%; font-size: 22px; font-weight: normal; border-radius: 0; margin-right: 20px !important; }
.jbdButBack:hover { background: #014289 url("../../_images/r2017/icon-arrow-left-white.png") no-repeat center left 20px; opacity: 0.8;}
.jbdButApl { float: left; background: #007ac2 url("../../_images/r2017/icon-arrow-right-white.png") no-repeat center right 25px; width: 30%; padding: 7px 50px 7px 20px; margin-left: 20px; font-size: 22px; font-weight: normal; border-radius: 0; }
.jbdButApl:hover { background: #007ac2 url("../../_images/r2017/icon-arrow-right-white.png") no-repeat center right 20px; opacity: 0.8 }
.buttonContainer  { margin-top: 50px; }

.jbdSh  { text-transform: lowercase; }
.jbdSh:first-letter { text-transform: uppercase; }
#jbdLocation { font-size: 2.8rem; line-height: 3.0rem; font-weight: 300; color: #acacac; }


.actIc .itemFooter { background: rgba(218, 218, 218, 0.4); padding: 3px 7px 1px 7px; margin: 10px 0 0; opacity: 1; display: inline-block; color: #a7a2a2; display: none; }
.actIc .itemFooterWord { margin-right: 9px; }
.actIc .itemFooterWord:last-child { margin-right: 0; }
.actItemTitle { margin: 0 0 8px 0; }
.actItemTitle a { font-weight: bold; color: #007ac2; font-size: 2.2rem; }
.actItemTitle a:hover { color: #1e73b6; text-decoration: none; }
.actIFw img { height: 20px !important; margin: -5px 0 0 0; }
.actIFwRef { border-right: none; }
.jbdShPubStart,
.jbdTextPubStart,
.jbdShPubEnd,
.jbdTextPubEnd { display: none; }
.photo1 img { margin-right: 0; }

.statusJob.filled {
	background: green;
}
.statusJob {
	display: inline-block;
    border-radius: 10px;
    padding: 0px 10px;
    color: white;
    float: right;
    font-size: 14px;
}

.jbdTitle { padding-right: 115px; }

/* FACETS */

.actSRFacetContJobs {  }
.optionListContainer { border:none; }
.optionListContainer.actLcMcrit { background: #2173ab; padding: 30px; margin-bottom: 35px; }
.optionListContainer.actLcMcrit .optionListTitle { font-size: 26px; margin-bottom: 25px; }
.optionListTitle a { color: #363636; font-size: 2.4rem; line-height: 2.8rem; font-weight: 900; }
.optionListTitle a:hover { text-decoration: none; }
.facetList { padding: 0; overflow: hidden; }
.facetList ul { list-style: none; margin: 15px 0; }
.facetList li { line-height: 28px; }
.facetList li a { color: #7d7d7d; text-decoration: none; padding: 0; font-size: 1.6rem; line-height: 1.8rem; text-transform: lowercase; }
.facetList li a:first-letter { text-transform: uppercase; }
.facetList li a:hover { color: #2173ab; text-decoration: none; }
.facetListTitle > a { background: url("../../_images/r2017/icons/icon-arrow-down.png") no-repeat center right 15px; }
#asrHookVacanciesExtendedControls { clear: both; background-color: #dadada; padding: 0 25px; }
#asrHookVacanciesExtendedControls .hookInput { margin: 25px 0; }
.facetFreq { color: #2173ab; }
.actLc .optionList li { background: url("../../_images/r2017/icons/icon-cross.png") no-repeat left center; }
.actLc .optionList li a { color: white; text-transform: lowercase; font-weight: 100; font-size: 18px; line-height: 26px; }
.actLc .optionList li a:first-letter { text-transform: uppercase; }

/* JSH ABOVE FACETLIST */

.actLcMcrit { background: #2173ab; }
.actLcMcrit .actJshOuter { padding-bottom: 0; margin-top: 40px; }
.actLcMcrit .actJshOuter form { display: block; }
.actLcMcrit .actJshOuter .actHHeader { display: none; }
.actLcMcrit .jshFieldContainer:nth-child(1) label,
.actLcMcrit .jshFieldContainer:nth-child(2),
.actLcMcrit .jshFieldContainer:nth-child(3),
.actLcMcrit .jshFieldContainer:nth-child(4) { display: none; }
.actLcMcrit .jshFieldContainer { width: 100%; }
.actLcMcrit .actHInput { display: none !important; }
.actLcMcrit .actHWord { display: none !important; }
.actLcMcrit .actHInput.actHIKw,
.actLcMcrit .actHInput.actHIKw { display: block !important; width: 100%; }

.actLcMcrit input[type="text"] { height: 51px; font-style: italic; font-size: 16px; font-weight: 100; }
.actLcMcrit .actHButton { width: 100%; }
.actLcMcrit .actHButton input { width: 100%; float: none; height: 51px; font-size: 18px; font-weight: 100; }
.actLcMcrit .actHButton input:hover { background: #03396d; }

/* =========================== OPEN APPLICATION + NORMAL APPLY =========================== */ 

.aplAplSLink ul, .aplEnrollIntro ul { margin: 15px 0; padding: 0; overflow: hidden; }
.aplAplSLink ul li, .aplEnrollIntro ul li { margin: 0; padding: 0; list-style-type: none; display: inline-block; margin: 0 1% 10px 0; padding: 0px; width: 48%; float: left; }
.aplAplSLink ul li a, .aplEnrollIntro ul li a { text-decoration: none; margin: 0; padding: 5px 10% 5px 50px; width: 100%; display: block; height: 42px; line-height: 35px; }
.aplAplSLink ul li a:hover, .aplEnrollIntro ul li a:hover { text-decoration: none; color: #1e73b6; }

.aplAplSLink ul li.aplAplyLogin a { background: #1e73b6 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -521px; color: white; }
.aplAplSLink ul li.aplAplyPass a { background: #1e73b6 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -457px; color: white; }
.aplAplSLink ul li.aplAplyTk a, .aplEnrollIntro ul li.aplAplyTk a { background: #1e73b6 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -393px; color: white; }
.aplAplSLink ul li.aplAplyLi a, .aplEnrollIntro ul li.aplAplyLi a { background: #1e73b6 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -329px; color: white; }
.aplAplSLink ul li.aplAplyLeave a { background: #1e73b6 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -631px; color: white; }

.aplAplSAr0 { border: none; font-size: 16px; font-weight: bold; padding: 0; margin: 25px 0; }
.aplAplSAr0 span { font-size: 14px; font-weight: normal; }
.aplAplSAr { border: none; font-size: 21px; color: #1e73b6; }
.aplAplSAr span { font-size: 12px; color: #00181e; }
.aplStkIntro .aplAplyLi { display: none; }

/* ============================= APPLY FOR JOB START ============================= */ 

#aplStartSignTkF { display: none; }
#aplJStartSignF ul { margin: 10px 0 15px 0; padding: 0; }
#aplJStartSignF ul li { margin: 0; padding: 0; list-style-type: none; }
#aplJStartPasswF h2 { font-size: 14px; font-weight: normal; text-transform: lowercase; font-family: Helvetica, Arial, Sans-serif; font-weight: normal; }
#aplJStartPasswF h2:hover { cursor: pointer; }
.aplJStartInputSCvl span.magicSelectParent{ width: 60%; }
.aplJStartIntro { margin: 15px 0; }
.aplJStartOuter form#aplJStartSignF { padding: 0; margin: 10px 0 10px 0; width: 100%; float: left; }
/*.aplJStartTextSCv { margin: 0; padding: 11px 0px 11px 50px; background: #4397d0 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -393px; font-size: 14px; height: 45px; }*/

#signUpLinkedin { width: 50%; float: left; }
#signUpLinkedin .aplJStartSHS { display: none; }
#signUpLinkedin ul { margin: 0; }
#signUpLinkedin ul li a { padding: 11px 0px 11px 50px; background: #4397d0 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -329px; color: #FFFFFF; text-decoration: none; font-size: 14px; height: auto; }

#signUpLogin { display: block; clear: both; background: #f8f8f8; }
#signUpLoginContainer { padding: 15px; }
#signUpLoginHeader { text-align: center; padding: 11px 0px 11px 90px; background: #4397d0 url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 50% -521px; color: #FFFFFF; text-decoration: none; font-size: 14px; width: 100%; font-family: Helvetica, Arial, Sans-serif; font-weight: normal; text-transform: none; }
#signUpLoginHeader:hover { cursor: pointer; }

#signUpCVTK { width: 49%;  float: right; margin: 0; background: #f8f8f8; }
#signUpCVTK:hover { cursor: pointer; }
#signUpCVTK .aplJStartTextS { display: none; }
#signUpCVTK #signUpCVTKHeader { color: #FFFFFF; text-decoration: none; }
#signUpCVTKSwitchContainer { padding: 15px; }
#signUpCVTKSwitchContainer .formInput { margin: 10px 0; width: 550px; max-width: 100%; }
#signUpCVTKSwitchContainer .formInput label  { width: 40%; margin: 5px 0 5px 0; padding: 0; }
#signUpCVTKSwitchContainer .formInput .fileUpParrent  { width: 60% !important; margin: 0; padding: 0%; }
#signUpCVTKSwitchContainer .formInput .fileUpParrent input  { width: 100% !important; margin: 0; padding: 4px 2%; }
#signUpCVTKSwitchContainer .formInput select  { width: 60% !important; margin: 0; padding: 0; }

.aplJStartBcS input { width: 100%; }
.aplJStartOuter .buttonContainer { margin-bottom: 0px; margin-top: 20px; display: inline-block; }
p.appLinAcceptLeft { float: left; display: inline-block; }
p.appLinAcceptRight { padding-left: 45px; padding-top: 5px; }

/* reCAPTCHA */

.g-recaptcha { height: 100px; width: 60%; transform:scale(1.04);-webkit-transform:scale(1.04);transform-origin:0 0;-webkit-transform-origin:0 0; }

/* ================================= ADD THIS ================================ */ 

.addthis_toolbox { float: left; width: 100%; clear: both; margin: 25px 0; }
.addthis_toolbox a { height: 35px; }
.addthis_toolbox a.addthis_button_facebook_like iframe { float: left; min-width: 120px !important; }

/* ====================== CANDIDATE - CAPTCHA SMALLER ===================== */ 

img#captcha, img#newsqcaptcha, img#captcha2 { width: 175px; height: auto; }

/* =============================================================================== */ 
/* ================================= RESPONSIVE ================================== */ 
/* =============================================================================== */ 

@media screen and (min-width: 992px){
	header nav { display: inline-block !important; }
}

@media screen and (min-width: 768px){ 
	.outer .explain { margin-bottom: 15px; max-width: none; margin-left: 165px; margin-top: 10px; }
}

@media screen and (max-width: 991px) {

	#content { padding-top: 60px; }
	.bodyHome #content { padding-top: 20px; }

	header { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; background: none; }
	#logo { display: none; }
	#mobile-logo { display: inline-block; margin-top: 27px; }

	#llb { position: static; width: auto; background: none; padding: 0 0 0 20px; height: auto; }
	#llb a { margin-right: 15px; }

	h1,
	.jslTitle,
	.actJshOuter .actHHeader { font-size: 3.5rem !important; line-height: 4rem !important; }
	.bodyHome .jslTitle { margin-left: 0; }
	.jslTitle { text-align: center; }
	.bodyContent .jslTitle,
	.bodyJobDetail .jslTitle { text-align: left; }

	.bodyHome h2,
	.bodyHome .hookHeader,
	.bodyHome .title { font-size: 3.2rem !important; line-height: 3.5rem !important; }

	h2,
	.hookHeader,
	.jbdSh,
	.mDhItT,
	.bodyJobDetail .jslFunctionName a { font-size: 2.0rem !important; line-height: 2.5rem !important; }

	.bodyContent .jslTitle { font-size: 3.5rem !important; line-height: 4.0rem !important; margin-top: 75px; text-align: center; }

	/* NAVIGATION */

	.toggleMenu { right: 15px; }
	.toggleMenu, span.collapse { display: block; }

	header nav { display: none; } 
	header .navContainer { height: auto !important; position: absolute; right: 0; top: 10px; z-index: 999999; width: 100%; }
	header nav { position: absolute; top: 57px; width: 100%; }
	header nav ul { background: none; margin: 0; padding: 0; }
	header nav ul ul { width: 100%; padding: 0; margin: 0; position: static; display: none; max-height: initial; overflow: auto; }
	header nav > ul.active { /* extra styling */ }
	header nav > ul > li { width: 100%; margin: 0; padding: 0; float: none; }
	header nav > ul > li > a:hover { border-bottom: none; }
	header nav > ul > li:hover ul { position: static; display: none; }
	header nav ul li a { margin: 0; padding: 8px 20px; width: 100%; background: none; color: white; }
	header nav ul li a:hover { color: white; }
	header nav ul ul li { margin-bottom: 0; }
	header nav ul ul li a { padding-left: 40px; background: rgba(19, 109, 179, 0.9); /* color depends on parent color */ }
	li.mainLevactive > a, .subLevel_1active > a { color: #FFFFFF; border: none; }
	span.collapse { display: inline-block; }
	span.collapse { background: url("../../_images/r2017/icons/icon-arrow-down-white.png") no-repeat center 22px; }

    /* SECONDARY RESPONSIVE NAVIGATION */

	header nav #hlb1, header nav #hlb2 { padding: 10px 0; background-color: rgba(30, 115, 182, 0.9); } 
	header nav #hlb2 { border-top: 1px solid white; border-bottom: 1px solid white; } 
	header nav #hlb2 a { padding: 8px 40px 8px 20px; text-transform: uppercase; font-size: 1.6rem; width: 100%; background-color: #1e73b6; } 

	/* ACTONOMY */

	.actSResultsCont { width: 100% !important; }
	.actSRFacetCont, .bodyActonomy #cLeft { display: none; }
	.bodyActonomy #content { background: #FFFFFF; }
	.bodyActonomy #cRight { width: 100%; padding: 35px 0 0 0; background: none; }
	.actSRFacetCont.active { display: block; position: absolute; top: 60px; right: 15px; background: #1e73b6; width: 100%; padding: 0; margin-bottom: 25px; color: #FFFFFF; z-index: 99999; }
	.facetList li a, .facetList li a:hover { font-size: 1.3rem; margin: 0 0 10px 0; }

	.optionListContainer.actLcMcrit .optionListTitle { padding-left: 0; }
	.actButtonFilter { display: block; }
	.actButtonFilter:hover { cursor: pointer; }
	.actSRFacetContJobs { width: 97% !important; width: calc(100% - 30px) !important; }
	.actLcMcrit > .optionListTitle { color: white; }

	.actGmTitle { position: static; padding: 15px 0 0 30px; }
	.optionListContainer { padding: 0 30px; }
	.actLcMcrit .actJshOuter { max-width: 300px; }
	.optionListTitle a { color: white; font-weight: normal; }
	.facetList li a { color: white; }

	/* CONTENT BUSJAB */

	.bodyContent main { width: 100%; float: none; }
	.bodyContent aside { width: 100%; float: none; }

	.bodyContent aside { margin: 0 -15px; width: 103%; width: calc(100% + 30px); }
	.bodyContent aside .jslItemContainer { padding: 20px 15px; }
	.bodyContent aside #jslItemContainerWrapper > a { text-align: center; }

	/* CONTACT BUSJAB */

	.bodyContact main { width: 100%; float: none; }
	.bodyContact aside { width: 100%; float: none; }

	/* JOB DETAIL  */


	.bodyJobDetail main { width: 100%; float: none; }
	.bodyJobDetail aside { width: 100%; float: none; }
	.jbdButBack { width: auto; padding: 3px 40px 3px 50px; font-size: 20px; }
	.jbdButApl { width: auto; font-size: 20px; padding-top: 3px; padding-bottom: 3px; }

	/* TEASERS */

	#t1 { height: 475px; }
	.t1-item,
	.t1-image,
	.t1-overlay { height: 475px; }
	#t1-pager { bottom: 25px; }

	.t1-heading { font-size: 3.0rem; line-height: 4.1rem; margin-bottom: 15px; }
	.t1-text,
	.t1-text p { font-size: 2.4rem; line-height: 3.5rem; }

	#jslItemContainerWrapper > a { width: 50%; }
	#jslItemContainerWrapper > a:nth-child(1) {}
	#jslItemContainerWrapper > a:nth-child(2) {}
	#jslItemContainerWrapper > a:nth-child(3) { background: none; }
	#jslItemContainerWrapper > a:nth-child(4) { background: none; }
	#jslItemContainerWrapper > a:nth-child(5) { background: #f4f4f4; }
	#jslItemContainerWrapper > a:nth-child(6) { background: #f4f4f4; }
	#jslItemContainerWrapper > a:nth-child(7) { background: none; }
	#jslItemContainerWrapper > a:nth-child(8) { background: none; }
	#jslItemContainerWrapper > a:nth-child(9) { background: #f4f4f4; }
	#jslItemContainerWrapper > a:nth-child(10) { background: #f4f4f4; }

	.t2-item { width: 50%; }
	.t2-item:nth-child(1) { margin-bottom: 20px; }
	.t2-item:nth-child(2) { margin-bottom: 20px; padding-right: 0; }
	.t2-item:nth-child(3) { padding-right: 50px; }
	.t2-item:nth-child(4) { padding-right: 0; }

	.actHWord { font-weight: 600; font-size: 2.0rem; line-height: 2.5rem; }
	.actJshOuter input[type="text"] { font-size: 18px; }

	#t3 { padding: 10px 0; }
	.t3-item { width: 100% !important; padding-right: 0; margin-bottom: 10px; }
	.t3-item:nth-child(3) h2 { display: none; }
	.t3-item h2 { font-size: 3.2rem; line-height: 3.5rem; margin-bottom: 20px; }

	#t5 { margin-top: 50px; }

}


@media screen and (max-width: 768px) {

	.contentMultiColLeftContainer, .contentMultiColRightContainer { width: 100%; float: none;}	
	.jbdButBack { width: 100%; margin-right: 0; float: none; margin-bottom: 20px; display: inline-block; }
	.jbdButApl { width: 100%; float: none; }

	/* FORMS */

	.formInput label { margin-top: 0; width: 100%; display: block; }
	.formInput input[type="file"] { width: 100% !important; }
	.aplMFileButton label { display: none; }
	.aplCsc label { width: 100%; }

	/* APPLY PAGE */

	.aplAplSLink ul li { width: 100%; }
	#signUpLinkedin,
	#signUpCVTK { width: 100%; float: none;	}
	#signUpCVTK { margin-top: 10px; }
	#signUpLoginHeader { text-align: left; background: #f7941e url('../../_images/r2017/icons/icons-custom-sprite.png') no-repeat 5px -523px; padding: 11px 0px 11px 50px; }


	/* JOB SEARCH HOOK */

	.actHInput { width: 100%; margin-bottom: 10px; }
	.actHButton input { width: 100%; background-position: calc(50% + 60px); }
	.actHButton input:hover { width: 100%; background-position: calc(50% + 60px);}
	.actJshOuter select { height: 45px; }

	/* ACTONOMY */

	.menuLinkLastChild > select { max-width: 45%; }
	.pageNav { float: none; }
	.actBottomMenu { padding-left: 0; }

	/* JSL */

	.bodyHome main .row { margin-left: -15px; margin-right: -15px; }
	#jslItemContainerWrapper > a { width: 100%; text-align: center; }
	.bodyJobDetail #jslItemContainerWrapper > a { text-align: left; }
	#jslItemContainerWrapper > a:nth-child(odd) { background: #f4f4f4; }
	#jslItemContainerWrapper > a:nth-child(even) { background: none; }

	/* TEASERS */

	#t2 { margin: 65px 0; padding: 0; background: none; }
 	#t2 .title { text-align: center; }
 	.t2-item { width: 100%; }
 	.t2-item h2 { font-size: 2.6rem !important; line-height: 4rem; text-align: center; }
 	.t2-content { text-align: center; }
 	.t2-item { padding-right: 0 !important; }

 	.networkHookOuter h1 { display: none; }
 	#networkViewHookMultipleContainer { border-bottom: none; }

 	.actJshOuter { background: #f4f4f4; margin-left: -15px; margin-right: -15px; padding: 1px 15px 45px; }
 	.actJshOuter .actHHeader { margin: 45px 0 30px; text-align: center; }
 	.actJshOuter form { flex-direction: column; -webkit-flex-direction: column; }
 	.jshFieldContainer { width: 100%; }
}

@media screen and (max-width: 700px) {

	/* ACTONOMY */ 

	.actButtonFilter { top: 234px; }
	.actButtonFilter.mobile { top: 231px; }
	.actSRFacetCont.active { top: 205px; }
	.actSRFacetCont.mobile.active { top: 202px; }

	.number { display: inline-block; margin-right: 10px; font-size: 3.8rem; line-height: 3.8rem; }
	.menuLinkFirstChild .cText { display: inline-block; font-size: 3.8rem; line-height: 3.8rem;  }

	/* HEADER */

	header nav { top: 56px; }

	/* TEASERS */

	#t4 { display: none; }
	#copyright { float: none; width: 100%; }

}

@media screen and (max-width: 480px) {

	/* ACTONOMY */

	.number { display: inline-block; margin-right: 7px; font-size: 2.0rem; line-height: 2.5rem; }
	.menuLinkFirstChild .cText { display: inline-block; font-size: 2.0rem; line-height: 2.5rem;  }
	.menuLinkLastChild .splitter { max-width: 200px; margin: 0 0 10px 0; }
	#menuLinkExtraOptions { margin-top: 10px; }
	#menuLinkExtraOptions .actMl { display: block; max-width: 170px; margin: 0 auto 0; }
	#menuLinkExtraOptions .actMlEq  { margin-bottom: 15px !important; }
	
	.actButtonFilter { top: 303px; }
	.actButtonFilter.mobile { top: 296px; }
	.actSRFacetCont.active { top: 274px; }
	.actSRFacetCont.mobile.active { top: 267px; }
	.actIcFirst h3 { padding-right: 50px; }

	/* TEASERS */

	.t1-text,
	 .t1-text p { padding: 0 15px; }

	 /* MISC */
	.jbdButApl,
	.jbdButBack { font-size: 16px; }

}

@media screen and (max-width: 360px) {
	.g-recaptcha { transform:scale(0.86);-webkit-transform:scale(0.86);transform-origin:0 0;-webkit-transform-origin:0 0; }
}

@media screen and (max-width: 320px) {}