@charset "UTF-8";
/*Originally from Why MRU page (first style tag) CHANGES: Switched a lot of ids to classes instead so these can be reused if several of the same blocks are used on a page.*/
 .summit-navbar {
	 background-color: #000000;
	 border-color: #000000;
	 border-radius: 0;
	 padding-top: 3px;
	 margin-bottom: 0;
}
 .summit-menu-align {
	 width:80%;
	 margin:0 auto;
	 padding-bottom:3px
}
 .summit-right {
	 float:right;
}
/* Custom container */
 .container-full {
	 margin: 0 auto;
	 width: 100%;
}
 .summit-menu-link {
	 cursor:pointer;
}
/* Simple Parallax */
 section.module:last-child {
	 margin-bottom: 0;
}
 section.module h2 {
	 margin-bottom: 40px;
	 font-family: "Roboto Slab", serif;
	 font-size: 30px;
}
 section.module p {
	 font-family: "Open Sans";
	 margin-bottom: 25px;
	 font-size: 12px;
	 padding: 0 10px 0 10px;
}
 section.module p:last-child {
	 margin-bottom: 0;
}
 section.module.content {
	 padding: 40px 0;
}
 section.module.parallax, .full-bg-image-2-box-layered-format-imgDiv{
	 height: 600px;
	 background-position: 50% 50%;
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 text-align: center;
}

section.module.parallax .btn-default {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: rgba(40,40,40,0.4);
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 14px;

}

section.module.parallax .btn-default:hover {
        background-color: #ffffff;
        color: #333333;
}

 section.module.parallax h1 {
	 font-family: "Montserrat";
	 color: #000000;
	 font-size: 38px;
	/* line-height: 600px;
	*/
	 margin-top: 190px;
	 font-weight: 700;
	 text-align: center;
}
 section.module[class*='parallax-'] h2 {
	 font-family: "Montserrat";
	 font-size: 38px;
	 text-align: center;
	 margin-top: 180px;
}
 section.module p.intro {
	 font-size: 16px;
	 padding: 0 28px;
}
 @media all and (min-width: 1024px) {
	 section.module h2 {
		 font-size: 42px;
	}
	 section.module p {
		 font-size: 16px;
	}
	 section.module.parallax h1 {
		 font-size: 96px;
	}
	 section.module[class*='parallax-'] h2 {
		 font-size: 70px;
	}
	 section.module p.intro {
		 font-size: 24px;
	}
}
/* Other */

 ul.dropdown-menu li {
	 margin-bottom: 0 !important;
}
 .fa-3 {
	 color: #000;
	 font-size: 50px;
	/* position: absolute;
	 */
	/* right: 50%;
	 */
	/* top: 650px;
	 */
}
 .fa-moto {
	 color: #ffffff;
	 font-size: 40px;
	 position: absolute;
	 right: 45%;
	 top: 45%;
}
 .author {
	 font-size: 12px !important;
	 text-align: right;
	 font-weight: bold;
	 padding: 0 28px !important;
}
 .summit-sidebar {
	 background-color: rgb(87, 87, 87);
}
 .summit-sidebar h2 {
	 font-family: "Montserrat" !important;
	 font-size: 50px !important;
	 font-weight: bold !important;
}
 .summit-sidebar h2, .summit-sidebar h3 {
	 color: rgb(245, 136, 132);
}
 .summit-sidebar p {
	 color: #ffffff;
}
/* .row {
	 margin-bottom: 25px;
	 margin-left: 0 !important;
	 margin-right: 0 !important;
} */

