/*
Theme Name: Selectrum Theme
Author: Selectrum
*/


@font-face {
    font-family: 'CooperHewittBold';
    src: url('assets/fonts/CooperHewittBold/CooperHewittBold.eot');
    src: url('assets/fonts/CooperHewittBold/CooperHewittBold.eot') format('embedded-opentype'),
         url('assets/fonts/CooperHewittBold/CooperHewittBold.woff2') format('woff2'),
         url('assets/fonts/CooperHewittBold/CooperHewittBold.woff') format('woff'),
         url('assets/fonts/CooperHewittBold/CooperHewittBold.ttf') format('truetype'),
         url('assets/fonts/CooperHewittBold/CooperHewittBold.svg#CooperHewittBold') format('svg');
}

@font-face {
    font-family: 'CooperHewittBook';
    src: url('assets/fonts/CooperHewittBook/CooperHewittBook.eot');
    src: url('assets/fonts/CooperHewittBook/CooperHewittBook.eot') format('embedded-opentype'),
         url('assets/fonts/CooperHewittBook/CooperHewittBook.woff2') format('woff2'),
         url('assets/fonts/CooperHewittBook/CooperHewittBook.woff') format('woff'),
         url('assets/fonts/CooperHewittBook/CooperHewittBook.ttf') format('truetype'),
         url('assets/fonts/CooperHewittBook/CooperHewittBook.svg#CooperHewittBook') format('svg');
}

@font-face {
    font-family: 'CooperHewittSemibold';
    src: url('assets/fonts/CooperHewittSemibold/CooperHewittSemibold.eot');
    src: url('assets/fonts/CooperHewittSemibold/CooperHewittSemibold.eot') format('embedded-opentype'),
         url('assets/fonts/CooperHewittSemibold/CooperHewittSemibold.woff2') format('woff2'),
         url('assets/fonts/CooperHewittSemibold/CooperHewittSemibold.woff') format('woff'),
         url('assets/fonts/CooperHewittSemibold/CooperHewittSemibold.ttf') format('truetype'),
         url('assets/fonts/CooperHewittSemibold/CooperHewittSemibold.svg#CooperHewittSemibold') format('svg');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button, html input[type="button"], input[type="reset"], input[type="submit"], #step2-content input.gform_button.button,.btn,#back-step-bt {
	border: none;
	background-color: #f37a3e;
	color: #fff;
	border-radius: 5px;
	padding: 18px 35px 14px 35px;
	transition: all 0.25s linear;
	cursor: pointer;
	font-family: 'CooperHewittSemibold';
	font-size: 19px;
	line-height: 25px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#step2-content input.gform_button.button:hover,
.btn:hover{
 	background-color:#034EA2;
	color:#fff;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email],
input[type=password]{
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: 'CooperHewittBook';
  line-height: 36px;
  font-size: 19px;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'CooperHewittBold';
}
h1 {
	line-height: 60px;
	font-size: 53px;
	margin-bottom:35px;
	text-transform:uppercase;
}
h2 {
	line-height: 45px;
	font-size: 45px;
	margin-bottom:20px;
	text-transform:uppercase;	
}
h3 {
  line-height: 38px;
  font-size: 32px;
}
h4 {
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 1em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-family: 'CooperHewittBold';
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.clear{
	clear:both;
}

.container{
	width:1360px;
	margin:0 auto;
}

#masthead {
	background-color: #034ea1;
	line-height: 1;
	padding: 25px 35px 18px 35px;
	box-sizing: border-box;
}

#logo {
	text-align:right ;
}

#intro-section {
	background-color: #b9d8ea;
	padding: 100px 0 80px 0;
}

.page-template-login #masthead,
.page-template-login #footer-info{
	display:none;
}

.fieldBlock__label {
	display: block;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 16px;
}

#uniprix-portal-login-wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	align-items: center;
}

#portal-login-wrapper {
	width: 470px;
}

.fieldBlock input {
	width: 100%;
	box-sizing: border-box;
}

.formRow {
	margin-bottom: 15px;
}

#forgot-password {
	text-align: center;
	margin: 15px 0;
}

#forgot-password a{
	text-decoration:underline;
}

.buttonsRow.buttonsRow--center {
	text-align: center;
}

#login-message {
	text-align: center;
	margin-top: 20px;
}

