* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: 14px/20px Helvetica, Arial, sans-serif;
    color: #463936;
    background-color: #f4f4ec;
}

a {
    color: #f36e21;
    text-decoration: none;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 25px;
}

h1, h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

h1 {
    margin-bottom: 20px;
    color: #f36e21;
    text-transform: uppercase;
}

h2 {
    font-size: 22px;
    color: #333;
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

ul {
    margin: 0 0 25px 25px;
    list-style: disc;
}

table {
    width: 100%;
}

input:focus {
    outline: none;
}

.container {
    position: relative;
    width: 1130px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

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

.text-right {
    text-align: right;
}

.orange {
    color: #f36e21;
}

.important {
    font-size: 25px;
    line-height: 1.6;
    font-weight: bold;
}

.total-cost {
    float: right;
}

.element-invisible {
    display: none;
}

input[type=text],
input[type=submit] {
    border-radius: 0;
    -webkit-appearance: none;
}

/* SVG */
#svgdefs {
    display: none;
}

#idbar-svg-close-button circle {
    fill: #dedede;
}

#idbar-svg-close-button polygon {
    fill: #666;
    stroke: #666;
}

/* RIT HEADER */
#rit-header {
    height: 52px;
    background-color: #000;
}

#rit-logo {
    display: block;
    /* line-height: 52px; */
    transition: opacity 200ms ease-in-out;
    text-decoration: none;
}
#rit-footer-logo{
  text-decoration: none !important;
}

#rit-logo img {
    width: 370px;
    max-width: none;
    vertical-align: middle;
}

#rit-logo svg,
#rit-footer-logo svg{
  fill: white;
  max-height: 51px;
}

#rit-footer-logo svg{
  max-height: 26px;
}

#rit-logo-rit,
#rit-footer-rit{
  width: 63px;
}

#mobile-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 175px;
    transform: translate(-50%, 100%);
    transition: transform 200ms ease-in-out;
    color: white;
}

/* Mobile Menu */
#idbar-menu-button {
    display: none;
    position: absolute;
    top: 14px;
    width: 31px;
    height: 29px;
}

.idbar-new-menu-button {
    background: transparent;
    position: absolute;
    top: -1px;
    left: 0px;
    height: 26px;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.idbar-new-menu-button:hover, .idbar-new-menu-button:focus, .idbar-new-menu-button:visited {
    background: transparent;
}

.idbar-new-menu-button span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.idbar-new-menu-button span:after,
.idbar-new-menu-button span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.idbar-new-menu-button span:after {
    top: 9px;
}

.idbar-new-menu-button span:after,
.idbar-new-menu-button span:before,
.idbar-new-menu-button span {
    width: 30px;
    height: 4px;
    background-color: white;
}

.idbar-new-menu-button span:before,
.idbar-new-menu-button span:after {
    -webkit-transition-duration: 0.2s, 0.2s;
    transition-duration: 0.2s, 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.mobile-out .idbar-new-menu-button span {
    transition: background .3s 0s ease;
    background: transparent;
}

.mobile-out .idbar-new-menu-button span:before,
.mobile-out .idbar-new-menu-button span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
}

.mobile-out .idbar-new-menu-button span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-out .idbar-new-menu-button span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 800;
}

/* Search form */
#rit-search {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
}
#rit-search label {
    display: none;
}

#rit-search {
    width: 190px;
}

#rit-search input[type=text] {
    width: 100%;
    padding: 6px 34px 6px 10px;
    font: 11px/13px Helvetica, sans-serif;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
}

#rit-search .form-submit {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
}

#search-icon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    height: 52px;
    width: 52px;
    background: #000;
    cursor: pointer;
}

#close-mobile-search {
    display: none;
    position: absolute;
    top: 17.5px;
    right: 15px;
    width: 17px;
    height: 17px;
    z-index: 10;
}

/* HEADER */
#header {
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    background-color: #dfdecb;
}

.animate #header {
    transition: padding 400ms ease-in-out;
}

#header:after {
    display: block;
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 100px;
    width: 100%;
    background-color: #2d2d2d;
    content: '';
    z-index: 10;
}

.animate #header:after {
    transition: height 400ms ease-in-out;
}

#header.submenu-open {
    padding-bottom: 140px;
}

#header.submenu-open:after {
    height: 140px;
}

#logo {
    float: left;
    padding-top: 8px;
}

@media (max-width: 800px){
    #logo {
        padding-top: 0;
    }
}

#logo a {
    color: black;
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
}

#menu {
    position: relative;
}

#menu ul {
    float: right;
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

#menu ul li {
    display: inline-block;
    padding: 10px 7px 25px;
}

#menu ul li + li {
    margin-left: 25px;
}

#menu ul li a {
    display: inline-block;
    padding: 15px 0 10px 5px;
    font: 14px/15px Oswald, Tahoma, Geneva, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #64645a;
    border-left: 2px solid #8a8671;
}

