html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: baseline;
    cursor: default;
}

/*******************
 Main
 ******************/

body {
    background-image:url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
a, a:visited, a img, a p, a span, a h1, a h2, a h3, a h4, a div, a b
{
    text-decoration: none;
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6
{
    font-weight: normal;
}

h1
{
    font-family: 'avn_regular', Arial;
    font-size: 30px;
    color: #252525;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2
{
    font-size: 45px;
    font-family: 'ms-extralight', Arial;
    color: #252525;
    line-height: 50px;
    font-weight: 300;
    padding: 0 0 30px;
    letter-spacing: 6px;
}

h2 span {
    font-family: 'ms-medium', Arial;
    margin-left: 80px;
    font-weight: 500;
    position: relative;
}

h2 span:before {
    position: absolute;
    left: -30px;
    bottom: -25px;
    width: 60px;
    height: 1px;
    background-color: #000;
    content: "";
}

h3
{
    font-family: 'ms-medium', Arial;
    font-size: 36px;
    color: #000;
}

h4
{
    font-size: 24px;
    color: #252525;
}

h5
{
    font-size: 23px;
    color: #252525;
}

h6
{
    font-size: 22px;
    color: #252525;
}

p, p a, .textpage ul li, a
{
    font-family: 'qc-regular', Arial;
    font-size: 16px;
    color: #252525;
    line-height: 21px;
}

.link {
    margin: 35px 0 0 0;
    padding: 30px 0 0 15px;
    position: relative;
    font-size: 11px;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: left 85%;
    background-size: 10px;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
}

.link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 2px;
    content: "";
    background-color: #1e1d29;
}

input, textarea
{
    font-family: 'pnr-r', Arial;
    outline: 0 none;
}

ul li
{
    list-style-type: none;
}

.left
{
    float: left;
}

.right
{
    float: right!important;
}

.row
{
    width: 100%;
    float: left;
    position: relative;
}

.container
{
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    padding: 0 20px;
}

.errors
{
    color: red!important;
    margin: 25px 0 30px;
    font-size: 14px;
    font-weight: bold;
}

.success
{
    margin: 20px 0 20px;
}

.errors p, .errors p a
{
    color: red!important;
}

.sitemap ul {
    margin-left: 25px;
}

.sitemap ul li {
    padding-left: 10px;
    list-style-type: disc;
}

.sitemap ul li a
{
    color: #252525;
    font-size: 15px;
}

.breadcrumbs {
    padding-left: 30px;
    background-image: url(../images/breadcrumbs.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
    font-family: 'ms-light', Arial;
    font-size: 15px;
}

.breadcrumbs a {
    display: inline;
}

.breaadcrumbs li {
    padding: 0 10px;
}

.header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #00202b;
    min-height: 70px;
    z-index: 5;
}

#header {
    background-color: #FFF;
    padding: 13px 0 13px;
    min-height: 49px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 24px -2px #c7c3c0;
    -moz-box-shadow: 0 0 24px -2px #c7c3c0;
    box-shadow: 0 0 24px -2px #c7c3c0;
    z-index: 9999;
}

#header .logo {
    float: left;
    margin: 15px 0 0 3%;
}

#header .logo img {
    max-height: 45px;
    float: left;
}

#header .menu {
    width: 65%;
    float: right;
    margin-right: 75px;
    text-align: right;
}

#header ul {
    margin-top: 14px;
}

#header ul li {
    display: inline;
    margin: 0 0.5%;
    position: relative;
}

#header ul li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px;
    color: #252525;
    font-family: 'Montserrat', Arial;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#header ul li a:hover, #header ul li.active a {
    text-decoration: underline;
}

#header .searchButton {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    background-image:url("../images/mglass.png");
    background-repeat: no-repeat;
    background-position: center center;
}

#header .burgerButton {
    position: absolute;
    right: 75px;
    width: 75px;
    height: 75px;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/burger.png);
    background-size: 21px;
    cursor: pointer;
    display: none;
}

