﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#header{
    margin-top: 50px;
}

#header, #footer{
    background-color: #2D79C2;
    background-image: url("../assets/css/images/overlay2.png"), url("../assets/css/images/overlay3.svg"), linear-gradient(45deg, #23A9BC 5%, #2D79C2 50%, #3459C7);
}

#header:after {
    background-image: linear-gradient(45deg, #23A9BC 5%, #2D79C2 50%, #3459C7);
}

#header .inner img{
    height: 200px; 
    margin-bottom: 1em
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-header, .navbar-default {
    background-color: #fff;
}

/*nav ul{
    margin-top: 7.5px;
    position:absolute;
    right:1.5em;
    height: 50px;
}

nav ul li{
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    transition: background-color ease-out 0.2s
}

nav ul li:hover{
    background-color: rgba(255, 255, 255, 0.2)
}

nav ul li a{
    border: solid 1px rgba(255, 255, 255, 0);
    color: #fff;
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
    padding: 0.25em 0.75em
}
nav ul li a:hover{
    color: #fff
}*/

.logo{
    margin-top: -13px;
    height: 32px;
    float: left;
}

.logo > div{
    position: absolute;
    height: 32px;
    width: 32px;
    background-size: cover;
    margin-top: 8px;
    margin-left: 16px;
}

.icon.style1:before {
	color: #F8C850;
}

.icon.style2:before {
	color: #F8D950;
}

.icon.style3:before {
	color: #F8EC50;
}

.icon.style4:before {
	color: #E3F34E;
}

.icon.style5:before {
	color: #B8E94B;
}

.icon.style6:before {
	color: #80DA46;
}

.echo{
    transform: rotate(45deg);
}

div.echo:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px rgba(255, 255, 255, 1);
    border-radius: 5px;
    transition: none;
}

div.echo:hover:before{
    transition: all ease-out 0.2s;
    border: solid 1px rgba(255, 255, 255, 0);
    transform: scale(1.3, 1.3);
}

div.echo span{
    transition: all ease-out 0.2s;
    background-color: rgba(255, 255, 255, 0);
}

div.echo:hover span{
    background-color: rgba(255, 255, 255, 0.1);
}

ul.major-icons li .icon{
    transform: rotate(0deg);
    font-size: 0.8em
}

ul.major-icons li .icon:before{
    transform: rotate(-45deg);
    transition: all ease-in-out 0.1s;
}

ul.major-icons li .echo:hover .icon:before{
    transform: rotate(-45deg) scale(1.1, 1.1);
}

