

body, html {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
body {
	font-family: 'Helvetica', 'SourceSansPro', Sans-Serif;
	background-color: #e8e8e6;
	-webkit-font-smoothing: antialiased;
	line-height: 19px;
}

.TouchShow,
.TouchHide {
	display: none;
}

#MailAddMessage {
	position: absolute;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #0F7900;
	width: 190px;
	top: 20px;
	right: 100px;
	padding: 10px;
	text-align: center;
	display: none;
	text-shadow: 1px 1px #000;
	z-index: 1;
	color: #FFF;
}
#MailAddMessage:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 25px;
	border-width: 20px 20px 0 0;
	border-style: solid;
	border-color: #0F7900 transparent;
	display: block;
	width: 0;
}
#MailAddMessage.Error {
	background-color: #660002;
}
#MailAddMessage.Error:after {
	border-color: #660002 transparent;
}


/* CTA Dialog */
#CTADialog {
	position: fixed;
    bottom: -200px;
    width: 100%;
    max-width: 300px;
    height: 200px;
    right: 10px;
    padding: 10px;
    background-color: #FFF;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	font-family: 'SourceSansPro', Sans-Serif;
	font-size: 14px;
}

#CTADialog h3 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#CTADialog p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#CTADialog input {
	width: 100%;
	height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
}
#CTADialog .PseudoLink {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #45811A;
	cursor: pointer;
}
#CTADialog .PseudoLink:hover {
	color: #000;
}
#CTADialog input[type=submit] {
	background-color: #195c64;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 13px;
	border: none;
	color: #FFF;
	text-shadow: 1px 1px rgba(0,0,0,.2);
	cursor: pointer;
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
	-moz-transition: all 0.3s, -moz-transform 0.3s;
	transition: all 0.3s, transform 0.3s;
}
#CTADialog input[type=button]:hover {
	opacity: .8;
}
#CTADialog #CTAErrorHolder {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,.8);
	width: 100%;
	padding: 30px 10px 10px 10px;
	height: 152px;
	text-align: center;
	font-weight: bold;
	color: #F00;
	display: none;
}
#CTADialog #CTASuccessHolder {
	text-align: center;
	padding: 10px 20px 20px 20px;
	display: none;
}



/* TOPBAR */
body:not(.Front) #TopBar {
	background-color: #FFF;
}
#TopBar {
	width: 100%;
	height: 82px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#TopBar #TopBarContent {
	width: 100%;
	max-width: 978px;
	margin: 21px auto 0px auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
}
#TopBar.Floating {
	height: 61px;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 10px;
}
#TopBar.Floating #TopBarContent {
	margin: 7px auto 0px auto;
}
#TopBar #TopBarContent #Logo {
	background-image: url(../pict/logo-dark.png);
	height: 43px;
	width: 167px;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-transition: height 0.3s, width 0.3s, opacity 0.1s;
	-moz-transition: height 0.3s, width 0.3s, opacity 0.1s;
	transition: height 0.3s, width 0.3s, opacity 0.1s;
}
body.Front #TopBar:not(.Floating) #TopBarContent #Logo {
	background-image: url(../pict/logo-light.png);
}
#TopBar.Floating #TopBarContent #Logo {
	background-image: url(../pict/logo-dark.png);
	height: 30px;
	position: relative;
	top: 5px;
}
#TopBar #TopBarContent #Logo:hover {
	opacity: .8;
}
#TopBar ul {
	display: block;
}
#TopBar ul,
#TopBar li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
#TopBar.Floating ul.SmallFloatRight {
	top: -10px;
}
#TopBar ul.SmallFloatRight {
	z-index: 2;
	position: absolute;
	top: -20px;
	right: 0px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
#TopBar ul.SmallFloatRight li a {
	font-size: 12px;
	font-weight: normal;
}
#TopBar ul.FloatRight {
	position: absolute;
	top: -11px;
	right: 0px;
	z-index: 1;
}
#TopBar ul li {
	height: 36px;
	line-height: 36px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px transparent;
	cursor: pointer;
	position: relative;
}
#TopBar ul li.CallToAction {
	border: 1px solid #CCC;
}
#TopBar ul li a {
	text-decoration: none;
	color: #909090;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	width: 100%;
	height: 100%;
	display: block;
	font-family: "Helvetica LT Light", Sans-Serif;
}
#TopBar ul li a:hover {
	color: #555;
}
body.Front #TopBar:not(.Floating) ul li a.Main {
	color: #FFF;
	text-shadow: 3px 0px 3px rgba(0,0,0,.45);
}
body.Front #TopBar:not(.Floating) ul li a.Main:hover {
	color: #d4e5d5;
}
body.Front #TopBar:not(.Floating) {
	background-color: rgba(0,0,0,.3);
}
#TopBar ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 35px;
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	padding: 10px 20px 10px 20px;
	min-width: 230px;
}
#TopBar ul li ul:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #C8C8C8 transparent;
	position: absolute;
	left: 20px;
	top: -11px;
}
#TopBar ul li ul:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #FFF transparent;
	position: absolute;
	left: 20px;
	top: -10px;
}
#TopBar ul li ul li {
	display: block;
}