.responsive-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 75px;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
    background-color: #e9e9e8;
    z-index: 2;
    display: none;
}

.responsive-menu .wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsive-menu ul li a {
    padding: 10px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #252525;
    font-family: 'Montserrat', Arial;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
}

#footer {
    padding: 90px 0 80px;
}

#footer .bottom {
    padding: 35px 0;
    border-top: 1px solid #000;
    margin: 70px 0 0 0;
}

#footer .socialMedia {
    float: left;
    width: 320px;
}

#footer .socialMedia ul li {
    margin-right: 9%;
    display: inline-block;
}

#footer .socialMedia ul li:last-child {
    margin-right: 0;
}

#footer .socialMedia ul li a {
    width: 48px;
    height: 48px;
    float: left;
    border: 1px solid #9b9a97;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 53px;
    text-align: center;
}

#footer .socialMedia i {
    content: "";
    display: inline-block;
}

#footer .socialMedia .facebook i {
    background-image: url(../images/facebook.png);
    background-size: 9px 16px;
    width: 9px;
    height: 16px;
}

#footer .socialMedia .twitter i {
    background-image: url(../images/twitter.png);
    background-size: 15px 13px;
    width: 15px;
    height: 13px;
}

#footer .socialMedia .instagram i {
    background-image: url(../images/instagram.png);
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
}

#footer .socialMedia .youtube i {
    background-image: url(../images/youtube.png);
    background-size: 16px 19px;
    width: 16px;
    height: 19px;
}

#footer .menu {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 16px;
}

#footer .menu ul li {
    margin: 6px 2% 0 0;
    display: inline;
}

#footer .menu ul li a {
    font-family: 'qc-regular', Arial;
    font-size: 20px;
    color: #1e1d29;
}

#footer .menu ul li a:hover, #footer .menu ul li.active a {
    text-decoration: underline;
}

#footer h6
{
    font-size: 45px;
    font-family: 'ms-extralight', Arial;
    color: #252525;
    line-height: 50px;
    font-weight: 300;
    padding: 0 0 30px;
}

#footer h6 span {
    font-family: 'ms-medium', Arial;
    font-weight: 500;
    position: relative;
}

#footer h6 span:before {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 60px;
    height: 1px;
    background-color: #000;
    content: "";
}

#subscribe {
    width: 440px;
    float: left;
    margin-left: 120px;
}

#subscribe form {
    margin-top: 64px;
    font-family: 'qc-regular', Arial;
}

#subscribe .error {
    color: red;
    margin-bottom: 30px;
    margin-top: -30px;
}

#subscribe form input {
    font-size: 15px;
    color: #1e1d29;
    font-family: 'qc-regular', Arial;
    border-bottom: 2px solid #1e1d29;
    padding: 0 0 12px;
    margin: 0 0 45px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0px;
    -webkit-box-sizing: border-box;
}

#subscribe form button {
    cursor: pointer;
}

#facebook {
    width: 30%;
    max-width: 342px;
    float: left;
    margin-right: 35px;
    overflow: hidden;
}

#twitter {
    overflow: hidden;
    width: 30%;
    max-width: 342px;
    float: left;
}

.vh {
    height: 100vh;
}

#banner {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner .text {
    position: absolute;
    bottom: 30%;
    right: 10%;
    width: 500px;
    text-align: center;
    text-transform: uppercase;
    height: 250px;
}

#banner .text img {
    margin-bottom: 25px;
}

#banner .text p {
    color: #FFF;
    font-family: 'Montserrat', arial;
    font-size: 13px!important;
    opacity: 0.8;
    padding-top: 25px;
    background-image: url(../images/line.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    letter-spacing: 3px;
    line-height: 26px;
    text-shadow: 0 0 1px #000;
}

#banner .owl-item > div {
    background-size: cover;
}

.owl-carousel .owl-wrapper-outer, .owl-carousel .owl-wrapper, .owl-carousel .owl-item, .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    height: 100%;
}

.top {
    margin: 70px 0;
}

.top .breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
}