#menu ul li a:hover {
    border-color: #f16f30;
}

#menu ul ul {
    display: none;
    float: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 11;
}

#menu ul ul li {
    width: 33%;
    margin: 0;
    padding: 0 20px 5px 0;
}

#menu ul ul li a {
    display: block;
    padding: 8px 0;
    font: normal 13px Helvetica, Arial, sans-serif;
    letter-spacing: .5px;
    color: #fff;
    text-transform: none;
    border-left: 0;
    border-bottom: 1px solid #404141 !important;
}

#menu ul ul a.active {
    color: #f36e21 !important;
}

/* Active links */
#menu ul li.parent-list-item.active-trail,
#menu ul .parent-list-item + li.active {
    background-color: #000;
}

#menu ul li.parent-list-item.active-trail > a,
#menu ul .parent-list-item + li.active a {
    color: #fff;
    border-color: #f16f30;
}

/* Open submenu */
#menu ul li.submenu-open {
    background-color: #2d2d2d !important;
}

#menu ul li.submenu-open > a {
    color: #fff;
    border-color: #f16f30;
}

#menu ul li.submenu-open ul {
    display: block;
}

/* ============================= Mobile Menu Styles == */
#mobile-menu {
    position:fixed;
    top: 52px;
    bottom: 0;
    width: 280px;
    left: -280px;
    z-index: 801;
    background: transparent;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    transition: left 250ms ease-in-out;
}

.mobile-out #mobile-menu {
    left: 0;
}

#mobile-menu ul {
    margin: 0;
    background: #e7e5d8;
}

#mobile-menu ul li {
    margin:0;
    padding: 0;
    border-bottom: 1px solid #363636;
    list-style: none !important;
}

#mobile-menu ul li:last-of-type {
    border-bottom: 0;
}

#mobile-menu a {
    font: 300 14px/16px 'Oswald', Helvetica, sans-serif;
    letter-spacing:1px;
    display:block;
    padding: 25px 15px;
    color:#000;
    position: relative;
    text-transform: uppercase;
}

#mobile-menu ul ul {
    background: #4b4b4b;
    display: none;
}

#mobile-menu ul li.active-trail > ul {
    display: block;
}

#mobile-menu ul ul a {
    padding: 15px 0;
    color: #bebebe;
    text-transform: none;
    border-bottom: 1px solid #363636;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#mobile-menu ul ul li {
    padding: 0 30px;
}

#mobile-menu ul ul li.active-trail > a {
    color: #fff;
}

#mobile-menu ul ul li, #mobile-menu ul ul li.menuOut > a {
    border-bottom: 0;
}

#mobile-menu ul ul ul li {
    padding-left: 0;
    border-bottom: 0;
}

#mobile-menu ul ul ul li a {
    margin-left: 10px;
    padding: 10px 0 10px 10px;
    border-left: 2px solid #a6a6a6;
    border-bottom: 0;
}

#mobile-menu ul li.parent-list-item > a:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    color: #555;
}
#mobile-menu ul li.menuOut > a:after {
    content: "-";
    font-size: 24px;
}
#mobile-menu ul li.parent-list-item ul li.parent-list-item > a:after {
    font-size: 17px;
    margin-top: -10px;
    right: 0;
    color: #bebebe;
}
#mobile-menu ul li.parent-list-item ul li.menuOut > a:after {
    font-size: 21px;
    margin-top: -9px;
}

/* CONTENT */

#site-body {
    margin-top: 40px;
}

#left-column {
    float: left;
    width: 65%;
}

#right-column {
    float: right;
    width: 30%;
}


.box,
.webform-client-form-433,
.webform-client-form-441,
.webform-client-form-491 {
    padding: 25px;
    background-color: #e4e3d7;
}

.box + .box {
    margin-top: 25px;
}

.box + h2 {
    margin-top: 50px;
    padding: 0 0 15px;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #f36e21;
}

.box .languages {
    table-layout: fixed;
}

.box .languages td {
    padding: 10px 0;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
}

.box .languages td a {
    color: #222;
    transition: color 200ms ease;
}

.box .languages td a:hover {
    color: #f36e21;
}

.box > *:last-child {
    margin-bottom: 0 !important;
}

.left-half, .right-half {
    float: left;
    width: 48%;
}

.left-half *:last-child,
.right-half *:last-child {
    margin-bottom: 0;
}

.right-half {
    float: right;
}

.inner-box {
    margin-bottom: 25px;
    padding: 20px;
    border: 2px solid #d1cfbe;
    background-color: #f0f0e9;
}

.inner-box *:last-child {
    margin-bottom: 0;
}

.inner-box + p {
    margin-top: 25px;
}


#right-column .box {
    margin-bottom: 25px;
    background-color: #f9f9f5;
    border: 1px solid #d1cfbe;
}

#right-column h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #f36e21;
}

.view-sidebar-images .views-row + .views-row {
    margin-top: 10px;
}