/* WRAPPER */
body:not(.Front) #Wrapper {
	margin-top: 75px;
}
#Wrapper {
	width: 100%;
	font-size: 22px;
}
#Wrapper h1,
#Wrapper h2,
#Wrapper h3,
#Wrapper h4 {
	font-family: "Helvetica LT Light", Sans-Serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#Wrapper h1 {
	font-size: 39px;
	line-height: 47px;
}
#Wrapper h1.Colored,
#Wrapper h2.Colored,
#Wrapper h3.Colored,
#Wrapper h4.Colored {
	color: #6dcd29;
}
#Wrapper .Block a h3 {
	color: #555;
}
#Wrapper h4 {
	color: #4E4E4E;
	margin: 20px 0px 20px 0px;
	font-size: 22px;
	line-height: 26px;
}
#Wrapper input[type=button],
#Wrapper .PseudoButton {
	background-color: #195c64;
	color: #FFF;
	border: none;
	padding: 15px 20px 15px 20px;
	font-weight: bold;
	font-size: 17px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s, -webkit-transform 0.3s;
	-moz-transition: all 0.3s, -moz-transform 0.3s;
	transition: all 0.3s, transform 0.3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    position: relative;
    outline: none;
}
#Wrapper input[type=button]:hover,
#Wrapper .PseudoButton:hover {
	opacity: .8;
}
#Wrapper input[type=button]:active,
#Wrapper .PseudoButton:active {
	opacity: .6;
}
#Wrapper .PseudoButton.CallToAction {
	padding-left: 45px;
	position: relative;
}
#Wrapper .PseudoButton.CallToAction:after {
	content: '';
	display: block;
	position: absolute;
	left: 22px;
	top: 16px;
	height: 15px;
	width: 15px;
	background-color: rgba(0,0,0,.15);
	text-align: center;
	background-image: url(../pict/arrow-18.svg);
	background-size: 7.5px 7.5px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	-webkit-transform: scaleX(-1);
    /*-ms-transform: scaleX(-1);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: scaleX(-1);
}
#Wrapper .PseudoButton.Rounded {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#Wrapper .PseudoButton.Weak {
	color: #333;
	background-color: #CCC;
}
#Wrapper .Block.DarkOverlay:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 0;
}
#Wrapper .Block.MediumDarkOverlay:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	z-index: 0;
}
#Wrapper .Block {
	color: #555;
	position: relative;
}
#Wrapper .Block a {
	color: #0C3B41;
	text-decoration: none;
}
#Wrapper .Block a:hover {
	color: #000;
}
#Wrapper .Block.Dark {
	color: #CCC;
}
#Wrapper .Block.Dark h1,
#Wrapper .Block.Dark h2,
#Wrapper .Block.Dark h3 {
	color: #FFF;
}
#Wrapper .Block.Dark h4 {
	color: #FFF;
}
#Wrapper .Block.Dark a {
	color: #DEFFE4;
}
#Wrapper .Block.Dark a:hover {
	color: #000;
}
#Wrapper .Block.FullWidth {
	width: 100%;
	padding: 20px 0px 20px 0px;
	background-position: center center;
	background-size: cover;
}
#Wrapper .Block.NoCap {
	margin: 0px!important;
	padding: 0px!important;
}
#Wrapper .Block.Tile {
	background-size: initial;
}
#Wrapper .Block.Center .Content {
	text-align: center;
}
#Wrapper .Block .Content {
	width: 100%;
	max-width: 978px;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 1;
	font-size: 16px;
}
#Wrapper .Block .Content hr {
    border: none;
    height: 1px;
    color: #efefef; /* old IE */
    background-color: #efefef; /* Modern Browsers */
}
#Wrapper .Block .Content quot {
	margin: 0px 40px 20px 30px;
	padding-left: 10px;
	border-left: 3px solid #78CEEB;
	font-style: italic;
	display: table;
	color: #666;
	position: relative;
}
#Wrapper .Block .Content author {
	position: absolute;
	bottom: -20px;
	right: 10px;
	color: #333;
	font-weight: bold;
}
#Wrapper .GridHolder {
	width: 100%;
	max-width: 978px;
	margin: 0px auto 0px auto;
	background-color: #e8e8e6;
	border: 10px solid transparent;
	position: relative;
}
#Wrapper .Block .VideoContain {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}
#Wrapper .Block .VideoContain video {
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
	background-size: cover;
	transition: 1s opacity;
}
#Wrapper .Content .Badge {
	position: absolute;
	right: 0px;
	top: -80px;
	width: 150px;
	height: 150px;
	background-size: contain;
	background-position: center center;
}
#Wrapper .Block .ListItem {
	margin: 0px 0px 20px 80px;
	position: relative;
}
#Wrapper .Block .ListItem img {
	position: absolute;
	left: -80px;
	top: 0px;
	width: 50px;
	height: 50px;
}
#Wrapper .Block .ListItem h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #195c64;
	font-weight: bold;
	text-align: left!important;
}
#Wrapper .Block .ListItem p {
	margin: 0px;
	padding: 0px;
	text-align: left!important;
}




/* Sub content */
#Wrapper .Block.SubContent {
	background-color: #FFF;
	min-height: 200px;
	width: 100%;
}
#Wrapper .Block.SubContent .Content {
	width: px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 40px 0px;
}
#Wrapper .Block.SubContent .Content h1 {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 50px 0px 40px 0px;
	font-size: 60px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
#Wrapper .Block.SubContent .Content .LeftMenu {
	width: 155px;
	float: left;
	font-size: 15px;
	margin-top: 10px;
}
#Wrapper .Block.SubContent .Content .LeftMenu ul,
#Wrapper .Block.SubContent .Content .LeftMenu ul li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#Wrapper .Block.SubContent .Content .LeftMenu ul li {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
}
#Wrapper .Block.SubContent .Content .LeftMenu ul li h6 {
	margin: 20px 0px 3px 0px;
	padding: 0px;
	color: #999;
	font-size: 14px;
}
#Wrapper .Block.SubContent .Content .RightContent {
	margin-left: 200px;
	margin-right: 70px;
	margin-top: 30px;
	font-size: 17px;
	color: #404040;
	line-height: 25px;
}
#Wrapper .Block.SubContent .Content .RightContent h1,
#Wrapper .Block.SubContent .Content .RightContent h2,
#Wrapper .Block.SubContent .Content .RightContent h3,
#Wrapper .Block.SubContent .Content .RightContent h4,
#Wrapper .Block.SubContent .Content .RightContent h5,
#Wrapper .Block.SubContent .Content .RightContent h6 {
	font-family: 'SourceSansPro', Sans-Serif;
	display: inline-block;
}
#Wrapper .Block.SubContent .Content .RightContent h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: bold;
}
#Wrapper .RightContent .PseudoButton.CallToAction:after {
	left: 17px;
	top: 20px;
}




/* Info page */
#Wrapper .Block#InfoTop {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#Wrapper .Block.InfoContent {
	min-height: 200px;
	width: 100%;
}
#Wrapper .Block.InfoContent .Content {
	width: px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 40px 0px;
}
#Wrapper .Block.InfoContent .Content h1 {
	width: 100%;
	padding: 0px 0px 30px 0px;
	font-size: 38px;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	font-family: 'Melior', Sans-Serif;
	display: inline-block;
	line-height: 44px;
}
#Wrapper .Block.InfoContent .Content .LeftContent {
	margin-right: 380px;
	margin-top: 30px;
	font-size: 17px;
	color: #404040;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#Wrapper .Block.InfoContent .Content .LeftContent h2,
#Wrapper .Block.InfoContent .Content .LeftContent h3,
#Wrapper .Block.InfoContent .Content .LeftContent h4,
#Wrapper .Block.InfoContent .Content .LeftContent h5,
#Wrapper .Block.InfoContent .Content .LeftContent h6 {
	font-family: 'SourceSansPro', Sans-Serif;
	display: inline-block;
}
#Wrapper .Block.InfoContent .Content .LeftContent h2 {
	font-size: 22px;
	font-family: 'SourceSansPro-Light', Sans-Serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #666;
	font-weight: lighter;
	line-height: 25px;
}
#Wrapper .Block.InfoContent .Content .LeftContent h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight: bold;
}
#Wrapper .Block.InfoContent .Content .LeftContent ul {
	margin: 0px;
	padding: 0px 0px 0px 22px;
}
#Wrapper .Block.InfoContent .Content .LeftContent ul li {
	list-style: none;
	line-height: 21px;
}
#Wrapper .Block.InfoContent .Content .LeftContent ul li:before {
	content: "·";
	position: absolute;
	left: 7px;
	display: block;
	font-size: 43px;
	margin-top: 0px;
	color: #666;
}
#Wrapper .Block.InfoContent .Content .InfoBox {
	width: 300px;
	float: right;
	background-color: #FFF;
	padding: 25px;
	border-bottom: 3px solid #e9e9e9;
	font-size: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#Wrapper .Block.InfoContent .Content .InfoBox h3 {
	font-family: 'SourceSansPro', Sans-Serif;
	font-size: 26px;
	font-weight: normal;
}
#Wrapper .Block.InfoContent .Content .InfoBox ul,
#Wrapper .Block.InfoContent .Content .InfoBox ul li {
	list-style: none;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}
#Wrapper .Block.InfoContent .Content .InfoBox input[type=button] {
	margin-top: 20px;
}


/* Bouble */
#Wrapper .Block .Content .Bouble {
	width: 150px;
	height: 150px;
	margin: 0px auto 20px auto;
	border: 4px solid #195c64;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
}
#Wrapper .Block .Content .SmallBouble {
	width: 100px;
	height: 100px;
	margin: 0px auto 20px auto;
	border: 3px solid #93bd96;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
}



