html {
    font-size: 16px;
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Proxima-Nova, Arial, sans-serif !important;
}
body, div, p, span,  button {
    font-family: 'Open Sans', Arial, sans-serif !important;
    line-height: 1.6;
}

* {
    box-sizing: border-box;
    font-size: 1.3rem;
    line-height: 1.6rem !important;
}
.wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;

}

.wrapper-inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;

}

.wrapper2 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-logo {
    padding: 16px 24px;
    height: 97px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    transition: background-color .2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /*	outline: 1px solid #f9f9f9;*/


    /*background-color: #ffffff;
    opacity: .5;*/

    /*gradient under menu for better visibility  background: rgba(0, 75, 133, 0.6) !important;*/


    /*background: -moz-linear-gradient(180deg, rgba(0, 75, 133, 0.6) 0%, rgba(0, 75, 133, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 75, 133, 0.6) 0%, rgba(0, 75, 133, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 75, 133, 0.6) 0%, rgba(0, 75, 133, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);*/
}

.wrapper-logo.full-color {
    background-color: #ffffff;
    background: #ffffff;
    opacity: 1;
    padding:15px 24px!important;
    transition: all .2s ease;
    height: auto;
}

.header_left{
    /*float: left;*/
    /*position: relative;*/
    flex: 1 0 70%;
}

.header-right{
    display: flex;
    justify-content: flex-end;
    /*float: right;

    position: relative;
    right: 0;*/
    /*flex: 1 0 70%;*/


}
.share-link-wrapper {
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: flex-end;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;

}

#share-icon{
    margin: 0 10px 0 0;
}
.share-link-wrapper li{
    position: relative;

    font-family: 'Open Sans', sans-serif;
    color: #01010F;
}

.share-link{
    color: #01010F!important;
    /*text-decoration: none;*/
}

#share-link-message *{
    font-size: 1rem;
    line-height: 1.1rem;
}
.share-icon-wrapper{

}

.wrapper80{
    width: 80%;
    margin: 0 auto;
}

.wrapper70 {
    width: 70%;
    margin: 0 auto;
}
/*.wrapper-logo.full-color a>img{
	filter: invert(37%) sepia(90%) saturate(519%) hue-rotate(165deg) brightness(93%) contrast(92%);

}*/

header .wrapper-logo {
    padding-top: 30px;
}

header {
    padding: 25px 32px;
    min-height: 97px;
}

#oneliner h2 {
    color: #2279BC;
}

#Banner {
    width: 100%;
    /*height: 550px;*/
    margin: 0 auto;
    padding: 50px 0;/**email only: padding: 50px 0 50px;**/
}

#Banner .container{
    width: 90%;
}

/*#Banner h1 {
	margin: 0px 0 20px;
	font-size: 7rem;
	line-height: 1.25;
	color: #222222;
}

#Banner p {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	color: #222222;
	margin: 0 0 30px;
}*/

#Banner a {
    /*box-shadow: none !important;
    border: none !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    text-shadow: none !important;
    animation-duration: 0s;
    border-radius: 0 !important;
    width: auto !important;
    line-height: 18px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 9px 16px;*/
}

#Banner .mktoButton a {
    font-size: 20px !important;
    padding: 25px 36px !important;
    background-color: #F8981D !important;
}

#Banner .mktoButton a:hover, #Banner .mktoButton a:hover {
    transform: scale(1.1);
    transition: .2s ease;
    background-color: #F68B1F !important;
}

#Banner .subtitle {
    margin-bottom: 32px;
}

#Banner h4 {
    font-size: 2.5rem;
}

#Banner .wrapper-banner-content {
    margin-top: 140px;
}

.two-col-wrapper {

    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row; /**email only:  flex-direction: row;**/
    gap: 20px 0;

}
.two-col-wrapper:has(.right-wrapper #two-row-wrapper .right_content_hero, .left-wrapper>#AssetPreview)  {
	flex-direction: row;
}
.two-col-wrapper-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 0;
}


.two-col-wrapper .left-wrapper, .two-col-wrapper-banner .left-wrapper {
    flex: 1 1 54%;
    /*padding: 0 35px 0 0;*/
}

.two-col-wrapper .right-wrapper, .two-col-wrapper-banner .right-wrapper {
    flex: 1 1 min(390px, 100%);
}