.top .share-buttons {
    border: 1px solid #bcbcbc;
    border-radius: 14px;
    padding: 3px 16px;
    display: inline-block;
    margin-right: 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', Arial;
}

.top .share-buttons > img {
    margin-right: 10px;
    margin-top: 4px;
    float: left;
}

.top .share-buttons .title {
    float: left;
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.top .share-links {
    display: none;
    float: left;
}

.top .share-links > a img {
    margin-right: 4px;
    opacity: 0.8;
}

.top .share-links > a img:hover {
    opacity: 1;
}

.top .shareOn {
    padding: 4px 16px 0;
}

.top .shareOn .title {
    display: none;
}

.top .shareOn .share-links {
    display: block;
}

.top .likeButton {
    float: right;
    margin-top: 3px;
}

.heading {
    margin-bottom: 100px;
}

.heading h2 {
    margin-left: 7%;
}

/*******************
 Home
 ******************/

.column-section h2 {
    margin-bottom: 30px;
}

#home .column-section .text-left .text {
    margin-left: 7.5%;
}

#home .column-section .text-right {

}

#home .column-section .container-wrapper {
    background-repeat: no-repeat;
    padding: 80px 0;
}

#home .container-wrapper {
    background-size: 55%;
}

#home .text-left .container-wrapper {
    background-position: right center;
}

#home .text-right .container-wrapper {
    background-position: left center;
    max-width: 1920px;
}

#home .text-left .text {
    padding: 70px 4%;
    width: 33.5%;
}

#home .text-right .text {
    padding: 70px 4%;
    width: 33.5%;
    float: right;
}

#home .videos {

}

#home .videos .left {
    width: 51%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 316px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#home .videos .watch {
    background-image: none !important;
}

#home .videos .left span {
    background-image:url("../images/play.png");
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
}

#home .videos .watch span {
    display: none !important;
}

#home .videos .right {
    width: 42%;
}

#home .videos .title {
    font-family: ms-extralight;
    font-size: 45px;
    color: #17151f;
    display: block;
    margin-bottom: 5px;
}

#home .videos .video-name {
    font-family: ms-regular;
    font-size: 22px;
    color: #111111;
    margin-bottom: 25px;
    display: block;
}

#home .videos p {
    font-size: 18px;
}

#home .videos .navigation {
    width: 280px;
    float: left;
    margin-top: 38px;
    font-family: 'qc-regular', arial;
    font-size: 12px;
    color: #000000;
    line-height: 32px;
    padding-bottom: 32px;
    position: relative;
}

#home .videos .navigation:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 1px;
    background-color: #000000;
    left: 0;
    bottom: 0;
}

.navigation .previous {
    float: left;
    cursor: pointer;
}

.navigation .next {
    float: right;
    cursor: pointer;
}

.navigation span {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 18px;
    border: 1px solid #070707;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 12px;
    cursor: pointer;
}

.navigation .previous span {
    background-image: url("../images/arrow-left.png");
}

.navigation .next span {
    background-image: url("../images/arrow-right.png");
}

#home .videos .viewall {
    display: block;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Montserrat, arial;
    font-weight: bold;
    line-height: 22px;
}

#home .videos .viewall:hover {
    text-decoration: underline;
}

/*******************
 Grid Listings
 ******************/

#grid .filter {
    margin-bottom: 45px;
}

#grid .filter ul {
    float: left;
    width: 50%;
}

#grid .filter ul li {
    display: inline-block;
    margin-right: 2%;
}

#grid .filter ul li a {
    font-size: 12px;
    color: #030b18;
    padding: 6px 20px;
    display: block;
    text-transform: uppercase;
}

#grid .filter ul li.active, #grid .filter ul li:hover {
    border: 1px solid #030b18;
}

#grid .filter .search {
    float: right;
    width: 33%;
    margin-top: 5px;
}

#grid .filter .search label {
    font-size: 20px;
    color: #000;
    margin-right: 10px;
    font-family: 'qc-regular', Arial;
}