/* Child hover */
#Wrapper .ChildHover a,
#Wrapper .ChildHover h1,
#Wrapper .ChildHover h2,
#Wrapper .ChildHover h3,
#Wrapper .ChildHover h4,
#Wrapper .ChildHover div,
#Wrapper .ChildHover span,
#Wrapper .ChildHover img {
	-webkit-transition: opacity .1s;
	-moz-transition: opacity .31s;
	transition: opacity .1s;
	cursor: pointer;
}
#Wrapper .ChildHover:hover a,
#Wrapper .ChildHover:hover h1,
#Wrapper .ChildHover:hover h2,
#Wrapper .ChildHover:hover h3,
#Wrapper .ChildHover:hover h4,
#Wrapper .ChildHover:hover div,
#Wrapper .ChildHover:hover span,
#Wrapper .ChildHover:hover img {
	opacity: .8;
}


/* Splits */
#Wrapper .Block .Content .Split16 {
	width: 16%;
	display: inline-block;
	font-size: 16px;
    vertical-align: text-top;
    margin: 100px 0px 100px 0px;
}
#Wrapper .Block .Content .Split25 {
	width: 25%;
	float: left;
	font-size: 16px;
    vertical-align: text-top;
    margin: 100px 0px 100px 0px;
}
#Wrapper .Block .Content .Split33 {
	width: 32%;
	display: inline-block;
	font-size: 16px;
    vertical-align: text-top;
    margin: 100px 0px 100px 0px;
    padding: 0px 20px;
}
#Wrapper .Block .Content .Split50 {
	width: 45%;
	display: block;
	font-size: 16px;
    vertical-align: text-top;
    margin: 100px 0px 100px 0px;
}
#Wrapper .Block .Content .Split50.Left {
	float: left;
}
#Wrapper .Block .Content .Split50.Right {
	float: right;
}
#Wrapper .Block .Content .Split50 h2 {
	font-family: "SourceSansPro-Light", Sans-Serif;
	font-size: 34px;
	margin: 0px 0px 30px 0px;
}
#Wrapper .Block .Content .Split50 h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #404040;
}
#Wrapper .Block .Content .Split50 p {
	margin: 0px;
	line-height: 26px;
}
#Wrapper .Block .Content .Split50 img {
	max-width: 100%;
}
#Wrapper .Block .Content .Split50.No-Spacing {
	margin-top: 10px;
	margin-bottom: 10px;
}
#Wrapper .Block .Content .Split50 .ContentImage {
	width: 70px;
	height: 70px;
	background-color: #efefef;
	margin: 8px 20px 20px 0px;
	float: left;
	background-size: cover;
}
#Wrapper .Block .Content .Split50 .ContentImage.AppIcon {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#Wrapper .Block .Content .Split16 img,
#Wrapper .Block .Content .Split25 img,
#Wrapper .Block .Content .Split33 img,
#Wrapper .Block .Content .Split50 img {
	max-width: 100%;
}
#Wrapper .Block .Content .Split16.Padded,
#Wrapper .Block .Content .Split25.Padded,
#Wrapper .Block .Content .Split33.Padded,
#Wrapper .Block .Content .Split50.Padded {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
#Wrapper .Block .Content .SplitCover {
	width: 100%;
	height: 400px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
}
#Wrapper .Block .Content .SplitCover .Left {
	width: 65%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#Wrapper .Block .Content .SplitCover .Right {
	width: 35%;
	height: 100%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
#Wrapper .Block .Content .SplitCover .Right h2 {
	line-height: 30px;
	text-align: center;
}





/* Shared */
#Wrapper .Block.SubContent input[type=button],
#Wrapper .Block.InfoContent input[type=button] {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	max-width: 300px;
	font-size: 17px;
}
#Wrapper .Block.SubContent input[type=button].Red,
#Wrapper .Block.InfoContent input[type=button].Red {
	background-color: #f2706d;
}
#Wrapper .Block.SubContent input[type=button].Blue,
#Wrapper .Block.InfoContent input[type=button].Blue {
	background-color: #027178;
}
#Wrapper .Block.SubContent img,
#Wrapper .Block.InfoContent img {
	max-width: 80%;
}
#Wrapper .Block ul#SplitMenu {
	list-style: none;
	margin: 0px auto 40px auto;
	padding: 0px;
	width: 100%;
	max-width: 760px;
	display: block;
}
#Wrapper .Block ul#SplitMenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 24%;
	border-right: 1px solid #e6e7e8;
	border-top: 1px solid #e6e7e8;
	border-bottom: 1px solid #e6e7e8;
	text-align: center;
	color: #999;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#Wrapper .Block ul#SplitMenu li:first-child {
	border-left: 1px solid #e6e7e8;
}
#Wrapper .Block ul#SplitMenu li:hover {
	opacity: .8;
}
#Wrapper .Block ul#SplitMenu li:hover:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #999;
}
#Wrapper .Block ul#SplitMenu li.Active {
	font-weight: bold;
	color: #111;
}
#Wrapper .Block ul#SplitMenu li.Active:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background-color: #00b2ed;
}


#Wrapper .Block .Content .AppIcon {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	margin: 4px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}




