/**
 * This file should get overwritten if Method 1 is used. If Method 2 is chosen,
 * remove this comment and start adding your styles to this file.
 */
/* Custom container */

/**
 * Template styles
 */
/* Colors */
.sfsu-gold {
    color: #ffcc33 !important;
}
.sfsu-purple {
    color: #330033 !important;
}
.sfsu-white {
    color: #ffffff !important;
}
.sfsu-blue {
    color: #191970 !important;
}
.sfsu-grey {
    color: #333333 !important;
}
.sfsu-grey-dark {
    color: #231f20 !important;
}
.sfsu-black {
    color: #000000 !important;
}
.sfsu-gold:hover, .sfsu-gold:focus {
    color: #ffcc33 !important;
}
.sfsu-purple:hover, .sfsu-purple:focus {
    color: #330033 !important;
}
.sfsu-white:hover, .sfsu-white:focus {
    color: #ffffff !important;
}
.sfsu-blue:hover, .sfsu-blue:focus {
    color: #191970 !important;
}
.sfsu-grey:hover, .sfsu-grey:focus {
    color: #333333 !important;
}
.sfsu-grey-dark:hover, .sfsu-grey-dark:focus {
    color: #231f20 !important;
}
.sfsu-black:hover, .sfsu-black:focus {
    color: #000000 !important;
}

/* Shades */
.sfsu-light {
    opacity: 0.7;
}
.sfsu-lighter {
    opacity: 0.3;
}

/* Font Awesome overrides*/
#main .fa-inverse {
    color: #ffffff;
}
.fa {
    color: inherit;
}

/* Heading styles */
#header h1, #header .h1 {
    font-size: 26px;
    margin-top: 25px;
}
#utilitybox {
    padding: 0px 10px 0px 0px;
}
#get-acquainted h2, #get-acquainted .h2,
#get-social h2, #get-social .h2,
#get-involved h2, #get-involved .h2 {
    font-size: 35px;
}
#get-acquainted h3, #get-acquainted .h3,
#get-social h3, #get-social .h3,
#get-involved h3, #get-involved .h3 {
    font-size: 22px;
}

#logo img {
    padding-right: 10px;
}
#header .menu.nav ul li {
    padding: 0.3em;
    text-transform: capitalize;
}

/* Get Involved container */
#get-involved-wrapper {
    background-color: #330033;
    color: #ffffff;
    margin-top: -3px;
}
#get-involved .list-unstyled li {
    border-bottom: 1px solid #999999;
    padding-bottom: 1em;
    padding-top: 1em;
}
#get-involved .media-list li {
    padding-bottom: .5em;
    padding-top: .5em;
}
#get-involved .news {
    padding-right: 3em;
}
#get-involved .news li:nth-child(1) {
    padding-top: 0;
}
#get-involved .events{
    border: 1px solid #999999;
    padding-left: 3em;
    padding-right: 3em;
    margin-bottom: 1em;
}
#get-involved .get-involved-more {
    padding-top: 1em;
    padding-bottom: 1em;
}
#get-involved .media:first-child {
    padding-top: 0;
}
#get-involved .events .date {
    background-color: #ffffff;
    padding: 0.5em 1em;
}
#get-involved .events .event-date-day {
    font-size: 1.3em;
    line-height: 1em;
}
#get-involved .giving ul li:last-child {
    border-bottom: medium none;
}
#get-involved .giving ul li ul li:last-child {
    border-bottom: medium none;
    padding-bottom: 0;
}

/* Get Social container */
#get-social-wrapper {
    background: #ffcc33 url("../images/chevron.png") no-repeat center top;
    color: #330033;
    padding-bottom: 2em;
}
#get-social-wrapper a {
    color: #330033;
}
#get-social h2 {
    padding-top: 1em;
}
#get-social .facebook {
    padding-right: 2em;
}
#get-social .social-icons .list-inline {
     margin-left: 0;
}
#get-social .instagram {
    padding-bottom: 2em;
}
#get-social .instagram .attachment.attachment-after {
    margin-top: 1em;    
}

/**
 * Instagram image styles
 */