#grid .filter .search input {
    font-style: italic;
    font-size: 15px;
    padding: 0 0 5px 0;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: calc(100% - 84px);
    font-family: 'qc-italic', Arial;
}

/*#grid .listings {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
}

#grid .listings .item {
    margin-bottom: 20px;
    display: inline-block;
}

#grid .listings .item img {
    max-width: 100%;
    display: block;
}

#grid .listings .item p {
    display: inline-block;
}

#grid .listings .info {
    padding: 15px;
    background-color: #FFF;
}

#grid .listings .info .date {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
    font-family: 'qc-italic', Arial;
    display: block;
}

#grid .listings .info .title {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'qc-bold', Arial;
    width: 100%;
}

#grid .listings .info .text {
    margin-bottom: 20px;
    width: 100%;
}

#grid .listings .info ul {
    margin-top: 10px;
    display: block;
}

#grid .listings .info ul li {
    display: inline-block;
    margin-right: 15px;
}*/

#grid .item .img {
    width: 100%;
    height: 180px;
}

#grid .item img {
    max-width: 100%;
    display: block;
}

#grid .item iframe {
    position: absolute;
    top: 7px;
    height: 180px;
    display: none;
    width: calc(100% - 14px);
}

#grid .watch .img {
    background-image: none !important;
}

#grid .watch iframe {
    display: block;
}

#grid .item p {
    display: inline-block;
}

#grid .info {
    padding: 15px;
    background-color: #FFF;
}

#grid .info .date {
    font-size: 16px;
    font-style: italic;
    font-family: 'qc-italic', Arial;
    display: block;
}

#grid .info .title {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'qc-bold', Arial;
    width: 100%;
}

#grid .info .text {
    margin-bottom: 20px;
    width: 100%;
}

#grid .info .links {
    margin-top: 10px;
    display: flex;
}

#grid .info .links img {
    margin-right: 15px;
}

.grid > li.shown, .no-js .grid > li, .no-cssanimations .grid > li {
    opacity: 1;
}

.grid > li {
    display: block;
    float: left;
    padding: 7px;
    width: calc(25% - 14px);
    opacity: 0;
}

.grid > li a, .grid > li img {
    outline: none;
    border: none;
    display: block;
    max-width: 100%;
}
.grid {
    max-width: 100%;
    list-style: none;
    padding: 0;
}

.grid.effect-1 li.animate {
    -webkit-animation: listIn 0.65s ease forwards;
    animation: listIn 0.65s ease forwards;
}

@-webkit-keyframes listIn {
    0% { }
    100% { opacity: 1; }
}

@keyframes listIn {
    0% { }
    100% { opacity: 1; }
}

.loadmore {
    margin: 75px 0 15px;
    text-align: center;
}

.border-btn {
    font-family: 'Montserrat', Arial;
    font-size: 11px;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 13px 44px 13px 48px;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0px;
    -webkit-box-sizing: border-box;
}

/*******************
 Calendar Listings
 ******************/

#calendar .listings .item {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #b3b2b0;
}

#calendar .listings .item .date {
    width: 110px;
    float: left;
    margin-left: 4%;
    font-family: 'qc-italic';
    font-size: 15px;
    text-align: right;
    margin-right: 30px;
    margin-top: 50px;
}

#calendar .listings .item .img {
    width: 144px;
    height: 144px;
    float: left;
    border-radius: 75px;
    overflow: hidden;
}

#calendar .listings .item .img img {
    width: 100%;
}

#calendar .listings .item .info {
    margin-left: 4%;
    width: 44%;
    float: left;
}

#calendar .listings .item .info .title {
    font-family: 'ms-medium', Arial;
    font-size: 20px;
    margin-bottom: 15px;
}

#calendar .listings .item .info .subtitle {
    font-family: 'Montserrat', Arial;
    font-size: 11px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#calendar .listings .item .info .subtitle span {
    font-family: 'Montserrat', Arial;
    margin-left: 40px;
}

#calendar .listings .item .tickets {
    margin-left: 9%;
    font-family: 'Montserrat', Arial;
    font-weight: 700;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
}