.margin-adjust{
    margin-left: -15px !important;
	margin-right: -15px !important;
}
 .mini-gallery {
	 margin-bottom: 8px;
}
 img.desaturate {
	 filter: grayscale(100%);
	 -webkit-filter: grayscale(100%);
	 filter: grayscale(100%);
}
 .contrast {
	 -webkit-filter: contrast(1.5);
	 filter: contrast(1.5);
}
 .summit-social-links a {
	 margin-left: 0 !important;
	 color: #000000;
}
 h2.summit-social-links-sidebar {
	 margin-top: 0;
	 font-size:24px !important;
}
 h2.summit-social-links-sidebar a {
	 margin-left: 0 !important;
	 color: #ffffff;
	 font-size: 24px;
}
 .summit-sidebar h5 {
	 color: #ffffff;
}
/* ios media query */
 @media screen and (max-width: 1024px) {
	 section.module.parallax, .full-bg-image-2-box-layered-format-imgDiv{
		 height: 400px;
		 background-position: 50% 50%;
		 background-repeat: no-repeat;
		 background-attachment: scroll;
		 background-size: cover;
	}
	 section.module.parallax h1 {
		/*line-height: 400px;
		*/
		 margin-top: 235px;
	}
	 section.module[class*='parallax-'] h2 {
		 margin-top: 100px;
	}
	 .fa-3 {
		/* top: 525px;
		 */
	}
}
/* End ios media query */
 .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	/* padding-left: 0 !important;
	 */
	/* padding-right: 0 !important;
	 */
}
/********* Orgionally from second style tag on Why MRU page ************/
 section ul li {
	 margin-bottom: 5px;
	 font-size: 15px;
	 font-family: 'Open Sans', sans-serif;
}
 .page-wrapper .page-content section.module h2 {
	 font-family: 'Open Sans', sans-serif;
	 font-size: 60px;
	 font-weight: 700;
}
 section.module.parallax h2 {
	 margin-top: 145px;
}
 section.module.parallax-3 h2 {
	 margin-top: 0px;
}
 .page-wrapper .page-content section.module h3 {
	 font-size: 28px;
	 font-weight: 300;
	 margin: 0 0 20px 10px;
}
 .page-wrapper .page-content .page-row {
	 margin-top: 0px;
}
 .row-spacing {
	 margin-top: 75px;
}
 section.module.parallax, .full-bg-image-2-box-layered-format-imgDiv{
	 height: 700px;
	 background-position: 50% 50%;
	 background-repeat: no-repeat;
	 background-attachment: scroll;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
}
 .page-wrapper .page-content section.module h1, .page-wrapper .page-content section.module h2 {
	 color: #FFFFFF;
}
 section.module.parallax.parallax-2, section.module.parallax.parallax-4, section.module.parallax.parallax-5 {
	 height: 1000px;
}
 section.module[class*='parallax-'] h2, section.module[class*='parallax-'] p {
	 text-align: left;
	 padding-left: 10px;
}
 section.module[class*='parallax-'] p, .whymru-student-experience p, .whymru-rec-title p {
	 color: #FFFFFF;
}
 .no-padding {
	 padding-left: 0px;
	 padding-right: 0px;
}
 #whymru-main-heading {
	 position: absolute;
	 top: 15%;
	 left: 10%;
}
 .whymru-student-experience {
	 background-color: #003352;
	 padding: 60px;
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 max-width: 40%;
}
 .whymru-student-experience a {
	 color: #00b1ff;
}
 .whymru-student-exp-image {
	 margin-bottom: 50px;
}
 .whymru-class-size {
	 background-color: #f8f8f8;
	 padding: 40px;
}
 .whymru-here-to-anywhere {
	 background-color: #f8f8f8;
	 padding: 40px 60px 60px 60px;
	 position: absolute;
	 top: 50px;
	 right: 0;
	 max-width: 45%;
}
 .whymru-here-to-anywhere p, .whymru-residence-guarantee p {
	 color: #80868a;
}
 .whymru-adventure-seekers {
	 background-color: #f8f8f8;
	 padding: 40px 60px 60px 60px;
	 position: absolute;
	 bottom: 0px;
	 left: 5%;
	 max-width: 45%;
	 margin-bottom: -0px;
	 margin-left: -100px;
}
 .whymru-rec-section {
	 padding: 50px 0;
	 margin-bottom: 175px;
}

.whymru-rec-section p.accent2 i { 
    color:#e01664; 
    padding-right:10px;
}

 .whymru-rec-title {
	 position: absolute;
	 bottom: 5%;
	 right: 5%;
	 padding: 50px;
	 z-index: 15;
}
 .whymru-rec-did-you-know {
	 background-color: #f8f8f8;
	 padding: 40px;
	 position: absolute;
	 bottom: 0;
	 left: 10%;
	 margin-bottom: -12%;
	 z-index: 20;
}
 .whymru-rec-did-you-know-xs {
	 background-color: #f8f8f8;
	 padding: 20px;
	 margin-top: -30px;
}
 .whymru-rec-sub-row {
	 padding: 0 25px;
}
 .whymru-residence-guarantee {
	 background-color: #ffffff;
	 border: 10px solid #E6E6E6;
	 padding: 40px;
	 position: absolute;
	 top: 0;
	 right: 0%;
	 width: 40%;
	 z-index: 20;
	 margin-top: -170px;
}
 .whymru-res-guarantee-icon {
	 width: 60px;
	 margin-bottom: 7px;
	 position: absolute;
	 margin-left: -80px;
	 margin-top: 5px;
}
 .page-wrapper .page-content section.module p.accent, .page-wrapper .page-content section.module p.accent2 {
	 color: #e01664;
	 font-weight: 300;
	 font-family: 'Open Sans', sans-serif;
	 padding: 0;
}
 .page-wrapper .page-content section.module p.accent {
	 font-size: 19px;
	 margin-bottom: 10px;
}
 .page-wrapper .page-content section.module p.accent2 {
	 font-size: 26px;
	 margin-bottom: 7px;
	 margin-top: 2px;
}
 .section3-title {
	 background-color: #003352;
	 padding: 50px;
	 position: absolute;
	 bottom: 0;
	 margin-bottom: -100px;
	 z-index: 5
}
 .section3-callout {
	 background-color: #f8f8f8;
	 padding: 50px;
	 z-index: 10;
	 position: absolute;
	 bottom: 0;
	 right: 48%;
	 margin-bottom: -200px;
}
 .section4 {
	 margin-top: 250px;
	 position: relative;
	 margin-bottom: 0px;
}
 .section4-heading {
	 width: 60%;
	 position: absolute;
	 bottom: 10%;
	 left: 6%;
}
 .library-side-image {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 margin-bottom: -100px;
}
 .whymru-where-we-are {
	 background-color: #00b1ff;
	 border: 10px solid #003352;
	 padding: 40px;
	 position: absolute;
	 left: 5%;
	 bottom: 0;
	 margin-bottom: -100px;
	 width: 30%;
	 z-index: 12;
}
 .whymru-where-we-are p {
	 font-size: 14px;
}
 .whymru-where-we-are #whymru-wwa-icon {
	 width: 100px;
	 margin-top: -96px;
}
 section.module.parallax.parallax-6, .full-bg-image-2-box-layered-format-imgDiv {
	 margin-bottom: 50px;
}
 .whymru-where-we-are p, .whymru-where-we-are h3, #whymru-transit-div h2, #whymru-transit-div p {
	 color: #ffffff;
}