#get-social .instagram img {
    border: solid 3px #FFFFFF;
    -moz-box-shadow: 1px 1px 5px #231f20;
    -webkit-box-shadow: 1px 1px 5px #231f20;
    box-shadow: 1px 1px 5px #231f20;
}
#get-social .instagram-img  a img:hover {
    -webkit-transform: scale(1.25);-moz-transform: scale(1.25);-ms-transform: scale(1.25);-o-transform: scale(1.25);transform: scale(1.25);
}
#get-social ul.instagram-img li:nth-child(1) img:hover {
    -webkit-transform: scale(1.5);-moz-transform: scale(1.5);-ms-transform: scale(1.5);-o-transform: scale(1.5);transform: scale(1.5);
}
#get-social ul.instagram-img li:nth-child(1) img {
    height: 90px;
    margin-left: 30px;
}
#get-social ul.instagram-img li:nth-child(4) img {
    height: 90px;
    float: left;
    margin-top: -30px;
}
#get-social ul.instagram-img li:nth-child(7) img {
    height: 90px;
    float: left;
}
#get-social ul.instagram-img li:nth-child(6n-4) img, #get-social ul.instagram-img li:nth-child(3n+3) img {
    height: 60px;
    float: left;
}
#get-social ul.instagram-img li:nth-child(9n-4) img {
    height: 60px;
}

/**
 * Facebook image styles
 */
#get-social .facebook img {
    border: solid 3px #ffffff;
    -moz-box-shadow: 1px 1px 5px #231f20;
    -webkit-box-shadow: 1px 1px 5px #231f20;
    box-shadow: 1px 1px 5px #231f20;
    margin-bottom: 1em;
    margin-left: 0.5em;
    max-width: 125px;
}

/* Get Acquainted container */
#get-acquainted-wrapper {
    color: #330033;
}

/**
 * Alumni image styles
 */
#get-acquainted .alumni img {
    -moz-box-shadow: 1px 1px 8px #333333;
    -webkit-box-shadow: 1px 1px 8px #333333;
    box-shadow: 1px 1px 8px #333333;
    border: solid 8px #ffffff;
    margin-bottom: 2em;
}
#get-acquainted div.alumni-list div.alumni:nth-child(1) img{
    -webkit-transform: rotate(-5deg);-moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-o-transform: rotate(-5deg);transform: rotate(-5deg);
}
#get-acquainted div.alumni-list div.alumni:nth-child(2) img {
    -webkit-transform: rotate(2deg);-moz-transform: rotate(2deg);-ms-transform: rotate(2deg);-o-transform: rotate(2deg);transform: rotate(2deg);
}
#get-acquainted div.alumni-list div.alumni:nth-child(3) img {
    -webkit-transform: rotate(5deg);-moz-transform: rotate(5deg);-ms-transform: rotate(5deg);-o-transform: rotate(5deg);transform: rotate(5deg);
}
#get-acquainted .alumni-list {
    margin-bottom: 1em;
    margin-top: 3em;
}

/**
 * Carousel styles
 */
#featured-image .carousel-caption a {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
    font-size: 1.5em;
    padding: 0.5em;
    opacity: 0.8;
}
#featured-image .carousel-caption .fa.fa-chevron-right {
    padding-left: 0.3em;
    vertical-align: middle;
}
#featured-image .carousel-caption .fa-stack {
    font-size: 0.7em;
    padding-left: 3em;
    vertical-align: bottom;
}
#featured-image .carousel-caption {
    /*margin-bottom: 27%;*/
    padding-bottom: 0;
    padding-top: 0;
    right: 2%;
    text-align: right;
    top: -250px;
}
#featured-image .carousel-indicators {
    font-size: 1.5em;
    left: auto;
    margin-top: 10px;
    top: 882px;
    right: 0;
    text-align: right;
    margin-right: 15px;
}
#featured-image .carousel-indicators .active {
    background-color: #ffcc33;
    height: 1.3em;
    width: 1.3em;
    border-radius: 1.3em;
    margin: 0;
}
#featured-image .carousel-indicators li {
    background-color: #333333;
    height: 1.3em;
    width: 1.3em;
    border-radius: 1.3em;
    border: transparent;
    text-indent: 0;
    position: relative;
}
#featured-image .carousel-indicators button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 1.3em;
    color: #ffffff;
    height: 1.3em;
    right: 0;
    line-height: 1em;
    position: absolute;
    width: 1.3em;
}
#featured-image .carousel-indicators button:focus {
    outline: medium solid white;
}
#featured-image .carousel-indicators .active > button {
    color: #330033;
}
#featured-image .views-bootstrap-carousel-plugin-style.carousel.slide {
    background-color: #330033;
}
#featured-image img {
    height: 100%;
    width: 100%;
}