#calendar .listings .item .tickets span {
    padding-left: 30px;
    font-size: 11px;
}

/*******************
 Read More
 ******************/

#readmore .back {
    width: 24.5%;
    float: left;
    text-align: right;
    margin-top: 55px;
}

#readmore .back a {
    font-size: 13px;
    font-family: 'qc-regular', Arial;
    line-height: 31px;
    display: inline-block;
    background-image:url("../images/rb.png");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 45px;
}

#readmore .content {
    padding: 45px 3%;
    width: 65.5%;
    float: right;
    background-color: #FFF;
}

#readmore .content .title {
    width: calc(100% - 200px);
    float: left;
    margin-bottom: 25px;
}

#readmore .content .share {
    width: 200px;
    text-align: right;
    float: right;
}

#readmore .content img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

#readmore .content ul {
    display: block;
    margin-top: 25px;
}

#readmore .content .eventContent ul li {
    width: auto;
    margin-right: 15px;
    display: inline-block;
}

#readmore .content .eventContent ul li a img {
    width: auto !important;
}

#readmore .eventInfo {
    margin-bottom: 30px;
}

#readmore .eventInfo ul {
    margin-top: 0!important;
}

#readmore .eventInfo li {
    width: 50%;
    float: left;
    margin-right: 0!important;
    line-height: 18px;
    font-family: 'ms-bold', Arial;
    font-size: 20px
}

#readmore .eventInfo li a {
    line-height: 18px;
    font-family: 'ms-bold', Arial;
    font-size: 20px
}

#readmore .eventInfo li span {
    width: 35px;
    float: left;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
}

#readmore .eventInfo li.location span {
    background-image:url("../images/location.png");
    -webkit-background-size: 11px 18px;
    background-size: 11px 18px;
}

#readmore .eventInfo li.date span {
    background-image:url("../images/calendar.png");
    -webkit-background-size: 16px 17px;
    background-size: 16px 17px;
}

#readmore .eventContent .border-btn {
    padding: 13px 24px;
}

#readmore .eventContent .buttons {
    margin-top: 20px;
}

#readmore .eventContent .buttons .border-btn img {
    width: 9px;
    display: inline;
    margin-bottom: 0;
    margin-right: 11px;
}

/*******************
 philanthropy
 ******************/

#philanthropy .column-section .text-left .text {
    margin-left: 7.5%;
}

#philanthropy .column-section .text-right {

}

#philanthropy .column-section .container-wrapper, #ambassador .column-section .container-wrapper {
    background-repeat: no-repeat;
    padding: 80px 0;
}

#philanthropy .text-left .container-wrapper, #ambassador .text-left .container-wrapper {
    background-position: right center;
    background-size: 55%;
}

#philanthropy .text-right .container-wrapper, #ambassador .text-right .container-wrapper {
    background-position: -40px center;
    max-width: 1920px;
    background-size: 55%;
}

#philanthropy .text-left .text {
    padding: 70px 4%;
}

#philanthropy .text-left .text, #ambassador .text-left .text {
    padding: 70px 4%;
    width: 52%;
    float: left;
}

#philanthropy .text-right .text, #ambassador .text-right .text {
    padding: 70px 0;
    width: 52%;
    float: right;
}

#philanthropy .text p, #ambassador .text p {
    font-size: 18px;
}

#philanthropy .col, #ambassador .two-col-content .col {
    width: 42%;
    margin: 0 4%;
    float: left;
    text-align: justify;
}

#philanthropy .subtitle, #ambassador .subtitle {
    margin-left: 4%;
    margin-bottom: 50px;
}

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

#philanthropy .two-col-content .border-btn {
    margin-left: 4%;
}

#philanthropy .one-col-content .text, #ambassador .one-col-content .text {
    max-width: 350px;
    text-align: justify;
}

#ambassador .col-list ul li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    border-bottom: dotted 2px #b8b5b0;
    padding-bottom: 25px;
}

/*******************
 Contact
 ******************/