.left-wrapper {
    display: flex;
    justify-content: center;
	align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 0;
}

.left-wrapper.wrBanner {
	flex: 0 1 70% !important;
}

#hero-2title {
	padding: 0 0 35px !important;
}
#hero-2title.wrBanner *{
	text-align: center !important;
}

.AssetDownload-button-wrapper {
	padding: 0 100px 0 0;
}
.AssetDownload-button-wrapper.wrBanner {
	display: none;
}

#AssetDownload-button {
	left: 100%;
    transform: translateX(-100%);
}

#hero-stitle {
	padding: 0 35px 20px 0;
}

#hero-stitle.wrBanner, #hero-stitle2{
	padding: 0 0 20px 0 !important;
}
#hero-stitle.wrBanner *, #hero-stitle2 *{
	text-align: center !important;
	
}
.right-wrapper {
    display: flex;
    justify-content: center;
	align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 0;
}

.right-wrapper.wrBanner {
	display: none !important;
}

.left-wrapper .col-left{
    flex: 1 1 100%;

}

.right-wrapper .col-right{
    flex: 1 1 40%;

}

.hcenter{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.vmiddle {
	display: flex !important;
	align-content: center;
}
/**contact us**/
.left-wrapper-banner {
    width: 58%;
}
/**end contact us**/
/*.two-col-wrapper .col-left{
	flex: 1 1 60%;
	order: 1;

}*/
#Content {
    width: 100%;
    margin: 0 auto;
}

.col-50{
    /*width: 100%;*/
}

.col-left{
    flex: 1 1 50%;
    order: 1;
    /*margin: 0 0 35px;*/
    /*padding: 0 0 20px;*/
    /*right: 50%;*/
    /*float: none;
    position: relative;*/
}

.col-right{
    flex: 1 1 580px;
    order: 2;
    /*margin: 0 0 35px;*/
    /*padding: 0 0 20px;*/
    /*left: 50%;*/
    /*float: none;
    position: relative;*/
}

.col-bottom{
    flex: 1 1 580px;
    order: 3;
    /*padding: 10px 10px 0;*/
}

.border{
    outline: 1px solid #e5e5e5;
    line-height: 0;
    font-size: 0;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;

}
.mktoButton {
    /*height: 50px;*/
}

.mktoText + .mktoButton {
    margin-top: 10px;
}

.bg-grey200{
    background-color: #f2f2f2;
}

.bg-grey100{
    background-color: #f6f6f6;
}
.mktoButton a {
    background-color: #2279bc;
    color: #fff;
    padding: 18px 36px;
    line-height: 1;
    outline: none;
    border: none;
    border-radius: 0;
    margin: 0;
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    transition-property: color, background-color, border-color, transform, -webkit-transform;
}

.mktoButton a:hover,
.mktoButton a:focus {
    background-color: #4196d2 !important;
    outline: none;
    text-decoration: none;
    outline-offset: unset;
    transform: scale(1.1);
}

#Content, #Whats-inside,
#Social {
    padding: 0 0 10px;
}

#ContentSectionHeadline h2,
#SocialSectionHeadline h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #005B9B;
    margin: 20px 0;
}

.bg-grey {
    background-color: #F2F2F2;
}

.padding {
    padding: 0 20px 20px 20px;
}

.sub-headline h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #01010f;
    margin: 20px 0 0px;
}

.text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #222222;
    margin: 0px 0 0px;
}

.btn {
    margin-bottom: 20px;
}

#social-wrapper {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 5px;
}

#SocialIcons a {
    color: #005B9B;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    outline: none;
    padding: 0 40px;
}

#SocialIcons a:not(:last-child) {
    border-right: 1px solid #cccccc;
}

#SocialIcons a:hover,
#SocialIcons a:focus {
    text-decoration: none;
    outline: none;
}

.icom-download:before {
    content: "\e947";
    font-size: 32px;
}

.icom-email:before {
    content: "\e908";
    vertical-align: text-bottom;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 12px;
}

.icom-twitter:before {
    content: "\e907";
    vertical-align: text-bottom;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 12px;
}

.icom-linkedin:before {
    content: "\e905";
    vertical-align: text-bottom;
    font-size: 23px;
    line-height: 24px;
    font-weight: 400;
    margin-right: 12px;
}