.SplitMenuLeftImage {
	position: absolute;
	left: 0px;
	top: -60px;
	width: 38%;
	max-width: 550px;
	height: 120%;
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.SplitMenuLeftContent {
	margin-left: 300px;
	color: #FFF;
}





/* Slates */
#Wrapper .SlateHolder {
	width: 100%;
	float: left;
	margin: -10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
#Wrapper .SlateLeft {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 40px 0px 0px;
	float: left;
}
#Wrapper .SlateHolder.AddSearch {
	width: 75%;
}
#Wrapper .SlateHolder.AddLeft {
	width: 75%;
}
#Wrapper .SlateHolder.AddLeft.AddSearch {
	width: 50%;
}
#Wrapper .SlateHolder .Slate {
	background-color: #FFF;
	width: 100%;
	max-width: 200px;
	padding: 5px;
	text-align: center;
	margin: 10px;
	float: left;
	height: 250px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .1s;
	-moz-transition: all .31s;
	transition: all .1s;
	box-shadow: 0 0 5px #ddd;
}
#Wrapper .SlateHolder.Apps .Slate {
	padding: 0px;
	margin: 10px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	height: 175px;
	width: 160px;
}
#Wrapper .SlateHolder .Slate:hover {
	opacity: .8;
}
#Wrapper .SlateHolder .Slate .Image {
	max-width: 100%;
	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#Wrapper .SlateHolder.Apps .Slate h4 {
	display: none;
}
#Wrapper .SlateHolder.Apps .Slate h2 {
	top: 140px;
}
#Wrapper .SlateHolder.Apps .Slate .Image {
	border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
}
#Wrapper .SlateHolder.Clean .SlateTable tr td {
	vertical-align: top;
}
#Wrapper .SlateHolder.Clean .SlateTable tr td a {
	color: #93bd96;
	font-weight: bold;
}
#Wrapper .SlateHolder.Clean .SlateTable tr td a:hover {
	color: #000;
}
#Wrapper .SlateHolder .Slate h4 {
	color: #666;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px;
}
#Wrapper .SlateHolder .Slate h2 {
	font-size: 16px;
	position: absolute;
	top: 155px;
	left: 0px;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px;
}
#Wrapper .SlateHolder .Slate:hover h2 {
	color: #195c64;
}
#Wrapper .SlateSearch {
	width: 25%;
	float: right;
	text-align: left;
	position: relative;
	top: -42px;
}
#Wrapper .SlateSearch ul,
#Wrapper .SlateSearch ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#Wrapper .SlateSearch ul li {
	margin: 20px 0px 0px 0px;
}
#Wrapper .SlateSearch ul li:not(.Header) {
	background-color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 3px 0px 3px 0px;
	font-size: 12px;
	padding-left: 30px;
	line-height: 30px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 5px #ddd;
}
#Wrapper .SlateSearch ul li:not(.Header):hover {
	opacity: .8;
}
#Wrapper .SlateSearch ul li:not(.Header):before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #eee;
	position: absolute;
	left: 5px;
	top: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#Wrapper .SlateSearch ul li:not(.Header).Checked:after {
	content: '';
	display: block;
	background-image: url(../pict/icon-check-light.svg);
	width: 14px;
	height: 14px;
	top: 8px;
	left: 8px;
	position: absolute;
	background-size: 100% 100%;
}
#Wrapper .SlateSearch ul li:not(.Header):hover:after {
	content: '';
	display: block;
	background-image: url(../pict/icon-check-light.svg);
	width: 14px;
	height: 14px;
	top: 8px;
	left: 8px;
	position: absolute;
	background-size: 100% 100%;
	opacity: .65;
}
@media only screen and (max-width: 900px) {
	.SplitMenuLeftImage {
		display: none;
	}
	.SplitMenuLeftContent {
		margin-left: 0px;
		max-width: 600px;
		margin: 0px auto;
	}
}
@media only screen and (max-width: 800px) {
	#Wrapper .SlateHolder {
		margin: 0px;
	}
	#Wrapper .SlateHolder .Slate {
		max-width: calc(100% - 20px);
		margin: 0px 0px 10px 0px;
	}
	#Wrapper .SlateHolder.AddLeft {
		width: 100%;
	}
	#Wrapper .SlateHolder.AddLeft.AddSearch {
		width: 75%;
	}
	#Wrapper .SlateLeft {
		display: none;
	}
}
@media only screen and (max-width: 650px) {
	#Wrapper .SlateHolder.AddSearch {
		width: 100%;
	}
	#Wrapper .SlateHolder:not(.Apps) .Slate {
		height: 80px;
		max-width: calc(100% - 10px);
		margin: 0px 0px 10px 0px;
	}
	#Wrapper .SlateSearch {
		display: none;
	}
	#Wrapper .SlateHolder:not(.Apps) .Slate .Image {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		position: absolute;
		left: 10px;
		top: 10px;
	}
	#Wrapper .SlateHolder:not(.Apps) .Slate h4 {
		top: 10px;
	}
	#Wrapper .SlateHolder:not(.Apps) .Slate h2 {
		top: 30px;
		text-align: left;
		left: 90px;
		width: calc(100% - 110px);
	}
	#Wrapper .Block ul#SplitMenu li {
		font-size: 12px;
	}
}
@media only screen and (max-width: 396px) {
	#Wrapper .SlateHolder.Apps .Slate {
		width: 100%;
	}
}










/* Slick slider */
#Wrapper .Block .SlickSlider {
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}
#Wrapper .Block .SlickSlider .Slide {
	width: 100%;
	background-size: cover;
	background-position: center center;
}
#Wrapper #TopSlider,
#Wrapper #TopSlider .Slide {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	height: 450px;
}
#Wrapper .Block #SliderDots {
  position: relative;
  top: 20px;
  z-index: 100;
}
#Wrapper .Block #SliderDots .slick-dots li button:before {
	font-size: 8px;
}
#Wrapper .Block #SliderDots .slick-dots li.slick-active button:before {
	color: #00b2ed;
	opacity: 1;
}





/* Custom blocks */
#BudhaBox {
	max-width: 420px;
	margin-left: 50%;
	text-align: left;
}
#BudhaBox h1 {
	font-family: "SourceSansPro-Light", Sans-Serif;
	font-size: 70px;
	line-height: 60px;
}
#BudhaBox .PseudoButton {
	margin-top: 40px;
	min-width: 190px;
	text-align: center;
	text-shadow: 0px 1px rgba(0,0,0,.5);
	background-color: #f8b21f;
	text-transform: uppercase;
	background-image: -moz-linear-gradient(top,#ffc154,#e47601);
	background-image: -ms-linear-gradient(top,#ffc154,#e47601);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffc154),to(#e47601));
	background-image: -webkit-linear-gradient(top,#ffc154,#e47601);
	background-image: -o-linear-gradient(top,#ffc154,#e47601);
	background-image: linear-gradient(top,#ffc154,#e47601);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc154',endColorstr='#e47601',GradientType=0);
	-webkit-text-shadow: #b94b00 0px 1px 0px;
	-moz-text-shadow: #b94b00 0px 1px 0px;
	-ms-text-shadow: #b94b00 0px 1px 0px;
	-o-text-shadow: #b94b00 0px 1px 0px;
	text-shadow: #b94b00 0px 1px 0px;
	-webkit-box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
	-ms-box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
}
#FrontCutoff {
	width: 100%;
	display: block;
}
#FrontCutoff-mobile {
	display: none;
}
@media only screen and (max-width: 975px) {
	#FrontCutoff {
		width: 128%;
	}
}
@media only screen and (max-width: 700px) {
	#FrontCutoff {
		display: none;
	}
	#FrontCutoff-mobile {
		display: block;
	}
}




