/* CSS Document */
:root {

/* brand colors */
--primary-green:    #006341; /* brand green */
--secondary-green:  #295E4B; /* slightly darker green */
--tertiary-green:   #0f4b3c; /* darker, slightly towards teal green */
--lighter-green:    #0b7d56; /* lighter green, often used for anchor hover */
--dark-green:       #2d5447; /* darker green than secondary */
--darker-green:     #093426; /* even darker green than secondary */
--darkest-green:    #1b3029; /* much darker green than secondary, appears nearly black */
--primary-dark:     #505050; /* medium gray, lightest gray possible for AODA on white backgrounds */
--secondary-dark:   #2b2b2b; /* darker gray, used in navigation bar and darker text, etc. */

/* section styles */
--inner-padding: 0 20px 0 20px;    /* 20px horizontal padding for sections */
--inner-section: 20px 8% 70px 8%;  /* 8% horizontal padding of parent container, with 70px space below */

/* background styles */
--bg-body-light:      #ffffff; /* adjust as needed if we wish to move away from a pure white background */

--bg-primary-green:   #006341; /* brand green background */
--bg-secondary-green: #295E4B; /* darker green background */
--bg-tertiary-green:  #0f4b3c; /* darker, towards teal green background */
--bg-lighter-green:   #0b7d56; /* lighter green background, often used as button & link hover */
--bg-bright-green:    #66a18d; /* brighter, lighter green */

--bg-grey:            #8f8f8f; /* medium gray background */
--bg-light:           #f8f8f8; /* lightest bg gray, somewhat close to white */
--bg-light-grey:      #e9e9e9; /* lighter bg gray */
--bg-lighter-grey:    #f6f6f6; /* slightly darker than bg-light */
--bg-dark-grey:       #505050; /* medium-dark gray */
--bg-darker-grey:     #212721; /* dark green/gray */

--hover-bg-light:     rgba(0, 99, 65, .15); 
--hover-bg-lighter:   rgba(0, 99, 65, .05);

/* text styles */
--main-text-color:           #3b3b3b;
--main-text-color-dark:      #2b2b2b;
--main-text-color-darker:    #1b1b1b;
--main-text-color-darkest:   #0b0b0b;
--main-text-color-light:     #e8e8e8;
--main-text-color-lighter:   #f8f8f8;

--main-text-size:            1.15rem;
--main-text-size-xs:         1rem;
--main-text-size-sm:         1.15em;
--main-text-size-md:         1.2em;
--main-text-size-lg:         1.35em;

--main-text-weight:          300;
--main-text-weight-light:    200;
--main-text-weight-strong:   400;
--main-text-weight-stronger: 500;

--main-text-line-height:     1.8em;

--sub-text-color:            #4e4e4e;
--sub-text-size:             1.1em;
--sub-text-weight:           200;

/* heading styles */
--h1-color: #006341;
--h1-size:  2.4em; 

--h2-color: #338267;
--h2-size:  2.2em;

--h3-color: #4b4b4b;
--h3-size:  1.75em;

--h4-color: #338267;
--h4-size:  1.5em;

--h5-color: #909390;
--h5-size:  1.35em;

--page-heading-color:      #006341;
--page-heading-size:       2.3em;

--heading-dark:            #4b4b4b;
--heading-green:           #006341;

--sub-heading-dark:        #4e4e4e;
--sub-heading-light:       #fefefe;
--sub-heading-green:       #246058;
--sub-heading-sm:          1.2rem;
--sub-heading-md:          1.3rem;
--sub-heading-weight:      400;
--sub-heading-weight-bold: 500;

/* wp defaults override */
--main-h2-size:   2.5em;
--main-h2-weight: 600;
--main-h3-size:   1.6em;
--main-h3-weight: 500;

/* cards */
--card-cta-color:      #4b4b4b;
--card-cta-size:       1.2em;
--card-cta-weight:     400;

--card-bg-color:       #fbfbfb;
--card-bg-color-hover: #fefefe;

--card-border:         1px solid #c2c2c2;
--card-border-hover:   1px solid #bbbbbb;
--card-border-lighter: 1px solid #d2d2d2;
--card-radius:         10px;

--card-shadow:              0 1px 3px 0px rgba(24,21,21,.3);
--card-shadow-hover:        0 1.5px 3.5px 0px rgba(24,21,21,0.35);
--card-shadow-green:        0 1px 6px 1px rgba(6, 92, 62,0.2);
--card-shadow-dark:         0 2px 3px 0 rgba(24,21,21,.3);
--card-shadow-dark-hover:   0 2px 3px 0 rgba(24,21,21,.4);
--card-shadow-darker:       0 2px 3px 0 rgba(24,21,21,.5);
--card-shadow-darker-hover: 0 2px 3px 0 rgba(24,21,21,.6);

--card-badge-size:    1.2rem;
--card-badge-size-md: 1.1rem;
--card-badge-size-sm: 1rem;

/* buttons */
--btn-bg-light:      #f8f8f8;
--btn-bg-lighter:    #f0f0f0;
--btn-border-radius: 6px;

/* template banner */
--banner-heading-size:        2.8em;
--banner-heading-size-md:     2.6em;
--banner-heading-size-sm:     2.4em;
--banner-heading-size-xs:     2.2em;

--banner-sub-heading-size:    1.6em;
--banner-sub-heading-size-md: 1.5em;
--banner-sub-heading-size-sm: 1.4em;

/* transition styles */
--quick-linear:          all 200ms linear;
--smooth-ease:           all 500ms ease;
--cubic-ease:            cubic-bezier(0.19, 1, 0.22, 1); /* smoother ease than default css ease */
--cubic-bounce:          cubic-bezier(0.6, -0.28, 0.735, 0.045); /* slower minimal "bounce" effect during hover transition */

/* miscellaneous styles */
--hr-heading-color:      1px solid #eaeaea; /* light gray hr for headings */
--hr-heading-margin:     8px 0 15px 0; /* standard spacing for heading divider lines */

/* slanted crops */
--slant-banner:          polygon(0 0, 100% 0%, 100% 100%, calc(0% + 120px) 100%); /* crops bottom left corner towards the right */
--slant-banner-mobile:   polygon(0% 0%, 100% 0%, 100% 100%, 0 calc(100% - 20px)); /* crops bottom left corner upwards */
--slant-right:           polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);/* crops image with a slanted bottom right edge  */
--slant-bottom:          polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%); /* crops image with a slanted bottom edge */
--slant-bottom-reverse:  polygon(0% 0%, 100% 0%, 100% 92%, 0% 100%); /* crops image with a slanted bottom edge */
--slant-triangle:        polygon(0% 0%, 80% 0%, 0% 100%, 0% 100%); /* crops image as a triangle  */
--clip-path-crop:        polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); /* crops image from bottom for cards (supports zoom-in on hover effect) */