/* FOOTER */
#footer {
    margin-top: 75px;
    background-color: #dfdecc;
}

.footer-left,
.footer-mid,
.footer-right {
    float: left;
    width: calc(100% / 3);
    padding: 40px 0;
}

.footer-right {
    width: 30%;
}

.footer-left *:last-child,
.footer-mid *:last-child,
.footer-right *:last-child {
    margin-bottom: 0 !important;
}

.footer-left a {
    display: block;
}

.footer-mid img {
    margin-left: 10px;
    width: 33px;
    height: 33px;
    vertical-align: middle;
}

.footer-mid strong {
    display: inline-block;
    width: 120px;
    text-transform: uppercase;
}

.footer-mid .social-media {
    display: inline-block;
    width: 30px;
    height: 29px;
    vertical-align: middle;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: border-color 200ms ease-in-out;
}

.footer-mid .social-media:hover {
    border-color: #fff;
}

.social-media.facebook {
    background-image: url(../images/social-media/facebook.png);

}
.social-media.twitter { background-image: url(../images/social-media/twitter.png); }
.social-media.instagram { background-image: url(../images/social-media/instagram.png); }
.social-media.youtube { background-image: url(../images/social-media/youtube.png); }

/* SUBFOOTER */
#subfooter {
    padding: 20px 0 100px;
    color: #fff;
    background-color: #161616;
}

#subfooter p {
    margin-bottom: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
}

#subfooter a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
}

#subfooter img {
    opacity: 0.75;
}

.backtotop {
    padding: 7px;
    width: 44px;
    height: 44px;
    display: block;
    position: fixed;
    z-index: 103;
    bottom: -50px;
    right: 20px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    background-color: rgba(241, 111, 0, 0.6);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAoklEQVQ4T7WT0Q3CMAwFzxPAJjBCNwEmYIWyAWzQUboCm8AEDxklSAS7Qoqa79z5xXoxOo918qwrkDQCMrNLljRNIGkCDgWczOwUSUJBA1culPwIGvhe6F2W5EsQwEMBZyCUfAQRbGYPF0jaAqHkLViC6wIyiUm6Audy0d881Mnt1gPJzQUecwMswkmSpwv2gBfmmE1OknhPxnWr/M9H607wAmdEULiH7yPiAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.backtotop.shown {
    bottom: 14px;
}

/* ============================= Homepage Slideshow Styles == */

#featured-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #dfdecb;
}

#featured-slideshow .slideshow-bg{position:absolute; width:100%; height:100%; top:0; left:0; background:url(../images/slideshow-bg.png) center center; z-index:10}
.homepage-slideshow{max-width:1200px; margin:0 auto; position:relative}
.homepage-slideshow .view-content{overflow:visible; width:150000px; margin-left:-2400px}
.homepage-slideshow .views-row{float:left; max-width:1200px; width:100%}
.homepage-slideshow .views-row .slideshow-image{line-height:0; margin:0}
.homepage-slideshow .views-row.active{z-index:20}
.homepage-slideshow .views-row img{width:100%; display:block}
.homepage-slideshow .views-field-title{width:560px; position:absolute; bottom:-52px; left:9px}
.homepage-slideshow .views-field-title span a{color:#fff}
.homepage-slideshow .views-field-title .field-content{background:#666; background:rgba(102,102,102,.9); color:#fff; text-transform:uppercase; width:100%; display:block; padding:18px 0 17px 10px; height:17px}
#featured-slideshow .slideshow-controls{position:absolute; z-index:25; width:auto; right:9px; bottom:1px}
#featured-slideshow .slideshow-controls span{float: left; background:#666; cursor:pointer; width:36px; height:52px; display:inline-block; zoom:1; *display:inline; position: relative;;
    transition:background 200ms ease-out;
    -moz-transition:background 200ms ease-out;
    -webkit-transform:background 200ms ease-out;
    -o-transform:background 200ms ease-out;
    -ms-transform:background 200ms ease-out;
}
#featured-slideshow .slideshow-controls span:hover{background:#0a0a0a}
#featured-slideshow .slideshow-controls span:before{content:""; width:0; height:0; position: absolute; border:13px solid transparent; z-index:31; margin: auto; bottom:0; right:0; left:0; top:0;}
#featured-slideshow .slideshow-controls .SlideshowLeft:before{border-right-color:#fff; margin-right:13px}
#featured-slideshow .slideshow-controls .SlideshowRight:before{border-left-color:#fff; margin-left:13px}
#featured-slideshow .left-overlay{background:#D5D2C1; width:50%; height:100%; z-index:100; position:absolute; top:0; opacity:.7; left:95%; filter:alpha(opacity=70);}
#featured-slideshow .right-overlay{background:#D5D2C1; width:50%; height:100%; z-index:100; position:absolute; top:0; opacity:.7; right:95%; filter:alpha(opacity=70);}


#featured-slideshow .views-row {
    position: relative;
    overflow: hidden;
}
#featured-slideshow .views-field-body {
    position: absolute;
    bottom: 10px;
    left: 200px;
    z-index: 1;
    color: white;
    width: 250px;
    height: 250px;
    padding: .5rem;
    font-size: 28px;
    line-height: 1.2;
}

