.staffPerson {
 width: 100%;
 display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
    font-weight: bold;
}

span.groupAbout {width: 33%; margin-bottom: 40px; padding-right: 30px; text-align: left !important; display: inline-block; vertical-align: top;}

.thirds {width: 30%}
.thirds2 {width: 30%; float: left;}
.bioText {max-width: 700px;}
.staffPerson a {text-decoration: underline;}



.staffName {display: inline;}
a.staffName:hover {cursor: pointer;}
.groupNav .staffPerson {width: 100%;}
.leaderShip .staffPerson {width: 48%; padding-right: 30px; margin-bottom: 8px;}
.leaderShip {margin-bottom: 30px;}

@media (min-width: 768px)
{
.leaderShip .staffPerson {width: 29%; padding-right: 30px; margin-bottom: 8px;}

}

.staffTitle {
 display: inline;
    margin-left: 8px;
    font-weight: normal;
    font-size: 80%;
}

.bioClose {border-bottom: 1px solid; margin-bottom: 15px;}
.bioClose:hover {text-decoration: none;}

.leaderShip .staffTitle {
 display: block;
    margin-left: 0px;
    font-weight: normal;
}

.leaderShip .staffPerson img {
 margin-bottom: 5px;
}

.bioText img {
padding: 0px 20px 20px 0px; float: left; width: 235px; height: 235px;
}

.bioText h4 {
font-weight: bold; font-size: 22px;
}

.bioText p {clear: both;}

.bioText div {width: 350px; float:left;}

.staffstaffHeadline, .staffHeadline {
display: block;
font-size: 22px;
    font-weight: bold;
     font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    color: #004c66;
    text-align: center;
    margin-left: -40px;
}

.comma {display: none;

}

.staffPerson2 {display: none;}
.staffPerson3 {margin-top: 10px; border-bottom: 1px solid #efefef; color: #07519c}

.stateHeadline, #ct .staffHeadline, #ma .staffHeadline, #me .staffHeadline, #md .staffHeadline,
#nj .staffHeadline, #nc .staffHeadline, #ny .staffHeadline, #pa .staffHeadline, #dc .staffHeadline, #fl .staffHeadline, #ga .staffHeadline,
#va .staffHeadline, #il .staffHeadline, #mi .staffHeadline, #mn .staffHeadline, #mo .staffHeadline,
#wi .staffHeadline, #az .staffHeadline, #nm .staffHeadline, #tx .staffHeadline, #co .staffHeadline,
#mt .staffHeadline, #ca .staffHeadline, #or .staffHeadline, #wa .staffHeadline, #ri .staffHeadline,
#sd .staffHeadline {
color: #666666 !important;
}

.menuFooter, .testFooter { /*position:fixed;*/ left:0px; bottom:0px; height:60px; width:100%; background-color: #efefef; z-index: 1000; display: none; text-align: center;}


#bottomFooter {
    position:relative;
} 

.menuFooter {height:100px; position:relative}



/* BASED ON TEMPLATE BY
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Munter - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

/* TYPEAHEAD */

.twitter-typeahead
{
    width: 100%;
}