.whymru-where-we-are a {color:#003352;}

 .whymru-upass-section {
	 padding: 40px 0;
}
 .whymru-upass-icon {
	 width: 35px;
	 margin: 3px 20px 5px 0;
	 padding-left: 10px;
	 float: left;
}
 .whymru-upass-text {
	 color: #80868a;
}
 #whymru-mini-city {
	 margin-top: 50px;
	 margin-bottom: 50px;
}
 #whymru-mini-city h2 {
	 color: #80868a;
	 text-align: left;
	 margin: 0px 10px 40px 10px;
}
 #whymru-fast-facts {
	 margin-top: 0px;
	 margin-bottom: 30px;
}
 .whymru-section2-xs, .whymru-section3-xs {
	 background-color: #003352;
}
 .whymru-section2-xs p, .whymru-section3-xs p {
	 color: #FFFFFF;
}
 .whymru-section3-backyard-xs {
	 background-color: #f8f8f8;
	 width: 95%;
	 margin-left: 5%;
	 margin-top: -75px;
	 padding: 30px;
}
 .whymru-here-to-anywhere-img {
	 margin-top: 150px;
}
 .whymru-adventure-seekers-xs {
	 background-color: #f8f8f8;
	 padding: 30px;
	 z-index: 100;
	 max-width: 100%;
	 margin-left: -5%;
	 margin-top: -7%;
	 position: relative;
	 margin-bottom: -50px;
}
 .centered-image-box-layer-format-layout-1-bgimg {
	 margin-bottom: 100px;
}
 #whymru-facebook-link a {
	 color: #00b1ff;
}
 #whymru-facebook-link a:hover {
	 color: #007fb5;
	 cursor: pointer;
}
/* --- --------------------------------------------------- --- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- */
 #whymru-apply-now {
	 position: fixed;
	 bottom: 10px;
	 right: 50px;
	 background-color: #00b1ff;
	 text-align: center;
	 padding: 50px;
	 width: 375px;
	 opacity: 0;
	 z-index: 25;
}
 #whymru-apply-now-close {
	 position: absolute;
	 top: 20px;
	 right: 20px;
}
 #whymru-apply-now-close i {
	 color: #ffffff;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
}
 #whymru-apply-now-close:hover i {
	 color: #dddddd;
	 cursor: pointer;
}
 #whymru-apply-now h3 {
	 font-family: 'open sans', arial, sans-serif;
	 font-weight: 300;
	 color: #ffffff;
	 font-size: 24px;
}
 #whymru-apply-now .btn-default {
	 background-color: rgba(40,40,40,0);
	 border: 1px solid #ffffff;
	 padding: 10px 30px;
	 border-radius: 3px;
	 font-size: 14px;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 color: #ffffff;
	 text-transform: uppercase;
}
 #whymru-apply-now .btn-default:hover {
	 background-color: #ffffff;
	 color: #00b1ff;
}

