/* Regular 300 */
/* Medium 400 */
/* Semibold 500 */
/* Bold 600 */

/* XS - Extra small devices (portrait phones, less than 576px) */
/* SM - Small devices (landscape phones, 576px and up) */
/* MD - Medium devices (tablets, 768px and up) */
/* LG - Large devices (desktops, 992px and up) */
/* XL - Extra large devices (large desktops, 1200px and up) */

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Regular.woff') format('woff'),
		url('../fonts/EuclidCircularB-Regular.otf') format("opentype");
	font-weight: normal;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-RegularItalic.woff') format('woff'),
		url('../fonts/EuclidCircularB-RegularItalic.otf') format("opentype");
	font-weight: normal;
	font-style: italic;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Bold.woff') format('woff'),
		url('../fonts/EuclidCircularB-Bold.otf') format("opentype");
	font-weight: bold;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-BoldItalic.woff') format('woff'),
		url('../fonts/EuclidCircularB-BoldItalic.otf') format("opentype");
	font-weight: bold;
	font-style: italic;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Light.woff') format('woff'),
		url('../fonts/EuclidCircularB-Light.otf') format("opentype");
	font-weight: 300;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-LightItalic.woff') format('woff'),
		url('../fonts/EuclidCircularB-LightItalic.otf') format("opentype");
	font-weight: 300;
	font-style: italic;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Medium.woff') format('woff'),
		url('../fonts/EuclidCircularB-Medium.otf') format("opentype");
	font-weight: 500;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-MediumItalic.woff') format('woff'),
		url('../fonts/EuclidCircularB-MediumItalic.otf') format("opentype");
	font-weight: 500;
	font-style: italic;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-Semibold.woff') format('woff'),
		url('../fonts/EuclidCircularB-Semibold.otf') format("opentype");
	font-weight: 600;
}

@font-face
{
	font-family: 'Euclid Circular B';
	src: url('../fonts/EuclidCircularB-SemiboldItalic.woff') format('woff'),
		url('../fonts/EuclidCircularB-SemiboldItalic.otf') format("opentype");
	font-weight: 600;
	font-style: italic;
}

@font-face
{
	font-family: 'Font Awesome 5 Brands';
	src: url('../fonts/Font Awesome 5 Brands-Regular-400.woff') format('woff'),
		url('../fonts/Font Awesome 5 Brands-Regular-400.otf') format("opentype");
	font-weight: normal;
}

html
{
        scroll-behavior: smooth;
}

header, nav, section, article, aside, footer
{
        display: block;
}

*
{
	box-sizing: border-box;
}

b
{
	font-weight: bold;
}

i
{
	font-style: italic;
}

sup
{
	vertical-align: super;
	font-size: smaller;
}

body
{
	background-color: white;
	font-family: 'Euclid Circular B', Helvetica, Arial, sans-serif;
	color: #363636;
	font-size: 17px;
	font-weight: 300;
}

body a:link
{
	color: #1AA3FF;
	text-decoration: none;
}

body a:visited
{
	color: #1AA3FF;
	text-decoration: none;
}

body a:active
{
	color: #1AA3FF;
}