.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint
{
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus
{
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint
{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus
{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint
{
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus
{
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint
{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint
{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint
{
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint
{
    height: 30px;
    line-height: 30px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint
{
    height: auto;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint
{
    border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint
{
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint
{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint
{
    height: 46px;
    line-height: 46px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint
{
    height: auto;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint
{
    border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint
{
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.twitter-typeahead
{
    width: 100%;
}

.input-group .twitter-typeahead
{
    display: table-cell !important;
    float: left;
}

.twitter-typeahead .tt-hint
{
    color: #999999;
    margin-top: 0px !important;
}

.twitter-typeahead .tt-input
{
    z-index: 2;
    margin-top: 0px !important;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input
{
    cursor: not-allowed;
    background-color: #eeeeee !important;
}

.tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.tt-dropdown-menu .tt-suggestion
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor
{
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a
{
    color: #262626;
}

.tt-dropdown-menu .tt-suggestion p
{
    margin: 0;
}

.input-group-addon
{
    padding-left: 20px;
}

/* TEMPORARY */

div#arrows
{
    display: none;
}

/* Z-INDEXES */

.navbar
{
    z-index: 10000;
    -webkit-transform: translate3d(0,0,0);
}

.navbar.second-navbar
{
    z-index: 1900;
}

.dropdown-menu
{
    border: none;
}

.slide
{
    -webkit-transform: translate3d(0,0,0);
    z-index: 1000;
}

#banner, #slide-1
{
    z-index: 500;
}

a:active
{
    outline: none;
}

.no-gutter
{
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.btn.btn-default
{
    background-color: #00a3cc;
    border-style: none;
    color: #ffffff;
}

a.jobLink
{
    text-align: left;
}

.font-thin
{
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
}

.story-img
{
    margin: 1.5em 0em 2em;
}

.container
{
    max-width: 980px;
}

.font-semibold
{
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
}

.font-light
{
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
}

*
{
    position: relative;
}

.breaker
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

//html, body
{
}

body
{
    background-color: #002242;
    font-size: 17px;
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased !important;
}

#footer
{
    background-color: #002242;
    color: #e4e6e5;
}

#footer i
{
    display: inline;
    margin: 0px 5px;
}

#footer h4
{
    margin-top: 0px;
    font-size: 32px;
}

#footer .line-row
{
    margin-bottom: -20px;
}

html p
{
    font-size: 18px;
}

.tint
{
    opacity: 0.5;
}

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

.navbar {
	background-color: #e4e6e5;
	background-color: rgba( 248, 250, 249, 1 );
	border: 0 none;
	font-size: 14px;
	transition: .25s all linear;
}

.navbar.inv {
	background-color: #e4e6e5;
	background-color: rgba( 248, 250, 249, .85 );
	border-bottom: 1px solid #bfbfbf; 
}

.navbar-default .navbar-nav>li>a
{
    color: #002242;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    transition: all .5 linear;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #777;
}

.navbar.inv a
{
    color: #5f5f5f;
}

.second-navbar
{
    top: 50px;
    width: 100%;
    margin-bottom: -50px;
    border-radius: 0;
    position: fixed;
}

.navbar.second-navbar
{
    background-color: #cccccc !important;
}

.second-navbar .logo
{
    max-height: 25px;
}

.navbar.second-navbar ul li a
{
    padding-left: 0px;
}

.footer-nav
{
    list-style-type: none;
    text-align: left;
    padding-top: 10px;
}

footer a
{
    color: #7BAAeB;
}

footer a:hover
{
    color: #ffffff;
}

.logo
{
    max-width: 300px;
    padding-top: 0px;
}

@media (min-width: 768px) and (max-width: 991px)
{
    #slide-4 .content-row h2
    {
        min-height: 6em;
    }
    #banner .container
    {
        width: auto;
        max-width: 900px;
    }
    .navbar-second .nav > li > a.menu
    {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 992px)
{
    //	.container
    {
        width: 750px;
    }
    .row
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav li
    {
        text-align: left;
        white-space: nowrap;
    }
    .navbar
    {
        font-size: 16px;
    }
    .navbar ul li
    {
        padding-left: 15px;
    }
    .logo
    {
        max-width: 225px;
        padding-top: 3px;
    }
    .navbar-responsive-collapse
    {
        width: 100%;
    }
    .active-menu
    {
        display: none !important;
    }
    .navbar-toggle
    {
        margin-right: 10px;
        z-index: 9999;
    }
    .navbar
    {
        background-color: #e4e6e5 !important;
        padding: 0;
    }
    .navbar.navbar-second
    {
        background-color: #cccccc !important;
        padding: 0;
    }
    .navbar .nav a
    {
        color: #e4e6e5;
        font-size: 14px;
        padding-left: 0;
    }
    .icon
    {
        margin-right: 12px;
    }
    .nav li[data-slide="1"],
	.nav li[data-slide="6"]
    {
        background-color: #2f2f2f;
    }
    .nav li[data-slide="2"]
    {
        background-color: #1abc9c;
    }
    .nav li[data-slide="3"]
    {
        background-color: #e74c3c;
    }
    .nav li[data-slide="4"]
    {
        background-color: #34495e;
    }
    .nav li[data-slide="5"]
    {
        background-color: #e67e22;
    }
    #banner .img-responsive
    {
        width: 320px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .banner-image
    {
        width: 100%;
        text-align: center;
    }
    .banner-caption
    {
        margin-left: 10px;
        margin-right: 15px;
    }
}

:focus
{
    outline: none;
}

::-moz-focus-inner
{
    border: 0;
}

@media (min-width:768px)
{
    img.header-image
    {
        width: 100% !important;
    }
}

@media (max-width:767px)
{
    img.header-image
    {
        margin-top: 40px;
    }
}

.slide
{
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 65px;
}

.slide p
{
    text-align: left;
}

/* HOW TO SET A SLIDE BACKGROUND IMAGE */

/*
#slide-1 {
	background-image: url('../images/bg1.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
}
*/

#home-row-1,
	#home-row-2
{
    padding-top: 50px;
    font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #ffffff;
}

#home-row-1 h1
{
    font-size: 54px;
    font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#home-row-1 h4, #home-row-1 h5
{
    font-size: 32px;
    font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#home-row-2
{
    font-size: 25px;
}

#home-row-2 .col-12
{
    padding-top: 30px;
}

.banner-caption
{
    padding: 2% 4% 1% 4%;
}

.banner-caption h5, .banner-caption h4, .banner-caption h2
{
    text-align: center;
}

/* HOW TO MAKE BUTTONS ANIMATE RISE */

#home-row-2 .col-12 .home-hover
{
    height: 166px;
    overflow: hidden;
    padding-top: 26px;
    transition: all ease-in .5s;
}

#home-row-2 .col-12 .home-hover:hover
{
    height: 166px;
    padding-top: 0;
}

/* END ANIMATION */

@media (max-width: 767px)
{
    #home-row-1,
	#home-row-2
    {
        padding-top: 16px;
    }
    .span #home-row-1,
	.span #home-row-2
    {
        padding-top: 50px;
    }
    #home-row-1 h1
    {
        font-size: 35px;
    }
    #home-row-1 h4
    {
        font-size: 21px;
    }
    #home-row-2
    {
        font-size: 16px;
    }
}

#slide-2
{
    background-color: #00a3cc;
    color: #e4e6e5;
    padding-top: 50px;
}

body.inside #slide-2
{
    background-color: #ffffff;
    color: #333333;
}

body.inside #slide-2 .title-row, body.inside #slide-2 .title
{
    color: #00a3cc;
}

.title-row
{
    font-size: 45px;
    padding-bottom: 50px;
}

.line-row .hr
{
    background-color: #e4e6e5;
    height: 5px;
    width: 33%;
    margin: 0px auto 30px;
}

.banner-caption .line-row .hr
{
    width: 66%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.subtitle-row
{
    font-size: 28px;
    padding-bottom: 40px;
    padding-top: 0px;
}

.content-row
{
    padding-top: 0px;
}

.content-row i,
	#about-row-5 i
{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.content-row h2
{
    font-size: 28px;
    padding-bottom: 40px;
    font-family: "Titillium Web", sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

.content-row h2.bodyText
{
    padding-bottom: 0px;
}

.content-row h2.subhead
{
    padding-bottom: 10px;
}

.content-row h4
{
    font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 20px;
    font-weight: 300;
}

i
{
    font-size: 80px;
    color: white;
}

@media (max-width: 767px)
{
    .title-row
    {
        font-size: 34px;
        padding-bottom: 33px;
    }
    .subtitle-row
    {
        font-size: 22px;
        padding-bottom: 26px;
        padding-top: 26px;
    }
    .content-row
    {
        padding-top: 29px;
    }
    .content-row h2
    {
        font-size: 24px;
        padding-bottom: 26px;
    }
    .content-row h2.subhead
    {
        padding-bottom: 8px;
    }
    .content-row h4
    {
        font-size: 20px;
    }
}

#slide-3
{
    background-color: #000;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 100%;
}

.stafflist#slide-3
{
    background-color: #ffffff;
    padding: 90px;
}

.stafflist#slide-3 img
{
    display: inline-block;
    height: 80%;
    margin: 0 auto 0 0px;
    width: 100%;
}

#slide-3 .col-12
{
    display: inline-block;
    margin: 0px 0px;
    padding: 10px;
}

#slide-3 img
{
    display: inline-block;
    height: 80%;
    margin: 0 auto 0 40px;
    width: 100%;
}

#slide-3 p, #slide-3 h3
{
    margin-left: 30px;
}


a.fancybox, a.fancybox-no
{
    opacity: 0.9;
}

a.fancybox:hover, a.fancybox-no:hover, a.fancybox:hover .thumbCaption, a.fancybox-no:hover .thumbCaption
{
    opacity: 1 !important;
}

@media (max-width: 991px)
{
    #home-row-1 h4, #home-row-1 h5, .ap-text .subhead
    {
        font-size: 22px;
    }
    #home-row-1 p
    {
        font-size: 15px;
    }
    #slide-4 .content-row h2
    {
        min-height: 3em;
    }
    #slide-3
    {
        text-align: center;
        width: 100%;
    }
    #slide-3 .row
    {
        left: 0 !important;
        margin: 0;
        width: 100% !important;
    }
    #slide-3 .col-12
    {
        height: auto;
        width: 50%;
    }
    #slide-3 a,
	#slide-3 img
    {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }
}

@media  (min-width: 935px) and (max-width: 1115px)
{
    #home-row-1 h4, #home-row-1 h5, .ap-text .subhead
    {
        font-size: 20px;
    }
    #home-row-1 p
    {
        font-size: 16px;
    }
}

@media  (min-width: 768px) and (max-width: 934px)
{
    #home-row-1 h4, #home-row-1 h5, .ap-text .subhead
    {
        font-size: 18px;
    }
    #home-row-1 p
    {
        font-size: 14px;
    }
}

.photostrip1
{
    display: block;
}

.photostrip2
{
    display: none;
}

@media (max-width: 767px)
{
    #slide-3 .col-12
    {
        width: 100%;
    }
    .photostrip1
    {
        display: none;
    }
    .photostrip2
    {
        display: block;
    }
}

#slide-4
{
    background-color: #002242;
    color: #e4e6e5;
    padding-top: 90px;
    padding-bottom: 140px;
}

#slide-4 i
{
    font-size: 80px;
    color: white;
}

#slide-5
{
    background-color: #f39c12;
    color: #e4e6e5;
    padding-top: 90px;
}

#slide-6, .slide-grey
{
    background-color: #cccccc;
    color: #2f2f2f;
    padding-top: 50px;
    padding-bottom: 40px;
}

@media (max-width: 767px)
{
    #slide-6, .slide-grey
    {
        background-image: none;
    }
}

#slide-6 .line-row .hr, .slide-grey .line-row .hr
{
    background-color: #4e4e4e;
    color: #4e4e4e;
}

#slide-6 a, .slide-grey a
{
    outline: none;
    text-decoration: none;
}

@media (max-width: 767px)
{
    .with-hover-text
    {
        margin-bottom: 2em;
        margin-top: 1em;
    }
}

#contact-row-4
{
    padding-top: 25px;
}

#contact-row-4 .col-12
{
    height: 175px;
    overflow: hidden;
    padding-top: 20px;
    transition: all ease-in .5s;
}

#contact-row-4 img
{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

#contact-row-4 .col-12:hover
{
    height: 175px;
}

#contact-row-4 .col-12 .hover-text
{
    display: none;
    font-size: 20px;
}

#slide-7
{
    background-color: #e4e6e5;
    color: #4e4e4e;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
}

#lightbox-out
{
    background-color: rgba( 0, 0, 0, 0.7 );
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.with-hover-text span
{
    display: none;
}

.zoom
{
    background-image: url('../images/zoom.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

#arrows
{
    bottom: 10%;
    height: 80px;
    position: fixed;
    right: 10%;
    width: 80px;
    z-index: 1000;
}

#arrows div
{
    background-image: url('../images/website-arrows.png');
    cursor: pointer;
    height: 30px;
    position: absolute;
    width: 30px;
}

#arrows div.disabled
{
    cursor: default;
}

#arrow-up
{
    background-position: 30px 0;
    left: 25px;
    top: 0;
}

#arrow-up.disabled
{
    background-position: 0 0;
}

#arrow-down
{
    background-position: 30px -30px;
    left: 25px;
    bottom: 0;
}

#arrow-down.disabled
{
    background-position: 0 -30px;
}

#arrow-left
{
    background-position: 30px -60px;
    left: 0;
    top: 25px;
}

#arrow-left.disabled
{
    background-position: 0 -60px;
}

#arrow-right
{
    background-position: 30px -90px;
    right: 0;
    top: 25px;
}

#arrow-right.disabled
{
    background-position: 0 -90px;
}

.navigation-slide
{
    cursor: pointer;
}

.icon-hover
{
}

.icon-hover:hover
{
    margin-top: -10px;
    margin-bottom: 10px;
    transition: all ease-in .5s;
}

.active-menu
{
    display: none;
}

.ap-text
{
    background-color: rgba( 248, 250, 249, .10 );
    padding: 1px 8px 5px 8px;
    margin: 0px 9px;
}

.hidden
{
    display: none;
}

p.white, .white
{
    color: #ffffff;
}

.bodyText
{
    text-align: left;
}

.thumbCaption
{
    position: relative;
    bottom: 0px;
    padding: 15px;
    background-color: #00a3cc;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
    text-align: left;
    color: #e4e6e5;
    max-width: 85%;
}

.stafflist .thumbCaption
{
    bottom: 0px;
    max-width: 100%;
    min-height: 120px;
    right: 0px;
    left: 20px;
}

h2.groupSubhead
{
    text-align: center;
    padding-bottom: 20px;
}

.profile
{
    padding: 20px;
    padding-bottom: 100px;
    padding-top: 40px;
}

.space
{
    height: 100px;
}

.dropdown-menu  li, .logo
{
    z-index: 999999;
}

.dropdown-menu
{
    top: 49px;
    box-shadow: none !important;
}

//#slide-1
{
    min-height: 350px;
}

.panel
{
    border-style: none;
    background: transparent;
    box-shadow: none;
}

.stafflist h2
{
    line-height: .5;
    margin-top: 45px;
}

.carousel-control
{
    width: 4%;
}

.carousel-control.right
{
    margin-right: 0px;
    background-image: none;
    top: 40%;
}

.carousel-control.left
{
    background-image: none;
    top: 40%;
}

#slide-6 .carousel-control.left i,.carousel-control.right i
{
    color: #ffffff;
}

#slide-2 .carousel-control.left i,.carousel-control.right i
{
    color: #999999;
}

.carousel.slide, .banner.slide
{
    padding: 0px;
}

@media (max-width: 767px)
{
    .carousel-inner .active.left
    {
        left: -100%;
    }
    .carousel-inner .next
    {
        left: 100%;
    }
    .carousel-inner .prev
    {
        left: -100%;
    }
    .active > div
    {
        display: none;
    }
    .active > div:first-child
    {
        display: block;
    }
    .carousel-control.right
    {
        margin-right: 40px;
    }
    .fancybox-nav span
    {
        visibility: visible;
    }
}

@media (min-width: 767px) and (max-width: 992px )
{
    //	.carousel-inner .active.left
    {
        left: -50%;
    }
    //	.carousel-inner .next
    {
        left: 50%;
    }
    //	.carousel-inner .prev
    {
        left: -50%;
    }
    //	.active > div
    {
        display: none;
    }
    //	.active > div:first-child
    {
        display: block;
    }
    //	.active > div:first-child + div
    {
        display: block;
    }
    .carousel-control.right
    {
        margin-right: 20px;
    }
    .second-navbar
    {
        margin-bottom: -50px;
    }
}

@media (min-width: 992px )
{
    .carousel-inner .active.left
    {
        left: -25%;
    }
    .carousel-inner .next
    {
        left: 25%;
    }
    .carousel-inner .prev
    {
        left: -25%;
    }
}

//BANNER CAROUSEL CSS
.banner .item
{
    width: 100%;
    max-height: 600px;
}

.banner .banner-inner
{
    background-color: none;
}

.banner .item.wcaption img
{
    width: 100%;
}

.banner .item img
{
    width: 100%;
}

.banner .item .caption
{
    width: 50%;
    float: right;
    padding: 20px 0px;
}

.caption-inner
{
    margin: 0px 20px;
}

/*add some makeup*/

a, a:focus, a:active
{
    outline: 0;
}

.banner .carousel-control, .banner .carousel-control:focus, .banner .carousel-control:active
{
    background: none;
    border: none;
    border-style: none;
    top: 50%;
    outline: 0;
}

input::-moz-focus-inner
{
    border: 0;
}

/*full width container*/

@media (max-width: 1242px)
{

    .banner .item img
    {
        width: 100%;
    }
}

@media (max-width: 767px)
{
    .block
    {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 30px;
    }
    .span .block
    {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 30px;
    }
    .banner .item .caption
    {
        width: 100%;
    }

    .banner .item img
    {
        width: 100% !important;
    }
}

@media (max-width: 350px)
{
    .banner .item img
    {
        width: 100% !important;
    }
    .banner-mobile
    {
        position: absolute !important;
    }
}

#flickr_badge_source_txt
{
    padding: 0;
    font: 11px Arial, Helvetica, Sans serif;
    color: #666666;
}

#flickr_badge_icon
{
    display: block !important;
    margin: 0 !important;
    border: 1px solid rgb(0, 0, 0) !important;
}

#flickr_icon_td
{
    padding: 0 5px 0 0 !important;
}

.flickr_badge_image
{
    text-align: center !important;
}

.flickr_badge_image img
{
    width: 20%;
    height: auto;
    border: 1px solid black !important;
}

#flickr_www
{
    display: block;
    padding: 0 10px 0 10px !important;
    font: 11px Arial, Helvetica, Sans serif !important;
    color: #3993ff !important;
}

#flickr_badge_uber_wrapper a:hover,
                                    #flickr_badge_uber_wrapper a:link,
                                    #flickr_badge_uber_wrapper a:active,
                                    #flickr_badge_uber_wrapper a:visited
{
    text-decoration: none !important;
    background: inherit !important;
    color: #3993ff;
}

#flickr_badge_wrapper
{
}

#flickr_badge_source
{
    padding: 0 !important;
    font: 11px Arial, Helvetica, Sans serif !important;
    color: #666666 !important;
}

#fancybox-skin
{
    width: 80% !important;
}

.glyphicon
{
    font-size: 16px;
}

.inside .story h2, .story h3, .story p
{
    text-align: left;
}

.inside .story h2
{
    padding-bottom: 10px;
}

.sidebar
{
    padding-left: 15px;
    border-left: 1px solid #cccccc;
}

div.panel-title:hover
{
    cursor: pointer;
}

.inside .row h2 .fa
{
    color: #999999;
    padding-right: 10px;
}

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

.fancybox-margin
{
    margin-right: 0px;
}

.fancybox-skin
{
    margin-top: 50px;
    margin-bottom: 15px;
}

a .more
{
    transition: opacity 0.3s ease 0s;
    opacity: 0;
}

a:hover .more
{
    transition: opacity 0.5s ease 0s;
    opacity: 1;
}

.span #banner
{
    width: 100%;
    left: 0px;
}

.clearfix
{
    clear: both;
}

.inset
{
    padding-left: 50px;
    padding-right: 50px;
}

.stafflist h2
{
    margin-bottom: 0px;
    line-height: 1em;
}

.stafflist h4
{
    margin-top: 0px;
    margin-bottom: 4px;
}

.groupTag
{
    padding-bottom: 4px;
    border-bottom: 1px dotted #fff;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: .7em;
    line-height: 1.1em;
    margin-bottom: 4px;
}

/* arrows */

div#scrollmain
{
    position: fixed;
    top: 60px;
    right: 0px;
    z-index: 9999;
    width: 65px;
    padding-right: 10px;
}

/* I added #main to the selector of the active class */

div#scrollmain ul, div#scrollmain ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

div#scrollmain a
{
    color: #cccccc;
    display: inline-block;
    width: 70%;
    overflow: hidden;
}

div#scrollmain a i
{
    color: #cccccc;
}

div#scrollmain a i:hover
{
    color: #999999;
}

div#scrollmain a:hover
{
    color: #999999;
}

a#topLink, a#topLink:hover
{
    font-family: Arial,  san-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.fa-stack.more
{
    position: absolute;
    top: -20px;
    right: -20px;
}

.groupNav
{
    margin-top: 20px;
    padding: 20px;
}

.groupLink
{
    padding: 0px 10px;
    display: inline-block;
}

#accordion2 img
{
    margin-top: 25px;
}

.alumnilist
{
    padding-top: 0px;
}

.alumnilist p
{
    border-bottom: 2px solid #666666;
    padding-bottom: 5px;
}

.row
{
    margin-right: 0px;
}

.right-nav
{
    float: right;
    display: inline;
}

.left-nav
{
    display: inline;
    float: left;
    padding-left: 10px;
}

.credit
{
    position: absolute;
    bottom: 0px;
    font-size: 12px !important;
    color: #ffffff;
}

ul
{
    font-size: 18px;
}

#jobs .job-box {
    background-color: #e4e6e5;
    padding: 12px 20px 20px 20px;
    margin: 12px 0;
    transition: 0.2s;
    position: relative;
}

#jobs a h4.jobs-heading {
    color: #000;
    font-weight: 500;
}


#jobs .jobs-heading {
    margin: 5px 0 15px;
    text-transform: none;
}

#jobs p.description {
    line-height: 1.4em;
    color: #555;
    font-weight: 400;
}

#jobs .location {
    background: #00a3cc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
}

#jobs a:hover {
    text-decoration: none !important;
}

#jobs a:hover .job-box
{
    background-color: #fff;
    transition: 0.2s;
    box-shadow: 0px 0px 10px #999;
}

#jobs .col-sm-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#moreJobs .job-box
{
    height: auto !important;
}