#featured-slideshow .views-field-body a {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

#featured-slideshow .views-field-body::before {
    content: "";
    background-image: url(https://www.rit.edu/marketing/drupal8base/sites/all/themes/uwbase/rit_bootstrap_2019/images/hero/big-orange-trail-full.png?1);
    position: absolute;
    background-position: center;
    background-size: 100%;
    top: -25px;
    left: -500px;
    width: 750px;
    height: 750px;
    background-repeat: no-repeat;
    bottom: -100px;
    opacity: .7;
    z-index: -1;
}

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

    #featured-slideshow .views-field-body {
        bottom: 15px;
        width: 175px;
        height: 145px;
        left: 150px;
        font-size: 20px;
    }
    #featured-slideshow .views-field-body::before {
        left: -340px;
        width: 500px;
        height: 500px;
    }
}

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

    #featured-slideshow .views-field-body {
        bottom: 0%;
        left: 0;
        right: 0;
        background-color: #f76902ad;
        text-align: center;
        width: auto;
        height: auto;
        padding-right: 90px;
        font-size: 16px;
    }

    #featured-slideshow .views-field-body p {
        margin-bottom: 0;
    }

    #featured-slideshow .views-field-body::before {
        content: none;
    }
}



/* ============================= Home Sections Styles == */
.view-home-pods table {
    margin-top: 50px;
    width: 100%;
    table-layout: fixed;
}

.view-home-pods td {
   padding: 0 10px 20px;
}

.view-home-pods table td .all-fields {
    width: 100%;
    min-height: 227px;
    background: #E6E5D6;
}

.view-home-pods .views-field-title {
    position: relative;
}

.view-home-pods .views-field-title a {
    display: block;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    background: url(../images/pod-bg.png);
    border-bottom: 2px solid #f4f4ec;
}

.view-home-pods .views-field-title a:hover {
    border-color: #666;
}

.view-home-pods table tr td .views-field-title .TitleImage {
    position: absolute;
    top: 50%;
    right: 15px;
    background: #f8f7ed;
    border-radius: 50%;
    transform: translateY(-50%);
}

.view-home-pods table tr td:hover .views-field-title .TitleImage {
    background: #666;
    transition: background 250ms ease-out;
}

.view-home-pods table tr td .views-field-title .TitleImage span {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/icons-sprite.png) no-repeat;
    transition: background 250ms ease-out;
}

.view-home-pods table tr td .views-field-title .TitleImage.apply-in-your-language span{background-position:9px 5px}
.view-home-pods table tr td:hover .views-field-title .TitleImage.apply-in-your-language span{background-position:9px -24px}
.view-home-pods table tr td .views-field-title .TitleImage.test-dates span{background-position:-23px 5px}
.view-home-pods table tr td:hover .views-field-title .TitleImage.test-dates span{background-position:-23px -24px}
.view-home-pods table tr td .views-field-title .TitleImage.world-at-rit span{background-position:-56px 5px}
.view-home-pods table tr td:hover .views-field-title .TitleImage.world-at-rit span{background-position:-56px -24px}
.view-home-pods table tr td .views-field-title .TitleImage.full-time-intensive-english-students span{background-position:-122px 5px}
.view-home-pods table tr td:hover .views-field-title .TitleImage.full-time-intensive-english-students span{background-position:-122px -23px}
.view-home-pods table tr td .views-field-title .TitleImage.rit-undergraduate-students span{background-position:-155px 5px}
.view-home-pods table tr td:hover .views-field-title .TitleImage.rit-undergraduate-students span{background-position:-155px -23px}
.view-home-pods table tr td .views-field-title .TitleImage.rit-graduate-students span{background-position:-88px 5px}
.view-home-pods table tr td:hover .views-field-title .TitleImage.rit-graduate-students span{background-position:-88px -23px}
.view-home-pods table tr td .views-field-body p{padding: 10px 15px;}
.view-home-pods table tr td .views-field-field-image img{width:100%; display:block}

.view-home-pods ul {
    margin: 15px 0 0 0px;
    list-style: none;
    text-align: center;
}

.view-home-pods ul li {
    float: left;
    width: 50%;
    padding: 2px 0;
}

.view-home-pods ul li a {
    color: #463936;
}

/* PAGE -- STAFF */
.view-staff-directory {
    padding: 30px;
    overflow: hidden;
    background-color: #e4e3d7;
}

.staff-pod {

    height:375px;
    position: relative;
    float: left;
    width: calc(100% / 3 - 10px);
    max-width: 210px;
    margin: 0 15px 30px 0;
    background: #f0f0e9;

}

