
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

/*---V1 RPI CSS---*/

body{
    overflow-x: hidden;    
}

.hidden {     
     position: absolute;
     left: -99999px;
	color: #fff;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

.rpi-title {
	left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

#zone-footer, #region-footer-second {
    margin: 0;
    width: 100%;
}

/* RPI Alert Start */

.alerttext a {
    color: #000000;
    padding: 10px;
    text-decoration: none;
    font-size: 1.25em;
    text-align: center;
}

#rpialertbox {
    background-color: #fdcb05;
    padding: 10px;
    text-align: center;
}



/* RPI Alert End */

/* ------- minimal header ----- */
 

#rpi-min-header{
     background-color: #d6001c;
     height: 30px;
     padding-bottom: 15px;
     padding-top: 15px;
}

#rensselaerLogo {
     float: left;
     margin-left: 0px;
}
#rensselaerLogo img {
     height: 30px;
     width: auto;	
     vertical-align: middle;
}
#rpi-min-header nav {
     float: right;
     padding-bottom: 5px;
     padding-top: 7px;
     padding-right: 10px;
     font-family: 'Source Sans Pro', sans-serif;
 }
#rpi-min-header nav a {
     padding: 0 30px 0 0;
     color: #fff;
     text-decoration: none;
     font-size: 14px;
     text-transform: uppercase;
}
#rpi-min-header nav  a:hover {
     text-decoration: underline;
 }
#rpi-ribbon{
     width: 200vw;
     background-color: #d6001c;
     position: absolute;
     left: -100%;
     z-index: -1;
     height: 60px;
     top: 0px;
}
nav.people {
    margin-bottom: 20px;
}

 /* search */
#rpi-min-header #rpi-site-search {
     color: #fff;
     float: right;
     display: block;
}
 
#rpi-min-header #rpi-site-search input{
     width: 0px;
     padding: 0;
     margin: 0;
     padding-left: 0;
     padding-right: 0;
     border: 0;
     border-bottom: 1px solid #fff;
     transition: width 200ms ease;
     background: transparent;
     color: #fff;
     font-size: 14px;
}
#rpi-min-header #rpi-site-search:hover #rpi-site-search-query, #rpi-min-header #rpi-site-search-query:focus{
     padding-left: 10px;
     padding-right: 5px;
     width: 125px;
}

::-webkit-input-placeholder {
   color: #fff; font-family: 'Source Sans Pro', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff; font-family: 'Source Sans Pro', sans-serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff; font-family: 'Source Sans Pro', sans-serif;
}

:-ms-input-placeholder {  
   color: #fff; font-family: 'Source Sans Pro', sans-serif;
}

/* search */
#rpi-site-search-query {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #fff;
    margin: 0;
    padding: 0;
    transition: width 200ms ease 0s;
}

 @media screen and (max-width: 740px) {
     #rpi-min-header #rensselaerLogo {
         margin-left: 0px;
     }
     #rpi-min-header {
         padding-left: 20px;
         padding-right: 20px;
     }
 }


@media screen and (max-width: 600px) {

   #rpi-min-header{
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
   } 
   #rpi-min-header #rensselaerLogo {	
      display: inline-block;
      float: none;
      height: 30px;

      text-align: center;
   }
   #rpi-min-header nav {
       float: none;
       display: inline-block;
       padding: 0;
   }
   #rpi-min-header nav a {
       display: none;
       padding: 0;
   }
   #rpi-min-header nav form, #rpi-min-header nav form a {
       display: inline-block;
   }
   #rpi-min-header #rpi-site-search{
     float: none;
     padding: 0 0 0 5px;
     margin: 0px; 
     display: inline;   
   } 
   #rpi-min-header #rpi-site-search #search-button i.fa-search {
       vertical-align:bottom;
   }
}


/*-------- Site Title -------- */
.sitetitle .field-content h2 {
    max-width: 75%;
}
.sitetitle .field-content h2, .sitetitle .field-content h2 a, .sitetitle .field-content h2 a:link, .sitetitle .field-content h2 a:visited {
    color: #333;
    font-size: 52px;
    font-weight: 200;
}
.sitetitle {
    padding-top: 80px;
    }
    
@media screen and (max-width: 600px) {
.sitetitle .field-content h2, .sitetitle .field-content h2 a, .sitetitle .field-content h2 a:link, .sitetitle .field-content h2 a:visited {
    font-size: 34px;
}
.sitetitle {
    padding-top: 40px;
    padding-left: 10px;
}
}