/* --- --------------------------------------------------- --- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- */
/* --- Map and Pin styles -- */
 .pin {
	 width: 30px;
	 height: 30px;
	 -webkit-border-radius: 50% 50% 50% 0;
	 border-radius: 50% 50% 50% 0;
	 background: #33ccff;
	 position: absolute;
	 -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 transform: rotate(-45deg);
	 transition: all 100ms ease-in-out;
	 color: #007fb5;
}
 .pin:hover {
	 background: #003049;
	 color: #FFFFFF;
	 cursor: pointer;
}
 .pin i {
	 font-size: 18px;
	 position: absolute;
	 left: 7.5px;
	 top: 6px;
}
 .pin-info {
	 padding: 15px;
	 background-color: rgb(255, 255, 255);
}
 .pin-right {
	 position: absolute;
	 right: 10px;
	 top: 0px;
}
 .pin-left {
	 position: absolute;
	 left: 10px;
	 top: 0px;
}
 .pin-info p {
	 font-weight: bold;
	 font-size: 14px;
	 margin-bottom: 0px;
}
 .pin-info i:hover {
	 cursor: pointer;
	 color: #007fb5;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
}
 .arrow-left {
	 width: 0px;
	 height: 0px;
	 border-top: 10px solid transparent;
	 border-bottom: 10px solid transparent;
	 border-right: 10px solid #FFFFFF;
	 position: absolute;
	 left: 0px;
	 top: 15px;
}
 .arrow-right {
	 width: 0px;
	 height: 0px;
	 border-top: 10px solid transparent;
	 border-bottom: 10px solid transparent;
	 border-left: 10px solid #FFFFFF;
	 position: absolute;
	 right: 0px;
	 top: 15px;
}
 .whymru-map-xs {
	 height: 175px;
	 background-position: 50% 50%;
	 background-repeat: no-repeat;
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;
	 background-image: url(http://mtroyal.ca/_files/img/viewbook17-18-campus-crop.jpg);
	 position: relative;
}
 #whymru-rec-pin {
	 left: 12%;
	 top: 45%;
}
 #whymru-pond-pin {
	 left: 34%;
	 top: 48%;
}
 #whymru-wellness-pin {
	 left: 23%;
	 top: 30%;
}
 #whymru-amphitheatre-pin {
	 left: 35%;
	 top: 58%;
}
 #whymru-east-gate-pin {
	 left: 64%;
	 top: 37%;
}
 #whymru-west-gate-pin {
	 left: 38%;
	 top: 11%;
}
 #whymru-admissions-pin {
	 left: 58%;
	 top: 24%;
}
 #whymru-eb-pin {
	 left: 57%;
	 top: 55%;
}
 #whymru-ec-pin {
	 left: 74%;
	 top: 59%;
}
 #whymru-ea-pin {
	 left: 78%;
	 top: 22%;
}
 #whymru-parkade-pin {
	 left: 61%;
	 top: 83%;
}
 #whymru-east-res-pin {
	 left: 88%;
	 top: 10%;
}
 #whymru-west-res-pin {
	 left: 6%;
	 top: 66%;
}
 #whymru-science-wing-pin {
	 left: 67%;
	 top: 14%;
}
 #whymru-wyckham-pin {
	 left: 42%;
	 top: 3%;
}
 #whymru-the-table-pin {
	 left: 39%;
	 top: 19%;
}
 #whymru-bookstore-pin {
	 left: 49%;
	 top: 22%;
}
 #whymru-RLLC-pin {
	 left: 92%;
	 top: 20%;
}
 #whymru-taylorperformingarts-pin {
	 left: 85%;
	 top: 39%;
}
 #whymru-soccer-field-pin {
	 left: 22%;
	 top: 87%;
}
 #whymru-iniskim-pin {
	 left: 55%;
	 top: 28%;
}
 #whymru-communications-pin {
	 left: 58%;
	 top: 7%;
}
 #whymru-rec-pin-info {
	 left: 14%;
	 top: 44%;
}
 #whymru-pond-pin-info {
	 left: 36%;
	 top: 47%;
}
 #whymru-wellness-pin-info {
	 left: 25%;
	 top: 29%;
}
 #whymru-amphitheatre-pin-info {
	 left: 37%;
	 top: 57%;
}
 #whymru-east-gate-pin-info {
	 left: 66%;
	 top: 36%;
}
 #whymru-west-gate-pin-info {
	 left: 40%;
	 top: 10%;
}
 #whymru-admissions-pin-info {
	 left: 60%;
	 top: 23%;
}
 #whymru-eb-pin-info {
	 left: 59%;
	 top: 54%;
}
 #whymru-ec-pin-info {
	 left: 76%;
	 top: 58%;
}
 #whymru-ea-pin-info {
	 left: 80%;
	 top: 21%;
}
 #whymru-parkade-pin-info {
	 left: 63%;
	 top: 82%;
}
 #whymru-east-res-pin-info {
	 left: 87.5%;
	 top: 9%;
}
 #whymru-west-res-pin-info {
	 left: 8%;
	 top: 65%;
}
 #whymru-science-wing-pin-info {
	 left: 69%;
	 top: 13%;
}
 #whymru-wyckham-pin-info {
	 left: 44%;
	 top: 2%;
}
 #whymru-the-table-pin-info {
	 left: 41%;
	 top: 18%;
}
 #whymru-bookstore-pin-info {
	 left: 51%;
	 top: 21%;
}
 #whymru-RLLC-pin-info {
	 left: 92%;
	 top: 19%;
}
 #whymru-taylorperformingarts-pin-info {
	 left: 87%;
	 top: 38%;
}
 #whymru-soccer-field-pin-info {
	 left: 24%;
	 top: 86%;
}
 #whymru-iniskim-pin-info {
	 left: 57%;
	 top: 27%;
}
 #whymru-communications-pin-info {
	 left: 60%;
	 top: 6%;
}
 #whymru-rec-pin-info .pin-info {
	 width: 186px;
}
 #whymru-pond-pin-info .pin-info {
	 width: 148px;
}
 #whymru-wellness-pin-info .pin-info {
	 width: 172px;
}
 #whymru-amphitheatre-pin-info .pin-info {
	 width: 209px;
}
 #whymru-east-gate-pin-info .pin-info {
	 width: 180px;
}
 #whymru-west-gate-pin-info .pin-info {
	 width: 183px;
}
 #whymru-admissions-pin-info .pin-info {
	 width: 229px;
}
 #whymru-eb-pin-info .pin-info {
	 width: 230px;
}
 #whymru-ec-pin-info .pin-info {
	 width: 224px;
}
 #whymru-ea-pin-info .pin-info {
	 width: 138px;
}
 #whymru-parkade-pin-info .pin-info {
	 width: 177px;
}
 #whymru-east-res-pin-info .pin-info {
	 width: 156px;
}
 #whymru-west-res-pin-info .pin-info {
	 width: 160px;
}
 #whymru-science-wing-pin-info .pin-info {
	 width: 143px;
}
 #whymru-wyckham-pin-info .pin-info {
	 width: 269px;
}
 #whymru-the-table-pin-info .pin-info {
	 width: 167px;
}
 #whymru-bookstore-pin-info .pin-info {
	 width: 123px;
}
 #whymru-RLLC-pin-info .pin-info {
	 width: 175px;
}
 #whymru-taylorperformingarts-pin-info .pin-info {
	 width: 184px;
}
 #whymru-soccer-field-pin-info .pin-info {
	 width: 239px;
}
 #whymru-iniskim-pin-info .pin-info {
	 width: 149px;
}
 #whymru-communications-pin-info .pin-info {
	 width: 194px;
}
 .animation-element.slide-top {
	 opacity: 0;
	 -moz-transition: all 1000ms ease-in-out;
	 -webkit-transition: all 1000ms ease-in-out;
	 -o-transition: all 1000ms ease-in-out;
	 transition: all 1000ms ease-in-out;
	 -moz-transform: translate3d(0px, -200px, 0px) rotate(-45deg);
	 -webkit-transform: translate3d(0px, -200px, 0px) rotate(-45deg);
	 -o-transform: translate(0px, -200px) rotate(-45deg);
	 -ms-transform: translate(0px, -200px) rotate(-45deg);
	 transform: translate3d(0px, -200px, 0px) rotate(-45deg);
}
 .animation-element.slide-top.in-view {
	 opacity: 1;
	 -moz-transform: translate3d(0px, 0px, 0px) rotate(-45deg);
	 -webkit-transform: translate3d(0px, 0px, 0px) rotate(-45deg);
	 -o-transform: translate(0px, 0px) rotate(-45deg);
	 -ms-transform: translate(0px, 0px) rotate(-45deg);
	 transform: translate3d(0px, 0px, 0px) rotate(-45deg);
}
/* Pop-up only css */
 #whymru-close-popup {
	 position: absolute;
	 right: 5%;
	 top: 9%;
	 z-index: 122;
}
 #whymru-close-popup i {
	 color: #00b1ff;
	 transition: color 0.5s;
}
 #whymru-close-popup i:hover {
	 color: #333333;
	 cursor: pointer;
}
 #whymru-popup {
	 position: fixed;
	 padding: 75px;
	 width: 60%;
	 margin-left: 20%;
	 margin-top: 10%;
	 background: rgba(255, 255, 255, 1);
	 z-index: 121;
}
 #whymru-popup h1 {
	 margin-bottom: 20px;
	 text-align: center;
	 font-size: 56px;
	 font-weight: 700;
	 color: #80868a;
}
 #whymru-popup h2 {
	 font-size: 24px;
	 text-align: center;
	 color: #e01664;
	 font-weight: 300;
	 margin-bottom: 25px;
}
 #whymru-popup p {
	 text-align: center;
	 font-size: 16px;
	 color: #80868a;
	 padding: 0 20%;
	 line-height: 1.75;
	 letter-spacing: 0.2px;
	 margin-bottom: 35px;
}
 #whymru-black-background {
	 position: fixed;
	 left: 0;
	 right: 0;
	 top: 0;
	 bottom: 0;
	 background: rgba(0,0,0,0.75);
	 z-index: 120;
	 display: none;
}
 #whymru-pop-up-button {
	 padding: 10px 0px 10px 0px;
	 width: 60%;
	 margin-left: 20%;
	 border: 1px solid #00b1ff;
	 color: #00b1ff;
	 border-radius: 2px;
	 text-align: center;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
}
 #whymru-pop-up-button:hover {
	 background-color: #00b1ff;
	 cursor: pointer;
}
 #whymru-pop-up-button:hover a {
	 color: #ffffff;
}
 #whymru-pop-up-button a {
	 color: #00b1ff;
	 padding: 15px;
	 font-size: 14px;
}
/******************* Block Color combos *************************************/
 .navyBlueBG {
	 background-color:#003352;
}
 .navyBlueBG p {
	 color:#FFFFFF;
}
 .navyBlueBG a {
	 color:#00b1ff;
}
 .navyBlueBG h2 {
	color:#FFFFFF;
}
 .navyBlueBG h3 {
	 color:#00b1ff;
	 font-size: 28px;
	 font-weight: 300;
	 margin: 0 0 20px 10px;
}
 .navyBlueBG h4 {
	 color:#00b1ff;
	 font-size: 19px;
	 margin-bottom: 10px;
	 font-weight: 300;
	 font-family: 'Open Sans', sans-serif;
	 padding: 0;
	 text-align: left;
}
 .lightGreyBG {
	background-color:#f8f8f8;
}
 .lightGreyBG p, section.module[class*='parallax-'] .lightGreyBG p {
	color:#80868a;
}
 .lightGreyBG a {
	color:rgb(0, 127, 181);
}
 .lightGreyBG h2, .page-wrapper .page-content section.module .lightGreyBG h2 {
	color:#80868a;
	 padding: 0 10px;
}
 .lightGreyBG h3, .page-wrapper .page-content section.module .lightGreyBG h3 {
	 color:#e01664;
	 margin-bottom: 7px;
	 margin-top: 2px;
	 font-weight: 300;
	 font-family: 'Open Sans', sans-serif;
	 padding: 0;
}
 .lightGreyBG h4, .page-wrapper .page-content .lightGreyBG h4 {
	 color:#e01664;
	 font-size: 19px;
	 margin-bottom: 10px;
	 font-weight: 300;
	 font-family: 'Open Sans', sans-serif;
	 padding: 0;
	 text-align: left;
}
 .lightBlueBG {
	background-color:#00b1ff;
}
 .lightBlueBG p {
	color:#FFFFFF;
}
 .lightBlueBG a {
	color:#003352;
}
 .lightBlueBG h2 {
	color:#FFFFFF;
}
 .lightBlueBG h3 {
	 color:#003352;
	 margin-bottom: 7px;
	 margin-top: 2px;
	 font-weight: 300;
	 font-family: 'Open Sans', sans-serif;
	 padding: 0;
}
 .lightBlueBG h4 {
	 color:#003352;
	 font-size: 19px;
	 margin-bottom: 10px;
	 font-weight: 300;
	 font-family: 'Open Sans', sans-serif;
	 padding: 0;
	 text-align: left;
}
 .lightBlueBG .captionLargeText {
	color:#FFFFFF;
}
 .whiteBG {
	 background-color: #FFFFFF;
	 color:#80868a;
}
 .whiteBG p {
	color:#80868a;
}
 .whiteBG h3 {
	color:#e01765;
}
/********************** Addtional Block styles ***********************************/
/*full-bg-image-2-box-layered-format Block*/
 .imgTextStyles h2, .imgTextStyles h3, .imgTextStyles h4 {
	 color:#ffffff;
}
/*three-image-stack-format block*/
 .captionLargeText {
	 font-family: 'Open Sans', sans-serif;
	 font-weight: 700;
	 font-size: 4em;
	 color: #80868a;
	 float: left;
	 margin-right: 25px;
}