#contact .left {
    width: calc(100% - 400px);
}

#contact .right {
    width: 390px;
}

#contact .left input {
    width: 45%;
    float: left;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #000;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'qc-bold', Arial;
    font-size: 19px;
    color: #1e1d29;
    background-color: transparent;
    margin-right: 5%;
    margin-bottom: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0px;
    -webkit-box-sizing: border-box;
}

#contact .left .privacy {
    opacity: 0.8;
}

#contact .left .privacy, #contact .left .privacy a {
    font-family: 'qc-regular', Arial;
    font-size: 19px;
    color: #1e1d29;
}

#contact .left .privacy a {
    text-decoration: underline;
}

#contact .left .privacy input {
    width: 15px;
    margin: 0 8px 40px 0;
    display: inline-block;
    height: 17px;
    border: 1px solid #000;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

#contact .left .message {
    width: 95%;
}

#contact .left button {
    float: left;
    margin-right: 5%;
}

#contact .left button span {

}

#contact .right .title {
    font-family: 'ms-extralight', Arial;
    font-size: 30px;
    margin-bottom: 35px;
}

#contact .right p {
    margin-bottom: 25px;
}

/*******************
 Text
 ******************/

#text .content {
    padding: 50px 4%;
    background-color: #FFFFFF;
}

/*******************
 Landing
 ******************/

#landing .wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#landing .video {
    width: 56%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#landing .video span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image:url("../images/play.png");
    width: 105px;
    height: 104px;
    cursor: pointer;
}

#landing .right {
    width: 42%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 2%;
    background-color: #000000;
}

#landing .right .info {
    width: 100%;
    float: left;
    text-align: center;
}

#landing .right h2 {
    font-family: ms-light, arial;
    font-size: 45px;
    color: #FFFFFF;
}

#landing .right h2 span {
    font-family: 'ms-medium', Arial;
    margin-left: 0;
    font-weight: 500;
    position: relative;
    color: #FFFFFF;
}

#landing .right h2 span:before {
    display: none;
}

#landing .right p {
    margin-bottom: 35px;
    color: #FFFFFF;
}

#landing .right .info-bottom {
    width: 100%;
    float: left;
}

#landing .right .image {
    margin-bottom: 35px;
}

#landing .right .image img {

}

#landing .right .buy {
    width: 180px;
    height: 42px;
    line-height: 42px;
    color: #FFF;
    border: 1px solid #FFFFFF;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Montserrat', arial;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    clear: both;
}

#landing .right .continue {
    width: 243px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Montserrat', arial;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    clear: both;
}

#landing .right .continue:hover {
    background-color: #000000;
    color: #FFF;
}

#landing .right ul {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

#landing .right ul li {
    margin-right: 15px;
    display: inline;
}

/*******************
 Career
 ******************/

.careerBG {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 55%;
}

.career-container {
    max-width: 1240px;
}

#career h2 {
    margin-bottom: 40px;
}

#career .intro {
    text-align: justify;
}

#career .intro .left, #career .awards .left {
    width: 39.5%;
}

#career .intro .right, #career .awards .right {
    width: 40%;
}

#career .owl-carousel .owl-item > div {
    display: flex;
    flex-direction: column;
}

#career .intro .right {
    margin-top: 700px;
}

#career .awards {
    margin-top: 80px;
}

#career .navigation {
    padding-top: 30px;
    border-top: 1px solid #000000;
}

#career .navigation a {
    line-height: 35px;
}

#career .navigation .wrapper {
    width: 270px;
    margin: 0px auto;
}

#career .awards .carousel p {
    font-family: 'qc-bold', Arial;
    font-size: 14px;
}

#career .awards .carousel span {
    font-family: qc-italic;
    font-size: 13px;
}

#career .awards .carousel img {
    margin-bottom: 25px;
}

#career .awards .carousel .col {
    margin-bottom: 45px;
}

#career .awards .carousel .navigation {
    border-top: 1px solid #000000;
}

#career .awards .carousel .navigation .wrapper {
    margin: 0px auto;
    width: 270px;
}