/*-------- Page Title ---------*/

    /** Remove Page Title from frontpage **/
       .node-type-frontpage h1#page-title.title {
        display: none;
        }
    /** Subpage page title **/
        h1#page-title {
        font-weight: 300;
        font-size: 2.6rem;
        margin: 2.6rem 0;
        color: #900;
        }




/*-------- footer ------------ */


footer .region-footer-second {font-family: 'Source Sans Pro', sans-serif; color: #fff;}

footer .r-scer-outtershell {
	width: 100%;
	background-color: #424242;
	background-image: url(https://www.rpi.edu/dept/cct/apps/web-branding/v1/footer/quad-full.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

footer .r-scer-outtershell .r-scer-innershell {
	width: 1200px;
	margin-left:auto;
	margin-right:auto;
	height: 700px;
}

footer .r-scer-flag p { margin-top: 20px;}

footer .r-scer-flag {
	background-color:#363636;
	width:275px;	
	text-align:center;
	height: 100%;
	float:left;
}
.r-scer-flag > img {
    margin-top: 75px;
    width: 150px;
    height: auto;
}

footer .region-footer-second p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6em;
}

footer .region-footer-second a, footer .region-footer-second a:link, footer .region-footer-second a:visited {color: #fff; text-decoration:none;}

footer .region-footer-second a:hover {color: #fff; text-decoration:underline;}

footer .column {
	width: 248px;
	margin-left: 60px;
	float: left;
	margin-top: 100px;
}

footer .region-footer-second .column h3 {
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    color: #ccc;
    font-size: 18px;
	text-transform:uppercase;
	margin-top: 20px;
}

footer .region-footer-second ul {
    list-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    margin: 20px 0px 55px 0px;
}

footer .region-footer-second ul li {
    padding-bottom: 20px;
}



footer .region-footer-second .r-scer-bottom-bit {    
	float: left;
    margin-left: 50px;
    margin-top: 40px;
	font-size:14px;
	font-weight: 100;
	font-stretch:expanded;
	}
	
	
.shc-footer .views-field-field-footer p {
    margin-left: 0px;
}



footer .region-footer-second ul li {padding-bottom: 10px;}
	

@media only screen and (max-width: 2200px) {footer .r-scer-outtershell {background-position: 150% 100%;}}

@media only screen and (max-width: 2000px) {footer .r-scer-outtershell {background-position: -100% 100%;}}

@media only screen and (max-width: 1900px) {footer .r-scer-outtershell {background-position: 0% 100%;}}

@media only screen and (max-width: 1800px) {footer .r-scer-outtershell {background-position: 30% 100%;}}

@media only screen and (max-width: 1700px) {footer .r-scer-outtershell {background-position: 40% 100%;}}

@media only screen and (max-width: 1550px) {footer .r-scer-outtershell {background-position: 50% 100%;}}

@media only screen and (max-width: 1300px) {footer .r-scer-outtershell {background-position: 50% 100%;}}

@media only screen and (max-width: 1200px) {footer .r-scer-outtershell {background-position: 60% 100%;}}

@media only screen and (max-width: 1000px) {footer .r-scer-outtershell {background-position: 70% 100%;}}


@media only screen and (max-width: 1200px) {
	
footer .r-scer-outtershell .r-scer-innershell {
	width: 100%;
	height: 660px;
}

footer .column {
	width: 22%;
	margin-left: 0;
    text-align: left;
}

footer .r-scer-bottom-bit {
    margin-left: 1.6em;
    margin-top: 0px;
	line-height: 2.4em;
	width:70%
}

.r-scer-flag img {width: 70%;}

footer .r-scer-flag {width: 22%;}

footer .region-footer-second .r-scer-flag p {margin-top: 20px;}

footer .region-footer-second ul {
    list-style: none;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
}

footer .r-scer-bottom-bit {margin-top: 20px;}

footer .r-scer-bottom-bit a {font-size: 14px;}

footer .column {
	width: 21%;
    margin-left: 30px !important;
}

footer .region-footer-second .r-scer-bottom-bit {
    margin-left: 30px;

}

}
@media only screen and (max-width: 1080px) {
	
footer .region-footer-second ul li {padding-bottom: 20px;}

footer .region-footer-second ul {
    margin: 40px 0px 0px 0px;
}

}
@media only screen and (max-width: 775px) {
	
footer .r-scer-outtershell .r-scer-innershell {height: auto;}

footer .column {width: 100%; float:none; padding-top:20px;margin-left: 0px !important;}

footer .r-scer-flag {width: 100% !important; height:auto; float:none; padding-top:20px; padding-bottom: 20px;}

footer .r-scer-flag img {width: 100px; float:none;}

footer .r-scer-bottom-bit {
	line-height: 2.4em;
	float:none !important;
    text-align: center;
    width: 70% !important;
    margin-left: auto !important;
    margin-right: auto !important;
	padding-bottom: 60px;
} 

footer .r-scer-outtershell {background-position: 80% 100%;}

footer .region-footer-second .column {
    text-align: center;
}

.r-scer-flag > img {margin-top: 20px;}
	
.column.three {margin-bottom: 30px;}

}

/*  -------- Vibrant Footer ----------- */
footer .vibrant .r-scer-flag {
    background-color: #D6001C;
	border-width: 0px 0px 0px 0px;
    border-color: #fff;
    border-style: solid;
}


footer .vibrant .column {margin-left: 50px;}


footer .vibrant .r-scer-outtershell {
    width: 100%;
    background-color: #1d72c2;
    background-image: url(https://www.rpi.edu/dept/cct/apps/web-branding/v1/footer/footer-background.jpg);
    background-repeat: no-repeat;
    background-position: 22% 100% !important;
}

/*
footer .vibrant .r-scer-bottom-bit {
    margin-top: 270px;
    text-shadow: 0px 0px 10px #000000;
    font-weight: 400;
    font-size: 14px;
}*/


footer .vibrant .r-scer-bottom-bit {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    background-color: #363636;
    padding: 15px 0;
}

footer .vibrant .column h3 {color: #fff;}


footer .region-footer-second .column {
    margin-top: 50px;
}

footer .region-footer-second p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0px;
    margin-bottom: 7px;
}



@media only screen and (max-width: 1200px){


footer .r-scer-outtershell .r-scer-innershell {
    height: 820px;
}

footer .vibrant .r-scer-outtershell {
    background-position: 20% 100% !important;
}

footer .vibrant .r-scer-bottom-bit {
    margin-left: 30px;
    margin-top: 0px;
    text-shadow: 0px 0px 0px #000000;
}



}
@media only screen and (max-width: 775px) {

footer .vibrant .r-scer-outtershell {background-position: 5% 100% !important;}
footer .vibrant .r-scer-flag {border-width: 0px 0px 3px 0px;}

footer .vibrant .column {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer .vibrant .three {
    padding-bottom: 370px;
}

footer .r-scer-outtershell .r-scer-innershell {
    height: auto;
}

}
/* --------End Vibrant Footer ---------*/


/* ---------Mega Menu-------- */
#rpi-min-header-2 {
    background-color: #900;
    height: 30px;
}
#rpi-mega-ribbon{
     width: 200vw;
     background-color: #D6001C;
     position: absolute;
     left: -100%;
     z-index: -1;
     height: 160px;
     top: 0px;
}
/* --- Mega Menu Header --- */

#rpi-mega-header .middlelinks {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content:space-between;
}

#rpi-mega-header .middlelinks .logo {
    padding-top: 20px;
    width: 100%;
    text-align: center;
    height: auto;
}

#rpi-mega-header .middlelinks .logo img{
    width: 90%;
    height: auto;
	max-width: 375px;
}

#rpi-mega-header .middlelinks nav {
	text-align: center;
}

