﻿html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    font-family:  'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:15px;
    line-height: 1.4em;
}

body p {
    margin-bottom: 10px;
}

.searchposition{
    padding-top: 10px;
}

#q2{
    height: 29px;
}

.navbar .nav > li {
    font-size: 13px;
}

.smuTopNav .nav > li > a:hover {
    background-color: #CC0035;
    color: #FFF;
}
.navbar .nav > li > a:hover {
    color: #FFF;
    cursor: pointer;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #CC0035;
}

.sectionTitle {
    margin: 25px auto;
}
.sectionTitle h1 {
    margin: 0 auto;
    font-family: "Fjalla One", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.72);
    color: #000000;
    font-size: 80px;
    text-align:center;
    padding-bottom: 10px;
}

#smuContentWrapper,
#ctl14,
body,
.container-fluid,
.smuFixedTop,
.navbar-fixed-top,
.navbar-inner {
    margin: 0!important;
    max-width: none!important;
    background: none!important;
    background-repeat: none!important;
    background-color: transparent!important;
    padding: 0!important;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
    width: auto!important;
    height: auto!important;
    float: none!important;
    text-align: left!important;
}
.smuFixedTop, .navbar-fixed-top {
margin: 10px 100px 0 !important;
}

.navbar-fixed-top .navbar-fixed-top {
margin: 0 !important;
}

#smusm1 a img{
    margin: 0!important;
    height: auto!important;
}

.navbar-inner {
    box-shadow: none;
}

#PageBody{
    background: #28343B!important;
}

.fullWidthContainer{
    min-height: 100vh;
   background-attachment: fixed;
    background-position: center top;
    background-size: auto 100vh;
    padding-top: 20px;
    text-align: center;
    display: flex;
display: -webkit-flex;
-webkit-flex-direction: column; 
flex-direction: column;
justify-content: center;
-webkit-justify-content: center;
}

#sectionIntro.fullWidthContainer{
  padding-top: 0;
}

.sectionWrapper {
margin: 0px 100px 20px;
padding: 20px;
}

#smuFooter {
    padding: 40px 100px 30px;
}



footer {
    background-color: #d1d5d5;
}

h1, h2 {
    color: #333333;
    font-weight: 400;
}

#home.full-width-container{
    text-align: center;
    display: flex;
display: -webkit-flex;
-webkit-flex-direction: column; 
flex-direction: column;
justify-content: center;
-webkit-justify-content: center;

}

#home.full-width-container .sectionWrapper{
    margin-top: -150px;    
    width: 100%;
    margin: 0;
    background: rgba(0,0,0,.3);
    color: white;
}

#home .sectionTitle h1,
#maincontent_0_sectionOne .sectionTitle h1,
#maincontent_0_sectionTwo .sectionTitle h1, 
#maincontent_0_sectionFour .sectionTitle h1, 
#maincontent_0_sectionFive .sectionTitle h1
{
    color: white;
}

#home .sectionTitle h1,
#sectionOne .sectionTitle h1,
#sectionTwo .sectionTitle h1, 
#sectionFour .sectionTitle h1, 
#sectionFive .sectionTitle h1
{
    color: white;
}

#sectionThree{
    position: relative;
    z-index: 5;
}

#sectionTwo .sectionWrapper{
    text-align: left;
}

#sectionThree .sectionWrapper{
    z-index: 10;
}

#sectionThree .btn{
    margin-top: 50px;
}

#sectionThree:before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: -5;
}

#maincontent_0_sectionThree{
    position: relative;
    z-index: 5;
}

#maincontent_0_sectionTwo .sectionWrapper{
    text-align: left;
}

#maincontent_0_sectionThree .sectionWrapper{
    z-index: 10;
}

#maincontent_0_sectionThree .btn{
    margin-top: 50px;
}

#maincontent_0_sectionThree:before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: -5;
}

.sectionContent{
background-color: #FFFFFF;
opacity: .95;
max-width: 900px;
margin: 40px auto;
padding: 20px;
word-wrap: break-word;
}


.flexslider{
    margin-top: 60px;
}

.flex-direction-nav a:before{
    color: rgba(255,255,255,.8);
}

.filter-tools{
    display: none;
}


section#ambassadors {
    /* sets background color for ambasadors section */
    background-color: #FFFFFF;
}

.photo-grid .photo-grid-item:nth-child(-n+5){
    display: none;
}

#home {
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

#home video {
    -webkit-transform: translateX(-50%) translateY(-50%)!important;
    -moz-transform: translateX(-50%) translateY(-50%)!important;
    -ms-transform: translateX(-50%) translateY(-50%)!important;
    -o-transform: translateX(-50%) translateY(-50%)!important;
    transform: translateX(-50%) translateY(-50%)!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    min-width: 100%!important;
    min-height: 100%!important;
    width: auto!important;   
    height: auto!important;
    z-index: -100!important;
}

/* *************************** */
/* photo grid example - can be deleted if photo grid not used */
/* *************************** */
/*.photo-grid ul, .filter-tools ul {
    list-style: outside none none;
}
.photo-grid li {
    display: inline-block;
    float: left;
    padding: 5px;
    position: relative;
}
.photo-grid-item .photo-grid-pic {
    margin: 0 auto 0;
    position: relative;
    text-align: center;
}
.photo-grid-item .photo-grid-pic img {
    display: inline;
}
.photo-grid-text {
    display: none;
}
#photo-grid-item-title {
    font-size:16px;
    color:#000000;
}

#photo-grid-item-title {
    display: none;
}*/

