img {
    max-width: 100%;
    max-height: 100%;
}

.sizeNormal {
  width:100%;
}

.size50Percent {
  width:50%;
}

.size185 {
  width:185px;
}

.size100Percent{
  width:100%;
}

ul {
  padding-inline-start: 35px;
}

ul.customBullets li {
    list-style-image: url('images/checkbox_greyBox_green_arrow.png');
}

.customBullets li {
  margin-bottom: 15px;
  list-style-image: url('images/checkbox_greyBox_green_arrow.png');
}

ul li.downloadIcon a {
  color:#333333;
  font-weight:bold;
  text-decoration:none;
}

ul li.downloadIcon {
  list-style-image:url('images/downloadIcon.png');
  margin:15px 0 15px 0;
}

ul li.emailIcon a {
  color:#333333;
  font-weight:bold;
  text-decoration:none;
  position:relative;
  top:-7px;
}

ul li.emailIcon {
  list-style-image:url('images/Mail_icon_Good.png');
}

ul li.phoneIcon a {
  color:#333333;
  font-weight:bold;
  text-decoration:none;
  position:relative;
  top:-7px;
}

ul li.phoneIcon {
  list-style-image:url('images/phone_icon_Good.png');

}

.customItalic {
  font-size:12px;
  font-style: italic;
}

.twoColumListLeft {
  width:45%;
  float:left;
}
.twoColumListRight {
  width:45%;
  float:right;
}

.hiddenEmailLink {
  text-decoration: none; 
  font-weight: bold;
  color: black;
}

.centerApplyButton {
  width:100%;
  text-align:center;
  clear: both;
}

.outlineBox {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  border-radius: 4px;
  border: 0;
}

.outlineBoxContent{
  padding:2rem;
}

.logoHolder{
  width:100%;
  display:block;
  text-align:center;
  padding-bottom:15px;
}

.logoHolder img {
  text-align:center;
}

.extraPaddingTop{
  padding-top:25px;
}

.leftBorderline{
  border-left: 1px solid lightgrey;
}
.learnMore{
  font-size:.85em;
  color:#333333;
  font-style: italic;
}

#studentSection{
  padding-top:5rem;
  padding-bottom:7rem;
  background-color:#f1f1f1;
  pointer-events:auto;
}

.studentDetails{
  text-align:left;
  padding-top:75px;
  padding-left:50px;
}

.studentDetails p{
  position:relative;
  right:33px;
  font-style: italic;
}

.studentDetails p:first-child{
  font-style: unset;
}

.footerDividerLine{
  border-left: 1px solid lightgrey;
}

.footerLink{
  color:#ffffff;
}


section, footer, button {
  display: block;
}

footer {
  background-color: #203e79 !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  color: #FFF !important;
  font-weight: 500;
  display:block;
  width:100%;
  font-family: "Montserrat", sans-serif;
  font-size:12px;
  overflow:auto;
  z-index:1000000;
  position: relative;
}

.clearBoth{
  clear:both;
}

.extraPaddingright{
  padding-right:50px;
}


/* style rot13 encoded email element */
#contactUS A{
text-decoration: none;color:#ffffff!important;
}

.wilLogo{
  width:32%;
  text-align:center;
  position:absolute;
  top: 12vw;
  left:-10%;
  opacity: 0.07;
  transform: rotate(-20deg);
}

.circular--square {
    border-radius: 50%;
    border: 15px solid #fdfdfd;
  }

.studentFace{
    Width:50%;
    margin-left:auto;
    margin-right:auto;
}


.bottomLogo{
  text-align:right;
  padding-right:10%;
}

h3{
    font-size:1.5em;
    margin-top:0px;
    margin-bottom:0px;
}

h4 {
  font-size:2.3em;
}

.langSwitcher{
    text-shadow: 0px 0px 3px black;
    font-size: .8125rem;
    line-height: 1.25;
    padding-left: 1.25rem;
    font-family: "Montserrat", sans-serif;
    text-align: right; 
    padding-right: 45px; 
    padding-top: 25px;
}

.langSwitcher a{
  color: #ffffff !important;
}

a {
    text-decoration: none;
}

.topLogo{
    width: 228px;
    position:relative;
    top:55px;
    left:25px;
}