.staff-pod:after {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #f0f0e9 transparent;
    content: '';
    transform: translateX(-50%);
}

.staff-pod.active:after {
    display: block;
}

.staff-pod h2 {
    display: none;
}

.staff-pod img {
    display: block;
    max-width: 100%;
}

.staff-pod .views-field {
    padding: 0 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: "HelveticaNeue-CondensedBold", "Helvetica Neue";
    color: #2d2d2d;
}

.staff-pod .views-field-field-image-url {
    padding: 0;
}

.staff-pod .views-field-title {
    padding-top: 10px;
    font-size: 16px;
    font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue";
}

.view-staff-directory .views-field-field-image-url {
    cursor: pointer;
}

.staff-pod .views-field-nothing {
    display: none;
}

.staff-pod.has-bio .views-field-nothing {
    display: block;
    padding-bottom: 10px;
}

.staff-pod .views-field-field-email-1 {
    padding-bottom: 10px;
}

.staff-pod.has-bio .views-field-field-email-1 {
    padding-bottom: 0;
}

.staff-pod .views-field-body {
    display: none;
}

.staff-pod a:hover {
    color: #000;
}

#staff-bio-wrapper {
    position: relative;
    clear: both;
    margin-bottom: 30px;
    padding: 25px;
    background: #f0f0e9;
}

#staff-bio-wrapper .field-content > *:last-child {
    margin-bottom: 0;
}

#staff-bio-wrapper p {
    margin-bottom: 20px;
}

#staff-bio-wrapper > *:last-child {
    margin-bottom: 0;
}

#staff-bio-wrapper .close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../images/close-icon.png);
    content: '';
    cursor: pointer;
}

/* PAGE -- APPLY */

.application-form .discrimination-statement {
  margin-left: 33%;
  width: 45%;
  float: left;
}

.application-form .label-wrapper {
  width: 32%;
  float: left;
  text-align: right;
}

.application-form .form-radios .label-wrapper{
  width: initial;
  float: none;
}
.application-form .form-radios .label-wrapper label{
  margin-top: 0;
  float: none;
}

.application-form .webform-container-inline label {
  margin-top: 10px;
  float: right;
}
.application-form .webform-component--application-reasons--personal-statement label{
  margin-top: 0;
  float: right;
}

.application-form .vertical-center {
  padding: 10px 0;
}

.application-form .vertical-center label {
  margin-top: 0;
}

.application-form .webform-datepicker {
  display: inline-block;
}

.application-form .webform-datepicker .label-wrapper {
  display: none;
}

.application-form fieldset.colored {
  background-color: #e4e3d7;
}

.application-form .fieldset-wrapper {
  padding: 40px 0;
}

.application-form select,
.application-form .description,
.application-form .form-radios,
.application-form input[type=text],
.application-form input[type=email],
.application-form .form-textarea-wrapper,
.application-form .webform-datepicker {
  width: 33%;
}

.application-form select {
  height: 40px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/down-arrow.png') no-repeat;
  background-position: 97% center;
  padding-left: 1em;
  background-color: #ffffff;
  border-radius: 0;
  font: inherit;
  color: #000;
}

.application-form textarea {
  width: 100%;
  border: 0;
  font: inherit;
  color: #000;
  padding: 10px;
}

.webform-datepicker select {
  width: 70px;
}

.application-form .form-radios {
  float: left;
}
.application-form .form-radios .form-type-radio {
  display: block;
}

.application-form input[type="checkbox"] {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}

.application-form input[readonly] {
  background-color: inherit !important;
  padding-left: 0 !important;
}

.application-form .form-managed-file input[type=submit] {
  padding: 10px 12px;
  color: #fff;
  border: 0;
  cursor: pointer;
  background-color: #c0c0c0;
}
.application-form .form-actions input[type=submit] {
  text-transform: uppercase;
  color: #f36e21;
  background-color: transparent;
  border: 2px solid #f36e21;
  position: relative;
  padding: 15px 25px 15px 25px;
  font-size: 16px;
  cursor: pointer;

  transition: all .2s ease;
  margin-left: 32%;
}
.application-form .form-actions input[type=submit]:hover {
  color: #fff;
  background-color: #f36e21;
}

.application-form .form-type-checkbox label {
  float: none;
}
.application-form .form-type-checkbox .label-wrapper {
  text-align: left;
}

.application-form .description {
  margin-left: 32%;
  margin-bottom: 25px;
  font-size: 0.85em;
}

#block-block-56 {
  margin-top: 50px;

}

#block-block-56 .box {
  padding: 25px;
  background-color: #e4e3d7;
}

#block-block-56 h2 {
  margin-top: 50px;
  padding: 0 0 15px;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #f36e21;
}

.application-form .captcha {
  margin-left: 32%;
  margin-bottom: 20px;
  clear: both;
}

.application-form .webform-datepicker select {
  width: 97%;
}