section.module .captionLargeText p {padding-left:0px;}

.three-imageStackFormatTextblock h3, .three-imageStackFormatTextblock h2 {
	color: #00b1ff;
}

.three-imageStackFormatTextblock{background-size:cover;}
.three-imageStackRowOne{height:350px;}
.three-imageStackRowTwo{height:530px;}

/*full-bg-image-2-box-layered block*/
 .full-bg-image-2-box-layered-textBox2TextStyles h3 {
	 text-align: left;
	 color: #00b1ff;
}
/*background-image-with-text-block*/
 .background-image-with-text a {
	color:#00b1ff;
}
/* Centered Text Big Heading - Block*/
 .page-wrapper .page-content section.module .centeredTextBigHeading h1, .page-wrapper .page-content section.module .centeredTextBigHeading h2, .page-wrapper .page-content section.module .centeredTextBigHeading h3 {
	 color:#666;
	 text-align:center;
	 margin: 30px 0;
	 font-size:50px;
}
 .centeredTextBigHeading p {
	 color: #80868a;
	 line-height: 2;
	 font-size: 16px;
}
/********* Adapted Styles for Homepage Blocks *********************/
.page-wrapper .page-content .twoImageStoryBlock h1,
.page-wrapper .page-content .twoImageStoryBlock h2 {
    font-size: 32px;
    font-weight: 300;

}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.text-story-row .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.customizable-row {
    margin: 60px -15px 60px -15px;
}