/* hover backgrounds */
--hover-row-primary:     #e9f0ec; /* faint green tint */
--hover-row-secondary:   #cfe6dd; /* less faint green tint */
--hover-button:          #0b7d56; /* brighter, more saturated green */
--border-hover-green:    #b9cac1; /* pairs with bg #e9f0ec */

/* anchor/links styles */
--anchor-color:          #006e51; /* bright green */
--anchor-color-hover:    #0b7d56; /* brighter green */
--anchor-text-size:      1.05rem;
--focus-outline:         3px solid #4D90FE; /* a more modern blue than standard browser blue */
--underline:             1px underline currentcolor; /* adds underline using color of element */
--underline-hover:       1.5px underline var(--anchor-color-hover); /* slightly bold underline on hover */
--offset-primary:        4px; /* offsets underline by 4px */
--offset-secondary:      8px; /* larger gap between text and underline */

/* simple solids */
--white:                 #ffffff; 
--black:                 #000000;
--transparent:           transparent;

} 

/* end root */

/*page background changes*/
body{
	background-color:#ffffff !important;
}
#main{
	border:none !important;
}

 .card-badge {
     background-color: var(--dark-green);
     padding: 6px 20px !important;
     color: var(--sub-heading-light);
     border: none;
     border-radius: 2px;
     box-shadow: var(--card-shadow);
     font-weight: 400 !important;
     font-size: 1.05rem;
     margin: -23px auto 0 auto !important;
}
 .card-badge-title {
     position: relative;
     text-align: center;
     line-height: 1.4em;
     z-index: 990;
     min-width: 250px;
     width: 250px;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto !important;
     position:relative;
}
/** -- MAX-WIDTH 575px -- */
 @media screen and (max-width: 575px) {
     .card-badge {
         padding: 7px 25px !important;
    }
     .card-badge-title {
         font-size: 1rem;
    }
}

.header-wrapper{
	/*display: inline-block;
  	width: 100%;*/
/*	width: 100%;
  	display: flex;
  	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0px;
	min-height: 150px;*/
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0px;
	align-items: center;
}

  

.header-wrapper h1{
	display:block;
	float:left;
}
.header-wrapper .apply-header{
	display:block;
	float:right;
}