#login-message .error {
	color: red;
}

#login-message .success {
	color: green;
}

#footer-info {
	padding: 30px 0;
	background-color: #b9d8ea;
	text-align: center;
	font-size: 14px;
}

#step1-content {
	padding: 90px 0 70px 0;
	overflow: hidden;
}

#next-step-bt {
	float: right;
}

.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
	cursor: pointer;
	font-size: 18px;
	user-select: none;
	width: 31%;
	box-sizing: border-box;
	margin-right: 2%;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 5px;
	transition: background-color 0.3s;
	border: 1px solid #000;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #f37a3e;
	border: 1px solid #f37a3e;
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark::after {
	left: 6.5px;
	top: 6.5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
}

.custom-checkbox-form {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 30px;
}

#step1-content h2 {
	margin-bottom: 60px;
}

#error-message {
	color: #c51717;
	font-size: 16px;
}

.gform_required_legend{
	display: none;
}

.remove-file-button {
	font-size: 17px;
	position: relative;
	top: 3px;
	cursor:pointer;
}

.file-item {
	background-color: #ececec;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	padding: 8px 15px;
	line-height: 1;
	margin-right: 5px;
	margin-bottom: 5px;
}

.file-item a{
	color:#595959;
}

#gform-html-field {
	max-width: 670px;
	padding: 60px 0;
	box-sizing: border-box;
	overflow: hidden;
	min-height:600px;
}

#gform_fields_1 {
	display: block;
}

#gform-html-field .gform-theme--foundation .gfield {
	margin-bottom: 15px !important;
}

#step2-content #field_1_1 .gfield_label.gform-field-label,
#step2-content #field_1_11 .gfield_label.gform-field-label,
#step2-content #field_1_12 .gfield_label.gform-field-label{
	font-family: CooperHewittBold;
	font-size: 19px;
	border: 1px solid #000;
	border-radius: 9px;
	padding-top: 6px;
	line-height: 0;
	box-sizing: border-box;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
}

.ginput_container.ginput_container_email input, .ginput_container.ginput_container_text input {
	font-size: 19px !important;
	border: 1px solid #000;
	border-radius: 9px !important;
	height: 38px !important;
	padding-top: 5px !important;
}

.ginput_container.ginput_container_email,
.ginput_container.ginput_container_text{
	width:calc(100% - 85px);	
}

.gfield--type-text, .gfield--type-email {
	display: flex !important;
	justify-content: space-between !important;
}

#input_1_1 {
	pointer-events: none;
	background: #ececec;
	color: #595959;
	border: 1px solid #ececec;
}

#field_1_17 {
	float: left;
	margin-top: 15px;
}

.gform_ajax_spinner {
    display: none !important;
}


.gform_footer.top_label {
	float: right;
	margin: 15px 0 0 0 !important;
}

.btn {
	display: inline-block;
}

#back-bt .btn{
	background:#034ea2;
}

#back-bt .btn:hover{
	background:#f37a3e;
}

#files-list {
	padding-bottom: 15px;
	display: none;
}

#gform-html-field #files-list{
	display: block;
}

#step2-content {
	background-image: url(assets/images/Homme-Vaccin-v2.jpg);
	overflow: hidden;
	background-position: 280% center;
	background-size: 80% auto;
	background-repeat: no-repeat;
}

.validation_message.gfield_validation_message {
	display: none !important;
}

.gform-theme--framework .wp-editor-container {
	border-radius: 9px;
	margin-bottom: 30px;
}

#file-list-title {
	display: block;
	margin-bottom: 5px;
}

@media only screen and (max-width: 1365px) {
	.container{
		width:100%;
		padding:0 30px;
		box-sizing:border-box;
	}
	
	.custom-checkbox {
		width: 47%;
	}	
	
	#gform-html-field {
		max-width: 100%;
		padding: 30px 0;
	}	
	
	#step2-content{
		background:none;
	}
	
	#gform-html-field {
		min-height:300px;
	}
	
	#next-step-bt{
		float:none;
	}
}

@media only screen and (max-width: 767px) {
	.custom-checkbox {
		width: 100%;
		margin-right:0;
		margin-bottom:20px;
	}	
	
	.site-footer {
		font-size: 10px;
		line-height: 14px;
	}	
}