/* variable definition for easier global adjustment while patterns are being defined in development of the new site */
/* it may be a good idea to run through and remove all the calculations reliant on variables after all the spacing patterns have been established */

/* global variables */
:root {
    --global-horizontalPadding: 20px;
    --global-horizontalTextPadding: 20px;
    --gloabl-niaPrimaryPurple: #531549;
    --gloabl-niaSecondaryPurple: #e3dce4;
    --global-maxContentWidth: 1400px;

    --global-H2bottomMargin: 22px;
    --global-H3bottomMargin: 27px;
    --global-PbottomMargin: 18px;
}

/* Global */
.global-maximumWidth {
    max-width: var(--global-maxContentWidth);
    margin: 0 auto;
    position: relative;
}

.global-horizontalPad {
    padding: 0 var(--global-horizontalPadding);
}

@media screen and (min-width:750px) {
    :root {
      --global-horizontalPadding: 40px;
      --global-horizontalTextPadding: 20px;
    }
}


.global-whiteBackground {padding: 60px 0px 60px}

.global-whiteBackground ~ .global-whiteBackground {padding: 0px 0px 60px;}

@media screen and (min-width:950px) {
    .global-whiteBackground {padding: 80px 0px 80px}
    .global-whiteBackground ~ .global-whiteBackground {padding: 0px 0px 80px;}
}




/* generic elements */
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

#wrapper {padding-right:0 !important;}

img {
    display: block;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

p {
    margin: 0;
}

/* popups */
.pum-container {width:80% !important;max-width:800px !important;min-width:280px !important;height:80% !important;border-bottom:4px solid #73c1e3 !important;}
.pum-theme-lightbox .pum-title {color: #231f20; font-size: 21px;background-color: #73c1e3; padding: 10px 30px 12px; position: absolute; text-align: center; z-index: 2; line-height: 1; font-family: "Oswald" !important; font-weight: 500 !important; clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%); top: -20px; left: -15px; width: calc(100% + 16px);}

[lang="fr-CA"] .pum-container .pum-title {font-size:18px;}
.popmake-content {height:calc(100%) !important;overflow:scroll !important;}
.smcx-embed {height:calc(100%) !important;}
.pum-container iframe {height:100% !important;}
#popmake-10411 p,
#popmake-10444 p{height:100%;}
.smcx-widget-footer {display:none !important;}
.pum-close {
	background-color: #fff !important; 
	display: flex !important; 
	align-items: center !important; 
	justify-content: center !important;
	box-shadow: none !important;
    text-shadow: none !important;
	font-size:22px !important;
	border: 1px solid #757575 !important;
	color: #757575 !important;
	right: 15px !important;
    top: -3px !important;
}
.pum-close:hover {
	color: #fff !important;
	background-color: #757575 !important;
}
body .survey-page .question-body-font-theme {font-family: "myriad-pro"; font-weight: 500; font-size: 18px; line-height: 1.6em;}