.program-header{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 0px !important;
}
.program-header h1,
.program-header h2,
.program-header h3,
.program-header h4{
	margin-bottom:0px;
}

  .apply-header {
	   display: flex;
	   flex-direction: column;
	   width: fit-content;
	   max-width: fit-content;
	   min-width: fit-content;
  }
   .apply-header span {
	   display: flex;
	   justify-content: center;
	   align-items: center;
	   width: 100%;
	   height: 100%;
	   min-height: 32px;
	   padding: 0px;
  }
   .apply-header span a {
	   color: #505050;
	   text-decoration: none !important;
	   font-size: 1.05rem;
	   font-weight: 500;
	   display: flex;
	   align-items: center;
  }
  
  .apply-header-wrapper a {
	   text-decoration: none;
	   display: flex;
	   height: 100%;
	   width: 160px;
	   padding: 0 5px 0 0;
  }
   .apply-header .card-program-information {
	   padding: 4px 8px;
	   margin: 4px 0;
  }
   .apply-header-wrapper {
	   display: flex;
	   flex-direction: column;
	   width: 100%;
	   align-items: flex-end;
	   margin: 0;
  }
  
  
   @media screen and (max-width: 991px) {
     .header-wrapper {
         width: 100%;
         min-height: 50px;
         display: flex;
         flex-direction: column;
         align-items: flex-start;
         margin: 0;
         padding: 25px 0 30px 0;
    }

     .program-header{
         display: flex;
         flex-direction: column;
         width: 100%;
         max-width: 100%;
    }
     .apply-header {
         width: 100%;
         max-width: 100%;
         min-width: 100%;
         display: flex;
         padding: 0;
         margin: 0 auto;
         justify-content: center;
         align-items: flex-start;
    }
     .apply-header-wrapper {
         flex-direction: row;
         align-items: center;
         padding: 20px 0;
         width: 375px;
         min-width: 375px;
         max-width: 375px;
         margin: 5px 0 0 0;
    }
     .apply-header .card-program-information {
         padding: 5px 8px;
         margin: 0px 15px 0px 0px;
    }
   
  }
  
  @media screen and (max-width: 880px) {
	   .apply-header-wrapper a {
		   width: 200px;
	  }
  }
  @media screen and (max-width: 575px) {
	   .apply-header .card-program-information {
		   margin: 0px 10px 0px 0px;
	  }
	  .apply-header-wrapper {
		   padding: 15px 0px 20px 0px !important;
		   width: 100%;
		   min-width: 100%;
		   max-width: 100%;
		   justify-content: space-between;
	  }
	   .apply-header-wrapper a {
		   width: calc(100% / 2) !important;
		   justify-content: flex-start;
	  }
	   .apply-header-wrapper a:last-child {
		   justify-content: flex-end;
	  }
	   .apply-header span {
		   min-height: 35px;
	  }
	  .apply-header-wrapper .card-program-information:last-child {
		   margin: 0;
	  }
  }
  
  @media screen and (max-width: 480px) {
   .apply-header-wrapper {
		   padding: 15px 0px 20px 0px !important;
	  }
	   .apply-header span {
		   min-height: 28px !important;
	  }
  }
  
  .card-program-information#apply-btn a {
     transition: all 200ms linear;
     transition-timing-function: ease-in-out;
}
 .card-program-information#apply-btn::after, .card-program-information#lead-gen-cta::after {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     content: "";
     padding: 8px;
     background-repeat: no-repeat;
     transition: all 200ms linear;
     transition-timing-function: ease-in-out;
}
 .card-program-information#apply-btn::after, .card-program-information#lead-gen-cta::after {
     background-size: 14px;
     width: 14px;
     height: 14px;
}
 .card-program-information#apply-btn::after {
     background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-apply-now-white.png');
}
 .card-program-information#lead-gen-cta::after {
     background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-down-dark.png');
}

.card-program-information#apply-btn, .card-program-information#lead-gen-cta {
     height: 100%;
     border-radius: 8px !important;
     align-items: center;
     justify-content: space-between;
     display: flex;
     box-shadow: 0 1px 2px 0px rgba(24,21,21,0.3) !important;
     transition: all 200ms linear;
     transition-timing-function: ease-in-out;
     padding: 7px 12px 7px 14px;
     min-width: 100%;
}
 .card-program-information#apply-btn {
     background-color: #006341;
     border: 1px solid #2d5447;
}
 .card-program-information#lead-gen-cta {
     background-color: #f4f4f4;
     border: 1px solid #c2c2c2;
}
 .card-program-information#apply-btn span, .card-program-information#apply-btn span img, .card-program-information#lead-gen-cta span, .card-program-information#lead-gen-cta span img {
     transition: all 200ms linear;
     transition-timing-function: ease-in-out;
}
 .card-program-information#apply-btn span img, .card-program-information#lead-gen-cta span img {
     background-color: transparent;
     margin-right: 0px;
     margin-left: 0px;
     padding: 4px;
     border-radius: 0 !important;
}
 .card-program-information#apply-btn span, .card-program-information#lead-gen-cta span {
     font-size: 1.09rem;
     width: 100%;
     justify-content: space-between;
     padding: 0px 0px;
     margin: 0 auto;
     font-weight: 500;
     transition: 250ms linear;
}
 .card-program-information#apply-btn span {
     color: white;
}
 .card-program-information#lead-gen-cta span {
     color: #3b3b3b !important;
}
 .card-program-information#apply-btn:hover, .card-program-information#apply-btn:focus {
    /* background-position: left;
     */
    /* filter: brightness(125%);
     */
     background-color: #0b7d56;
     border: 1px solid #006341;
     cursor: pointer;
}
 .card-program-information#lead-gen-cta:hover, .card-program-information#lead-gen-cta:focus {
    /* background-position: left;
     */
     filter: brightness(105%);
     cursor: pointer;
}
 .card-program-information#apply-btn:hover span, .card-program-information#lead-gen-cta:hover span {
     cursor: pointer;
}
 .card-program-information#apply-btn:focus {
}
 #apply-btn .dropdown-toggle:focus .card-program-information#apply-btn, #apply-btn .dropdown-toggle:focus > .card-program-information#apply-btn {
     background-color: #006341 !important;
     border-bottom-left-radius: 0px !important;
     border-bottom-right-radius: 0px !important;
     border-radius: 50px !important;
}