#rpi-mega-header .middlelinks a {
    padding: 0 0 0 1em;
    color: #fff;
    font-size: 14px;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	}
	#rpi-mega-header .middlelinks .apply a {
        padding: 0 0 0 1em;
        text-transform:capitalize;
    }
        
#rpi-mega-header .middlelinks a#search-button {
     padding-left: 5px;
 }
#rpi-mega-header .middlelinks a:hover {
	text-decoration:underline;
	}
	
#rpi-mega-header .middlelinks a:first-child {padding: 0;}

#rpi-mega-header .middlelinks form {
    vertical-align: text-top;
    float: right;
    padding-left: 20px;
}
	
#rpi-mega-header .topbanner {
	background-color: #D6001C;
	height: 190px;
	}
	
#rpi-mega-header .middlelinks .brand-menu {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}
#rpi-mega-header .middlelinks .brand-menu nav.navigation {
    text-transform: capitalize;
}	
#rpi-mega-header .topbanner {
	background-color: #D6001C;
	height: 190px;
	}
	
/* ----MEGA MENU --- */

#rpi-mega-header span.title {
	font-size: 16px;
    color: #444;
	font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}
#rpi-mega-header span.title a {
    margin: 1.25em 0 .75em !important;
    line-height: 1.25em;
}
#rpi-mega-header h3 {
	color: #444;
	font-size: .95em;
	line-height: 1.15;
	margin: 1.25em 0 .75em !important;
	text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}