#career .testimonials {
    margin-top: 125px;
}

#career .testimonials .navigation {
    margin-top: 20px;
    width: 90%;
    margin: 20px 5% 0;
}

#career .testimonials .title {
    font-family: 'qc-bold', Arial;
    margin-bottom: 20px;
}

#career .testimonials .testimonialItem {
    margin: 0 10%;
    text-align: justify;
}

/*******************
 Search
 ******************/

.searching {
    overflow: hidden;
}

.searching .searchButton {
    background-color: #363636;
    background-image:url("../images/close.png")!important;
}

#search {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 75px;
    background-color: #e9e9e8;
    z-index: 1;
}

#search .wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-color: #fcfcfc;
    overflow-y: auto;
}

#search .noResults {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#search .title {
    font-family: 'Montserrat', arial;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    color: #363636;
    margin-top: 50px;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 18px;
}

#search .noResults .title {
    margin-top: 0;
}

#search .title:before {
    position: absolute;
    bottom: 0;
    width: 65px;
    height: 2px;
    background-color: #555555;
    left: 50%;
    margin-left: -32px;
    content: "";
}

#search form {
    width: 100%;
    float: left;
    text-align: center;
}

#search input {
    background-color: #FFFFFF;
    border: 1px solid #d7d7d7;
    height: 43px;
    line-height: 43px;
    font-family: 'qc-regular', arial;
    font-size: 15px;
    color: #898989;
    max-width: 705px;
    width: 96%;
    margin: 0 auto;
    display: inline-block;
    outline: 0 none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius:0px;
    -webkit-box-sizing: border-box;
    text-align: center;
    padding: 0;
}

#search input:focus {
    border: 1px solid #60cbc1;
}

#search .categories {
    width: 100%;
    float: left;
    text-align: center;
    margin: 35px 0;
}

#search .categories li {
    display: inline;
    margin: 15px;
}

#search .categories li a {
    font-family: 'Montserrat', arial;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

#search .categories li a span {
    color: #20beb1;
}

#search .categories li.active a {
    color: #363636;
    font-weight: 600;
}

#search .resultsWrapper > p {
    width: 100%;
    float: left;
    margin-top: 60px;
    text-align: center;
}

#search .results {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

#search .results ul {
    max-width: 1215px;
    margin: 0px auto;
}

#search .results ul li {
    width: 47%;
    float: left;
    position: relative;
    z-index: 1;
    margin: 0 1.5% 20px;
}

#search .results li:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border: 1px solid #ebebeb;
}

#search .results li:hover:before {
    border: 1px solid #60cbc1;
}

#search .results ul li a {
    display: flex;
}

#search .results li a .image {
    width: 230px;
    height: 154px;
    float: left;
    margin: 1px;
    background-size: cover;
    background-position: center;
}

#search .results li a .info {
    width: calc(89% - 232px);
    float: left;
    padding: 24px 5.5%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#search .results li a .info .date {
    font-family: 'qc-italic', arial;
    font-size: 12px;
    color: #20beb1;
}

#search .results li a .info p  {
    font-family: 'qc-bold', arial;
    font-size: 16px;
    color: #555555;
    height: 63px;
    overflow: hidden;
}

#search .results li a .info .category {
    margin-top: auto;
    font-family: 'Montserrat', arial;
    font-weight: 500;
    font-size: 12px;
    color: #959595;
    text-transform: uppercase;
}

/*******************
 Videos
 ******************/

.video img, .video > div, .video p {
    cursor: pointer;
}

#video {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    background-image:url("../images/search.png");
    display: none;
}

#modal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

#video .close {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
    background-image: url(../images/close.png);
    margin-top: -184px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 303px;
    position: fixed;
}

.hideBanner {
    height: auto;
}

.hideBanner .owl-carousel {
    display: none;
}

.landing-video {
    float: left;
    width: 100%;
}

@media screen and (min-width: 900px) {
    .landing-video {
        object-fit: cover; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%;
    }
}