.application-form .webform-datepicker,
.application-form .webform-datepicker .form-item-submitted-personal-information-date-of-birth-month,
.application-form .webform-datepicker .form-item-submitted-personal-information-date-of-birth-day,
.application-form .webform-datepicker .form-item-submitted-personal-information-date-of-birth-year {
  display: inline-block;
  width: 33.333333%;
  float: left;
}

.application-form .hasDatepicker {
  display: none !important;
}

@media screen and (max-width: 979px) {
  .application-form select,
  .application-form .description,
  .application-form .form-radios,
  .application-form input[type=text],
  .application-form input[type=email],
  .application-form .form-textarea-wrapper {
    width: 66%;
  }

  .application-form .webform-datepicker {
    width: 66.66666666%;
  }

  .application-form .discrimination-statement {
    width: 66%;
  }
}

@media screen and (max-width: 600px) {
  .application-form select,
  .application-form .description,
  .application-form .form-radios,
  .application-form input[type=text],
  .application-form input[type=email],
  .application-form .form-textarea-wrapper {
    width: 100%;
  }
  .application-form .webform-datepicker  {
    width: 101%;
  }

  .application-form .label-wrapper {
    width: 100%;
    text-align: left;
  }

  .application-form .webform-container-inline label {
    float: left;
    margin-bottom: 7px;
  }

  .application-form .description {
    margin-left: 0;
  }

  .application-form .form-type-checkbox .label-wrapper,
  .application-form #edit-submitted-fees-price {
    width: 94%;
  }

  .application-form .captcha {
    margin-left: 0;
  }

  .application-form .discrimination-statement {
    margin-left: 0;
    width: 100%;
  }
}

.webform-confirmation .fieldset-wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
}
.webform-confirmation .label-wrapper {
  display: inline;
}

.webform-confirmation .label-wrapper label {
  font-weight: bold;
}
.webform-confirmation .label-wrapper label::after {
  content: ": ";
}

.webform-confirmation .webform-component--payment-received,
.webform-confirmation .webform-component--ecommerce-id {
  display: none;
}



.application-form .clearfix {
    margin-bottom: 5px;
}

.application-form .area + .area {
    margin-top: 30px;
}

.application-form .input-help {
    float: left;
    width: 30%;
    padding-top: 10px;
    padding-right: 10px;
    text-align: right;
}

.application-form .input-help.multiline {
    padding-top: 0;
    line-height: 1.4;
}

.application-form .input-wrap label {
    display: inline;
}

.application-form .input-wrap {
    float: left;
    width: 70%;
    margin-left: 30%;
}

.application-form .input-help + .input-wrap,
.application-form .input-wrap.marginless {
    margin-left: 0;
}

.application-form .radio-wrap {
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
}

.application-form input[type=text],
.application-form input[type=email] {
    display: inline-block;
    padding: 10px;
    font: inherit;
    background-color: #fff;
    border: 0;
}

.application-form input[type=text] + input[type=text] {
    margin-top: 5px;
}

.application-form input[type=text]:focus {
    outline: none;
}

.application-form button {
    position: relative;
    padding: 15px 35px 15px 25px;
    font-size: 16px;
    color: #fff;
    background-color: #f36e21;
    border: 0;
    transition: all .2s ease;
}

.application-form button:before {
    position: absolute;
    right: 10px;
    bottom: 18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 11px 11px;
    border-color: transparent transparent #fff transparent;
    content: "";
    transition: inherit;
}

.application-form button:hover {
    cursor: pointer;
    color: #f36e21;
    background-color: #fff;
}

.application-form button:hover:before {
    border-color: transparent transparent #f36e21 transparent;
}

.application-form #student-signature {
    width: 550px;
    height: 90px;
    background-color: #fff;
}

#jump-apply {
    position: relative;
    float: right;
    padding-right: 30px;
    text-transform: uppercase;
    color: #f36e21;
    background-color: transparent;
    border: 2px solid #f36e21;
}

#jump-apply:hover {
    color: #fff;
    background-color: #f36e21;
}

#jump-apply:before {
    border-color: transparent transparent #f36e21 transparent;
}

#jump-apply:hover:before {
    border-color: transparent transparent #fff transparent;
}

/* PHOTO GALLERY */
.photo-gallery {
    position: relative;
    margin: 0 auto;
    width: 885px;
    height: 460px;
    max-width: 100%;
}

.photo-gallery .views-row {
    position: absolute;
    width: 100%;
    height: 100%;
}

.photo-gallery .next,
.photo-gallery .previous {
    display: block;
    position: absolute;
    top: 50%;
    right: -45px;
    z-index: 200;
    width: 25px;
    height: 47px;
    text-indent: -9999px;
    background-image: url(../images/right-grey-arrow.png);
    cursor: pointer;
    transform: translateY(-50%);
}

.photo-gallery .previous {
    right: auto;
    left: -45px;
    background-image: url(../images/left-grey-arrow.png);
}