body a:hover
{
	color: #1AA3FF;
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

textarea
{
	font-family: 'Euclid Circular B';
}

.section
{
	width: 100%;
}

article
{
	margin-left: auto;
	margin-right: auto;
	max-width: 2062px;
}

.no-pointer-events
{
	pointer-events: none;
}

.disp-none
{
	display: none;
}

.disp-inline
{
	display: inline;
}

.pos-relative
{
	position: relative;
}

/* Animations */
.appear-animation
{
	opacity: 0;
}

.appear-animation-visible
{
	opacity: 1;
}

/* Floating Caption */
.floatingCaption
{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #363636;
	z-index: 1010;
	height: 24px;
	background-color: white;
	border: solid 1px #363636;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .3);
}


/* Extra small devices (portrait phones, less than 576px) */

.disp-xs-none
{
	display: none;
}

.disp-xs-inline
{
	display: inline;
}


/* - General elements - */
/* -------------------- */

.formCaptchaContainer
{
	display: none;
}

.formCaptcha
{
	width: 306px;
	margin-left: auto;
	margin-right: auto;
}

.carouselNavList
{
}

.carouselNavListItem
{
	display: inline-block;
	margin-right: 12px;
}

.carouselNavListItem:last-child
{
	margin-right: 0px;
}

.carouselNavCircle
{
	width: 8px;
	height: 8px;
	border: solid 1px #343434;
	border-radius: 4px;
	cursor: pointer;
}

.carouselNavCircle.full
{
	background-color: #343434;
}

button.owl-dot
{
	display: inline-block;
	padding: 0px;
	margin-right: 12px;
	width: 8px;
	height: 8px;
	border: solid 1px #FFFFFF;
	border-radius: 4px;
	background: none;
	cursor: pointer;
	overflow: hidden;
}

button.owl-dot:last-child
{
	margin-right: 0px;
}

button.owl-dot.active
{
	background-color: #FFFFFF;
}

button.owl-dot > span
{
	display: none;
}

.button
{
        background: linear-gradient(150deg, #13BAFC 20%, #FF6000 65%);
	display: inline-block;
        min-width: 134px;
        height: 60px;
        line-height: 60px;
	font-size: 20px;
	font-weight: 400;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	border-radius: 7px;
	color: white;
	cursor: pointer;
	transition: color 0.5s, background-color 0.5s;
}

a.button:link,
a.button:visited,
a.button:active
{
        color: white;
}

a.button:hover
{
        background: white;
        /*background: linear-gradient(150deg, #FFFFFF 20%, #FFFFFF 65%);*/
        /*color: #1AA3FF;*/
        text-decoration: none;
}

a.button:hover > .text
{
        background: linear-gradient(95deg, #EC592E 26.35%, #14A6DE 79.03%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
}

a.button.hover-orange-border:hover
{
        border: solid 1px #FF6000;
}

.button.white
{
        background: white;
        transition: none;
}

a.button.white > .text
{
        background: linear-gradient(95deg, #EC592E 26.35%, #14A6DE 79.03%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
}

a.button.white:hover
{
        background: linear-gradient(150deg, #13BAFC 20%, #FF6000 65%);
        text-decoration: none;
}

a.button.white:hover > .text
{
        background: white;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-decoration: none;
}

.tmsymbol
{
        font-size: x-small;
        vertical-align: super;
}

.tmsymbolmini
{
        font-size: xx-small;
        vertical-align: super;
}



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

header
{
	width: 100%;
	height: 90px;
	box-shadow: 0px 0px 20px 0px rgba(29, 24, 24, 0.05);
	position: fixed;
	top: 0px;
	background-color: transparent;
	z-index: 100;
        transition: background-color 0.5s, top 0.5s;
}

header.fixed
{
        position: fixed;
        top: -28px;
        background-color: white;
}

.headerLogo
{
	float: left;
	margin-top: 15px;
	margin-left: 26px;
}

.headerLogoImage
{
	width: auto;
	height: 60px;
	cursor: pointer;
        margin-top: 0px;
        margin-left: 0px;
        transition: width 0.5s, height 0.5s, margin-top 0.5s, margin-left 0.5s;
}

header.fixed .headerLogoImage
{
        height: 45px;
        width: auto;
        margin-top: 22px;
        margin-left: 0px;
}

.headerHamburger
{
	float: right;
        margin-top: 46px;
	margin-right: 24px;
}

header.fixed .headerHamburger
{
        margin-top: 52px;
}

.headerHamburgerImage
{
	width: 20px;
	height: auto;
	cursor: pointer;
}

.topnav
{
	position: fixed;
	opacity: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	text-align: center;
	transition: left 0.4s, opacity 0.4s;
	z-index: 1000;
}

.topnav.hidden
{
	opacity: 0;
	left: -100%;
}

.topnavClose
{
	float: right;
	margin-top: 32px;
	margin-right: 37px;
	cursor: pointer;
}

.topnavCloseImage
{
	width: 20px;
	height: auto;
}

.topnavLogo
{
	margin-top: 104px;
	cursor: pointer;
}

.topnavLogoImage
{
	width: 175px;
	height: auto;
}

.topnavMenuContainer
{
	position: relative;
	width: 100%;
	height: calc( ( 100% - (175px + 72px + 10px) ) - 20px );
}

.topnavMenu
{
	position: absolute;
	top: 48%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.topnavMenuItem
{
	font-size: 25px;
	line-height: 45px;
}

.topnavMenuItem.cta
{
        margin-top: 20px;
}

.topnavMenuItem .button
{
        /*background: linear-gradient(150deg, #13BAFC 20%, #FF6000 65%);*/
        /*display: inline-block;*/
        /*min-width: 134px;*/
        /*height: 60px;*/
        /*line-height: 60px;*/
        /*font-size: 20px;*/
        /*font-weight: 400;*/
        /*padding-left: 25px;*/
        /*padding-right: 25px;*/
        /*text-align: center;*/
        /*border-radius: 7px;*/
        /*color: white;*/
        /*cursor: pointer;*/
        /*transition: color 0.5s, background-color 0.5s;*/
}

.topnavMenuItem a.button:link,
.topnavMenuItem a.button:visited,
.topnavMenuItem a.button:active
{
        /*color: white;*/
}

.topnavMenuItem a.button:hover
{
        /*background: white;*/
        /*text-decoration: none;*/
        /*border: solid 1px #EC592E;*/
}

.topnavMenuItem a.button:hover > .text
{
        /*background: linear-gradient(95deg, #EC592E 26.35%, #14A6DE 79.03%);*/
        /*background-clip: text;*/
        /*-webkit-background-clip: text;*/
        /*-webkit-text-fill-color: transparent;*/
        /*text-decoration: none;*/
}

.topnavMenuItem a:link,
.topnavMenuItem a:visited
{
	color: #363636;
        text-decoration: none;
}

.topnavMenuItem a.button:link,
.topnavMenuItem a.button:visited
{
        color: white;
}


.topnavMenuItem a:active,
.topnavMenuItem a:hover,
.topnavMenuItem.active,
.topnavMenuItem.active a:link,
.topnavMenuItem.active a:visited,
.topnavMenuItem.active a:active,
.topnavMenuItem.active a:hover
{
	color: #1AA3FF;
}

.topnavSocial
{
	position: absolute;
	width: 100%;
	bottom: 48px;
	text-align: center;
}

.topnavSocialItem
{
	display: inline-block;
	margin-left: 9px;
	margin-right: 9px;
}

.topnavSocialImage
{
	width: 24px;
	height: auto;
}


/* - Scroll to Top - */
/* ----------------- */

.scrollTop
{
/*	display: none;*/
	cursor: pointer;
	z-index: 900;
	position: fixed;
	bottom: 50px;
	right: 21px;
	opacity: 0;
	transition: opacity 0.5s, bottom 0.5s, right 0.5s, transform 0.5s;
	/*rotation-point: 50% 50%;*/
	transform: rotate(180deg);
}

.scrollTop.visible
{
/*	display: block;*/
	opacity: 0.8;
	transform: rotate(0deg);
}

.scrollTop > img
{
	width: 63px;
	height: auto;
}

.scrollTop.visible:hover
{
	opacity: 1.0;
}


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

footer
{
        background: linear-gradient(96deg, #0A1C41 6.9%, #081731 98.85%);
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 95px;
        color: #DBDBDB;
}

.footerLogo
{
	margin-bottom: 26px;
}

.footerLogoImage
{
	width: 158px;
	height: auto;
}

.footerText
{
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 15px;
        font-style: normal;
        font-weight: 200;
        line-height: 25px;
	margin-bottom: 36px;
}

.footerContactButtonContainer
{
        margin-bottom: 45px;
}

.footerSeparator
{
        background: rgba(255, 255, 255, 0.30);
        width: 100%;
        height: 1px;
}

.footerNewsletter
{
        margin-top: 33px;
        margin-bottom: 36px;
}

.footerNewsletterTitleText
{
}

.footerNewsletterTitle
{
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 29px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 7px;
}

.footerNewsletterText
{
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 20px;
}

.newsletterForm
{
}

.footerNewsletterField
{
	margin-bottom: 14px;
}

.footerNewsletterTextInput
{
        background-color: transparent;
	width: 100%;
	border: solid 1px #DBDEE7;
	border-radius: 6px;
	height: 60px;
        color: #D0D0D0;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        padding-left: 20px;
	padding-right: 40px;
}

.footerNewsletterButton
{
        width: 100%;
}

.footerSocial
{
        padding-top: 22px;
        padding-bottom: 25px;
}

.footerSocialTextList
{
        display: flex;
        justify-content: space-between;
}

.footerSocialText
{
        color: white;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 29px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
}

.footerSocialList
{
}

.footerSocialListItem
{
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	margin-right: 7px;
	cursor: pointer;
}

.footerSocialListItem:first-child
{
	margin-left: 0px;
}

.footerSocialListItem:last-child
{
	margin-right: 0px;
}

.footerSocialImage
{
	width: 29px;
	height: auto;
}

.footerBottomText
{
        margin-top: 23px;
        color: white;
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 12px;
        font-style: normal;
        font-weight: 100;
        line-height: 18px;
        display: flex;
        justify-content: space-between;
}

.footerBottomCopyright
{
}

.footerBottomCopyrightBreak
{
}

.footerBottomLinks
{
        text-align: right;
}

.footerBottomLinks a:link,
.footerBottomLinks a:visited,
.footerBottomLinks a:hover,
.footerBottomLinks a:active
{
        color: white;
}

.footerBottomLinksSpace
{
        display: none;
}

.footerBottomLinksBreak
{
}



/* - Bottom Contact - */
/* ------------------ */

.bottomContactSectionContainer
{
	background-size: 100% 100%;
	background-color: #F5F5F5;
}

.bottomContactSectionContainer.text-white
{
	color: white;
}

.bottomContactContainer
{
	background-repeat: no-repeat;
	background-position: -122px -116px;
	background-size: 282px auto;
	padding-top: 298px;
}

.bottomContactTitle
{
	font-size: 18px;
	line-height: 18px;
	margin-left: 36px;
	margin-bottom: 33px;
}

.bottomContactText
{
	margin-left: 36px;
	margin-right: 37px;
	margin-bottom: 42px;
	font-size: 32px;
	line-height: 52px;
	font-weight: 400;
}

.bottomContactButton
{
	margin-left: 36px;
	padding-bottom: 104px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px)
{
	.disp-sm-none
	{
		display: none;
	}

	.disp-sm-inline
	{
		display: inline;
	}


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

	.topnav
	{
		position: fixed;
		top: 90px;
		width: 100%;
		height: 70px;
		text-align: left;
		transition: height 0.4s, opacity 0.4s;
		overflow: hidden;
		border-top: solid 1px #eeeeee;
		box-shadow: 0px 0px 20px 0px rgba(29, 24, 24, 0.05);
                transition: top 0.4s, opacity 0.4s;
        }

        .topnav.fixed
        {
                top: 62px;
        }

        .topnav.hidden
	{
		left: 0px;
		height: 0px;
	}

	.topnavClose
	{
		display: none;
	}

	.topnavLogo
	{
		display: none;
	}

	.topnavMenuContainer
	{
		position: relative;
		width: 100%;
		height: 100%;
	}

	.topnavMenu
	{
		position: absolute;
		white-space: nowrap;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.topnavMenuItem
	{
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		margin-right: 32px;
	}

	.topnavMenuItem:last-child,
        .topnavMenuItem:nth-last-child(2)
	{
		margin-right: 0px;
	}

        .topnavMenuItem.cta
        {
                display: none;
                margin-top: 0px;
        }

	.topnavSocial
	{
		display: none;
	}


	/* - Scroll to Top - */
	/* ----------------- */

	.scrollTop
	{
		right: 30px;
	}


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

        .footerNewsletterField
        {
                display: inline-block;
                width: calc(100% - 205px);
                margin-right: 20px;
        }

        .footerNewsletterButton
        {
                display: inline-block;
                width: 165px;
        }




	/* - Bottom Contact - */
	/* ------------------ */

	.bottomContactContainer
	{
		background-position: calc(100% - 15px) -10px;
		background-size: 382px auto;
		padding-top: 90px;
	}

	.bottomContactTitle
	{
		margin-left: 66px;
	}

	.bottomContactText
	{
		margin-left: 66px;
		width: 300px;
	}

	.bottomContactButton
	{
		margin-left: 66px;
		padding-bottom: 90px;
	}
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
	.disp-md-none
	{
		display: none;
	}

	.disp-md-inline
	{
		display: inline;
	}

        .button.button-md-small
        {
                min-width: 120px;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                padding-left: 18px;
                padding-right: 18px;
        }

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

	header
	{
		display: none;
	}

	.topnav
	{
		position: fixed;
		top: 0px;
		width: 100%;
		height: 120px;
		overflow: visible;
		border-top: none;
                background-color: transparent;
                transition: background-color 0.5s, top 0.5s, height 0.5s;
	}

	.topnav.fixed
	{
                height: 120px;
		top: -22px;
                background-color: white;
	}

	.topnav.hidden
	{
		opacity: 1;
		height: 120px;
	}

	.topnavLogo
	{
		display: block;
		float: left;
		margin-top: 25px;
		margin-left: 28px;
	}

	.topnavLogoImage
	{
		height: 60px;
		width: auto;
		margin-top: 0px;
		margin-left: 0px;
		transition: width 0.5s, height 0.5s, margin-top 0.5s, margin-left 0.5s;
	}

	.topnav.fixed .topnavLogoImage
	{
		height: 56px;
		width: auto;
		margin-top: 20px;
		margin-left: 0px;
	}

	.topnavMenuContainer
	{
		float: right;
		width: auto;
		height: 120px;
		text-align: right;
	}

	.topnavMenu
	{
		position: relative;
		margin-top: 45px;
		margin-right: 34px;
		top: 0px;
		left: 0px;
		-ms-transform: none;
		transform: none;
		transition: margin-top 0.5s;
	}

	.topnav.fixed .topnavMenu
	{
		margin-top: 64px;
	}

	.topnavMenuItem
	{
		margin-right: 26px;
                transition: font-size 0.5s, line-height 0.5s, margin-right 0.5s;
	}

        .topnavMenuItem a:link,
        .topnavMenuItem a:visited
        {
                color: white;
        }

        .topnavMenuItem a:active,
        .topnavMenuItem a:hover,
        .topnavMenuItem.active,
        .topnavMenuItem.active a:link,
        .topnavMenuItem.active a:visited,
        .topnavMenuItem.active a:active,
        .topnavMenuItem.active a:hover
        {
                color: #1AA3FF;
        }

        .topnav.fixed .topnavMenuItem a:link,
        .topnav.fixed .topnavMenuItem a:visited
        {
                color: #363636;
        }

        .topnav.fixed .topnavMenuItem a.button:link,
        .topnav.fixed .topnavMenuItem a.button:visited
        {
                color: white;
        }

        .topnav.fixed .topnavMenuItem a:active,
        .topnav.fixed .topnavMenuItem a:hover,
        .topnav.fixed .topnavMenuItem.active,
        .topnav.fixed .topnavMenuItem.active a:link,
        .topnav.fixed .topnavMenuItem.active a:visited,
        .topnav.fixed .topnavMenuItem.active a:active,
        .topnav.fixed .topnavMenuItem.active a:hover
        {
                color: #1AA3FF;
        }


        /* - Scroll to Top - */
	/* ----------------- */

	.scrollTop
	{
		bottom: 60px;
		right: 40px;
	}


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

        .footerLogo
        {
                display: inline-block;
                vertical-align: top;
                margin-right: 10%;
                margin-bottom: 60px;
        }

        .footerText
        {
                display: inline-block;
                vertical-align: top;
                width: 62%;
                margin-bottom: 0px;
        }

        .footerContactButtonContainer
        {
                text-align: left;
        }

        .footerNewsletter
        {
                display: inline-block;
                vertical-align: middle;
                width: 60%;
        }

        .footerSeparator.vertical
        {
                display: inline-block;
                vertical-align: middle;
                width: 1px;
                height: 104px;
                margin-left: 8%;
                margin-right: 6%;
        }

        .footerSocial
        {
                display: inline-block;
                vertical-align: middle;
                width: 20%;
                text-align: center;
        }

        .footerSocialTextList
        {
                display: block;
                /*justify-content: inherit;*/
        }

        .footerSocialText
        {
                margin-bottom: 20px;
        }



        /* - Bottom Contact - */
	/* ------------------ */

	.bottomContactContainer
	{
		padding-top: 160px;
	}

	.bottomContactText
	{
		width: 486px;
	}

	.bottomContactButton
	{
		padding-bottom: 120px;
	}
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{
	.disp-lg-none
	{
		display: none;
	}

	.disp-lg-inline
	{
		display: inline;
	}


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

        .topnav
        {
                padding-top: 5px;
                height: 130px;
        }

        .topnav.fixed
        {
                height: 130px;
                top: -20px;
        }

        .topnav.hidden
        {
                height: 130px;
        }

        .topnavLogo
        {
                margin-left: 48px;
        }

        .topnavLogoImage
        {
                height: 68px;
        }

        .topnav.fixed .topnavLogoImage
        {
                height: 70px;
                margin-top: 10px;
        }

        .topnavMenuContainer
        {
                height: 130px;
        }

	.topnavMenu
	{
                margin-top: 40px;
		margin-right: 54px;
	}

        .topnav.fixed .topnavMenu
        {
                margin-top: 50px;
        }

        .topnavMenuItem
        {
                font-size: 17px;
                line-height: 17px;
                margin-right: 22px;
        }

       .topnavMenuItem:nth-last-child(2)
        {
                margin-right: 22px;
        }

        .topnavMenuItem:last-child
        {
                margin-right: 0px;
        }

        .topnavMenuItem.cta
        {
                display: inline-block;
        }


        /* - Scroll to Top - */
	/* ----------------- */

	.scrollTop
	{
		bottom: 70px;
		right: 50px;
	}


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

	footer
	{
		padding-top: 80px;
		padding-left: 90px;
		padding-right: 90px;
		padding-bottom: 60px;
	}

        .footerBottomCopyrightBreak
        {
                display: none;
        }

        .footerBottomLinksSpace
        {
                display: inline;
        }

        .footerBottomLinksBreak
        {
                display: none;
        }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
	.disp-xl-none
	{
		display: none;
	}

	.disp-xl-inline
	{
		display: inline;
	}


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

        .topnav
        {
                padding-top: 5px;
                height: 130px;
        }

        .topnav.fixed
        {
                height: 130px;
                top: -20px;
        }

        .topnav.hidden
        {
                height: 130px;
        }

        .topnavLogo
        {
                margin-left: 48px;
        }

        .topnavLogoImage
        {
                height: 78px;
        }

        .topnav.fixed .topnavLogoImage
        {
                height: 70px;
                margin-top: 10px;
        }

        .topnavMenuContainer
        {
                height: 130px;
        }

        .topnavMenu
        {
                margin-top: 50px;
                margin-right: 54px;
        }

        .topnav.fixed .topnavMenu
        {
                margin-top: 50px;
        }

        .topnavMenuItem
        {
                font-size: 17px;
                line-height: 17px;
                margin-right: 35px;
        }

        .topnavMenuItem:nth-last-child(2)
        {
                margin-right: 35px;
        }

        .topnavMenuItem:last-child
        {
                margin-right: 0px;
        }

        .topnavMenuItem.cta
        {
                display: inline-block;
        }


        /* - Scroll to Top - */
	/* ----------------- */

	.scrollTop
	{
		bottom: 90px;
		right: 60px;
	}


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

	footer
	{
		padding-top: 118px;
		padding-left: 160px;
		padding-right: 160px;
		padding-bottom: 70px;
	}

        .footerLogo
        {
                margin-right: 5%;
                margin-bottom: 0px;
        }

        .footerText
        {
                width: 55%;
                margin-bottom: 50px;
        }

        .footerContactButtonContainer
        {
                display: inline-block;
                vertical-align: top;
                width: calc(100% - 5% - 55% - 170px);
                margin-bottom: 0px;
                text-align: right;
        }

        .footerSeparator.vertical
        {
                margin-left: 4%;
                margin-right: 3%;
        }

        .footerSocial
        {
                text-align: right;
                width: 30%;
        }

        .footerSocialText
        {
                display: inline-block;
                vertical-align: middle;
                margin-bottom: 0px;
        }

        .footerSocialList
        {
                display: inline-block;
                vertical-align: middle;
                margin-left: 60px;
        }



        /* - Bottom Contact - */
	/* ------------------ */

	.bottomContactContainer
	{
		background-position: calc(50% + 60px) 0px;
		background-size: 411px auto;
		padding-top: 220px;
	}

	.bottomContactTitle
	{
		margin-left: 150px;
	}

	.bottomContactText
	{
		margin-left: 150px;
		font-size: 36px;
		width: 540px;
		padding-bottom: 220px;
	}

	.bottomContactButton
	{
		margin-top: -400px;
		margin-right: 150px;
	}
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px)
{

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

        .footerNewsletter
        {
                width: 69%;
        }

        .footerNewsletterTitleText
        {
                display: inline-block;
                vertical-align: middle;
                width: 46%;
                max-width: 450px;
                margin-right: 10px;
        }

        .footerNewsletterText
        {
                margin-bottom: 0px;
        }

        .newsletterForm
        {
                display: inline-block;
                width: 52%;
        }

        .footerNewsletterField
        {
                margin-bottom: 0px;
                width: calc(100% - 188px);
                margin-right: 18px;
        }

        .footerSeparator.vertical
        {
                margin-left: 4%;
                margin-right: 4%;
        }

        .footerSocial
        {
                width: 22%;
        }

        .footerSocialTextList
        {
                display: flex;
                justify-content: space-between;
        }

        .footerSocialList
        {
                margin-left: 0px;
        }
}

@media (min-width: 2062px)
{
        /* - Header - */
        /* ---------- */
        .topnav.hidden
        {
                width: 2062px;
                left: calc(50% - 1031px);
        }
}