.blue-text {
    font-weight: 600;
    line-height: 22px;
    vertical-align: text-bottom;
}

#fullimg1 {
    position: relative;
}

.img-actions {
    position: absolute;
    max-width: 560px;
    width: 100%;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: flex-end;
}

.img-actions .action-item + .action-item {
    margin-left: 8px;
}

.action-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px;
    color: #fff;
}

.action-item:hover, .action-item:focus {
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    text-decoration: none;
}

#image-wrapper {
    transition: transform .2s;
}

#embed-pdf {
    width: 100%;
    min-height: 300px;
    height: 600px;
}

footer ul {
    list-style-type: none;
    padding: 0px;
    display: flex;
    float: right;
}

#copyright-text p {
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

footer li {
    color: #ffffff;
    font-size: 16px!important;
    font-weight: 400;
    line-height: 22px!important;
    display: flex;
    cursor: pointer;
}

footer li a {
    color: #ffffff;
    font-size: 16px!important;
    line-height: 22px!important;
    display: flex;
    justify-content: space-between;
    text-decoration: underline;
}
footer li a:hover {
    color: #e4e4e4;
    outline: none;
    text-decoration: none;
}

footer li a:focus {
	color: #e4e4e4;
    outline: 3px solid #ffffff;
	outline-offset: 2px;
    text-decoration: underline;
}

footer li:not(:last-child) {
    margin-right: 33px;
}

footer {
    box-shadow: 0 2rem 4rem 0.5rem rgba(0, 0, 0, .25);
    padding: 42px 0px 10px;
    min-height: 97px;
}

@media (max-width: 1280px){
	.AssetDownload-button-wrapper {
	padding: 0 35px 0 0;
}
}
	
	
@media (max-width: 1201px){
    /*.col-left{
    flex: 1 1 580px;
}

.col-right{
    flex: 1 1 50%;
}*/
}

@media (max-width: 1200px) {
    .wrapper-logo{

        left: 0;
        right: 0;
    }

    #Content {
        width: 70%;
    }

}


@media (max-width: 820px){
    #Content {
        width: 80%;
    }

    .col-50{
        /*	width: 50%;*/
    }
    .col-left{
        /*flex: 1 1 50%;*/
    }

    .col-right{
        /*flex: 1 1 50%;*/
    }
}


@media (max-width: 767px) {
	.AssetDownload-button-wrapper {
	padding: 0 0 0 0 ;
}
	#AssetDownload-button {
	left: 50% !important;
    transform: translateX(-50%) !important;
}
    .share-link-message{
        display: none;
    }


    .wrapper90{
        width: 90%;
        margin: 0 auto;
    }
    .box-wrapper {
        max-width: 370px;
        width: 100%;
        margin: 0 auto 20px;
    }

    footer {
        padding: 30px 0 10px;
    }

    .align-center {
        text-align: center;
    }

    footer li:not(:last-child) {
        margin-right: 0px;
    }

    footer ul li {
        display: block;
        text-align: left;
    }

    footer ul {
        display: block;
    }

    footer ul li a {
        display: inline-block;
        justify-content: unset;
    }

    footer ul li:before {
        content: "\e91d";
        font-size: .55em;
        line-height: 23px;
        -webkit-font-smoothing: antialiased;
        font-family: icomoon !important;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        color: #adadad;
        margin-right: 5px;
        vertical-align: text-bottom;
    }
}

@media (max-width: 560px) {
    #SocialIcons a {
        padding: 0px 20px;
    }
}

@media (max-width: 520px) {
    #SocialIcons a:not(:last-child) {
        border-right: none;
    }

    #SocialIcons a {
        padding: 5px 40px;
        display: block;
    }
}

@media (max-width: 480px) {

    #Banner .container{
        width: 100%;
    }

    #Content {
        width: 100%;
        margin: 0 auto;
    }

    #two-col-wrapper{
        gap: 0 0 !important;
    }
    .width100 {
        width: 100%;
        float: none;
        text-align: center;
    }

    footer ul li {
        text-align: center;
        padding: 5px;
    }

    footer ul {
        float: none;
        display: block;
    }

    footer ul li:before {
        content: none;
    }
}