.main.style2{
    background-color: #2D79C2;
    background-image: url("../assets/css/images/overlay2.png"), linear-gradient(135deg, #0FC3C3, #2D79C2 70%, #3A50C4);
}

.main.style3{
    background-color: #FFF031;
    background-image: url("../assets/css/images/overlay2.png"), linear-gradient(15deg, #FFCB31 10%, #FFF031 60%, #C5F32F);
    color: rgba(85, 85, 85, 0.75);
    background-attachment: fixed, fixed;
    background-size: auto, cover;
}

.icon>.label{
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin-top: 0;
    color: rgba(255, 255, 255, 0);
    transform: translate(0, 0);
    transition: all ease-out 0.2s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

ul.icons li {
    padding-right: 3em;
}

.icon:hover>.label,
.icon:active>.label,
.icon:focus>.label{
    transform: translate(-50%, 0.5em);
    transition: all ease-out 0.05s;
    color: rgba(255, 255, 255, 1);
}

body{
    padding-bottom: 0;
}

a:visited.icon{
    color: inherit;
}

.carousel{
    max-width:960px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators{
    margin-bottom: 0.5em
}

.container {
    max-width: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.tile,
.tile-simple {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.tile img,
.tile-simple img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:100%;
}

.tile img{
    transition: all ease-in 0.15s;
    transform: scale(1.02);
}

.tile div {
    border-radius: 5px;
    position: absolute;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 1.75em;
    padding: 0.5em;
    top: 0;
    bottom:0;
    right:0;
    left:0;
    transition: all ease-in 0.15s;
    transform: scale(1.2);
}

.tile:hover div{
    transition: all ease-out 0.15s;
    opacity: 1;
    transform: scale(1)
}

.tile:hover img{
    transition: all ease-out 0.15s;
    transform: scale(1);
    filter: grayscale(100%) blur(4px);
    -webkit-filter: grayscale(100%) blur(4px);
    -moz-filter: grayscale(100%) blur(4px);
    -o-filter: grayscale(100%) blur(4px);
    -ms-filter: grayscale(100%) blur(4px);
}

.tile.style1 div{
    background-color: rgba(39, 149, 191, 0.80);
}
.tile.style2 div{
    background-color: rgba(45, 121, 194, 0.80);
}
.tile.style3 div{
    background-color: rgba(52, 91, 199, 0.80);
}

.tile div span{
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 50%;
    transform: translate(0, -50%);
    line-height: 1em;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.imagine-text{
    position: relative;
}

.imagine-text p{
    margin-bottom: 0.5em;
}

.roomButton {
    z-index: 2;
    position: absolute;
    float: left;
    cursor: pointer;
    transition: all ease-out 0.2s;
}

.roomButton:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#map{
    position: relative;
    margin-left: auto;
    display: table;
    margin-right: auto;
}

.main {
    padding: 4em 0 4em 0;
    margin-top: 0;
}

.profiles .profile-pic{
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    background-position: center;
    background-size: 100%;
    position: relative;
    transition: all ease-in-out 0.15s;
    border: 1px solid rgba(100, 100, 100, 1);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.profiles header p{
    margin-bottom: 0.5em;
}

.profiles .profile-pic:hover {
    background-size: 110%;
    overflow: visible;
}

.profiles .profile-pic:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #555;
    opacity: 1;
    transform: scale(1);
    transition: none;
    left: 0;
    border-radius: 100%;
}

.profiles .profile-pic:hover:before {
    opacity: 0;
    transform: scale(1.2);
    transition: all ease-out 0.2s;
}

.profiles .profile-pic:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    transition: all ease-in 0.2s;
    left: 0;
}

.profiles .profile-pic:hover:after {
    opacity: 0.2;
    transition: all ease-out 0.2s;
}

.profiles h3 {
    margin-bottom: 0.5em;
}

.profiles .row{
    padding: 0 0.75em;
}

.profiles .row > *{
    margin-bottom: 2em;
}

section{
    margin-top: -80px;
    padding-top: 80px;
}

#footer{
    margin-top: 0;
}


@media screen and (max-width: 991px)
{
    .profiles .profile-pic{
        width: 160px;
        height: 160px;
    }
}

.thick{
    padding-top: 7em;
    padding-bottom: 7em;
}

.style2 hr{
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

a:link,
a:visited {
    border-bottom-style: none;
    color: #79B7F2;
}

a:hover,
a:active{
    color: #278CEE;
}

a.icon {
    color: inherit;
}

@media (min-width: 768px)
{
    .navbar-default .navbar-nav>li>a:hover:before,
    .navbar-default .navbar-nav>li>a:active:before {
        top: 0;
    }

    .navbar-default .navbar-nav>li>a:before {
        content: "";
        position: absolute;
        top: -4px;
        height: 0;
        left: 0;
        width: 100%;
        border-top: 4px solid #5DA7EF;
        -webkit-transition: top 100ms;
        -o-transition: top 100ms;
        transition: top 100ms;
    }
}

.navbar .container{
    width: 100%;
    padding: 0;
}

body{
    margin-top: 50px;
    padding-top: 0;
}

.navbar-default .navbar-collapse{
    margin-right: 2em;
}

.leadership img{
    border-radius: 100%;
}

.leadership section img{
    display: block;
    width: 65%;
    margin-bottom: 1em;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1em;
    position: relative;
    display: inline-block;
}

.leadership section div{
    position: relative;
    display: inline-block;

    width: 80%;
    right:0;
}


.leadership hr{
    width: 84%;
    margin-left: 16%;
    margin-top: 0;
    border-bottom-color: rgba(144, 144, 144, 0.2);
}

.style2 .leadership hr{
    border-bottom-color: rgba(255, 255, 255, 0.2);
}


/*NEW LEADERSHIP FORMATTING*/

.leadership section {
    width: 25%;
    display: inline-block;
    position: relative;
    float:left;
    text-align:center;
}

/*.leadership section:after {
    width: 25%;
    display: inline-block;
    position: relative;
    float:left;
}*/

.leadership header p{
    padding: 0.25em 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #555;
}

.leadership section:before{
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 500px;
    top: 100px;
}

.leadership section:first-of-type:before {
    display: none;
}

.leadership section>div>p,
.leadership .media-body>p:last-child{
    font-size: 0.8em;
    text-align: left;
    line-height: 1.6em;
}

.leadership .media img{
    width: 200px;
    margin-left: 2em;
    margin-right: 2em;
}

.leadership .media-body>p{
    margin-bottom: 1em;
}

.leadership .media{
    margin-bottom: 3em;
}

.leadership hr {
    display: none;
}

@media (max-width: 768px) {

    .leadership section {
        width: 100%;
        display: block;
    }

    .leadership .media-left{
        display: block;
        text-align: center;
        width: 90%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .leadership section:before {
        display: none;
    }

    .leadership section img{
        width: 45%;
    }

    .leadership .media img{
        width: 50%;
        margin-bottom: 2em;
    }

    .leadership .media-body{
        text-align: center;
        padding-left: 3em;
        padding-right: 3em;
    }

    .leadership .media-heading{
            font-size: 1.15em;
    }

    .leadership .media-subtitle{
        padding: 0.25em 0;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        color: #555;
    }

    .leadership hr {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    .\31 2u\28medium\29, .\31 2u\24\28medium\29 {
        width: inherit;
        clear: none;
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .\31 2u\28medium\29, .\31 2u\24\28medium\29 {
        width: 100%;
        clear: none;
        margin-left: 0;
    }
}

.icon.special{
    position: relative;
    margin-left: auto;
    display: table;
    margin-right: auto;
    margin-bottom: 3em;
    width:80%;
    text-align: center;
    padding-bottom: 1.5em;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}

.leadership section:nth-of-type(5)
{
    margin-left: 12.5%;
}

.navbar-toggle {
    margin-right:22px;
    padding: 8px;
    height: 34px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: #4F8ECB;
    border-color: #4F8ECB;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
    border-color: #fff;
}


.carousel-inner > .item > a > img, .carousel-inner > .item > img,
.carousel-control {
    border-radius: 10px;
}

ul.alt li{
    border: none;
    display: inline-block;
    margin-left: 1em;
}

.nav ul li{
    padding-left: 0;
    font-size: 1.2em;

}

.dropdown-menu>li>a{
    color: #666;
    transition: all ease-out 0.07s;
}
.navbar-default .navbar-nav>li>a{
    transition: all ease-out 0.12s;
}

header.major:after {
    width: 8em;
}

#events img{
    width: 100%;
    border-radius: 4px;
    margin-bottom: 1em;
}

#events header p{
    margin-bottom: 0.5em;
}

#events header h2{
    margin-bottom: 0.75em;
}

#header p {
    font-size: 1.2em;
}

a.carousel-control {
    color: #fff;
}