@media screen and (max-width: 1024px) {
    .card-program-information#apply-btn span, .card-program-information#lead-gen-cta span {
         font-size: 1.05rem;
    }
}

 @media screen and (max-width: 991px) {
	.card-program-information#apply-btn, .card-program-information#lead-gen-cta {
         padding: 6px 14px !important;
         min-width: calc(100% - 8px) !important;
         width: calc(100% - 8px) !important;
    }
    .card-program-information#apply-btn span, .card-program-information#lead-gen-cta span {
         font-size: 1.09rem;
    }
}

 @media screen and (max-width: 767px) {
     .card-program-information#apply-btn span, .card-program-information#lead-gen-cta span {
         font-size: 1.05rem;
    }
}

@media screen and (max-width: 575px) {
	.card-program-information#apply-btn, .card-program-information#lead-gen-cta {
         min-width: calc(100% - 3px) !important;
         width: calc(100% - 3px) !important;
    }
}
@media screen and (max-width: 480px) {
     .card-program-information#apply-btn span, .card-program-information#lead-gen-cta span {
         font-size: 1rem;
    }
}



/** card styles **/
 .recruitment-wrapper {
     display: flex;
     width: 100%;
     flex-direction: row;
     justify-content: space-between;
     padding-top: 60px;
     position: relative;
     z-index: 0;
}
 .apply-wrapper {
     display: flex;
     flex-direction: row;
     justify-content: space-evenly;
     flex-wrap: wrap;
     padding: 30px 15px 20px 15px;
     min-height: 120px;
}
 div#apply-now {
     display: flex;
     flex-direction: column;
     width: 360px;
     min-width: 360px;
     padding: 0;
     z-index: 1;
     position: relative;
}
 div#get-more-info {
     display: flex;
     width: 100%;
     min-width: 500px;
     z-index: 1;
     position: relative;
     padding: 0 0 0 30px;
}
 #apply-now .card-program-information, #get-more-info .card-program-information {
     border: 1px solid #c2c2c2;
}
 #apply-now .card-program-information{
     height: auto !important;
}
/* #get-more-info .card-program-information {
     padding: 0px 10px;
}
 */
 .btn-apply-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     text-decoration: none !important;
     flex-grow: 1;
     font-size: 1.1rem;
    /* font-weight: 500;
     */
    /* color: var(--main-text-color);
     */
     will-change: font-weight;
     transition: 250ms linear;
     line-height: 1.3;
     min-height: 60px;
     background-color: #efefef;
     border: 1px solid #c2c2c2;
    /* box-shadow: inset -1px 1px 4px 2px rgba(27, 48, 41,0.1);
     */
     border-radius: 8px;
     width: 100%;
     padding: 15px 20px;
     margin: 5px;
     transition: 200ms linear;
     will-change: background-color, font-weight, color;
}
 .btn-apply-wrapper:hover {
     background-color: var(--primary-green);
     border: 1px solid var(--primary-green);
    /* font-weight: 600;
     */
     color: var(--white);
}
 a.btn-apply-wrapper::after {
     background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-right-dark.png');
     background-size: 13px;
     width: 13px;
     height: 13px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     content: "";
     padding: 0 0 0 8px;
     background-repeat: no-repeat;
     transition: 200ms linear;
     will-change: background-image;
}
 a.btn-apply-wrapper:hover::after {
     background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-right-white.png');
}
 .btn-apply-wrapper a:focus .btn-apply-wrapper {
     outline: var(--focus-outline) !important;
}
 .btn-apply-wrapper:focus:not(:focus-visible), .btn-apply-wrapper a:focus:not(:focus-visible) .btn-apply-wrapper {
     outline: none !important;
}
 span.btn-apply-text {
     font-weight: 500;
     color: var(--main-text-color);
     transition: 200ms linear;
     will-change: color, font-weight;
}
 .btn-apply-wrapper:hover span.btn-apply-text {
     color: var(--white);
    /* font-weight: 600;
     */
}
 span.btn-apply-title {
     font-size: 1.1rem;
     font-weight: 400;
     padding: 3px 0px;
     color: var(--secondary-green);
     transition: all .2s ease-in-out;
}
 .btn-apply-wrapper .col.content {
     display: flex;
     flex-direction: column;
     width: 90%;
     min-width: 90%;
     max-width: 90%;
     padding: 0px 5px;
}
 .btn-apply-wrapper .col.arrow {
     display:flex;
     align-items: center;
     justify-content: flex-end;
     width: 10%;
     min-width: 10%;
     max-width: 10%;
}
/* -- RESPONSIVE MEDIA QUERIES -- */
/* -- MAX 1200px -- */
 @media screen and (max-width: 1200px) {
     span.btn-apply-text {
         font-size: 1.05rem;
    }
     .btn-apply-wrapper span img {
         height: 15px;
         width: 15px;
         margin-bottom: -3px;
    }
}
/* -- MAX 1152px -- */
 @media screen and (max-width: 1152px) {
     div#apply-now {
         width: 310px;
         min-width: 310px;
    }
     div#get-more-info {
         width: 100%;
         min-width: 650px;

    }
}
/* -- MAX 1024px -- */
 @media screen and (max-width: 1024px) {
     span.btn-apply-text {
         font-size: 1rem;
    }
     .btn-apply-wrapper span img {
         height: 14px;
         width: 14px;
         margin-bottom: -2px;
    }
}
/* -- MAX 991px -- */
 @media screen and (max-width: 991px) {
     span.btn-apply-text {
         font-size: 1.05rem;
    }
     .btn-apply-wrapper span img {
         height: 16px;
         width: 16px;
         margin-bottom: -4px;
    }
     .recruitment-wrapper {
         display: flex;
         width: 100%;
         flex-direction: column;
    }
     div#apply-now {
         width: 100%;
         max-width: 100%;
         padding-bottom: 75px;
    }
     div#get-more-info {
         width: 100%;
         max-width: 100%;
         padding: 0;
    }
     .apply-wrapper {
         flex-direction: row;
         padding: 20px 15px;
         min-height: 110px;
    }
     .btn-apply-wrapper {
         width: 30%;
         margin: 6px 6px;
    }
}
/* -- MAX 880px -- */
 @media screen and (max-width: 880px) {
     .btn-apply-wrapper {
         padding: 15px;
    }
}
/* -- MAX 767px -- */
 @media screen and (max-width: 767px) {
     span.btn-apply-text {
         font-size: 1rem;
    }
     .btn-apply-wrapper span img {
         height: 14px;
         width: 14px;
         margin-bottom: -2px;
    }
}
/* -- MAX 575px -- */
 @media screen and (max-width: 575px) {
     .apply-wrapper {
         flex-direction: column;
         align-items: center;
         flex-wrap: nowrap;
    }
     .btn-apply-wrapper, .btn-apply-wrapper:hover {
         width: 100%;
         background-color: #efefef;
         border: 1px solid #bbbbbb;
    }
     .btn-apply-wrapper:hover span.btn-apply-text {
         color: var(--main-text-color);
    }
     a.btn-apply-wrapper:hover::after {
         background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-right-dark.png');
    }
     .program-summary-wrapper {
         padding: 40px 0px 60px 0px;
    }
}