#rpi-mega-header .mega-menu h3 {
    color: #444;
    padding-left: 40px;
	padding-top: 20px;
 	border-bottom: 1px solid #ddd;
	font-weight:400;
}

#rpi-mega-header .menu-wrapper {
    background-color: #fff;
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
#menu-wrapper-ribbon {
	display:none;
    width: 200vw;
    position: absolute;
    left: -100%;
    z-index: -1;
    top: 0;
    background-color: #fff;
    height: 49px;
    border-bottom: 1px solid #ddd;
	}
#mega-menu-ribbon {
    width: 200vw;
    position: absolute;
    left: -100%;
    z-index: -1;
    top: 0;
    background-color: #fff;
    height: 100%;
    border: 0px solid #ddd;
	display:none;
}
#rpi-mega-header .nav-column a, #rpi-mega-header .nav>li>a, h3 {
	font-weight: 400;
}
#rpi-mega-header .nav, #rpi-mega-header .nav a, #rpi-mega-header .nav form, #rpi-mega-header .nav input, #rpi-mega-header .nav li, #rpi-mega-header .nav ul {
	border: none;
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
}
#rpi-mega-header .nav a {
	text-decoration: none
}

#rpi-mega-header input {
	font-size: 14px;
	-webkit-font-smoothing: antialiased
}

#rpi-mega-header .nav-search>form, #rpi-mega-header .nav>li>a {
	position: relative;
	z-index: 510
}

#rpi-mega-header .nav>li>a {
	color: #767676;
	display: block;
	line-height: 40px;
	padding: 0 2em;
	transition: all .3s ease;
	text-transform:uppercase;
}

#rpi-mega-header .nav>li:first-child>a {
	border-left: none;
}
#rpi-mega-header .nav-search>form {
	width: inherit;
	display:inline-block;
}
#rpi-mega-header .nav-search input[type=text] {
	background: #990000;
	color: #eee;
	display: block;
	float: left;
	transition: all .3s ease 1s;
	width: 0;
	border:0px;
	text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
}
#rpi-mega-header .nav-search input[type=text]:focus {
	color: #fcfcfc
}
#rpi-mega-header .nav-search input[type=text]:focus, #rpi-mega-header .nav-search:hover input[type=text] {
	padding: 0;
	transition: all .3s ease .1s;
	width: 6.875em;
	    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
}
#rpi-mega-header .nav-search input[type=submit] {
	background: url(../img/search-icon.svg) center center no-repeat;
	border-radius: 0;
	cursor: pointer;
	display: block;
	float: left;
	padding: 0 1.25em;
	transition: all .3s ease;
	border:0px;
}
#rpi-mega-header .nav-search input:focus, #rpi-mega-header .nav-search input[type=submit]:hover {
	background-color: #990000;
}

#rpi-mega-header .mega-menu p {
	color: #767676;
	font-size:14px;
	line-height: 20px;
}

#rpi-mega-header .mega-menu li a {
	font-size:18px;
	font-weight: 400;
}


#rpi-mega-header .mega-menu a:hover {
	color:#990000;
	text-decoration:underline;
}

#rpi-mega-header .allred {
	color:#990000 !important;
}

#rpi-mega-header .highlight {
	color: #2196f3
}

.arrows-text {position: absolute;
    left: -30000px;
    visibility: hidden;
    opacity: 0;}
	
label.menu-icon {
    display: none;
}

/* --- Mega Menu End --- */




/* --- Mega Menu Mobile Menu Start --- */




* { padding: 0; margin: 0; }



#rpi-mega-header .nav {
	position: absolute;
	left: -376px;
	top: 305px;
	width: 100%;
	background-color: #fff;
	/*transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;*/
	cursor: default;
    display: inline-block;
    z-index: 500;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-weight: 200;
    font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-top: -4px;
}