/* Controller */
.photo-gallery-controls {
    position: relative;
    width: 800px;
    margin: 30px auto 0;
}

.photo-gallery-controls-wrapper {
    height: 98px;
    padding: 0 5px;
    background-color: #e4e3d7;
    overflow: hidden;
}

.photo-gallery-controls .views-row {
    float: left;
    width: 20%;
    padding: 10px 5px;
}

.photo-gallery-controls .views-row img {
    outline: 2px solid transparent;
    transition: all 200ms ease;
    cursor: pointer;
}

.photo-gallery-controls .views-row img:hover,
.photo-gallery-controls .active img {
    outline-color: #fff;
}

.photo-gallery-controls .next,
.photo-gallery-controls .previous {
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 200;
    width: 15px;
    height: 28px;
    text-indent: -9999px;
    background: url(../images/right-grey-arrow.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    transform: translateY(-50%);
}

.photo-gallery-controls .previous {
    right: auto;
    left: -30px;
    background-image: url(../images/left-grey-arrow.png);
}

/* PAGE -- SEARCH */
#search-form {
    display: none;
}

ol.search-results {
    margin-left: 20px;
}

ol.search-results h3 {
    font-weight: bold;
}

ol.search-results .search-snippet-info {
    padding: 10px 0 0 10px;
}

.pager {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline-block;
    margin: 5px 0 15px;
    padding: 0.5em;
}

#custom-search-blocks-form-2 {
    padding: 15px;
    background-color: #e4e3d7;
}

#custom-search-blocks-form-2 label {
    display: block;
    margin-bottom: 15px;
}

#custom-search-blocks-form-2 input[type=text] {
    padding: 5px;
    width: 90%;
    font: inherit;
    background-color: #fff;
    border: 0;
}

#custom-search-blocks-form-2 input[type=submit] {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 13px;
    color: #fff;
    background-color: #F36E21;
    border: 0;
}

/* PAGE -- WORLD AT RIT */
#world-wrapper {
    min-height: 400px;
}

#world-wrapper .view-the-world-at-rit {
    margin: 0 -10px;
    overflow: hidden;
}

#world-wrapper .views-row {
    float: left;
    position: relative;
    margin: 0 10px 20px;
    font-size: 12px;
    color: #fff;
}

#world-wrapper img {
    display: block;
}

#world-wrapper .views-field-title {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 0 6px 10px;
    opacity: 0;
}

#world-wrapper .views-field-field-number-of-students {
    position: absolute;
    bottom: 6px;
    right: 10px;
    z-index: 2;
    opacity: 0;
}

#world-wrapper .views-row .views-field {
    transition: opacity 400ms ease-in-out;
}

#world-wrapper .views-row:hover .views-field {
    opacity: 1;
}

/* PAGE -- DATES */
#node-148 table {
    margin-bottom: 20px;
    width: 100%;
}

#node-148 td,
#node-148 th {
    padding: 10px;
    background-color: #f0f0e9;
    border: 1px solid #d1cfbe;
}

#node-148 th {
    font-weight: bold;
    text-align: left;
    background-color: #d1cfbe;
}

.orange-important {
    margin: 20px 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f36e21;
}

/* PAGE -- CONTACT */
.webform-client-form-433 .form-item {
    margin-bottom: 15px;
}

.webform-client-form-433 label {
    font-weight: bold;
}

.webform-client-form-433 input,
.webform-client-form-433 textarea {
    display: block;
    margin-top: 3px;
    padding: 10px;
    width: 350px;
    font: inherit;
    background-color: #fff;
    border: 0;
}

.webform-client-form-433 textarea {
    width: 100%;
    height: 125px;
}

.webform-client-form-433 input[type=submit] {
    position: relative;
    padding: 15px 25px;
    width: auto;
    font-size: 16px;
    color: #fff;
    background-color: #f36e21;
    border: 0;
    transition: all .2s ease;
}

.webform-client-form-433 input[type=submit]:hover {
    color: #f36e21;
    background-color: #fff;
    cursor: pointer;
}

/* DRUPAL STYLES */
#edit-node {
    position: absolute;
    top: 0;
    line-height: normal;
    background: #000;
    z-index: 444;
}

#edit-node a {
    display: block;
    padding: 3px 7px;
    color: #fff;
}

.form-item {
    margin: 0;
}

@media (max-width: 900px) {
    #logo {
        width: 300px;
    }
}

@media (max-width: 860px) {
    .staff-pod {
        width: calc(100% / 2 - 15px);
        margin: 0 15px 30px 0;
    }
}

@media (max-width: 915px) {
    .photo-gallery {
        height: 0;
        padding-bottom: calc(100% * 460 / 885);
    }

    .photo-gallery .next,
    .photo-gallery .previous {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        transform: none;
    }

    .photo-gallery .previous {
        margin-right: 40px;
    }

    .photo-gallery .controls {
        position: absolute;
        bottom: -62px;
        left: 50%;
        transform: translateX(-50%);
    }

    .photo-gallery-controls {
        display: none;
    }
}