/* Media Queries*/
@media screen and (max-width: 480px) {
    #header h1, #header .h1 {
        font-size: 16px;
        margin-top: 5px;
    }
    #logo img {
        width: 35px;
        margin-right: 0px;
    }
    #featured-image .carousel-caption {
        font-size: 0.7em;
        position: static;
        margin-bottom: 0;
        white-space: nowrap;
    }
    #featured-image .carousel-inner {
        background: none repeat scroll 0 0 #333333;
    }
    #featured-image .carousel-inner .item.active .container {
        position: absolute;
        top: -31px;
        left: -15px;
    }
    #featured-image .carousel-inner .item {
        margin-top: 36px;
    }
    #featured-image .carousel-indicators {
        float: right;
        font-size: 1.5em;
        top: 30px;
    }
    #featured-image .carousel .container.carousel-indicator {
        position: absolute;
        width: 100%;
    }
    #get-social .facebook {
        padding-right: 0;
    }
    #get-acquainted div.alumni-list div.alumni:nth-child(1) img {
        max-width: 150px;
    }
    #get-acquainted .alumni img {
        margin-bottom: 1em;
    }
    #get-social .instagram {
        padding-bottom: 1em;
    }
    #get-involved .events{
        padding-left: 1em;
        padding-right: 1em;
    }
    #search-box {
        padding-left: 10px;
        padding-right: 0;
        width: 125px;
    }
    #footerbox ul {
        font-size: 90%;
    }
    #footerbox .list-inline > li {
        display: block;
        border-right: none;
        padding-bottom: 0.5em;
    }
}
@media screen and (max-width: 768px) {
    #get-acquainted .alumni-list {
        margin-top: 1em;
    }
}
@media screen and (max-width: 767px) {
    #get-social .instagram img {
        margin-top: 0.5em;
        max-width: 150px;
    }
}
@media screen and (min-width: 768px) {
    #get-acquainted h2, #get-acquainted .h2,
    #get-social h2, #get-social .h2,
    #get-involved h2, #get-involved .h2 {
        font-size: 55px;
    }
    #get-social .twitter {
        background: url("../images/speech-bubble.png") no-repeat;
        background-size: contain;
    }
}
@media screen and (min-width: 992px) {
    #get-involved .giving ul {
        padding-right: 4em;
    }
    #get-involved .giving ul li ul {
        padding-right: 0em;
    }
    #get-involved .giving {
        padding-left: 3em;
    }
    #get-social .twitter {
        margin-left: 3em;
        margin-right: -3em;
    }
}
@media screen and (min-width: 1200px) {
    #get-involved .giving ul {
        padding-right: 7em;
    }
}
@media screen and (min-width: 481px) and (max-width: 991px) {
    #header h1, #header .h1 {
        font-size: 25px;
        margin-top: 1em;
    }
    #featured-image .carousel-caption {
        font-size: 0.9em;
        top: -100px;
    }
    #featured-image .carousel-indicators {
        font-size: 1.5em;
        top: 390px;
    }
    #search-box {
         padding-right: 17px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #header .tb-megamenu ul.nav li a {
        font-size: 0.84em;
        padding: 0.6em 0.5em;
    }
    #header .tb-megamenu ul.nav li ul.dropdown-menu li a {
        font-size: 0.9em;
        padding-bottom: 0.2em;
        padding-top: 0.2em;
    }
    #utilitybox {
        padding-top: 1em;
    }
}

/* Mega menu start */
#header .tb-megamenu .dropdown-menu {
    border-bottom: none;
}

#header .tb-megamenu .nav li a.dropdown-toggle {
    margin-bottom: 6px;
    margin-top: 6px;
    padding-bottom: 6px;
    padding-top: 6px;
}

#header .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu.nav-child {
    border-left: 0 none;
    border-right: 0 none;
    top: 38px;
}

#header .tb-megamenu .nav li.dropdown.active > .dropdown-toggle,
#header .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #330033;
}

#header .tb-megamenu .nav > li > a:focus,
#header .tb-megamenu .nav > li > a:hover {
    color: #330033;
}