#rpi-mega-header .nav li {
    /* list-style: none; */
    text-align: left;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    padding-left: 20px;
}

#rpi-mega-header .menu-icon {
	padding: 10px 7px;
	padding-left: 20px !important;
	color: #767676;
	cursor: pointer;
	float: left;
	margin: 0;
	font-size: 20px;
} 

#rpi-mega-header .area-icon {
	padding: 15px 20px 0px 20px;
	color: #767676;
	cursor: pointer;
	float: right;
	font-size: 30px;
    line-height: 30px;
} 

#rpi-mega-header label {font-weight:400;}

#rpi-mega-header #menuToggle { display: none; }

#rpi-mega-header #menuToggle:checked ~ .nav { position: absolute; left: 0; }

#rpi-mega-header .menuup { display: none; }
#rpi-mega-header #menuToggle:checked + .menu-icon .menuup {display: inline;}
#rpi-mega-header #menuToggle:checked + .menu-icon .menudown {display: none;}

#rpi-mega-header i.fa.fa-times {
    padding-right: 1.5px;
}

#rpi-mega-header #areaToggle { display: none; }
#rpi-mega-header .areaup { display: none; }
#rpi-mega-header #areaToggle:checked ~ .mega-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #areaToggle:checked + .area-icon .areaup {display: block;}
#rpi-mega-header #areaToggle:checked + .area-icon .areadown {display: none;}

#rpi-mega-header #acaToggle { display: none; }
#rpi-mega-header .acaup { display: none; }
#rpi-mega-header #acaToggle:checked ~ .mega-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #acaToggle:checked + .area-icon .acaup {display: block;}
#rpi-mega-header #acaToggle:checked + .area-icon .acadown {display: none;}
	
#rpi-mega-header #admToggle { display: none; }
#rpi-mega-header .admup { display: none; }
#rpi-mega-header #admToggle:checked ~ .mega-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #admToggle:checked + .area-icon .admup {display: block;}
#rpi-mega-header #admToggle:checked + .area-icon .admdown {display: none;}	
	
#rpi-mega-header #przToggle { display: none; }
#rpi-mega-header .przup { display: none; }


#rpi-mega-header #przToggle:checked ~ .przdown {display: none;}		
	
#rpi-mega-header #prz-vp-Toggle { display: none; }
#rpi-mega-header .prz-vp-up { display: none; }
#rpi-mega-header #prz-vp-Toggle:checked ~ .sub-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #prz-vp-Toggle:checked + .sub-area-icon .prz-vp-up {display: block;}
#rpi-mega-header #prz-vp-Toggle:checked + .sub-area-icon .prz-vp-down {display: none;}		

#rpi-mega-header #prz-ac-Toggle { display: none; }
#rpi-mega-header .prz-ac-up { display: none; }
#rpi-mega-header #prz-ac-Toggle:checked ~ .sub-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #prz-ac-Toggle:checked + .sub-area-icon .prz-ac-up {display: block;}
#rpi-mega-header #prz-ac-Toggle:checked + .sub-area-icon .prz-ac-down {display: none;}		

#rpi-mega-header #prz-nw-Toggle { display: none; }
#rpi-mega-header .prz-nw-up { display: none; }
#rpi-mega-header #prz-nw-Toggle:checked ~ .sub-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #prz-nw-Toggle:checked + .sub-area-icon .prz-nw-up {display: block;}
#rpi-mega-header #prz-nw-Toggle:checked + .sub-area-icon .prz-nw-down {display: none;}		

#rpi-mega-header #resToggle { display: none; }
#rpi-mega-header .resup { display: none; }
#rpi-mega-header #resToggle:checked ~ .mega-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #resToggle:checked + .area-icon .resup {display: block;}
#rpi-mega-header #resToggle:checked + .area-icon .resdown {display: none;}

#rpi-mega-header #stlToggle { display: none; }
#rpi-mega-header .stlup { display: none; }
#rpi-mega-header #stlToggle:checked ~ .mega-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #stlToggle:checked + .area-icon .stlup {display: block;}
#rpi-mega-header #stlToggle:checked + .area-icon .stldown {display: none;}	

#rpi-mega-header #newsToggle { display: none; }
#rpi-mega-header .newsup { display: none; }
#rpi-mega-header #newsToggle:checked ~ .mega-menu {opacity: 1; position: relative; visibility: visible;}
#rpi-mega-header #newsToggle:checked + .area-icon .newsup {display: block;}
#rpi-mega-header #newsToggle:checked + .area-icon .newsdown {display: none;}	
	