/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
}
.jcarousel .team-items {
    width: 100%;
    position: relative;
}
.jcarousel .team-items .owl-item {
    float: left;
    margin: 0 20px;
    height: auto;
    font-size: 14px;
    color: #666666;
    padding: 15px;
    border-bottom: 4px solid #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
}

.jcarousel .team-items .owl-item h3 {
    font-size: 18px;
    color: #333333;
    margin: 0px;
}
.jcarousel .team-items .owl-item h4 {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 15px;
    margin: 5px auto 15px;
}
.jcarousel .team-items .owl-item p {
    font-size: 14px;
}
.jcarousel .team-items .owl-item .socials {
    display: none;
}
.jcarousel .team-items .owl-item .btn {
    color: #FFFFFF;
    background-color: #CC0035;
    border-color: #BB0000;
}
.jcarousel .team-items .owl-item:hover {
    background: #3c3c3c;
    border-bottom: 4px solid #e70000;
    color: #e4e4e4 !important;
}
.jcarousel .team-items .owl-item:hover h3, .jcarousel .team-items .owl-item:hover h4, .jcarousel .team-items .owl-item:hover p {
    color: #e4e4e4 !important;
}
.carousel-nav {
    text-align: center;
    position: relative;
}
.carousel-nav a {
    position: absolute;
    width: 35px;
    height: 35px;
    padding: 5px 8px;
    border-radius: 50px;
    background: #e5e5e5;
    cursor: pointer;
    font-size: 15px;
    color: #aaa;
margin: 0 5px;
}

.carousel-nav a.prev, .carousel-nav a.next{
    top: 160px;
}

.carousel-nav a.prev{
    left: -50px;
}

.carousel-nav a.next{
    right: -50px;
}

.carousel-nav a:hover {
    background-color: #3c3c3c;
}

.owl-nav{
    display: none;
}

@media screen and (max-width: 767px) {
    
    #ctl3.smuFixedTop{
        margin-bottom: 0;
    }

    .sectionTitle{
        margin-bottom: 0;
    }

    .sectionTitle h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .sectionWrapper {
        margin: 20px 20px 0; 
        padding: 20px;
    }

    .smuFixedTop {
        margin: 20px 20px 0!important;
    }

    .navbar-fixed-top{
        margin: 0 20px!important;
    }

    #smuFooter {
        padding: 20px;
    }

    #home .sectionWrapper {
        margin-top: -20px!important; 
        padding: 20px;
    }

    #home .sectionWrapper p.text-center{
        line-height: 10px;
        margin-bottom: 0;
    }

    #home .sectionWrapper .btn-large{
        display: block;
        font-size: 13px;
        padding: 7px 10px;
    }

    .flex-direction-nav {
        position: relative;
        padding-top: 70px!important;
    }

    .flex-control-nav{
        display: none;
    }

    #maincontent_0_sectionOne p:not(.lead), #maincontent_0_sectionFour p:not(.lead){
        line-height: 10px;
    }

    #sectionOne p:not(.lead), #sectionFour p:not(.lead){
        line-height: 10px;
    }

    .fullWidthContainer p .btn{
        display: block;
    }

    .jcarousel .team-items .owl-item{
        margin: 0;
    }

    .carousel-nav a.prev {
        left: -40px;
    }

    .carousel-nav a.next {
        right: -40px;
    }

    #smuFooter #footerListRight {
        float: none;
        width: 100%;
    }
    
    #smuFooter #footerListRight h2{
        font-size: 22px;
        text-align: center;
    }

    .jcarousel .team-items .owl-item {
        width: 767px;
    }

    .fullWidthContainer{
        background-size: cover;
    }

    .lead{
        font-size: 15px;
        line-height: 21px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1294px){
    .sectionTitle h1 {
        font-size: 65px;
        line-height: 75px;
    }
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .flex-control-nav{
        display: none;
    }

    .flex-direction-nav a:before{
        color: rgba(255,255,255,.8)!important;
    }

    #ambassadors .container{
        width: 100%!important;
    }

}

#ambassadors-header p {
    font-family: "Roboto Slab", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 400;
    margin: 15px auto;
    max-width: 860px;
    text-align: center;
    text-transform: none;
}
#ambassadors {
    position: relative;
    max-width: 100%;
    background: #ffffff;
    max-height: 350px;
}
#ambassadors:before, #ambassadors:after {
    content: " ";
    display: table;
}
#ambassadors:after {
    clear: both;
}

.flex-direction-nav li a{
    font-size: 0!important;
}

.flex-direction-nav li a:before{
    line-height: 45px;
}

#sectionIntro{
    display: flex;
    display: -webkit-flex;
    background-image: url('/~/media/site/guildhall/BackgroundImages/dark-home-bg.png');
}

.back-to-top{
 position: absolute;
 bottom: 20px;
 right: 20px;
}

a:hover{
 text-decoration: none;
}

.back-to-top em{
     color: rgba(0,0,0,.5);
    background-color: rgba(255,255,255,.5);
    padding: 10px;
    height: 25px;
    width: 25px;
    border-radius: 20px;
    font-size: 20px;
}

.smuSocialMedia a i {
    color: #FFFFFF;
    font-size: 28px;
    opacity: .85;
}

#ambassadors .container{
    max-width: 100%!important;
}