#header .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    color: #330033;
}

#header .tb-megamenu .nav li.dropdown.open > .dropdown-toggle,
#header .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #fff;
    color: #330033;
}
#header .tb-megamenu .nav > li > a:focus,
#header .tb-megamenu .nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: underline;
}
#header .tb-megamenu .nav > li.dropdown.open.active > a:hover,
#header .tb-megamenu .nav > li.dropdown.open.active > a:focus {
    background-color: #330033;
    color: #ffffff;
}

#header .tb-megamenu .dropdown-menu li > a:hover,
#header .tb-megamenu .dropdown-menu li > a:focus,
#header .tb-megamenu .dropdown-submenu:hover > a {
    text-decoration: underline;
}

#header .tb-megamenu .nav > .active > a,
#header .tb-megamenu .nav > .active > a:hover,
#header .tb-megamenu .nav > .active > a:focus {
    color: #fff;
    text-shadow: none;
    background-color: #330033;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

#header .tb-megamenu .block-view-demo .views-field-field-image img {
    border: 1px solid #999999;
}

#header .tb-megamenu .block-view-demo .item-list ul li {
    border-bottom: 1px solid #999999;
}

@media (max-width: 979px) {
    #header .tb-megamenu .nav-collapse .nav > li > a:hover,
    #header .tb-megamenu .nav-collapse .nav > li > a:focus {
        color: #ffffff;
    }
    #header .tb-megamenu .nav-collapse .nav > li.active > a:hover,
    #header .tb-megamenu .nav-collapse .nav > li.active > a:focus {
        background-color: #330033;
        color: #ffffff;
    }
    #header .tb-megamenu .nav-collapse .dropdown-menu {
        background-color: #ffffff;
    }
    #header .tb-megamenu ul li ul li a {
        margin-left: 0;
    }
    #header .tb-megamenu .nav li a.dropdown-toggle {
        margin-bottom: 0;
        border: 0;
    }
}
@media screen and (min-width: 980px) {
    #header .tb-megamenu.tb-megamenu-menu-main-page-top-navigation {
        float: right;
    }
}

#header .tb-megamenu .mega-nav .mega-group > .mega-group-title,
#header .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
#header .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    text-transform: none;
}

#header .nav-collapse.collapse {
    display: block;
}
#header .tb-megamenu ul li ul li a {
    color: #333333;
}
#header .tb-megamenu .nav ul li a {
    border-right: medium none;
    border-top: medium none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#header .tb-megamenu ul li ul {
    /* change to from capitalize to initial */
    text-transform: none;
}
#header .tb-megamenu {
    background-color: transparent;
}
#header .tb-megamenu .nav li a {
    padding: 0.5em;
    border-right: 1px solid #999999;
}
#header .tb-megamenu .nav > li:last-child > a {
    border-right: medium none;
}
#header .tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #999999;
    border-top-color: #999999;
}
#header .tb-megamenu ul li ul .mega-inner {
    padding: 0;
}
#header .tb-megamenu ul li ul li ul li a {
    border-top: medium none;
    font-size: 0.85em;
}
#header .tb-megamenu .nav a.mega-group-title {
    padding-bottom: 0;
}
#header .tb-megamenu .btn-navbar [class^="icon-"],
#header .tb-megamenu .btn-navbar [class^=" icon-"] {
    color: #ffffff;
}
#header .tb-megamenu button {
    background: #330033 none;
    border: 1px solid #999999;
    float: right;
    font-size: 1em;
}
#header .tb-megamenu .nav-collapse {
    background: #330033;
}

#header .tb-megamenu .nav li a {padding: 0.9em;}
#header .tb-megamenu .nav-child li a {padding: 0;}
#header .tb-megamenu .mega-nav .mega-group > .mega-group-title,
#header .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
#header .tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {padding-top: 1em; padding-bottom:0.3em;}
/* Mega menu end */

/* Overrides for style.css from sfstatetemplate */
.front #main   {margin-top:0px;}
.media           {border-top:none;}
/* end style.css overrides */

/* Emergency Notification */
.attention {background-color:#ffffcc;color:#000; border:.10em solid #999;padding:5px; margin:5px 5px 5px 20px;}
.attention h2 {font-size:150%;}
/* end Emergency */