#rpi-mega-header .nav>li>a {
    color: #767676;
    display: inline;
    line-height: 50px;
    padding: 0 0.5em;
    text-transform: inherit;
    font-weight: 400;
}

#rpi-mega-header .mega-menu {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 100%;
	left:0;
}


#rpi-mega-header .mega-menu li {
    list-style-type: none;
    border-bottom: 0px solid #ddd;
    line-height: 24px;
    padding-left: 0px;
    text-align: left;
    margin: 0px 40px 30px 40px;
}

#rpi-mega-header .mega-menu img {
    width: auto;
    height: 100px;
    padding-left: 40px;
}

#rpi-mega-header .mega-menu p {
    color: #767676;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 10px 20px 20px 40px;
}


#rpi-mega-header .nav-column li a {
	color: #900;
	display: inline;
	line-height: 1.4
}

#rpi-mega-header .nav-column33 li a {
	color: #900;
	display: inline;
	line-height: 1.4
}

#rpi-mega-header .nav-column33 li li a {
    color: #900;
}

#rpi-mega-header .sub-menu {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 100%;
	left:0;
	background-color: #e8e8e8;
    padding-bottom: 5px !important;
	margin-top: 20px !important;
}

#rpi-mega-header .sub-menu li {
    list-style-type: none;
    border-bottom: 0px solid #ddd;
    line-height: 20px !important;
    padding-left: 0px;
    text-align: left;
    margin: 0px 10px 10px 15px !important;
	padding-top: 15px;
}

#rpi-mega-header .sub-area-icon {
	padding: 0px 10px 0px 20px;
	color: #767676;
    cursor: pointer;
    float: right;
    font-size: 30px;
    line-height: 25px;
}

/*  .withchild {border-bottom: 1px dashed #999 !important;}  */

#rpi-mega-header .fa-plus, #rpi-mega-header .fa-minus {font-size: 20px !important;}
	

.nav-feature {
	display:none;
}
.nav-image {
	display:none;
}	
@media screen and (max-width: 1023px) {
	
	label.menu-icon {
    display: block;
}

#rpi-mega-header #przToggle:checked ~ .przup {display: block;}

#rpi-mega-header #przToggle:checked ~ .mega-menu {opacity: 1; position: relative; visibility: visible;}
 
}
/* --- Mega Menu Mobile Menu End --- */


@media screen and (min-width: 400px) {

#rpi-mega-header .nav {width: 375px; top: 275px;}

#rpi-mega-header .middlelinks a {padding: 0 0 0 1.5em;}

}
@media screen and (min-width: 600px) {
	
#rpi-mega-header .middlelinks a {padding: 0 0 0 2em;}
	
#rpi-mega-header .middlelinks .logo img{
    width: 375px;
    height: auto;
}


}
@media screen and (min-width: 801px) {
	
#rpi-mega-header .middlelinks nav {
    	padding-right: 20px;
}

#rpi-mega-header .middlelinks .logo {
    display: inline-block;
    margin-top: 20px;
    width: auto;
    text-align: center;
	margin-left: 20px;
	padding-top: 0px;
}

#rpi-mega-header .topbanner {
	height: 160px;
	}
	
#rpi-mega-header .nav {
	top: 245px;
}

	
}
@media screen and (min-width: 1024px) {
	
	
#rpi-mega-header button {display:none;}

#rpi-mega-header .menuup {display: none;}
#rpi-mega-header .menudown {display: none;}

#rpi-mega-header .prz-vp-up {display: none;}
#rpi-mega-header .prz-vp-down {display: none;}		

#rpi-mega-header .prz-ac-up {display: none;}
#rpi-mega-header .prz-ac-down {display: none;}		

#rpi-mega-header .prz-nw-up {display: none;}
#rpi-mega-header .prz-nw-down {display: none;}	

#rpi-mega-header .nav {
    position: relative;
    left: inherit;
    top: inherit;
	}
	
#rpi-mega-header .area-icon {display:none;}

#rpi-mega-header .nav li {
    padding-left: 0px;
    border-bottom: 0px solid #ddd;
	}

#rpi-mega-header li:hover>.mega-menu {
	opacity: 1;
	overflow: visible;
	visibility: visible;
}

#rpi-mega-header .menu-wrapper  .nav a {
    display: block;
  }