/* Blog */
.BlogHolder {
	position: relative;
}
.BlogHolder .CategoryHolder {
	position: absolute;
	top: -46px;
	left: -10px;
	cursor: default;
}
.BlogHolder .CategoryHolder .Category {
	background-color: #e8e8e6;
	height: 30px;
	padding: 0px 10px 0px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: inline-block;
	color: #000;
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
.BlogHolder .CategoryHolder .Category:hover {
	opacity: .9;
}
.BlogHolder .CategoryHolder .Category:active {
	opacity: .7;
}
.BlogHolder .CategoryHolder .Category.Active {
	background-color: #f2706d;
	color: #FFF;
}
.BlogHolder .grid {
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.BlogHolder .grid:hover .block-content {
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(2,112,120,1);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(2,112,120,1);
	box-shadow: inset 0px -3px 0px 0px rgba(2,112,120,1);
	opacity: .8;
}
.BlogHolder .grid .block-content {
	width: 100%;
	height: 100%;
	margin: 0px!important;
	padding: 3px;
}
.BlogHolder .grid .block-content h2 {
	font-family: "SourceSansPro", Sans-Serif!important;
	font-weight: bold!important;
}
.BlogHolder .grid .block-content i {
	margin-top: 20px;
	display: block;
	font-size: 11px;
}
.BlogHolder .grid .block-content h4 {
	margin: 0px;
	padding: 0px;
	color: #666;
}
.BlogHolder .grid .block-content .Tags {
	width: 100%;
	padding: 0px 10px 0px 10px;
}
.BlogHolder .grid .block-content .Tags .Tag {
	background-color: #A8A8A8;
	display: inline-block;
	color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px 8px 4px 8px;
	font-size: 10px;
}
.BlogHolder .grid.big .block-content h2 {
	margin: 0px!important;
	line-height: 17px;
}
.BlogHolder .grid.big .block-content .Cover {
	width: 55%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center center;
}
.BlogHolder .grid.big .block-content .SubContent {
	width: 45%;
	padding: 10px;
	float: right;
}
.BlogHolder .grid.big .block-content .Tags {
	padding: 0px 0px 10px 0px;
}
.BlogHolder .grid.small .block-content h2 {
	margin: 0px!important;
	line-height: 12px;
	font-size: 14px;
}
.BlogHolder .grid.small .block-content .Cover {
	width: 100%;
	height: 55%;
	float: left;
	background-size: cover;
	background-position: center center;
}
.BlogHolder .grid.small .block-content .SubContent {
	width: 100%;
	padding: 10px;
	float: left;
}
.BlogHolder .grid.small i {
	display: none;
}
.BlogHolder .grid.small .block-content .Tags {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
}








/* Grid */
.grid-group {
}
.grid-group .grid {
	height: 318px;
	margin-bottom: 11px;
}
.grid-group .grid .grid-block {
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 22px;
	overflow: hidden;
	height: 318px;
	position: relative;
	background-color: #FFF;
}
.grid-group .grid .grid-block .block-content {
	margin: 25px;
	font-size: 14px;
	color: #222;
}
.grid-group .grid .grid-block .block-content a {
	color: #222;
}
.grid-group .grid .grid-block .block-content a:hover {
	color: #000;
}
.grid-group .grid .grid-block .block-content.dark {
	color: #FFF;
}
.grid-group .grid .grid-block .block-content.dark a {
	color: #FFF;
}
.grid-group .grid .grid-block .block-content.dark a:hover {
	color: #000;
}
.grid-group .grid .grid-block .block-content h3 {
	font-size: 20px;
	line-height: 20px;
	color: #999;
	position: relative;
	padding-bottom: 30px!important;
}
.grid-group .grid .grid-block .block-content.dark h3 {
	color: #FFF;
}
.grid-group .grid .grid-block .block-content h3:after {
	content: '';
	display: block;
	height: 3px;
	width: 50px;
	position: absolute;
	bottom: 12px;
	left: 0px;
	background-color: rgba(0,0,0,.1);
}
.grid-group .grid .grid-block .block-content input[type=text] {
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin: 20px 0px 5px 0px;
}
.grid-group .grid .grid-block .block-content input[type=text]:focus {
	outline: none;
	border-color: #7f9f82;
	box-shadow: 0 0 10px #7f9f82;
}




/* Footer */
#Wrapper #Footer {

}
#Wrapper #Footer #SplitContent {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	color: #FFF;
}
#Wrapper #Footer #SplitContent #Left {
	width: 50%;
	float: left;
}
#Wrapper #Footer #SplitContent #Right {
	width: 50%;
	max-width: 287px;
	float: right;
	text-align: left;
	color: #808080;
}
#Wrapper #Footer #SplitContent input[type=text] {
	height: 44px;
	width: 215px;
	border-right: none;
	padding: 5px 0 8px 11px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #BBBBBB;
	float: left;
}
#Wrapper #Footer #SplitContent input[type=button] {
	display: inline-block;
	height: 59px;
	width: 59px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background-image: url("//d1eipm3vz40hy0.cloudfront.net/images/l-chrome/nav-sprite.png");
	background-size: 312px 59px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#Wrapper #Footer #SplitContent hr {
	background-color: #CFCFCF;
	margin: 20px 0px 20px 0px;
}
#Wrapper #Footer #SplitContent #Right h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
#Wrapper #Footer #SplitContent .Split33 {
	width: 33%;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#Wrapper #Footer #SplitContent a {
	color: #808080;
	font-size: 13px;
}
#Wrapper #Footer #SplitContent a:hover {
	color: #000;
}
#Wrapper #Footer #SplitContent .Split33 ul,
#Wrapper #Footer #SplitContent .Split33 ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#Wrapper #Footer .SocialIcon {
	width: 50px;
	height: 50px;
	background-size: contain;
	cursor: pointer;
	transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
	opacity: .5;
	display: inline-block;
}
#Wrapper #Footer .SocialIcon:hover {
	opacity: 1;
}
#Wrapper #Footer #LogoLine {
	border-top: 1px solid rgba(255,255,255,.2);
	height: 40px;
}
#Wrapper #Footer #LogoLine img {
	position: relative;
	top: -22px;
	border-left: 30px solid #111;
	border-right: 30px solid #111;
	background-color: #111;
	position: relative;
	display: inline-block;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#Wrapper #Footer #Info {
	color: #777;
	font-size: 13px;
	position: relative;
	top: -18px;
}




/* Dialog */

.FloatBox {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 102;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0,0,0,.9);
	display: inline-flex;
	opacity: 1;
	transition: opacity .1s linear;
	-moz-transition: opacity .1s linear;
	-webkit-transition: opacity .1s linear;
}
.FloatBox.Hidden {
	opacity: 0;
	z-index: -1;
}
.FloatBox .FloatBoxContent {
	width: calc(100% - 50px);
	max-width: 460px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fafafa;
	margin: auto;
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	position: relative;
	padding: 20px 20px 15px 20px;
}
.FloatBox .FloatBoxContent .FloatBoxSearch {
	background-image: url(../pict/IconsAtlas.png);
	-webkit-background-clip: padding-box;
	background-repeat: no-repeat;
	background-position: -200px -86px;
	width: 98%!important;
	max-width: calc(99% - 35px)!important;
	padding: 0px 1% 0px 35px!important;
	margin: 0px 0px 5px 0px!important;
}
.FloatBox .FloatBoxContent #StudentsSelectorHolder {
	width: 100%;
	height: 316px;
	overflow-x: hidden;
	overflow-y: auto;
}
.FloatBox .FloatBoxContent #StudentsSelectorHolder .Student {
	width: 82px;
	height: 82px;
	float: left;
	margin: 0px 5px 10px 5px;
	background-size: cover;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	opacity: .7;
	cursor: pointer;
}
.FloatBox .FloatBoxContent #StudentsSelectorHolder .Student:hover {
	opacity: 1;
}
.FloatBox .FloatBoxContent #StudentsSelectorHolder .Student .Label {
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid rgba(0,0,0,.5);
}
.FloatBox .FloatBoxContent #StudentsSelectorHolder .Student.Selected {
	opacity: .8;
}
.FloatBox .FloatBoxContent #StudentsSelectorHolder .Student.Selected:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	right: 0px;
	top: 0px;
	position: absolute;
	background-image: url(../pict/IconsAtlas.png);
	background-repeat: no-repeat;
	background-position: -154px -933px;
	z-index: 1;
}
.FloatBox .FloatBoxContent #StudentsSelectorHolder .Student.Selected:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #93bd96 transparent transparent;
	right: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}