.marginDiv{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

body{
    width:100%;
    margin: 0px;
    font-family: "Montserrat", sans-serif;
}


.main-content {
    width:100%;
}

.container {
    width:100%;
}

.splashPage {
  line-height: 1.6875;
  position:relative;
}


.sectionTitle {
  color: var(--highlight-color);
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  padding-bottom:20px;
}

/* apply button */

.applyButton a {
 color: #FFFFFF;
}

.applyButton {
  background-color:#570071;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 48px;
  text-transform: uppercase;
  border: 3px solid #DFDFE0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0.675rem 4.25rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
 /* -webkit-appearance: button;*/
  overflow: visible;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  border-radius: 48px;
  -webkit-transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: padding 0.15s ease-in-out, color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom:30px;
  margin-top:20px;
}


.applyButton:hover {
    background-color: #430157;
    border-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 4px var(--highlight-color);
    box-shadow: 0px 0px 0px 4px var(--highlight-color);
    padding-left:100px;
    padding-right:100px;
}



.topBannerFrench{
  background-image: linear-gradient(30deg, rgba(68, 0, 88, 0.85), rgba(2, 64, 187, 0.75)), url(https://fs23.formsite.com/ICTC_CTIC/images/TopBanner2.jpg)!important;

}

/* top banner */
.topBanner{
  height: 0;
  padding: 0; /* remove any pre-existing padding, just in case */
  padding-bottom: 30%; /* for a 4:3 aspect ratio */
  background-image: linear-gradient(30deg, rgba(68, 0, 88, 0.85), rgba(2, 64, 187, 0.75)), url(https://fs23.formsite.com/ICTC_CTIC/images/etalent_skills-training-and-education.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -29px;
  border-radius: 0 0 30vw 0;
  box-shadow: 10px 0px 0px 0px #570071, 20px 0px 0px 0px #dfdfe0, 40px 0px 0px 0px #570071;
}

.column.topBanner{
  min-height: 180px;
}

.topBannerH1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size:2rem;
  position: absolute;
  color:#ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
  line-height: .5em;
  margin-top: 15px;
}

.topBannerH1 > p.title {
    font-size:3rem;
    width:100%;
	padding-bottom: 0.5rem
    opacity: .95!important;
	white-space: nowrap;
  }

.topBannerH1 p.subtitle {
	white-space: nowrap;
	font-size:1.5rem;
}

/* end of top banner */



/* flex boxes */

.tightSqueeze{
  padding-left: 16%;
  text-align:right!important;
  position:relative;
  right:50px;
}

@media screen and (max-width: 1280px) {
  .topBannerH1 {
  font-size:1.2rem;
  }
  .topBannerH1 > p.title {
    font-size:2.5rem;
  }
/*  .topBannerH1 > p {
	display: inline-block;
  }*/
  .tightSqueeze{
    padding-left: 26%;
    font-size:1.5em;
  }
}

@media screen and (max-width: 1000px) {
  .topBannerH1 {
    font-size:1rem;
  }
  .topBannerH1 > p.title {
    font-size:2rem;
  }
  .applyButton {
    padding: 0.675rem 2.25rem;
  }
  .applyButton:hover {
    padding-left:30px;
    padding-right:30px;
  }

}

@media screen and (max-width: 800px) {
  .topBannerH1 {
    font-size:.75rem;
  }
  .topBannerH1 > p.title {
    font-size:2.5rem;
  }

  .column13, .column23 {
    width: 100% !important;
    padding-bottom: 5rem!important;
  }
  .bottomLogo{
    text-align:left!important;
    padding-left:10%
  }

  .bottomGovSWPP{
    text-align:left!important;
    float:left !important;
  }

  .bottomExtraAdjustments{
    text-align:right;
    padding-right:10%;
    font-size:1em;
    display:block;
    width:185px;
    float: right;
  }
  .insetDiv {
    padding: 2rem!important;
  }
    .column.topBanner{
	  min-height: 320px;
	}
  .topBannerH1 p.subtitle {
	white-space: nowrap;
	font-size:1.4rem;
}
}

@media screen and (max-width: 500px) {
  .langSwitcher {
    margin-top:0;
  }
  .extraPaddingright {
    padding-right:0;
}
  .topBannerH1 {
    margin-top: 25px;
	font-size: 1.4rem;
  }
  .column.topBanner{
  min-height: 280px;
}
	
.topBannerH1 > p.title {
    font-size: 1.4rem;
}
  .topBannerH1 p.subtitle {
	white-space: nowrap;
	font-size:0.8rem;
}
}



.column, .column13, .column23 {
  float: left;
}

.column {
  width: 100%;
}

.column13{
  width: 33.33%;
}

.column23 {
  width: 66%;
}

.column23 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.83em;
}


.row_custom {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.row_topbanner{
  width:100%;
  overflow:hidden;
}

/* Clear floats after the columns */
.row_custom:after {
  content: "";
  display: table;
  clear: both;
}

.insetDiv{
  padding:5rem;
}

.notFullwidth{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
}

.videoContainerXX{
	display:block;
	margin:30px 0px 0px 0px;
}

.h3Small {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 0px;
}
.h3SmallContainer{
text-align:center;	
}

.videoContainer{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  margin:30px 0px 0px 0px;
}
.videoContainer iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Add tooltip*/

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -180px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/*Add alert box*/
.mb-3 {
    margin-bottom: 20px !important;
}

.alert-warning {
    color: #886807;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}