/***************************** Adapted Styles for Subpage Blocks ***************************************/

.containerSubPage{ width: 100%;}

.page-wrapper .page-content section.module .containerSubPage h2 { font-size:40px; }
.page-wrapper .page-content section.module.subPage h2 {font-size:32px;}
section.module.subPage p {font-size:12px;}

.whymru-adventure-seekersSubPage{padding:20px 40px 40px 40px;}

section.module.parallax.subPage{height:500px;}

.page-wrapper .page-content .event.subPage .event-title h1 {font-size:18px;}

/*************************************************************/
/* --- --------------------------------------------------- --- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- --- --------------------------------------------------- -- */
 @media only screen and (min-width: 1200px) and (max-width: 1500px) {
	 .page-wrapper .page-content section.module h1 {
		 font-size: 85px;
	}
	 .page-wrapper .page-content section.module h2 {
		 font-size: 50px;
	}
	 section.module.parallax.parallax-1 {
		 height: 600px;
	}
	 section.module.parallax.parallax-2, section.module.parallax.parallax-4, section.module.parallax.parallax-5 {
		 height: 700px;
	}
	 section.module.parallax.parallax-2 h2, section.module.parallax.parallax-4 h2, section.module.parallax.parallax-5 h2, section.module.parallax.parallax-6 h2 {
		 margin-top: 150px;
	}
	 .whymru-residence-guarantee {
		 right: 5%;
		 margin-top: -185px;
	}
	 .whymru-upass-section {
		 padding: 50px 0 80px 0;
	}
	 .whymru-where-we-are {
		 border: 7.5px solid #003352;
		 padding: 30px;
	}
	 .whymru-where-we-are #whymru-wwa-icon {
		 width: 75px;
		 margin-top: -70px;
	}
	 .whymru-adventure-seekers {
		 padding: 30px 50px 50px 50px;
		 left: 10%;
	}
}
 @media only screen and (min-width: 992px) and (max-width: 1200px) {
	 .page-wrapper .page-content section.module h1 {
		 font-size: 67px;
		 margin-top: 135px;
	}
	 .page-wrapper .page-content section.module h2 {
		 font-size: 45px;
	}
	 section.module.parallax.parallax-1 {
		 height: 500px;
	}
	 section.module.parallax.parallax-2,
	 section.module.parallax.parallax-4,
	 section.module.parallax.parallax-5 {
		 height: 700px;
	}
	 section.module.parallax.parallax-2 h2,
	 section.module.parallax.parallax-4 h2,
	 section.module.parallax.parallax-5 h2,
	 section.module.parallax.parallax-6 h2 {
		 margin-top: 135px;
	}
	 .page-wrapper .page-content section.module p.accent {
		 font-size: 16px;
	}
	 .whymru-residence-guarantee {
		 right: 5%;
		 margin-top: -185px;
	}
	 .whymru-upass-section {
		 padding: 50px 0 90px 0;
	}
	 .whymru-upass-icon {
		 float: none;
	}
	 .whymru-class-size {
		 padding: 35px;
	}
	 .section4-heading {
		 width: 50%;
	}
	 .whymru-where-we-are {
		 left: 3%;
		 margin-bottom: -50px;
		 width: 33%;
		 border: 7.5px solid #003352;
		 padding: 30px;
	}
	 .whymru-where-we-are #whymru-wwa-icon {
		 width: 75px;
		 margin-top: -70px;
	}
	 .whymru-where-we-are p {
		 font-size: 12px;
	}
	 .whymru-adventure-seekers {
		 padding: 20px 40px 40px 40px;
		 left: 15%;
	}
	 .whymru-here-to-anywhere {
		 padding: 30px 50px 50px 50px;
		 right: 3%;
	}
	.page-wrapper .page-content .twoImageStoryBlock h1,
    .page-wrapper .page-content .twoImageStoryBlock h2
    {font-size:28px;}
    
    .page-wrapper .page-content section.module .containerSubPage h2{ font-size:30px; }
    section.module .containerSubPage p { font-size:14px;}
    section.module.parallax.subPage { height: 350px;}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	 .page-wrapper .page-content section.module h1 {
		 font-size: 52px;
		 margin-top: 155px;
	}
	 .page-wrapper .page-content section.module h2 {
		 font-size: 32px;
	}
	 section.module.parallax.parallax-2, section.module.parallax.parallax-4, section.module.parallax.parallax-5 {
		 height: 550px;
	}
	 section.module.parallax.parallax-2 h2, section.module.parallax.parallax-4 h2, section.module.parallax.parallax-5 h2, section.module.parallax.parallax-6 h2 {
		 margin-top: 117px;
	}
	 section.module.parallax, .full-bg-image-2-box-layered-format-imgDiv{
		 height: 500px;
	}
	 .whymru-student-experience {
		 max-width: 80%;
		 margin-bottom: 30px;
		 right: 5%;
	}
	 .whymru-student-exp-image {
		 margin-bottom: 225px;
	}
	 .whymru-here-to-anywhere {
		 padding: 30px 50px 50px 50px;
		 right: 3%;
	}
	 .whymru-class-size {
		 margin-top: 50px;
	}
	 section.module p {
		 margin-bottom: 15px;
	}
	 .row-spacing {
		 margin-top: 25px;
	}
	 .section3-callout {
		 right: auto;
		 margin-bottom: -200px;
		 left: 5%;
	}
	 .section4-heading {
		 width: 40%;
		 bottom: 11%;
		 left: 11%;
	}
	 .library-side-image {
		 max-width: 300px;
	}
	 .whymru-rec-did-you-know {
		 margin-bottom: -18%;
	}
	 .whymru-residence-guarantee {
		 padding: 35px;
		 right: 3%;
		 width: 46%;
		 margin-top: -170px;
	}
	 .page-wrapper .page-content section.module h3 {
		 font-size: 23px;
	}
	 .whymru-where-we-are {
		 display: none;
	}
	 #whymru-mini-city {
		 margin-top: 20px;
		 margin-bottom: 10px;
	}
	 .pin {
		 display: none;
	}
	 .whymru-adventure-seekers {
		 padding: 30px 50px 50px 50px;
		 max-width: 85%;
		 margin-bottom: -80px;
		 margin-left: 0px;
	}
	 #whymru-fast-facts {
		 margin-top: 75px;
		 margin-bottom: 30px;
	}
	 .page-wrapper .page-content section.module .centeredTextBigHeading h1, .page-wrapper .page-content section.module .centeredTextBigHeading h2, .page-wrapper .page-content section.module .centeredTextBigHeading h3 {
		font-size:32px;
	}
	.page-wrapper .page-content .twoImageStoryBlock h1,
    .page-wrapper .page-content .twoImageStoryBlock h2
    {font-size:24px;}
    
    .three-imageStackRowOne{height:auto;}
    .three-imageStackRowTwo{height:auto;}
    
    .whymru-adventure-seekersSubPage{
        padding:20px 40px 40px 40px;
        width:65%;
        left:0px;
    }
    
    .page-wrapper .page-content section.module .containerSubPage h2 {font-size:30px;}
    
}


 @media only screen and (min-width: 768px) and (max-width: 1275px) {
	 #whymru-popup {
		 width: 80%;
		 margin-left: 10%;
	}
	 #whymru-popup h1 {
		 font-size: 40px;
	}
	 #whymru-popup h2 {
		 font-size: 24px;
	}
	 #whymru-popup p {
		 padding: 0 10%;
	}
}

 @media only screen and (max-width: 768px) {
	#whymru-apply-now {
		 right: 5%;
		 left: 5%;
		 padding: 40px;
		 width: 90%;
	}
	 #whymru-apply-now-close {
		 top: 13px;
		 right: 13px;
	}
	 #whymru-apply-now h3 {
		 font-size: 20px;
	}
	.page-wrapper .page-content section.module h1{
	    color: #80868a;
		 text-align: center;
		 margin-top: 30px;
	}
	.page-wrapper .page-content section.module h2 {
	    color: #80868a;
	    font-size: 30px;
		padding: 0 10px;
	}
	.page-wrapper .page-content section.module h3 {
		 font-size: 20px;
	}
	.page-wrapper .page-content section.module .navyBlueBG h2 {
		color: #FFFFFF !important;
	}
	.page-wrapper .page-content section.module .lightGreyBG h2 {
		color: #80868a;
	}
	.page-wrapper .page-content section.module .imgTextStyles h2,
	.page-wrapper .page-content section.module .imgTextStyles h3,
	.page-wrapper .page-content section.module .imgTextStyles h4 {
		color:#FFFFFF;
	}
	section.module.parallax.parallax-1 h1 {
		 color: #ffffff;
	}

	section.module.parallax.parallax-1 {
		 height: 400px;
		 background-position: 80% 50%;
	}
	section.module p {
		 margin-bottom: 15px;
	}
	section.module.parallax.parallax-2,
	section.module.parallax.parallax-4,
	section.module.parallax.parallax-5 {
		 height: 300px;
		 background-position: 100% 50%;
	}
	section.module.parallax.parallax-4 {
		 background-position: 0% 50%;
	}
	.row-spacing {
		 margin-top: 25px;
	}
	.whymru-class-size {
		 margin-top: 50px;
	}
	.page-wrapper .page-content section.module p.accent {
		 padding: 0 10px;
		 font-size: 18px;
	}
	.page-wrapper .page-content section.module p.accent2 {
		 font-size: 18px;
		 margin-top: 7px;
		 margin-bottom: 13px;
	}
	section.module.parallax,
	.full-bg-image-2-box-layered-format-imgDiv {
		 height: 300px;
	}
	.section4 {
		 margin-top: -30px;
	}
	.whymru-here-to-anywhere-img {
		 margin-top: 0px;
		 margin-bottom: -95px;
	}
	.whymru-rec-title {
		 position: static;
		 bottom: auto;
		 right: auto;
		 padding: 0px;
	}
	.whymru-where-we-are {
		 display: none;
	}
	.whymru-rec-sub-row {
		 padding: 0;
	}
	.whymru-rec-section {
		 margin-bottom: 0px;
	}
	.whymru-rec-title p {
		 color: #444444;
	}
	.whymru-rec-did-you-know-xs {
		 background-color: #f8f8f8;
		 padding: 30px;
		 margin-top: -30px;
	}
	section.module.content.whymru-upass-section {
		 padding: 0 0 40px 0;
	}
	.whymru-residence-guarantee {
		 padding: 30px;
		 position: static;
		 top: auto;
		 right: auto;
		 width: 90%;
		 margin-top: 50px;
		 margin-left: 5%;
	}
	.whymru-res-guarantee-icon {
		 width: 40px;
		 margin-left: -55px;
	}
	.whymru-upass-text {
		 color: #00b1ff;
	}
	#whymru-mini-city {
		 margin-top: 20px;
		 margin-bottom: 0px;
	}
	#whymru-mini-city h2 {
		 margin: 0px 0px 40px 00px;
	}
	.centered-image-box-layer-format-layout-1-bgimg {
		 margin-bottom: 0px;
	}
	/****************** Added for Blocks ************************/
	.navyBlueBG.mobileLayoutTwoTextBox, .mobileLayoutTwoTextBox {
		 background-color:#FFFFFF;
	}
	.navyBlueBG.mobileLayoutTwoTextBox p, .mobileLayoutTwoTextBox p {
		 color:#000000;
	}
	.navyBlueBG.mobileLayoutTwoTextBox a, .mobileLayoutTwoTextBox a {
		 color:rgb(0, 127, 181);
	}

	#whymru-popup {
		 padding: 45px 25px 45px 25px;
		 width: 90%;
		 margin-left: 5%;
		 margin-top: 8%;
	}
	#whymru-popup h1 {
		 font-size: 24px;
		 margin-bottom: -7px;
	}
	#whymru-popup h2 {
		 font-size: 16px;
	}
	#whymru-popup p {
		 padding: 0 10%;
		 font-size: 12px;
		 margin-bottom: 20px;
	}
	#whymru-pop-up-button a {
		 font-size: 12px;
	}
	#whymru-close-popup {
		 right: 7%;
		 top: 5%;
	}
	.page-wrapper .page-content section.module .centeredTextBigHeading h1,
	.page-wrapper .page-content section.module .centeredTextBigHeading h2,
	.page-wrapper .page-content section.module .centeredTextBigHeading h3 {
		font-size:32px;
	}
	.page-wrapper .page-content .twoImageStoryBlock h1,
    .page-wrapper .page-content .twoImageStoryBlock h2 {
        font-size:28px;
    }
    
    .three-imageStackRowOne{height:auto;}
    .three-imageStackRowTwo{height:auto;}
}

.main-nav {
    margin-bottom: 0!important;
}
@media (min-width: 767px){
    .text-story {
        flex-grow: 1;
        flex-basis: 0;
    }
}