.FloatBox .FloatBoxContent h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 14px;
	color: #626262;
}
.FloatBox .FloatBoxContent h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 12px;
	color: #626262;
}
.FloatBox .FloatBoxContent h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica LT Light";
	font-size: 28px;
	color: #222;
	font-weight: normal;
	text-shadow: 1px 1px #FFF;
}
.FloatBox .FloatBoxContent p {
	padding: 20px;
	color: #333;
	z-index: 1;
	position: relative;
}
.FloatBox .FloatBoxContent input[type=text] {
	width: 100%;
	max-width: 100%;
	padding: 0px 1% 0px 1%;
	margin: 0px 0px 5px 0px;
}
.FloatBox .FloatBoxContent .chosen-container {
	width: calc(100% - 150px)!important;
	max-width: calc(100% - 150px)!important;
	margin: 0px 0px 5px 0px!important;
	float: right;
	border: solid 1px #ddd;
}
.FloatBox .FloatBoxContent .chosen-choices {
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
}
.FloatBox .FloatBoxContent input[type=button] {
	width: 100%;
}
.FloatBox .FloatBoxContent input[type=button].Disabled {
	background-color: #CCC;
	color: #333;
	text-shadow: 1px 1px #FFF;
	opacity: .5;
	cursor: default;
	border: 1px solid #999;
}
.FloatBox .FloatBoxContent input[type=button].Disabled:hover {
	opacity: .5;
}
.FloatBox .FloatBoxContent .RightHint {
	width: calc(100% - 150px);
	float: right;
	color: #C0C0C0;
	text-shadow: 1px 1px #FFF;
	font-style: italic;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	cursor: default;
}
.FloatBox .FloatBoxContent .CenterHint {
	text-align: center;
	color: #C0C0C0;
	text-shadow: 1px 1px #FFF;
	font-style: italic;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	cursor: default;
}
.FloatBox .FloatBoxContent .MjaxDropdown {
	width: calc(100% - 150px);
	float: right;
	height: 29px;
	position: relative;
	right: 2px;
	margin: 0px 0px 8px 0px;
}
.FloatBox .FloatBoxContent .MjaxDropdown.Disabled {
	opacity: .5;
}
.FloatBox .FloatBoxContent .MjaxDropdown #ValueHolder {
	width: 100%;
	height: 29px;
	border: 1px solid #ddd;
}
.FloatBox .FloatBoxContent .MjaxDropdown #Dropdown {
	width: 100%;
}
.FloatBox .FloatBoxContent .MjaxDropdown .Option {
	height: 29px;
	line-height: 29px;
}
.FloatBox .FloatBoxContent .MjaxDropdown .Option:hover {
	background: #004714;
}
.FloatBox .FloatBoxContent .MjaxDropdown .Selected {
	background: #004714;
}
.FloatBox .FloatBoxContent .MjaxDropdown #ValueHolder:after {
	top: 40%;
}
.FloatBox .FloatBoxContent label {
	float: left;
	color: #C0C0C0;
	text-shadow: 1px 1px #FFF;
	cursor: default;
	font-size: 14px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.FloatBox .FloatBoxContent textarea {
	height: 80px;
	width: 100%;
	padding: 5px 1% 5px 1%;
	margin: 0px 0px 13px 0px;
	resize: vertical;
}
.FloatBox .FloatBoxContent textarea:focus {
	outline: none;
	border-color: #7f9f82;
	box-shadow: 0 0 10px #7f9f82;
}
.FloatBox .FloatBoxContent img {
	z-index: 0;
	position: relative;
	max-width: 100%;
}
.FloatBox .FloatBoxContent .PseudoButton {
	width: 100%;
	font-size: 24px;
	height: 50px;
	line-height: 30px;
	z-index: 1;
	position: relative;
	text-align: center;
}
.FloatBox .FloatBoxContent .CloseButton {
	height: 11px;
	width: 11px;
	background-image: url(../pict/closeButton.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	background-position: 0px 0px;
}
.FloatBox .FloatBoxContent .CloseButton:hover {
	background-position: 0px -11px;
}
.FloatBox .FloatBoxContent .CloseButton:active {
	background-position: 0px -22px;
}
.FloatBox .FloatBoxContent .DeleteLink {
	font-size: 11px;
	float: right;
	color: #A00;
	margin-top: 5px;
	cursor: pointer;
}
.FloatBox .FloatBoxContent .DeleteLink:hover {
	color: #000;
}
.FloatBox .FloatBoxContent .SubGoal {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
.FloatBox .FloatBoxContent .ErrorHolder {
	color: #6D0000;
	font-size: 13px;
	margin-bottom: 10px;
}
.FloatBox .FloatBoxContent .Logo {
	background-image: url(../pict/logo-dark.svg);
	width: 35px;
	height: 35px;
	margin: 0px auto 10px auto;
	display: block;
	background-size: 35px 35px;
}

.FloatBox .FloatBoxContent .PseudoButton {
	height: 36px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #027178;
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #fffefe!important;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	margin: 0px;
	line-height: 18px;
}
.FloatBox .FloatBoxContent .PseudoButton:hover {
	opacity: .7;
}
.FloatBox .FloatBoxContent .PseudoButton.Inline {
	height: auto;
	display: inline-block;
}

/* Menu content */
#Wrapper .Block .Content.PageContent {
	padding-top: 90px;
}
.SplitMenuContent {
	display: none;
}
.SplitMenuContent.Active {
	display: block;
}

/* Team page */
#TeamHolder {
}
#TeamHolder .grid-group .grid .grid-block.TitleBlock {
	background: none;
	height: auto;
}
#TeamHolder .grid-group .grid .grid-block:not(.TitleBlock) {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,1);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#TeamHolder .grid-group .grid {
	height: 300px;
	margin-bottom: 40px;
}
#TeamHolder .grid-group .grid .grid-block {
	overflow: visible;
	height: 300px;
	color: #1e1e1e;
}
#TeamHolder .grid-group .grid .grid-block .block-content .UserImage {
	width: 200px;
	height: 200px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.9);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0px auto -20px auto;
	position: relative;
	top: -20px;
	display: block;
	background-color: #FFF;
}
#TeamHolder .grid-group .grid .grid-block .block-content h2 {
	text-align: center;
	color: #027178;
	font-size: 24px;
	margin-top: 10px;
	line-height: 20px;
}
#TeamHolder .grid-group .grid .grid-block .block-content h3 {
	text-align: center;
	color: #000;
	font-size: 14px;
	font-family: 'SourceSansPro', Sans-Serif;
}
#TeamHolder .grid-group .grid .grid-block .block-content h3:after {
	left: calc(50% - 25px);
}
#TeamHolder .grid-group .grid .grid-block .block-content p {
	margin: 0px;
	padding: 0px;
}
#TeamHolder .grid-group .grid .grid-block .block-content .ContactHolder {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #111;
	font-family: arial;
	line-height: 16px;
}
#TeamHolder .grid-group .grid .grid-block .block-content .ContactHolder a {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	text-decoration: none;
	white-space: nowrap;
}
#TeamHolder .grid-group .grid .grid-block .block-content .ContactHolder a:hover {
	opacity: .7;
}
#TeamHolder .grid-group .grid .grid-block .block-content .ContactHolder img {
	position: relative;
	top: 3px;
	margin: 0px 4px 0px 5px;
}


/* Custom */
#TopHolder .Content {
	-webkit-transition: padding 0.1s;
	-moz-transition: padding 0.1s;
	transition: padding 0.1s;
}
#Wrapper .Block#TopHolder .Content .StickyBox {
	position: absolute;
	bottom: 18%;
	width: 100%;
	text-align: center;
	left: 0px;
	font-size: 30px;
}
.iOS {
	background-image: url(../pict/jannik_dark.jpg)!important;
	background-position: center center!important;
}
.iOS video {
	display: none;
}
.FullHeight {
	padding-bottom: 1px;
}
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

#GridContainer a img {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
}
#GridContainer a img:hover {
	opacity: .7;
}


.MobileOnly {
	display: none;
}
#TopBar #MobileMenuToggle {
	display: none;
}

.MediumShow {
	display: none;
}

/* ==== Size modifiers ==== */
/* Capped width */

@media only screen and (min-width: 716px) {
	.MobileShow {
		display: none!important;
	}
}