#rpi-mega-header .nav>li>a {
    padding: 0 0.8em;
    text-transform: uppercase;
}

#rpi-mega-header .nav {font-size: 16px; width: 100%;}

#rpi-mega-header .nav>li>a {
    display: block;
    padding: 0 1.0em;
    text-transform: uppercase;
	font-weight: 400;
}

#rpi-mega-header .nav>li>a:hover {
    transition: all .3s ease;
}


#rpi-mega-header .mega-menu {
	opacity: 0;
	position: absolute;
	transition: all .3s ease .15s;
	visibility: hidden;
	width: 100%;
	left:0;
	top: 51px;
	box-sizing: content-box !important;
}

#rpi-mega-header .mega-menu::before {box-sizing: content-box !important;}
#rpi-mega-header .mega-menu::after {box-sizing: content-box !important;}


#rpi-mega-header .mega-menu li {
	margin: 0px;
}

#rpi-mega-header .nav>li:hover>a, #rpi-mega-header .nav>li>a:focus, #rpi-mega-header .nav>li:hover>a .fa {
	background: #D6001C;
	color: #fff;
    height: auto;
}

#rpi-mega-header .mega-menu .cont {
    margin-left: auto;
    margin-right: auto;
	width: auto;
	text-align: center;
    border-top: 0px solid #ddd;
}

#rpi-mega-header .mega-menu {
	background: #fff;
}
	
#rpi-mega-header .mega-menu h3 {
    padding-left: 0px;
	padding-top: 0px;
}

#rpi-mega-header .mega-menu img {
    height: auto;
    padding-left: 0px;
}


#rpi-mega-header .mega-menu p {
    padding: 10px 0px 20px 0px;}

#rpi-mega-header .nav-column img {width: 100%;}	

#rpi-mega-header .nav-column33 img {width: 100%;}	

#rpi-mega-header .nav-column {
	padding: 1.0%;
    width: 20%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#rpi-mega-header .nav-column33 {
	padding: 1.5%;
	width: 28%;
	text-align: left;
	display: inline-block;
    vertical-align: top;
}


#rpi-mega-header .nav-column li a {
	color: #767676;
	display: block;
	line-height: 1.75em;
}
#rpi-mega-header .nav-column a:hover {
	color: #990000;
}


#rpi-mega-header .nav-column33 li a, #rpi-mega-header .nav-column li a {
	color: #767676;
	display: block;
	line-height: 1.20em;
    margin-bottom: 14px;
}
#rpi-mega-header .nav-column33 a:hover {
	color: #990000;
}

#menu-wrapper-ribbon { 
	display:none !important;
	}


/* --- Mega Menu NAV --- */

#rpi-mega-header .nav>li {
	float: none;
    display: inline-block;
	position: initial;
}

#rpi-mega-header .mega-menu h3 {border-bottom: 0px solid #ddd;}

#rpi-mega-header .mega-menu li {padding-bottom: 0px;}

#rpi-mega-header .menu-wrapper {
    height: auto;
    border-bottom: 0px solid #ddd;
}
	
.nav-feature {
	display:block;
}
.nav-image {
	display:block;
}	
	
}
@media screen and (min-width: 1200px) {
	
#rpi-mega-header .middlelinks {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
    height: 100%;
	}
	
#rpi-mega-header .middlelinks .logo {
	display: inline-block;
    margin-top: 20px;
	margin-left: 0px;
	}
	
#rpi-mega-header .middlelinks nav.apply {
    text-transform: capitalize;
}
#rpi-mega-header .nav {font-size: 16px;}


#rpi-mega-header .mega-menu .cont {width: 1200px;}

#rpi-mega-header .nav-column {
	padding: 2.0%;
	padding-top: 2.5%;
}

#rpi-mega-header .nav-column33 {
	padding: 2.5%;
}


}
@media screen and (min-width: 1220px) {
#rpi-mega-header .middlelinks nav {
	padding-right: 0px;
}
}
	
@media only screen and (max-width: 1120px) and (min-width: 1020px) {

	#rpi-mega-header .nav>li>a {padding: 0 0.9em !important;}
	
	#rpi-mega-header .nav {font-size: 15px !important;}

}

@media screen and (max-width:800px) {
		
#rpi-mega-header .middlelinks {display: block;}

.apply {
    	width: 300px;
    	margin: auto;
    	padding-top: 10px;
}

.people {display: none;}

	}