/* -- PROGRAM CARD -- */
 .card-program-information .col {
     margin-bottom: 2px !important;
}
 .card-program-information-divider {
     border-top: 1px solid var(--hr-heading-color) !important;
     background: #eaeaea !important;
     margin: 5px 0 25px 0 !important;
}
/** card badge styles **/
/** card styles **/
 .card-program-information {
     background-color: var(--card-bg-color);
     box-shadow: var(--card-shadow);
     transition: var(--quick-linear);
     border-radius: var(--card-radius);
     width: 100%;
     height: 100%;
     align-content: center;
     align-items: flex-end;
     justify-content: center;
}
 .card-program-information:hover {
     background-color: var(--card-bg-color-hover);
     box-shadow: var(--card-shadow-hover);
}
/** heading styles **/
 .card-program-information-heading {
     font-size: var(--sub-heading-sm);
     font-weight: var(--main-text-weight-strong) !important;
     text-align: center !important;
     margin: 0 0 -5px 0 !important;
     padding-top: 10px !important;
}
 .card-program-information-sub-heading {
     color: var(--sub-text-color);
     font-weight: var(--main-text-weight);
     font-size: var(--main-text-size-xs) !important;
     font-style: italic !important;
     text-align: center !important;
     margin: 0 0 10px 0 !important;
}
/** card info styles **/
 .card-program-information-info {
     font-size: var(--main-text-size-sm);
     margin: 0 0 5px 0 !important;
}
/** mobile card styles **/
 .card-program-information-mobile {
     background-color: var(--card-bg-color);
     transition: var(--smooth-ease);
     box-shadow: var(--card-shadow);
     position: relative !important;
     width: 620px !important;
     border-radius: var(--card-radius);
     margin: 0 auto !important;
     padding: 21px !important;
}
 .card-program-information-mobile:hover {
     background-color: var(--card-bg-color-hover);
     box-shadow: var(--card-shadow-hover);
}
/** wide card styles **/
 .card-program-information-wide {
     background-color: var(--card-bg-color);
     transition: var(--smooth-ease);
     box-shadow: var(--card-shadow);
     border-radius: var(--card-radius);
     min-height: 305px !important;
     padding: 20px 21px !important;
}
 .card-program-information-wide:hover {
     background-color: var(--card-bg-color-hover);
     box-shadow: var(--card-shadow-hover);
}
 #get-more-info .card-program-information .ac-marketo-form-container {
     background-color: inherit !important;
     border-radius: var(--card-radius);
     padding: 0 10px;
}
/* fixes for card lead form to change the plugin styles for this page*/
 .ac-marketo-form-success-message {
     padding: 20px;
     text-align: center;
     width: 100%;
     margin: 0 auto;
     font-size: 1rem;
     color: #4b4b4b;
}
 #get-more-info .card-program-information .ac-marketo-form-title {
     display: none !important;
}
 #get-more-info .card-program-information .ac-marketo-form {
     margin-top: 30px;
     display: flex;
     flex-wrap: wrap;
}
 #get-more-info .card-program-information .ac-marketo-form-container {
     background-color: inherit !important;
     border-radius: var(--card-radius);
     padding: 0 10px;
}
 #get-more-info .ac-marketo-form label {
     color: #404040;
     font-weight: 500;
     margin: 0 0 2px 2px !important;
     font-size: .95rem;
}
 #get-more-info.ac-marketo-form select {
     height: 32px;
     border-radius: 2px;
     background-position: calc(100% - 10px) calc(1.5em - 2px), calc(100% - 5px) calc(1.5em - 2px), calc(100% - 2.5em) 0.5em;
}
 #get-more-info .ac-marketo-form input, #get-more-info .ac-marketo-form select {
     height: 32px;
     font-size: .95rem;
     color: #3b3b3b;
     background-color: #fbfbfb;
     border: 1px solid #cccccc;
     border-radius: 5px;
     transition: .3s;
}
 #get-more-info .ac-marketo-form textarea {
     min-height: 35px !important;
     height: 35px;
     font-size: .95rem;
     color: #3b3b3b;
     background-color: #fbfbfb;
     border: 1px solid #cccccc;
     border-radius: 5px;
     display: flex;
     align-items: center;
     resize: vertical;
}
 #get-more-info .ac-marketo-form input[type="checkbox"] + label {
     font-size: .95rem !important;
     line-height: 1.2em;
}
 #get-more-info .ac-marketo-form-field-container {
     margin-bottom: 10px;
     width: calc(100% / 2);
     padding-left: 10px;
     padding-right: 10px;
}
 #get-more-info .ac-marketo-form-final-container .ac-marketo-form-field-container.submit-button {
     width: fit-content !important;
     display: flex;
     justify-content: flex-start;
     align-items: center;
}
 #get-more-info .ac-marketo-form-final-container .ac-marketo-form-field-container.privacy {
     width: 100% !important;
     text-align: justify;
}
 .ac-marketo-form-field-container.privacy a {
     font-weight: 500 !important;
     text-decoration: 1px underline currentColor !important;
     text-underline-offset: 4px;
     color: var(--anchor-color) !important;
}
 .ac-marketo-form-field-container.privacy a:hover {
     text-decoration: 1.5px underline currentColor !important;
     color: var(--anchor-color-hover) !important;
}
 .ac-marketo-form-field-container.privacy a:focus {
     text-decoration: underline !important;
     outline: var(--focus-outline) !important;
}
 .ac-marketo-form-field-container.privacy a:focus:not(:focus-visible) {
     outline: none !important;
}
 #get-more-info .ac-marketo-form-field-container.questionCapture {
     width: 100% !important;
}
 #get-more-info .ac-marketo-form .ac-marketo-form-field-container.htmltext {
     width: 50% !important;
     display: flex !important;
     justify-content: flex-end !important;
     margin-bottom: 8px !important;
     font-size: 0.9rem !important;
     color: #404040 !important;
     font-weight: 600 !important;
     position: absolute !important;
     right: 14px !important;
     top: 8px !important;
     margin-top: 20px;
}
 #get-more-info .ac-marketo-form-field-container:nth-last-child(3) span:first-child {
     font-size: 22px !important;
     padding-right: 3px !important;
     margin-bottom: -3px !important;
}
 #get-more-info .ac-marketo-form-field-container:nth-last-child(4) {
     width: 100%;
    /* width: 50%;
     */
     display: flex;
     align-items: center;
     justify-content: flex-start;
     margin-bottom: 0px !important;
}
 #get-more-info .ac-marketo-form-field-container:nth-last-child(5) {
     width: 50%;
     display: flex;
     justify-content: flex-start;
     margin-bottom: 8px !important;
}
 #get-more-info .ac-marketo-form-final-container {
     width: 100% !important;
     display: flex !important;
    /* flex-direction: row-reverse !important;
     */
     flex-direction: row;
     justify-content: flex-start !important;
     align-items: center !important;
     padding-bottom: 20px;
     padding-top: 20px;
}
 #get-more-info .ac-marketo-form-final-container .ac-marketo-form-field-container {
     width: 60% !important;
}
 #get-more-info .ac-marketo-form-field-container.privacy {
     width: 100% !important;
     font-size: 0.95rem !important;
     font-weight: 300;
     line-height: 1.35em !important;
     padding: 0 15px !important;
}
 #get-more-info .ac-marketo-form input[type="checkbox"] + label::before {
     background-color: #eaeaea !important;
     border: 1px solid #6b6b6b !important;
     border-radius: 25px !important;
     height: 16px;
     width: 16px;
}
 .ac-marketo-form .ac-marketo-form-field-container.htmltext span strong {
     color: #911810 !important;
}
 .ac-marketo-form label.required::after {
     content: '*';
     font-size: 1.3rem;
     color: #911810 !important;
     margin-left: 4px;
     margin-top: 4px;
}
 .ac-marketo-form .Opt_In_Consent__c label.required::after {
     font-size: 1.4rem;
     margin-left: 5px;
}
 #get-more-info .ac-marketo-form input[type="checkbox"] + label:hover::before {
     background-color: #f0f0f0 !important;
     border: 1px solid #1b1b1b !important;
     box-shadow: 0px 0px 0px 2px rgba(11,125,86,0.55);
}
 .ac-marketo-form input[type="checkbox"]:checked + label::before {
     content: '';
     background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-form-checkbox-circle-darker-green.png');
     background-size: 13px;
     align-items: center;
     justify-content: center;
     background-repeat: no-repeat;
     display: block;
     position: absolute;
     width: 15px !important;
     height: 15px !important;
     border-radius: 0px !important;
     background-color: #eaeaea !important;
     border: 1px solid #6b6b6b !important;
     outline: none !important;
     top: 0px !important;
     left: 0px !important;
}
 #get-more-info .ac-marketo-form button[type="submit"] {
     background-color: var(--primary-green) !important;
     border-radius: 6px;
     font-size: .95rem !important;
     font-weight: 600;
     letter-spacing: .01rem;
     padding: 13px 12px 13px 15px !important;
     display: flex;
    /* border: 1px solid #1b3029;
     */
     justify-content: space-between;
     align-items: center;
     min-width: 175px;
     width: 175px;
     transition: .2s;
     transition-timing-function: ease-in-out;
}
 #get-more-info .ac-marketo-form button[type="submit"]:hover {
     background-color: var(--primary-green) !important;
     cursor: pointer;
}
 #get-more-info .ac-marketo-form button[type="submit"]:focus {
     outline: var(--focus-outline) !important;
}
 #get-more-info .ac-marketo-form button[type="submit"]:focus:not(:focus-visible) {
     outline: none !important;
}
 #get-more-info .ac-marketo-form button[type="submit"]::after {
     background-size: 12px;
     width: 12px;
     height: 12px;
     background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-chevron-right-white.png');
     display: inline-flex;
     align-items: center;
     justify-content: center;
     content: "";
     padding: 0px 0px 0px 0px;
     background-repeat: no-repeat;
}
 #get-more-info .ac-marketo-form button[type="submit"]::before {
     display: none !important;
     margin: 0 !important;
     border: none !important;
}
 #get-more-info .ac-marketo-form select {
     padding-left: 10px !important;
     width: calc(100% - 12px) !important;
     height: 33px !important;
     font-size: .9rem !important;
     font-weight: 400;
     color: #404040 !important;
     background-color: #fbfbfb !important;
     border: 1px solid #cccccc !important;
     border-radius: 5px !important;
     background-image: url('/wp-content/themes/algonquincollege2018/images/icns/icn-form-select-arrow.png');
     background-position: right;
     background-position-x: 97%;
     background-size: 12px;
     background-repeat: no-repeat;
     display: inline-flex;
     align-items: center;
     justify-content: center;
}
 #get-more-info .ac-marketo-form select:hover, #get-more-info .ac-marketo-form input:hover, #get-more-info .ac-marketo-form textarea:hover {
     background-color: #fefefe !important;
    /* border: 1px solid #999999 !important;
     */
     border: 1px solid rgba(11,125,86,0.43) !important;
     box-shadow: 0px 0px 0px 1px rgba(11,125,86,0.73);
}
 #get-more-info .ac-marketo-form input:focus, #get-more-info .ac-marketo-form select:focus, #get-more-info .ac-marketo-form textarea:focus {
     background-color: var(--white) !important;
     box-shadow: 1px 1px 2px rgb(77, 144, 254, 100%) inset, -1px -1px 2px rgb(77, 144, 254, 100%) inset;
     outline: 1px solid transparent;
}
 #get-more-info .ac-marketo-form input[type="checkbox"]:focus + label::before {
     outline: var(--focus-outline) !important;
}
 #get-more-info .ac-marketo-form select:focus:not(:focus-visible), #get-more-info .ac-marketo-form input:focus:not(:focus-visible), #get-more-info .ac-marketo-form textarea:focus:not(:focus-visible), #get-more-info .ac-marketo-form input[type="checkbox"]:focus:not(:focus-visible) + label::before {
     outline: none !important;
}
 #get-more-info .ac-marketo-form input[type="checkbox"] + label {
     height: 18px !important;
     display: flex;
     align-items: center;
     margin: 15px 0 0 0 !important;
}
/* -- RESPONSIVE MEDIA QUERIES -- */
/* -- MAX 1400px -- */
 @media screen and (max-width: 1400px) {
     #get-more-info .ac-marketo-form-field-container.privacy {
         font-size: .9rem !important;
    }
}
/* -- MAX 1100px -- */
 @media screen and (max-width: 1100px) {
     #get-more-info .ac-marketo-form-field-container {
         width: calc(100% / 2);
    }
     #get-more-info .ac-marketo-form select {
         font-size: .8rem;
    }
}
/* -- MIN 1024px -- */
 @media (max-width: 1024px) {
     #get-more-info .ac-marketo-form-field-container.privacy {
         font-size: .85rem;
    }
}
/* -- MIN 992px -- */
 @media (min-width: 992px) {
    /* Virtual Tour lead form css fixes */
     #aclf-virtual-tour-wrapper .ac-marketo-form {
         display: block !important;
         flex-flow: none !important;
    }
     #aclf-virtual-tour-wrapper .ac-marketo-form .ac-marketo-form-field-container {
         width: auto !important;
    }
     #aclf-virtual-tour-wrapper .ac-marketo-form-final-container {
         display: block !important;
    }
}
/* -- MAX 991px -- */
 @media screen and (max-width: 991px) {
     #get-more-info .ac-marketo-form-field-container {
         width: calc(100% / 2);
    }
}
/* -- MAX 880px -- */
 @media screen and (max-width: 880px) {
     #get-more-info .ac-marketo-form-field-container:nth-child(3) {
         width: 100% !important;
    }
     #get-more-info .ac-marketo-form select {
         background-position-x: 98%;
    }
     #get-more-info .ac-marketo-form-field-container {
         margin-bottom: 13px;
         width: calc(100% / 2);
    }
     #get-more-info .ac-marketo-form .ac-marketo-form-field-container.htmltext {
         width: 100% !important;
         font-size: 0.9rem !important;
         top: 15px !important;
         right: 15px !important;
    }
     div#get-more-info {
         min-width: 100%;
    }
}
/* -- MAX 575px -- */
 @media screen and (max-width: 575px) {
     #get-more-info .ac-marketo-form button[type="submit"]:hover {
         filter: brightness(100%) !important;
    }
     #get-more-info .ac-marketo-form-final-container {
         flex-direction: column !important;
    }
     #get-more-info .ac-marketo-form-final-container .ac-marketo-form-field-container.submit-button {
         width: 100% !important;
    }
     #get-more-info .ac-marketo-form-final-container .ac-marketo-form-field-container.privacy {
         width: 100% !important;
         margin-top: 15px;
    }
     #get-more-info .ac-marketo-form-field-container {
         margin-bottom: 13px;
         width: 100% 
    }
     #get-more-info .card-program-information .ac-marketo-form-container {
         padding: 0 5px !important;
    }
     #get-more-info .ac-marketo-form-field-container:nth-last-child(4) {
         width: 100%;
         margin-bottom: 5px !important;
    }
     #get-more-info .ac-marketo-form label, #get-more-info .ac-marketo-form label:first-child {
         margin-top: 5px !important;
    }
     #get-more-info .ac-marketo-form-field-container:nth-last-child(3) {
         width: 100%;
         margin: 0 !important;
         justify-content: flex-end !important;
         position: absolute;
         right: 20px;
         font-size: .85rem !important;
    }
     #get-more-info .ac-marketo-form input[type="checkbox"] + label {
         font-size: .9em !important;
         height: 22px !important;
    }
     .ac-marketo-form input[type="checkbox"] + label::before {
         margin-top: 2px;
    }
     #get-more-info .ac-marketo-form .ac-marketo-form-field-container.htmltext {
         top: 35px !important;
         right: 10px !important;
    }
     #get-more-info .ac-marketo-form button[type="submit"] {
         min-width: 100%;
         width: 100%;
         min-height: 50px;
    }
     #get-more-info .ac-marketo-form select:hover, #get-more-info .ac-marketo-form input:hover, #get-more-info .ac-marketo-form textarea:hover {
         background-color: #fbfbfb !important;
         border: 1px solid #cccccc !important;
         box-shadow: none;
    }
}
/* -- MAX 480px -- */
 @media screen and (max-width: 480px) {
     #get-more-info .ac-marketo-form select {
         padding: 0 3.5px 0 7px;
    }
     #get-more-info .ac-marketo-form input[type="checkbox"] + label {
         font-size: .85em !important;
    }
     #get-more-info .ac-marketo-form-final-container .ac-marketo-form-field-container {
         width: 100% !important;
    }
     #get-more-info .ac-marketo-form-field-container:nth-last-child(3) {
         font-size: .85rem !important;
    }
     #get-more-info .ac-marketo-form label:first-child {
         margin-top: 5px !important;
    }
}

.program-sub-content-wrapper{
	margin-top:30px;
}
.program-sub-content-wrapper > h1, 
.program-sub-content-wrapper > h2, 
.program-sub-content-wrapper > h3, 
.program-sub-content-wrapper > h4{
	margin-top:0px;
}
@media screen and (max-width: 991px) {
	.program-sub-content-wrapper{
		margin-top:0px;
	}
}