@media only screen and (max-width: 1128px) {
	#Wrapper #TopSlider,
	#Wrapper #TopSlider .Slide {
		height: 250px;
	}
}
@media only screen and (max-width: 1012px) {
	#Wrapper .Block,
	#Wrapper .Block.FullWidth {
		padding-left: 10px;
		padding-right: 10px;
		width: auto;
	}
	#TopBar #TopBarContent {
		padding-left: 10px;
		padding-right: 10px;
	}
	#Wrapper .Block.SubContent .Content h1 {
		font-size: 42px;
	}
	#Wrapper .Block.InfoContent .Content {
	}
	#Wrapper .Block.InfoContent .Content h1 {
		font-size: 32px;
	}
}
@media only screen and (max-width: 928px) {
	#TopBar #TopBarContent #Logo {
		display: none;
	}
	#TopBar #TopBarContent #Logo {
		background-image: url(../pict/logo-dark.svg);
		width: 35px;
		z-index: 1;
		position: relative;
	}
	#Wrapper .Block.InfoContent .Content .LeftContent {
		margin-right: 250px;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox {
		width: 200px;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox input[type=button] {
		font-size: 13px;
	}
	#Wrapper .Block#InfoTop {
		height: 150px!important;
	}
}
@media only screen and (max-width: 828px) {
	#Wrapper .Block.InfoContent .Content .LeftContent {
		margin-right: 0px;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox {
		width: 100%;
		float: none;
		text-align: center;
		padding: 5px;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox h3 {
		display: none;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox li {
		display: inline-block;
		padding: 0px 10px 0px 10px!important;
		text-align: left;
		font-size: 12px;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox input[type=button] {
		width: 100%;
		max-width: 100%;
		margin-top: 0px;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox p {
		font-size: 12px;
	}
	#Wrapper .Block#InfoTop {
		height: 100px!important;
	}
	#TopBar #MainMenu {
		font-size: 14px;
	}
	#Wrapper .Block .Content .Split16 {
		width: 33%;
    	margin: 30px 0px 30px 0px;
	}
	#Wrapper .Block .Content .Split25 {
		width: 50%;
    	margin: 30px 0px 30px 0px;
	}
	.MediumHide {
		display: none;
	}
}

/* Medium */
@media only screen and (max-width: 715px) {
	#TopBar .SmallFloatRight {
		display: none;
	}
	#Wrapper .Block.InfoContent .Content .InfoBox ul, #Wrapper .Block.InfoContent .Content .InfoBox ul li {
		margin: 0px 0px 20px 0px;
		padding: 15px 0px 0px 0px;
		width: 100%;
		text-align: center;
	}
	#Wrapper h1 {
		font-size: 40px;
	}
	#Wrapper p {
		font-size: 16px;
	}
	#bgvid {
		display: none;
	}
	.VideoContain {
		background-image: url(../pict/jannik_dark.jpg);
		background-position: center center;
	}
	#Wrapper #TopSlider,
	#Wrapper #TopSlider .Slide {
		height: 150px;
	}
	#TopHolder .Content {
		padding-top: 40px!important;
		padding-bottom: 80px!important;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#TopHolder:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		background-color: rgba(0,0,0,.3);
	}
	#TopHolder.NoCap .Content {
		padding-top: 0px!important;
		padding-bottom: 0px!important;
	}
	#Wrapper .Block.SubContent .Content {
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
	}
	#Wrapper .Block.SubContent .Content h1 {
		font-size: 32px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#Wrapper .Block.SubContent .Content .LeftMenu {
		width: 100%;
		float: none;
	}
	#Wrapper .Block.SubContent .Content .LeftMenu ul {
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #EEE;
	}
	#Wrapper .Block.SubContent .Content .LeftMenu ul li {
		border-bottom: 0px;
		display: inline-block;
		text-align: left;
		margin: 0px 20px 0px 20px;
		padding-bottom: 10px;
	}
	#Wrapper .Block.SubContent .Content .LeftMenu ul li h6 {
		margin-top: 0px;
	}
	#Wrapper .Block.SubContent .Content .RightContent {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 20px;
	}
	#Wrapper .Block .Content.PageContent {
		padding-top: 15px;
	}
	#Wrapper .Block ul#SplitMenu {
		margin: 0px auto 15px auto;
	}
	#Wrapper .Block .Content .Split16,
	#Wrapper .Block .Content .Split25,
	#Wrapper .Block .Content .Split33,
	#Wrapper .Block .Content .Split50 {
		width: 100%;
    	margin: 10px 0px 10px 0px;
    	display: inline;
	}
	#Wrapper .Block .Content .Split50.Small-Center {
		text-align: center;
	}
	#Wrapper .Block#TopHolder .Content .StickyBox {
		position: absolute;
		bottom: 16%;
		font-size: 22px;
	}
	#TopBar #MobileMenuToggle {
		display: block;
		position: absolute;
		right: 10px;
		top: 6px;
		height: 30px;
		width: 30px;
		background-image: url(../pict/icon-menu.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#TopBar #MobileMenuToggle:active {
		opacity: .5;
	}
	#TopBar #MainMenu {
		display: none;
		position: fixed;
		width: 100%;
		top: 50px;
		left: 0px;
		background-color: #FFF;
		padding: 10px;
		-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
		font-size: 15px;
	}
	#TopBar.Floating #MobileMenuToggle {
		top: 10px;
	}
	#TopBar #MainMenu li {
		display: block;
	}
	#TopBar ul li a {
		display: block;
	}
	#TopBar ul li ul {
		position: relative;
		top: 0px;
		left: 0px;
		background: none;
		border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#TopBar ul li ul:before,
	#TopBar ul li ul:after {
		display: none;
	}
	#TopBar ul li {
		height: auto;
	}
	#TopBar ul li:not(.SimpleHover):before,
	#TopBar ul li:not(.SimpleHover):after {
		display: none;
	}
	#TopBar ul li:active {
		background-color: rgba(0,0,0,.2);
	}
	.MobileHide {
		display: none;
	}
	#BudhaBox {
		max-width: 100%;
		margin-left: 0px;
		text-align: center;
		margin-bottom: 270px;
	}
	#Wrapper #Footer #SplitContent #Left {
		width: 100%;
	}
	#Wrapper #Footer #SplitContent #Left ul li {
		text-align: center;
	}
	#Wrapper #Footer #SplitContent #Right {
		float: initial;
		margin: 50px 0px 30px 0px;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	body.Front #TopBar:not(.Floating) ul li a.Main {
		color: #909090;
		text-shadow: none;
	}
	#Wrapper .Block .MediumCenter {
		text-align: center;
	}
	.Medium-NoPadding {
		padding: 0px!important;
	}
	.Medium-Center {
		text-align: center;
	}
}

/* Mobile */
@media only screen and (max-width: 610px) {
	#Wrapper #TopSlider,
	#Wrapper #TopSlider .Slide {
		height: 100px;
	}
	#Wrapper h1,
	#Wrapper h2,
	#Wrapper h3,
	#Wrapper h4 {
		text-align: center;
	}
	#Wrapper h1 {
		font-size: 30px;
	}
	#Wrapper p {
		font-size: 13px;
		text-align: center;
	}
	#Wrapper .Block.SubContent .Content h1 {
		font-size: 28px;
	}
	#Wrapper #Footer #Info div {
		float: none!important;
		text-align: center;
		line-height: 30px;
	}
	#TopBar ul li {
		font-size: 14px;
		padding: 0px 5px 0px 5px;
	}
	#Wrapper .Block#TopHolder .Content .StickyBox {
		position: absolute;
		bottom: 11%;
		font-size: 22px;
	}
	#Wrapper .PseudoButton.MobileFull {
		width: 100%;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#Wrapper .Block.MobileBackgroundHide {
		background-image: none!important;
	}
	#Wrapper .MobileOnly {
		display: block;
	}
	#Wrapper .Block img {
		max-width: 100%;
	}
	#Wrapper .Block .MobileCenter {
		text-align: center;
	}
	.Mobile-NoPadding {
		padding: 0px!important;
	}
	.Mobile-Center {
		text-align: center;
	}
}

