/*
Theme Name: Gracie Barra Corporate
Template: graciebarra
Author: CyberMark
Author URI: http://www.cybermark.com
*/


html {
    font-size: 100%;
}

body {
    font-family: 'Titillium Web';
	font-size: 18px;
	line-height: 30px;
	overflow-x: hidden;

}
.site-content-contain {
    overflow-x: hidden;
}
label {
    font-weight: 400;
}
a {
  color: #317dc3;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
    color: #cd0303;
}
ul {
    list-style: none;
}
p {
	margin: 0 0 20px;
}
blockquote {
    background-color: #FFFFFF;
    border-left: 10px solid #317dc3;
    position: relative;
    padding: 75px 25px 15px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    margin: 50px 0;
}
blockquote::before {
    background-color: #317dc3;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    padding: 20px 40px;
    background-image: url(/assets/images/quotes.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center 10px;
    height: 100%;
    width: 50px;
    z-index: 1;
}
blockquote::after {
    background-color: #317dc3;
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    color: #FFFFFF;
    transform: skew(30deg);
    height: 100%;
    width: 160px;
    z-index: 0;
}
blockquote p {
    background: #FFFFFF;
    position: relative;
    z-index: 10;
    padding: 15px 20px 20px;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}
ol, ul {
    list-style-position: inside;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
h1 {
    font-size: 64px;
    color: #317dc3;
    font-weight: 400;
}
h2 {
    font-size: 48px;
    color: #333333;
    font-weight: 600;
}
h3 {
    font-size: 36px;
    color: #cd0303;
    font-weight: 300;
    padding: 0;
}
h4 {
    font-size: 26px;
    color: #666666;
    font-weight: 300;

}
h5 {
    font-size: 18px;
    color: #666666;
    font-weight: 400;

}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.full-width {
	padding: 0 50px;
}
h2.fancy-title {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    position: relative;
    text-transform: uppercase;
    color: #333333;
}
.fancy-title::after {
    position: absolute;
    bottom: -10px;
    height: 5px;
    width: 100px;
    content: "";
    background-color: #317dc3;
    left: 0;
}

.top-bar {
	background-color: #317dc3;
	padding: 0.5em 1% 0 6.5%;
}
.top-bar_menu {
    text-align: right;
}
.menu-top-bar-menu-container {
    display: inline-block;
    margin: 0;
}

.menu-top-bar-menu-container {
    display: inline-block;
    margin: 0;
}
.top-menu {
    float: left;
    margin: 0 30px 0px 0;
}
.top-menu li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.top-menu li a {
	color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}
.top-menu li a:hover {
    text-decoration: none;
    color: #000000;
}
.top-menu li ul li {
    margin: 0;
    width: 100%;
}
.top-menu li ul li a {
    color: #000000;
    display: block;
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #dddddd;
    font-size: 13px;
}
.top-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
    z-index: 100;
    margin: 0;
    width: 230px;
}
.top-menu li:hover ul {
    display: block;
}
.top-menu li ul li a:hover {
    background-color: #307dc3;
    color: #FFFFFF;
    border-bottom-color: #307dc3;
}
.top-nav a:hover {
    text-decoration: none;
    color: #cd0303;
}
.shop-link {
    display: inline-block;
    background-image: url(/assets/images/shop.png);
    width: 125px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    font-size: 16px;
    text-indent: 9999px;
    line-height: 18px;
    margin-right: 15px;
}
.shop-link-2 {
	display: inline-block;
	background-image: url(/assets/images/shop2.png);
	width: 115px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	font-size: 16px;
	text-indent: 9999px;
	line-height: 18px;
}
.institute-link {
	display: inline-block;
	background-image: url(/assets/images/institute.png);
	width: 115px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	font-size: 16px;
	text-indent: 9999px;
	line-height: 18px;
}
.class-link {
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    top: -10px;
    margin-left: 10px;
    z-index: 0;
    padding: 0 25px;
}
.class-link::before {
    content: "";
    background: #cc0000;
    background: -moz-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 5%,#be0101 25%,#9a0000 100%);
    background: linear-gradient(to bottom, #cc0000 5%,#be0101 25%,#9a0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9a0000',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-transform: skewX(45deg) skewY(0deg);
    -webkit-transform: skewX(45deg) skewY(0deg);
    -o-transform: skewX(45deg) skewY(0deg);
    -ms-transform: skewX(45deg) skewY(0deg);
    transform: skewX(35deg) skewY(0deg);
    z-index: -1;
    top: -10px;
    left: 0;
    bottom: -10px;
    height: 50px;
}
.class-link::after {
    content: "";
    background: #cc0000;
    background: -moz-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 5%,#be0101 25%,#9a0000 100%);
    background: linear-gradient(to bottom, #cc0000 5%,#be0101 25%,#9a0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9a0000',GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -10px;
    bottom: -10px;
    height: 50px;
}
.header {
	background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 200;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
    border-bottom: 1px solid #dddddd;
}
.head-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 1% 0 6.5%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    box-shadow: none;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top-logo {
	margin: -50px 0 -50px;
    vertical-align: middle;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: relative;
}
.top-logo a {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-left: 2%;
    width: 100%;
}
.top-logo img {
    max-width: 9.75em;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.right-mast {
    -webkit-flex: 0 1 90%;
    -ms-flex: 0 1 90%;
    flex: 0 1 90%;
}
.right-mast > .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Menu CSS*/
.top-nav {
    vertical-align: middle;
    /*-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;*/
    padding: 0 2em 0 0;
}
.top-nav ul li a {
    color: #000000;
    display: block;
    position: relative;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    padding: 15px 20px!important;
}
.top-nav ul#ubermenu-nav-main-2-main-menu li .ubermenu-submenu li {
    margin: 0 0 10px!important;

}
.ubermenu-submenu-align-full_width {
    border-top: 1px solid #999999 !important;
}
.ubermenu-target-with-image .ubermenu-target-text {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 100;
    color: #FFFFFF!important;
    text-transform: uppercase;
    text-shadow: 0 0 5px #000000;
}
.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal {
    margin-top: 0!important;
}
.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
    margin-bottom: 0 !important;
}

.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_above {
    padding: 5px 5px!important;
}
.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_above::after {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,.3);
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 10;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.menu-feature-h5 h5 {
    text-align: center;
    font-weight: 300;
    color: #307dc3;
    font-size: 14px;
}
.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-content-align-center.ubermenu-item-layout-image_above.menu-feature span {
    text-shadow: none;
    position: relative;
    color: #000000 !important;
    font-style: normal;
    font-size: 20px;
    margin-top: 10px;
}
.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_above:hover::after {
    background-color: transparent;
}
.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-content-align-center.ubermenu-item-layout-image_above.menu-feature::after {
    display: none;
}
.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-content-align-center.ubermenu-item-layout-image_above.menu-feature span {
    text-shadow: none;
    position: relative;
    color: #000000 !important;
    font-style: normal;
}

.top-nav .ubermenu .ubermenu-submenu .menu-column {
    border-right: 1px solid #dddddd;
}

.top-nav .ubermenu .ubermenu-submenu .menu-column:nth-child(3), .top-nav .ubermenu .ubermenu-submenu .menu-column:nth-child(6) {
    border:none;
}


.right-loc {
    text-align: right;
    vertical-align: middle;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.right-loc span {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-right: 10px;
    margin-top: 5px;
}
.right-loc span i {
    color: #cc0000;
    font-size: 24px;
}
.right-loc input[type="text"] {
    padding: 10px 30px 10px 10px;
    border-radius: 0;
    border-color: #345879;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #DDDDDD;
    position: relative;
    width: 300px;
}
.right-loc input[type="text"]::before {
    position: absolute;
    content: "\f002";
    font-size: 16px;
    font-family: FontAwesome;
    color: #DDDDDD;
    position: relative;
}
.main-front-hero {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    margin-top: 125px;
}
.main-front-hero img {
    width: 100%;
}
/*.main-front-hero::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/assets/images/top-left-bg.png) no-repeat 0 0 scroll;
    content: "";
}*/
.left-hero-content {
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 50px;
}
.left-hero-content p {
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    color: #000000;
    margin: 50px 0 0 200px;
}
.left-hero-content p span {
    display: block;
    margin-left: 30px;
}
.left-hero-content .fancy-button-wrapper {
	margin: 50px 0 0 300px;
}
.fancy-button-wrapper a.fancy-button {
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    z-index: 100;
    text-decoration: none;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
}
.fancy-button-wrapper a::before {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+5,be0101+25,9a0000+100 */
background: #cc0000; /* Old browsers */
background: -moz-linear-gradient(top,  #cc0000 5%, #be0101 25%, #9a0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cc0000 5%,#be0101 25%,#9a0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cc0000 5%,#be0101 25%,#9a0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9a0000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
    position: absolute;
    -moz-transform: skewX(45deg) skewY(0deg);
    -webkit-transform: skewX(45deg) skewY(0deg);
    -o-transform: skewX(45deg) skewY(0deg);
    -ms-transform: skewX(45deg) skewY(0deg);
    transform: skewX(35deg) skewY(0deg);
    z-index: -1;
    top: 0;
    left: 0;
}
.fancy-button-wrapper a:hover::before {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#317dc3+1,317dc3+100 */
background: #317dc3; /* Old browsers */
background: -moz-linear-gradient(top,  #317dc3 1%, #317dc3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #317dc3 1%,#317dc3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #317dc3 1%,#317dc3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317dc3', endColorstr='#317dc3',GradientType=0 ); /* IE6-9 */

}

.video-container {
    float: right;
    width: 80%;
    height: 1050px;
    position: relative;
    right: -50px;
}

.upcoming-events {
    clear: both;
    /*display: flex;*/
}
.upcoming-events-title {
    background-color: #317dc3;
    padding: 75px 0px 75px 15px;
    text-align: center;
    /*flex: 0 1 auto;*/
    width: 20%;
    float: left;
    position: relative;
}
.upcoming-events-title::before {
    background-color: #317dc3;
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
}
.upcoming-events-title::after {
    background-color: #317dc3;
    content: "";
    position: absolute;
    top: 0;
    right: -80px;
    height: 100%;
    width: 200px;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
    z-index: 0;
}
.upcoming-events-title h3 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1;
    font-size: 60px;
    text-align: right;
    margin: 0;
    position: relative;
    z-index: 1;
}
.upcoming-events-title h3 span {
    display: block;
}
.upcoming-events-wrapper {
    /*flex: 0 1 80%;*/
    float: left;
    width: 80%;
    padding-left: 200px;
    padding-top: 50px;
}
.upcoming-events h3 a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
}
.upcoming-events p {
    line-height: 24px;
}

.upcoming-events .more-link {
	display: none;
}
.event-details {
    text-transform: uppercase;
    text-decoration: none;
    font-style: italic;
}
.event-details:hover {
    color: #cc0000;
    text-decoration: none;
}
.event-details i {
    color: #cc0000;
}
.upcoming-events-container {
    width: 90%;
}
.slick-arrow {
	background-color: transparent;
    padding: 5px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 0;
    font-size: 24px;
    top: 60px;
    position: absolute;
}
.slick-arrow:hover {
	background-color: #999999;
    color: #ffffff;
}
.slick-arrow.slick-prev {
    left: -25px;
}
.slick-arrow.slick-next {
    right: -25px;
}

.why-gb-wrapper {
    clear: both;
    background-image: url(https://graciebarra.com/assets/images/why-gb-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 0;
    padding: 90px 0;
    float: left;
    width: 100%;
    position: relative;
}
.why-gb-wrapper-overlay {
    position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;background:rgba(0,0,0,0.562);
}
.gb-branding {
    background-image: url(/assets/images/gb-brand.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 200px;
    position: absolute;
    bottom: -80px;
    left: -125px;
}
.view {
    float: left;
    width: 50%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view.why-gb.view-second {
    margin-top: 70px;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}

.view p {
    font-size: 18px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
    text-shadow: 0 0 10px #000000;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-second img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   width: 100%;
}
.view-second .mask {
   background-color: rgba(0,0,0, 0.3);
   width: 100%;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 36px;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    top: 45%;
    text-shadow: 0 0 10px #000000;
}
.view-second p {
   position: relative;
   top: 100%;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second .fancy-button-wrapper {
   position: relative;
   top: 100%;
   -webkit-transition: all 0.2s 0.1s ease-in-out;
   -moz-transition: all 0.2s 0.1s ease-in-out;
   -o-transition: all 0.2s 0.1s ease-in-out;
   -ms-transition: all 0.2s 0.1s ease-in-out;
   transition: all 0.2s 0.1s ease-in-out;
   margin: 0;
}
.view-second:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-second:hover img {
filter: grayscale(0.5) blur(10px);
}
.view-second:hover p {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    top: 40%;
}
.view-second:hover .fancy-button-wrapper {
    top: 40%;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view .fancy-button-wrapper a.fancy-button {
    font-size: 16px;
    padding: 10px 50px;
}
.program-section {
    float: left;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.section {
    display: flex;
    padding: 100px 0;
    align-items: center;
    justify-content: center;
}

.program-section::after {
    content: "";
    width: 90%;
    height: 100%;
    left: -100%;
    bottom: 0;
    background-color: #cd0303;
    position: absolute;
    transform: skew(35deg,0);
    z-index: 0;
}
.bei {
    max-width: 80%;
    float: right;
}
.quote p {
    font-size: 2vw;
    color: #666666;
    line-height: 48px;
    position: relative;
    z-index: 10;
}
.quote p::before {
    content: open-quote;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 200px;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    opacity: 0.2;
}
.quote {
    position: relative;
    padding-right: 220px;
}
.quote img {
    float: right;
    margin: -240px -100px 0 0;
}
.quote img {
    position: absolute;
    right: -100px;
    bottom: -70px;
    z-index: 0;
}
.flexbox-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
    position: relative;
    z-index: 10;
}
.flexbox-vert-item {
    width: 50%;
    padding: 0 10%;
}
.flexbox-vert-item.section-image {
    padding: 0;
}

.flexbox-vert-item img {
    position: relative;
    z-index: 10;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.25);
}
.section-content .fancy-button-wrapper {
    margin: 50px 0 0 75px;
}
.shopping-section {
    float: left;
    width: 100%;
    overflow-x: hidden;
}
.shopping-container {
    display: flex;
}
.shopping-section .col-sm-6, .shopping-section .col-sm-3 {
    padding: 0;
}
.shopping-container .col-md-6, .shopping-container .col-md-3 {
    padding: 0;
}
.mask {
    position: relative;
}
.mask img {
    width: 100%;
}
.mask .content {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.shopping-section .content h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000000;
    position: relative;
    top: 50%;
    left: 5%;
    font-size: 2.5vw;
    margin: 0;
}
.shopping-section .fancy-button-wrapper {
    position: relative;
    top: 55%;
    left: 10%;
}
.shopping-section .fancy-button-wrapper {
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 260px;
    top: 50%;
    text-align: center;
}
.shopping-section .fancy-button-wrapper a::before {
    background: rgba(205,3,3,.7);
}
.shopping-section .fancy-button-wrapper a:hover::before {
    background: rgb(205,3,3);
}

.shopping-section .fancy-button-wrapper a.fancy-button {
    font-size: 24px;
    font-style: normal;
    margin: 0 auto;
    font-weight: 600;
    display: inline-block;
}
.recent-posts {
	float: left;
	width: 100%;
	padding: 75px 0;
}
.recent-posts-container {
    display: flex;
}
.recent-posts-container h2 {
	color: #317dc3;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
    text-align:center;
}
.single-post {
    position: relative;
}

.post-info .more-link {
	display: none;
}
.post-info h3 a {
  color: #000000;
    font-weight: 600;
    font-size: 24px;
    text-decoration: none;
}
.post-info h3 a:hover {
  color: #cd0303;
}

/*Inside Pages Banner Section*/
.banner-section {
    background: url("https://graciebarra.com/wp-content/uploads/2020/12/banner-new.jpg") center 0 scroll;
    margin-top: 35px;
    text-align: center;
    padding: 200px 0;
    position: relative;
}
.banner-section h1 {
    text-align: center;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 48px;
    width: 100%;
    margin: 0;
    text-shadow: 2px 2px black;
}
.banner-section h2 {
    color: #FFFFFF;
    padding: 0;
    width: 100%;
    margin: 0;
    font-size: 36px;
    text-shadow: 0 0 10px #000000;
}
.breadcrumbs {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #FFFFFF;
    vertical-align: middle;
    border-top: 4px solid #cd0303;
    border-bottom: 1px solid #d9d9d9;
}
.breadcrumb-links {
    float: left;
    margin-left: 1%;
    position: relative;
    font-weight: 600;
}
.breadcrumb-location-link {
    float: right;
    position: relative;
}
.breadcrumb-location-link a {
    background: -moz-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
background: -webkit-linear-gradient(top, #cc0000 5%,#be0101 25%,#9a0000 100%);
background: linear-gradient(to bottom, #cc0000 5%,#be0101 25%,#9a0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9a0000',GradientType=0 );
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #FFFFFF;
    text-transform: uppercase;
    font-style: italic;
    z-index: 100;
}
.breadcrumb-location-link a::before {
    content: "";
    background: -moz-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
background: -webkit-linear-gradient(top, #cc0000 5%,#be0101 25%,#9a0000 100%);
background: linear-gradient(to bottom, #cc0000 5%,#be0101 25%,#9a0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9a0000',GradientType=0 );
    left: -20px;
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    transform: skewX(35deg);
    z-index: -1;
}
.breadcrumb-links::after {
  right: -35px;
}
.breadcrumb_link {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    margin-right: 25px;
    font-weight: 400;
}
.breadcrumb_link::after {
  right: 0;
}
.breadcrumb-links::after, .breadcrumb_link::after {
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    transform: skewX(35deg);
    content: "";
}
.breadcrumb-links .post-categories {
    display: inline-block;
    margin: 0;
}
/******We Are GB*******/
.inside-page-content {
    padding: 75px 0;
}
.content-wrapper {
    margin: 50px 0;
}
.red_shield {
    display: flex;
    background-color: #f9f9f9;
    margin: 80px 0;
    position: relative;
}
.red_shield::before {
    position: absolute;
    content: "";
    top: 0;
    left: -170%;
    background-color: #317dc3;
    height: 100%;
    width: 200%;
    z-index: 0;
    transform: skewX(35deg);
}
.excellence-img {
    /*display: flex;*/
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.img-shadow img {
    box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
    display: block;
    margin: 0 auto;
}
.ap-img {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.we_are_gb_section {
    padding: 80px 0;
    position: relative;
    overflow-x: hidden;
}
.we_are_gb_section::before {
    position: absolute;
    left: -180%;
    width: 200%;
    height: 100%;
    content: "";
    top: 0;
    background-color: #317dc3;
    transform: skewX(35deg);
    z-index: 0;
}
.we_are_gb_section::after {
    position: absolute;
    right: -190%;
    width: 200%;
    height: 100%;
    content: "";
    top: 0;
    background-color: #cd0303;
    transform: skewX(35deg);
    z-index: 0;
}
.we_are_gb_section .content-wrapper {
    background-color: #FFFFFF;
    padding: 25px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    position: relative;
    z-index: 1;
}
.content-wrapper.fight_song {
    margin-top: 300px;
}
.the_founder {
    margin-top: -75px;
    position: relative;
    padding: 75px 0;
}
.page-template-founder .inside-page-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    background-color: #317dc3;
    height: 100%;
    width: 100%;
    transform: skewX(30deg);
}
.the_founder .content-wrapper {
    margin: -40px auto 0;
    padding: 50px;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    max-width: 700px;
    border-right: 10px solid #cd0303;
}
.founder-field_2 iframe {
    width: 100%;
    min-height: 500px;
    margin: 50px 0;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.35);
}
.page-template-founder .content-wrapper {
    padding: 25px 50px;
    background-color: #FFFFFF;
}
.content-wrapper.shadow-border {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.35);
    border-left: 10px solid #cd0303;
}
.content-wrapper.shadow-border p {
    font-style: italic;
    text-align: center;
}
.founder-field_3 .content-wrapper.shadow-border {
    max-width: 600px;
    margin: 160px auto 100px;
    background-color: #FFFFFF;
    text-align: center;
}

.leadership-field_1 {
    background-color: #ffffff;
    margin-top: -75px;
}

.content-wrapper.grey.column-container h2 {
    margin-top: 0;
}
.item {
  float: left;
  padding: 50px;
}
.item-8 {
    width: 66.6666%;
}
.item-4 {
    width: 33.3333%;
}
.barriers {
    background-image: url(/assets/images/barriers2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loyalty {
    background-image: url(/assets/images/loyalty.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.passion {
    background-image: url(/assets/images/passion.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.leadership-field_3 {
    background-color: #f9f9f9;
}
.ac-container{
}
.ac-container label {
    padding: 15px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 33px;
    font-size: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
    font-style: italic;
    font-weight: 600 !important;
}
.ac-container label::before {
    background-color: #cd0303;
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    content: "";
    z-index: -1;
}
.ac-container label::after {
    background-color: #cd0303;
    position: absolute;
    left: 278px;
    top: 0;
    height: 100%;
    transform: skewX(35deg);
    content: "";
    width: 100px;
    z-index: -1;
}
.ac-container label:hover{
  background: #fff;
}

.ac-container label:hover::after, .ac-container input:checked + label:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    left: 0;
    transform: skewX(0deg);
    transition: all 300ms ease-in-out;
}

.ac-container input{
  display: none;
}
.ac-container article{
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
  font-style: italic;
  color: #777;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
  height: 180px;
}
.ac-container input:checked ~ article.ac-large{
  height: 230px;
}
.programfeature {
  clear:both;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 100px 0;
  background: white; }
.programfeature:before, .programfeature:after {
    content: "";
    display: table; }
  .programfeature:after {
    clear: both; }
  .programfeature .panel .hover-info {
    -webkit-transition: all .2s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      .programfeature .panel .hover-info {
        background-position: right 800px;
        background-image: none;
        background: none;
        opacity: 1; } }
    .programfeature .panel .hover-info:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .programfeature .panel .hover-info .button {
      padding: 10px 40px;
      background: #e2231a;
      display: inline-block;
      vertical-align: middle;
      font-weight: 300;
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
    .programfeature .panel .hover-info:hover {
      -webkit-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      transition: 1.5s all cubic-bezier(0.23, 1, 0.32, 1);
      opacity: 1;
      background-position: right bottom; }
  .programfeature .panel .show-hover {
    opacity: 1;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center 120px; }
    @media (max-width: 1024px) {
      .programfeature .panel .show-hover {
        background-position: center 80px; } }
    @media (max-width: 1024px) {
      .programfeature .panel .show-hover {
        background-position: center 280px; } }
    .programfeature .panel .show-hover .button {
    font-size: 24px;
    background: transparent;
}
    .programfeature .panel .show-hover:hover {
      background: transparent;
      background-position: center 100px;
      background-repeat: no-repeat; }
      @media (max-width: 1024px) {
        .programfeature .panel .show-hover:hover {
          background-position: center 70px; } }
      @media (max-width: 1024px) {
        .programfeature .panel .show-hover:hover {
          background-position: center 200px; } }
      .programfeature .panel .show-hover:hover .button {
        color: #fff;
        background: #e2231a; }
  .programfeature .panel .vert-center {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    white-space: nowrap; }
    .programfeature .panel .vert-center:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .programfeature .panel .vert-center .panel-text {
      display: inline-block;
      vertical-align: middle;
      width: 98%;
      white-space: normal; }
      .programfeature .panel .vert-center .panel-text h3 {
    font-size: 5vw;
    font-weight: 400;
    letter-spacing: 3px;
    padding-bottom: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    text-transform: uppercase;
}
      .programfeature .panel .vert-center .panel-text p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0px 40px;
        font-weight: 300; }
        @media (max-width: 1250px) {
          .programfeature .panel .vert-center .panel-text p {
            padding: 0 25px; } }
  .programfeature .panel {
    width: 31.94444%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%;
    margin-top: 0.69444%;
    margin-bottom: 0.69444%;
    background: #eff0f0;
    position: relative;
    border: none; }
    @media (max-width: 1024px) {
      .programfeature .panel {
        width: 48.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 767px) {
      .programfeature .panel {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%;
        margin-top: 0.69444%;
        margin-bottom: 0.69444%; } }
    .programfeature .panel .panel-info {
      position: absolute;
      bottom: 30px;
      left: 37px; }
      @media (max-width: 1024px) {
        .programfeature .panel .panel-info {
          bottom: 20px;
          left: 25px; } }
      .programfeature .panel .panel-info h1, .programfeature .panel .panel-info h2, .programfeature .panel .panel-info h3, .programfeature .panel .panel-info h4 {
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 4px;
    text-shadow: 0 0 10px #000000;
    font-weight: 600;
}
        @media (max-width: 1250px) {
          .programfeature .panel .panel-info h1, .programfeature .panel .panel-info h2, .programfeature .panel .panel-info h3, .programfeature .panel .panel-info h4 {
            font-size: 24px; } }
        @media (max-width: 1024px) {
          .programfeature .panel .panel-info h1, .programfeature .panel .panel-info h2, .programfeature .panel .panel-info h3, .programfeature .panel .panel-info h4 {
            font-size: 28px; } }
      .programfeature .panel .panel-info p {
        color: #fff;
        opacity: .4;
        font-size: 18px;
        letter-spacing: 4px; }
      .programfeature .panel .panel-info h1, .programfeature .panel .panel-info h2, .programfeature .panel .panel-info h3, .programfeature .panel .panel-info h4, .programfeature .panel .panel-info p {
        text-transform: uppercase;
        padding: 0px;
        margin: 0px; }
    .programfeature .panel:before {
      content: "";
      display: block;
      padding-bottom: 95%; }
  .programfeature .panel-wide {
    width: 40.27778%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%; }
    @media (max-width: 1024px) {
      .programfeature .panel-wide {
        width: 48.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 767px) {
      .programfeature .panel-wide {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    .programfeature .panel-wide:before {
      content: "";
      display: block;
      padding-bottom: 79.2%; }
      @media (max-width: 1024px) {
        .programfeature .panel-wide:before {
          padding-bottom: 95%; } }
  .programfeature .panel-narrow {
    width: 23.61111%;
    float: left;
    margin-left: 0.69444%;
    margin-right: 0.69444%; }
    @media (max-width: 1024px) {
      .programfeature .panel-narrow {
        width: 48.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%; } }
    @media (max-width: 767px) {
      .programfeature .panel-narrow {
        width: 98.61111%;
        float: left;
        margin-left: 0.69444%;
        margin-right: 0.69444%;
        margin-top: 0.69444%;
        margin-bottom: 0.69444%; } }
    .programfeature .panel-narrow:before {
      content: "";
      display: block;
      padding-bottom: 135.4%; }
      @media (max-width: 1024px) {
        .programfeature .panel-narrow:before {
          padding-bottom: 95%; } }
  .programfeature .panel-tall {
    float: right; }
    .programfeature .panel-tall .hover-info {
      background-position: right 1000px; }
    .programfeature .panel-tall:before {
      content: "";
      display: block;
      padding-bottom: 135%; }
      @media (max-width: 1024px) {
        .programfeature .panel-tall:before {
          padding-bottom: 95%; } }
  .programfeature .panel-short:before {
    content: "";
    display: block;
    padding-bottom: 60%; }
    @media (max-width: 1024px) {
      .programfeature .panel-short:before {
        padding-bottom: 95%; }
        .programfeature .panel-short:before .hover-info {
          background-position: 0px 150px; }
          .programfeature .panel-short:before .hover-info:hover {
            background-position: 0 50px; } }
  .programfeature .dslr {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  .programfeature .compact {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  .programfeature .binoculars {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  .programfeature .gopro {
    background-size: cover;
    box-shadow: inset 0px -150px 150px rgba(0, 0, 0, 0.69); }
  @media (max-width: 767px) {
    .programfeature {
      padding: 0; } }
.panel {
    background-size: cover !important;
    background-repeat: no-repeat;
}

.panel.panel-short.schedule {
    clear: both;
}

.program-intro {
    display: flex;
    position: relative;
}
.program-intro h2 {
    font-weight: 200;
    line-height: 1;
    font-size: 3vw;
    border-left: 5px solid #cd0303;
    padding-left: 25px;
}
  @media only screen and (max-width: 1199px) {
    .program-intro h2 {
     font-size: 36px;}
  }

.program-quote {
    position: relative;
    bottom: 2%;
    left: 50%;
    z-index: 10;
}
  @media only screen and (max-width: 991px) {
.program-quote {
    position: relative;
    bottom: 0;
    left: 0;
}
}
.program-feature-container {
    background-color: #f9f9f9;
    margin: 75px 0 0;
    padding: 75px 0;
}

.benefitsList {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 3;
}
  @media only screen and (max-width: 991px) {
    .benefitsList {
        columns: 1;
    }
  }
.benefitsList li {
    padding: 50px 15px;
    text-align: center;
    background-color: #084D8A;
    margin: 0 0 10px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
    display: inline-block;
    width: 100%;
}
.program-features h2 {
    text-align: center;
    font-weight: 300;
}
.program-video {
    background-image: url(/assets/images/program-background.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 200px 0;
    margin-bottom: -135px;
}
.program-video::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255,255,255,.7);
}
.program-video h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    color: #317dc3;
    border-left: 5px solid #000000;
    padding-left: 20px;
    text-shadow: 1px 1px 0 #084D8A;
}
.program-video p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}

.program-video .fancybox-media {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.program-video .fancybox-media::after {
    background-image: url(/assets/images/play-button.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    content: "";
    top: 35%;
    position: absolute;
    right: 10%;
    background-size: contain;
}
.program-video .fancybox-media:hover::after {
    opacity: .8;
}

/*************Instructors Page************/
.how_to_join {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.how_to_join::before {
    background-color: #307dc3;
    position: absolute;
    right: ;
    right: -190%;
width: 200%;
    content: "";
    height: 100%;
    -moz-transform: skewX(35deg);
-webkit-transform: skewX(35deg);
-o-transform: skewX(35deg);
-ms-transform: skewX(35deg);
transform: skewX(35deg);
    top: 0;
    z-index: -1;
}
.contact-form {
    max-width: 600px;
    background-color: #FFFFFF;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    overflow: hidden;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
    margin: 0 0 10px;
    width: 100%;
    border-radius: 0;
}
.contact-form input[type="submit"] {
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    font-family: 'Titillium Web';
    font-weight: 400;
    font-size: 16px;
    padding: 20px 10px;
    background: transparent;
    display: inline-block;
}
.submit-button {
    position: relative;
    background: #cd0303;
    max-height: 56px;
    margin-right: -25px;
    float: right;
}
.submit-button:hover, .submit-button:hover::before {
    background: #307dc3;
}

.submit-button::before {
    background-color: #cd0303;
    width: 75px;
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: -35px;
}
#gb-headquarters {
    background: url(/assets/images/gb-hq.jpg) no-repeat center center fixed;
        background-size: auto auto;
    background-size: cover;
    padding: 200px 0;
    margin-bottom: -135px;
}
.gb-hq-container {
    background-color: rgba(255,255,255,.9);
    max-width: 800px;
    margin: 0 auto;
}
.gb-hq-container a {
    padding: 100px 0;
    text-align: center;
    display: block;
}
.gb-hq-container img {
    display: block;
    margin: 0 auto;
}

/*Blog Page*/
.entry-meta {
    color: #767676;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1818em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}
.link-more {
    background: -moz-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 5%,#be0101 25%,#9a0000 100%);
    background: linear-gradient(to bottom, #cc0000 5%,#be0101 25%,#9a0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#9a0000',GradientType=0 );
    display: inline-block;
    margin: 0;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
.link-more:hover {
    background: -moz-linear-gradient(top, #317dc3 5%, #317dc3 25%, #317dc3 100%);
    background: -webkit-linear-gradient(top, #317dc3 5%,#317dc3 25%,#317dc3 100%);
    background: linear-gradient(to bottom, #317dc3 5%,#317dc3 25%,#317dc3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#317dc3', endColorstr='#317dc3',GradientType=0 );
}
.link-more:hover a, .link-more a:hover {
    color: #FFFFFF;
}
.more-link {
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    display: block;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none !important;
    margin: 5px 0 !important;
    font-style: italic;
    padding: 0 30px;
    font-size: 14px;
}
.entry-content .more-link::before {
    margin-top: 0;
}
.page-numbers {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #dddddd;
}
.page-numbers:hover {
    box-shadow: none !important;
    color: #FFFFFF !important;
    background-color: #317dc3;
}
.prev.page-numbers, .next.page-numbers {
    background: none;
}
.prev.page-numbers:focus, .prev.page-numbers:hover, .next.page-numbers:focus, .next.page-numbers:hover {
    background-color: #317dc3;
    color: #fff;
}
.entry-footer .cat-links a, .entry-footer .tags-links a {
    color: #333;
    font-weight: 400;
    font-size: 18px;
}

.post-navigation {
    font-weight: 400;
}

/*Map*/
.location-search-container {
    margin: 50px 0;
    display: inline-block;
}
#result_box {
    text-align: right;
    font-size: 5vw;
    text-transform: uppercase;
    color: #317dc3;
    line-height: 1;
}
.map-search-form {
    float: left;
    width: 50%;
}
#search {
    background-color: transparent;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
    border-color: #000000;
    padding: 15px 30px;
    margin: 0 auto;
    display: table;
}
#search_address {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    border-bottom: 1px solid #000;
    padding: 15px;
    height: auto;
}

/*Footer CSS*/
.footer {
    float: left;
    width: 100%;
    padding: 25px 0;
    background-color: #ffffff;
    position: relative;
}
.footer-social {
    margin: 40px 0 20px;
}
.footer-social li {
    display: inline-block;
    margin-right: 15px;
}
.footer-social li a {
    color: #317dc3;
    font-size: 24px;
}
#footer-menu {
    display: inline-block;
}
#footer-menu li {
    float: left;
    width: 25%;
    line-height: 36px;
}
#footer-menu li a {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
#footer-menu li a:hover {
    color: #cd0303;
  }
.copyright p {
    text-transform: uppercase;
    font-style: italic;
    font-size: 14px;
    line-height: 15px;
}
.pre-footer {

    float: left;
    position: relative;
    width: 100%;
    background-image: url(/assets/images/pre-footer-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
    overflow: hidden;
    height: 500px;

}
.pre-footer::before {

    position: absolute;
    top: -90px;
    left: -150px;
    content: "";
    background-image: url(/assets/images/gb-footer-logo.png);
    height: 600px;
    width: 800px;
    background-size: contain;
    background-repeat: no-repeat;

}
.pre-footer-container {
}
.pre-footer-first h3{
    color: #FFFFFF;
    font-weight: 600;
    font-style: italic;
    font-size: 36px;
    left: 15%;
    position: relative;
    line-height: 1em;
}
.pre-footer-first span {
    display: block;
    left: 75px;
    top: 40px;
}
.pre-footer-second {
    position: relative;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    color: #FFFFFF;
    margin-top: 80px;
    left: 35%;
}
.pre-footer-second span {
    font-size: 96px;
    font-weight: 700;
    font-style: italic;
    display: block;
    position: absolute;
    top: 60px;
    left: 60px;
}
.pre-footer-third {
    color: #FFFFFF;
    font-size: 36px;
    font-style: italic;
    font-weight: 600;
    position: absolute;
    left: 55%;
    margin-top: 100px;
}
.pre-footer-third .fancy-button-wrapper {
    margin-top: 40px;
    margin-left: 90px;
}
#footer-menu ul {
    margin: 0;
}
.pre-footer-first .fancy-button-wrapper {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 1501px) {
.head-container {
    padding: 0.5em 1% 0 2.5%;
}
.top-nav ul li a {
    font-size: 14px!important;
}
.right-loc span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
    .top-logo {
    max-width: 125px;
}
.top-bar {
    overflow: hidden;
}
.class-link {
    top: -5px;
}
.class-link::before, .class-link::after {
    height: 45px;
}
.top-nav ul {
    margin: 0 0 0 0 !important;
}
.right-loc input[type="text"] {
    font-size: 12px;
    width: 215px;
}
.head-container {
    padding: 0.5em 1% 0 1%;
}
.top-nav {
    padding: 0 1em 0 0;
}
.right-loc span {
    font-size: 13px;
}
.top-bar {
    background-color: #317dc3;
    padding: 0em 1%;
    float: left;
    width: 100%;
    line-height: 1.7;
}
.top-logo a {
    width: 75%;
}
.right-mast {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.shop-link {
    height: 24px;
}
.top-nav ul li a {
    font-size: 13px!important;
}
.top-menu li a {
    font-size: 13px;
    font-weight: 600;
}
.upcoming-events-title h3 {
    font-size: 36px;
}
.upcoming-events-wrapper {
    padding-top: 20px;
}
.upcoming-events h3 a {
    font-size: 24px;
}
.view-second h3 {
    font-size: 24px;
  }
.view p {
    font-size: 14px;
    padding: 0px 20px 0px;
    line-height: 20px;
}
.view .fancy-button-wrapper a.fancy-button {
    font-size: 14px;
    padding: 5px 35px;
}
.program-section::before {
    left: 95%;
}
.quote {
    padding-right: 150px;
}
.item {
    float: left;
    padding: 15px;
}
.item-8 {
    width: 50%;
}
.item-4 {
    width: 50%;
}
.main-front-hero::after {
    width: 75%;
    background-size: contain;
}
.main-front-hero {
}
.left-hero-content {
    width: 40%;
}
.left-hero-content p {
    font-size: 3vw;
    margin: 50px 0 0 15%;
}
.left-hero-content .fancy-button-wrapper {
    margin: 50px 0 0 35%;
}
.fancy-button-wrapper a.fancy-button {
    font-size: 14px;
}
.quote p {
    font-size: 18px;
}
.quote img {
    max-width: 300px;
    right: -50px;
}
.video-container {
    height: 630px;
}
.pre-footer-first, .pre-footer-first h3 {
  font-size: 30px;
    left: 0%;
}
.pre-footer-first span {
    display: block;
    left: 75px;
    top: 40px;
    line-height: .75em;
}
.pre-footer-second {
    left: 20%;
    font-size: 40px;
}
.pre-footer-second span {
    font-size: 72px;
    }
.pre-footer-third {
    left: 40%;
    font-size: 30px;
}
#footer-menu li a {
    font-size: 14px;
}
#footer-menu li {
    width: 33.3333%;
}
}

@media only screen and (max-width: 991px) {
body {
    font-size: 14px;
    line-height: 24px;
}
.top-nav {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.menu-toggle {
    display: block;
}
.top-nav ul.menu {
    display: none;
}
.program-section::before {
    left: 115%;
}
.left-hero-content {
    width: 50%;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flexbox-vert-item {
    padding: 50px 5%;
}
.flexbox-vert-item .section-image {
    padding: 0;
}
.program-section::before, .program-section::after {
    display: none;
}
.upcoming-events p {
    font-size: 14px;
}
.quote {
    padding-right: 0;
}

.red_shield::before { 
    display: none;
}
.bei {
    display: none;
}
.program-video .fancybox-media::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 25px;
}
.item-8 {
    width: 100%;
}
.item-4 {
    display: none;
}
.program-video p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
#footer-menu li {
    float: left;
    width: 50%;
    line-height: 30px;
}

.section {
    padding: 20px 0;
}
.flexbox-vert-item {
    width: 100%;
}
.flexbox-container {
    display: block;
    margin: 50px 0;
}
.right-loc {
    position: absolute;
    bottom: -40px;
    background-color: #FFFFFF;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0;
}
.right-loc form {
    display: inline-block;
}
.right-loc span {
    font-size: 13px;
    display: inline-block;
}
.ubermenu-responsive.ubermenu .ubermenu-nav {
    display: block !important;
    margin: 0!important;
}
.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
    float: left !important;
    display: block;
}
.ubermenu-content-block.ubermenu-custom-content.menu-feature-h5 {
    display: none;
}
.ubermenu-image {
    display: none !important;
}
.top-nav ul {
    width: 100% !important;
    margin: 0 !important;
}
.top-nav .ubermenu .ubermenu-submenu .menu-column {
    padding: 0;
    border-right: none;
    margin: 0 !important;
    float: left !important;
    display: block !important;
}
.top-nav li {
    float: left !important;
    display: block !important;
}
.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-content-align-center.ubermenu-item-layout-image_above.menu-feature span {
    font-size: 14px!important;
    margin-top: 0!important;
    text-shadow: none!important;
    font-style: italic;
}
.ubermenu-submenu .ubermenu-target-title.ubermenu-target-text {
    position: relative;
    top: 0;
    text-shadow: none;
    font-size: 14px !important;
    color: #000000 !important;
    font-style: italic;
}
.ubermenu-target.ubermenu-target-with-image.ubermenu-item-layout-default.ubermenu-item-layout-image_above::after {
    background: none !important;
}
.gb-branding {
    display: none;
}
.full-width {
    padding: 0 15px;
}
}
@media only screen and (max-width: 767px) {
.pre-footer-first, .pre-footer-first h3{
    text-align: left;
}
.top-bar_menu {
    text-align: center;
}
#menu-top-bar-menu {
    display: none;
}
.upcoming-events-title::before, .upcoming-events-title::after {display: none;}
.shopping-section {
    overflow: hidden;
}

.left-hero-content {
    width: 100%;
    max-width: 320px;
}
.left-hero-content .fancy-button-wrapper {
    margin: 50px 0 0 50px;
}
.left-hero-content p {
    font-size: 16px;
}
.view {
    width: 100%;
}
.upcoming-events-title {
    width: 100%;
    padding: 10px;
    text-align: center;
}
.upcoming-events-title h3 {
    font-size: 24px;
    text-align: center;
}
.upcoming-events-title h3 span {
    display: inline;
    margin-left: 10px;
}
.upcoming-events-wrapper {
    padding-top: 20px;
    width: 100%;
    padding: 0 25px;
}
.quote p {
    font-size: 16px;
    line-height: 30px;
}
.excellence-img {
    display: block;
}
.banner-section h1 {
    font-size: 30px;
}
.banner-section h2 {
    font-size: 24px;
}
.breadcrumbs {
    display: none;
}
.banner-section {
    background: url(/assets/images/banner.jpg) center center scroll;
    margin-top: 60px;
    text-align: center;
    padding: 150px 0;
    position: relative;
}
.flexbox-vert-item {
    padding: 25px 0;
}
#result_box {
    text-align: center;
    margin: 25px 0 0;
}

#search {
    font-size: 14px;
    padding: 10px 20px;
}
.pre-footer-first, .pre-footer-second, .pre-footer-third {
    left: 0;
    right: 0;
    text-align: center;
    margin: 15px 0;
    line-height: 1;
}
.pre-footer-first span {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 !important;
}
.pre-footer-first .fancy-button-wrapper {
    display: flex;
    justify-content: center;
}
.pre-footer-second span {
    font-size: 72px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.pre-footer::before {
    display: none;
}
.pre-footer-third .fancy-button-wrapper {
    margin-left: 0;
}
.mask img {
    width: 100%;
}
.shopping-section .content h3 {
    font-size: 20px;
}
.quote {
    padding-right: 0;
}
.quote img {
    max-width: 300px;
    right: 0;
    margin: 0 auto;
    position: relative;
    left: 0;
    float: none;
    top: 0;
    display: block;
}
}

@media only screen and (max-width: 480px) {
.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 5px 10px;
}

.top-logo img {
    max-width: 5.75em;
}
.footer-logo {
    display: none;
}
#footer-menu li {
    float: left;
    width: 100%;
    line-height: 30px;
    margin: 0 0 10px;
}
.flexbox-container {
    display: block;
    margin: 0;
    padding: 0 25px;
}
.flexbox-vert-item.section-image {
    display: none;
}
.section-content .fancy-button-wrapper {
    margin: 50px 0 0 15px;
}
.pre-footer-first {
    font-size: 22px;
}
.pre-footer-second span {
    font-size: 36px;
}
.pre-footer-second {
    font-size: 24px;
}
.pre-footer-third {
    font-size: 20px;
}
.view p {display: none;}
.section-content .fancy-button-wrapper {
    margin: 20px 0 0 20px;
}
}
@media only screen and (max-width: 360px) {
.right-loc {
    position: absolute;
    /*bottom: -80px;*/
    bottom: -40px;
}
}


.events-container {
    padding: 50px 0;
}
.event-col {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.15);
    width: 30%;
    display: inline-block;
    margin: 0 10px 30px;
}
.event_img {
    width: 100%;
    display: inline-block;
    max-height: 300px;
    overflow: hidden;
    border-bottom: 2px solid #cd0303;
}
.events_details {
    display: inline-block;
    position: relative;
    width: 100%;
}
.event_date {
    position: absolute;
    left: 10px;
    top: 5px;
    line-height: 1.1;
}
.event_date p {
    color: #cd0303;
    font-size: 36px;
}
.event_date span {
    color: #999;
    text-transform: uppercase;
    display: block;
    font-size: 22px;
}
.event_content {
    margin: 5px 0;
    padding-left: 85px;
    padding-right: 10px;
}
.event_content h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
}
.event_meta {
    text-align: left;
    border-top: 1px solid #DDD;
    padding-top: 5px;
    font-size: 12px;
    color: #999;
}
.event_meta span {
    display: block;
    line-height: 1.1;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
}
.single.events_wrap .event_meta span {

    display: block;
    line-height: 1.1;
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    color: #000;

}
.event_meta span icon {

    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: red;

}
.single.events_wrap .event-col {
    width: 100%;
    padding-bottom: 50px;
}
.single.events_wrap .event_img {
    max-height: none;
    width: 100%;
}
.single.events_wrap .event_img img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .event-col {
    width: 47%;
}
}

@media only screen and (max-width: 991px) {
    .event-col {
    width: 47%;
}
}
@media only screen and (max-width: 641px) {
.event-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}