@media (max-width: 800px) {
    #header {
        margin: 52px 0 20px !important;
        padding: 20px 0 !important;
    }

    #logo {
        width: 100%;
        text-align: center;
    }

    #header:after,
    #menu {
        display: none;
    }

    /* RIT Header */
    #rit-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        z-index: 20;
    }

    #rit-logo {
        overflow: hidden;
        /* width: 105px; */
        width: 93px;
        height: 54px;
        margin: 0 auto;
        transition: transform 200ms ease-in-out;
    }
    #rit-logo-rit{
      width: 93px;
    }

    .show-mobile-logo #mobile-logo {
        transform: translate(-50%, -50%);
    }

    .show-mobile-logo #rit-logo {
        transform: translateY(-100%);
    }

    /* Search */
    #rit-search {
        top: 0;
        left: 100%;
        right: 0;
        margin: 0 0 0 -52px;
        width: 100%;
        transition: all 200ms ease;
    }

    .show-mobile-search #rit-search {
        left: 0;
        margin-left: 0;
    }

    #rit-search input[type=text] {
        position: absolute;
        left: 52px;
        height: 52px;
        width: calc(100% - 52px);
        font-size: 18px;
        line-height: 18px;
        border-radius: 0;
    }

    #rit-search .form-submit {
        display: none;
    }

    #search-icon,
    #idbar-menu-button,
    #close-mobile-search {
        display: block;
    }

    /* Content */
    #left-column,
    #right-column {
        float: none;
        width: 100%;
    }

    #right-column {
        margin-top: 30px;
    }

    /* Footer */
    #footer {
        padding: 35px 0;
    }
    #footer p {
        margin-bottom: 15px;
    }

    #rit-footer-rit{
      width: 45px;
    }

    #rit-footer-text{
      width: 240px;
    }

    .footer-left,
    .footer-mid,
    .footer-right {
        float: none;
        width: 100%;
        padding: 0;
    }

    .footer-mid {
        padding: 20px 0;
    }

    /* Content */
    .left-half,
    .right-half {
        float: none;
        width: 100%;
    }

    .right-half {
        margin-top: 25px;
    }

    /* Homepage Pods */
    .view-home-pods td {
        display: block;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    /* Apply Forms */
    .application-form .input-help,
    .application-form .input-wrap {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .application-form input[type=text] {
        max-width: 100%;
    }

    .application-form #student-signature {
        width: 100%;
    }

    .application-form button {
        padding: 15px;
        font-size: 15px;
    }

    #jump-apply {
        float: none;
    }

    .box .languages td {
        display: inline-block;
        width: 50%;
    }
}

@media (max-width: 500px) {
    .staff-pod {
        float: none;
        width: 210px;
        margin: 0 auto 30px !important;
    }

    #world-wrapper .views-row {
        float: none;
        width: 177px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Fancy Links */
.view-home-pods a,
#left-column a {
    position: relative;
}

.view-home-pods li a:before,
#left-column a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #F36E21;
    visibility: hidden;
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 150ms ease-in-out 0s;
    -moz-transition: all 150ms ease-in-out 0s;
    -ms-transition: all 150ms ease-in-out 0s;
    -o-transition: all 150ms ease-in-out 0s;
    transition: all 150ms ease-in-out 0s;
}

.view-home-pods li a:hover:before,
#left-column a:hover:before {
    visibility: visible;
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* Sidebar Slideshows */
.view-page-slideshows .flexslider {
    background-color: transparent;
    border: 0;
}

.view-page-slideshows .flex-control-paging,
.view-page-slideshows .flex-direction-nav {
    display: none;
}

.view-id-application_form_submissions table {
  border-collapse: collapse;
  border-spacing: 0;
}

.view-id-application_form_submissions table th {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  background: none repeat scroll 0 0 #E1E2DC;
  padding: 10px;
  border: 0;
  vertical-align: middle;
}

.view-id-application_form_submissions tr.even,
.view-id-application_form_submissions tr.odd {
    border-style: solid;
    border-color: #ddd;
    background: #f3f4ee;
    transition: all, 0.15s;
}

.view-id-application_form_submissions tr.odd {
  background: #fff;
}

.view-id-application_form_submissions td {
  border: 0;
  vertical-align: middle;
  color: #000;
  padding: 8px 10px;
}


#ui-datepicker-div {
  background-color: #fafafa;
  border-radius: 0;
  border: 1px solid #ccc;
}
#ui-datepicker-div .ui-widget-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
  background: #eee;
}
#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #fff;
}
#ui-datepicker-div .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover {
  top: 2px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-prev-hover {
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-next-hover {
  right: 2px;
}
#ui-datepicker-div td a {
  border: 1px solid #d3d3d3;
  text-align: center;
}
#ui-datepicker-div td a:hover {
  border-color: #aaa;
}