/* Mobile */
@media only screen and (max-width: 490px) {
	.FloatBox .FloatBoxContent {
		width: calc(100% - 30px)!important;
		max-width: inherit!important;
		padding: 10px!important;
		min-height: calc(100% - 30px)!important;
		max-height: inherit!important;
	}
	.BlogHolder .CategoryHolder {
		position: relative;
		top: 0px;
		left: 0px;
		margin-bottom: 20px;
	}
	.BlogHolder .CategoryHolder .Category {
		background-color: #027178;
		color: #FFF;
		text-shadow: 1px 1px rgba(0,0,0,.3);
		margin-bottom: 2px;
	}
	.small-block {
		display: block;
	}
	#Wrapper .Block#TopHolder .Content .StickyBox {
		position: absolute;
		bottom: -5%;
		font-size: 18px;
	}
	#Wrapper .Block#TopHolder .Content .StickyBox .PseudoButton {
		position: relative;
		top: -40px;
	}
	#CTADialog {
		width: 100%;
		max-width: 100%;
		border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		right: 0px;
		display: none;
	}
	#Wrapper #Footer #SplitContent #Left .Split33 {
		display: none;
	}
}


@media only screen and (max-width: 1237px) {
	.Hide1237 {
		display: none;
	}
}



/* Fonts */
@font-face {
    font-family: 'Melior';
    src: url('../fonts/Melior.ttf');
    font-weight: normal;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.ttf');
    font-weight: normal;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Regular.ttf');
    font-weight: normal;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/SourceSansPro-Light.ttf');
    font-weight: normal;
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/SourceSansPro-Bold.ttf');
    font-weight: bold;
    font-weight: 600;
    font-style: bold;
}





/* Fonts */
@font-face {
    font-family: 'Melior';
    src: url('../fonts/melior-webfont.eot');
    src: url('../fonts/melior-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/melior-webfont.woff2') format('woff2'),
         url('../fonts/melior-webfont.woff') format('woff'),
         url('../fonts/melior-webfont.ttf') format('truetype'),
         url('../fonts/melior-webfont.svg#meliorroman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaregular-webfont.eot');
    src: url('../fonts/helveticaregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaregular-webfont.woff2') format('woff2'),
         url('../fonts/helveticaregular-webfont.woff') format('woff'),
         url('../fonts/helveticaregular-webfont.ttf') format('truetype'),
         url('../fonts/helveticaregular-webfont.svg#helvetica_ceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica LT Light';
    src: url('../fonts/helveticaltlight-webfont.eot');
    src: url('../fonts/helveticaltlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltlight-webfont.woff2') format('woff2'),
         url('../fonts/helveticaltlight-webfont.woff') format('woff'),
         url('../fonts/helveticaltlight-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltlight-webfont.svg#helvetica_ceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue LT Ultra Light';
    src: url('../fonts/helveticaneueullt-webfont.eot');
    src: url('../fonts/helveticaneueullt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueullt-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneueullt-webfont.woff') format('woff'),
         url('../fonts/helveticaneueullt-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueullt-webfont.svg#helvetica_ceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Heavy';
    src: url('../fonts/helveticaneuehv-webfont.eot');
    src: url('../fonts/helveticaneuehv-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneuehv-webfont.woff2') format('woff2'),
         url('../fonts/helveticaneuehv-webfont.woff') format('woff'),
         url('../fonts/helveticaneuehv-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneuehv-webfont.svg#helvetica_ceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}






@font-face {font-family: 'Melior-Regular';src: url('../webfonts/melior-webfont.eot');src: url('../webfonts/melior-webfont.eot?#iefix') format('embedded-opentype'),url('../webfonts/melior-webfont.woff2') format('woff2'),url('../webfonts/melior-webfont.woff') format('woff'),url('../webfonts/melior-webfont.ttf') format('truetype');}
 


/* Nevo Fonts */
@font-face {font-family: 'Nevo-Regular';src: url('../webfonts/2EA76D_0_0.eot');src: url('../webfonts/2EA76D_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_0_0.woff2') format('woff2'),url('../webfonts/2EA76D_0_0.woff') format('woff'),url('../webfonts/2EA76D_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-UltraBold';src: url('../webfonts/2EA76D_1_0.eot');src: url('../webfonts/2EA76D_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_1_0.woff2') format('woff2'),url('../webfonts/2EA76D_1_0.woff') format('woff'),url('../webfonts/2EA76D_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-Medium';src: url('../webfonts/2EA76D_2_0.eot');src: url('../webfonts/2EA76D_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_2_0.woff2') format('woff2'),url('../webfonts/2EA76D_2_0.woff') format('woff'),url('../webfonts/2EA76D_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-Thin';src: url('../webfonts/2EA76D_3_0.eot');src: url('../webfonts/2EA76D_3_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_3_0.woff2') format('woff2'),url('../webfonts/2EA76D_3_0.woff') format('woff'),url('../webfonts/2EA76D_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-Bold';src: url('../webfonts/2EA76D_4_0.eot');src: url('../webfonts/2EA76D_4_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_4_0.woff2') format('woff2'),url('../webfonts/2EA76D_4_0.woff') format('woff'),url('../webfonts/2EA76D_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-SemiBold';src: url('../webfonts/2EA76D_5_0.eot');src: url('../webfonts/2EA76D_5_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_5_0.woff2') format('woff2'),url('../webfonts/2EA76D_5_0.woff') format('woff'),url('../webfonts/2EA76D_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-ThinItalic';src: url('../webfonts/2EA76D_6_0.eot');src: url('../webfonts/2EA76D_6_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_6_0.woff2') format('woff2'),url('../webfonts/2EA76D_6_0.woff') format('woff'),url('../webfonts/2EA76D_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-SemiBoldItalic';src: url('../webfonts/2EA76D_7_0.eot');src: url('../webfonts/2EA76D_7_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_7_0.woff2') format('woff2'),url('../webfonts/2EA76D_7_0.woff') format('woff'),url('../webfonts/2EA76D_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-UltraBoldItalic';src: url('../webfonts/2EA76D_8_0.eot');src: url('../webfonts/2EA76D_8_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_8_0.woff2') format('woff2'),url('../webfonts/2EA76D_8_0.woff') format('woff'),url('../webfonts/2EA76D_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-BoldItalic';src: url('../webfonts/2EA76D_9_0.eot');src: url('../webfonts/2EA76D_9_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_9_0.woff2') format('woff2'),url('../webfonts/2EA76D_9_0.woff') format('woff'),url('../webfonts/2EA76D_9_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-RegularItalic';src: url('../webfonts/2EA76D_A_0.eot');src: url('../webfonts/2EA76D_A_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_A_0.woff2') format('woff2'),url('../webfonts/2EA76D_A_0.woff') format('woff'),url('../webfonts/2EA76D_A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-Light';src: url('../webfonts/2EA76D_B_0.eot');src: url('../webfonts/2EA76D_B_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_B_0.woff2') format('woff2'),url('../webfonts/2EA76D_B_0.woff') format('woff'),url('../webfonts/2EA76D_B_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-MediumItalic';src: url('../webfonts/2EA76D_C_0.eot');src: url('../webfonts/2EA76D_C_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_C_0.woff2') format('woff2'),url('../webfonts/2EA76D_C_0.woff') format('woff'),url('../webfonts/2EA76D_C_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Nevo-LightItalic';src: url('../webfonts/2EA76D_D_0.eot');src: url('../webfonts/2EA76D_D_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EA76D_D_0.woff2') format('woff2'),url('../webfonts/2EA76D_D_0.woff') format('woff'),url('../webfonts/2EA76D_D_0.ttf') format('truetype');}