/***************************
  GLOBAL
****************************/
@font-face {
    font-family: 'armourxbold';
    src: url('fonts/armour_xbd-webfont.woff2') format('woff2'),
        url('fonts/armour_xbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'armourregular';
    src: url('fonts/armour_rg-webfont.woff2') format('woff2'),
        url('fonts/armour_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'armour_cdbold';
    src: url('fonts/armourcd_bd-webfont.woff2') format('woff2'),
        url('fonts/armourcd_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'armourlight';
    src: url('fonts/armour_lt-webfont.woff2') format('woff2'),
         url('fonts/armour_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body{
    position:relative;}
html { min-width:100%; }
html.noScroll, html.noScroll > body{
    overflow: hidden !important; 
}
.home-top .container, .overlay .container, .home #primary .container {
   /* width: 90% !important;*/
}
header .container {
    width: 100% !important;
}
main h1 {
    font-family: 'armourxbold';
    font-weight: 700;
    font-size: 2.5em;
}
h1 span {
    color: #999;
}
main h2 {
    font-family: 'armourxbold';
    font-size: 2em;
}

main h3 {
    font-family: 'armourxbold';
    font-size: 1.5em;
}

main h4 {
    font-family: 'armourxbold';
    font-size: 1.2em;
}
.btn {
    background: #c00200;
    border-radius: 0 !important;
    text-transform: uppercase;
    color: #fff !important;
    transition: all .2s ease-in-out;
	width: 100%; 
	font-size: 18px !important; 
}
.btn:hover {
    background: #666;
    color: #fff !important;
}
.btn:focus, .btn:active, .btn:visited {
    color: #fff !important;
}
.signature {
	font-family: 'Mr Dafoe', cursive;
}

.parallax-window {
    min-height: 400px;
    /* background: transparent; */
    background-attachment: fixed;
}
/***************************
  HEADER
****************************/
.page-template-default #header, .post-template-default #header, .page-template #header, .single #header {
    position: relative;
    background: none transparent;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    min-height: 400px;
}

header .wrapper {
    background: #000; 
}
.mobile-logo {
    display: none;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    transition: all .2s ease-in-out;
    z-index: 99;
    top: 25%;
}
.logo:hover { 
    transform: scale(1.1); 
}

.logo img {
    width: 100%;
}
.social-nav { 
    text-align: right;
    float: right;
}
.social-nav li {
    font-size: 18px;
    padding: 18px 8px;x;
}

/***  MAIN NAVIGATION ***/

.menu li {
    display: inline-block;
}
.menu li a {
    color: #fff;
}
.main-nav-wrapper {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 999;
    width: 100%;
}
.main-nav-wrapper ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important; 
}
.main-nav {
    float: left;
}
/*** SOCIAL NAV ***/
.social-nav li a {
    color: #fff;
    -webkit-transition: all .2s;
}
.social-nav li a:hover {
    color: #c00200;
}

/*** NAV.CSS OVERRIDES ***/
div#cssmenu {
    background: none transparent;
    border-radius: 0;
    border: none;
    height: auto;
}
#cssmenu > ul > li:first-child > a {
    border-radius: 0;
}

#cssmenu > ul > li > a {
    font-family: 'armourxbold';
    font-size: 18px;
    font-weight: normal;
    text-shadow: none;
    border-right: none;
}
#cssmenu > ul > li > a {
    -webkit-transition: all .2s;
    color: #fff;
    top: 0;
    text-transform: uppercase;
}
#cssmenu > ul > li > a:hover {
    background: none transparent;
    color: #c00200;
}
#cssmenu ul li.has-sub:hover > a {
    background: none transparent;
}
#cssmenu ul li > ul li a {
    font-family: 'armourxbold';
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    border-right: none;
}
#cssmenu > ul > li.has-sub > a:before {
    color: #fff;
    -webkit-transition: all .2s;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    border-top: 5px solid #c00200;
}
#cssmenu, #cssmenu > ul > li > ul > li a {
    color: #fff;
    -webkit-transition: all .2s;
}
#cssmenu, #cssmenu > ul > li > ul > li a:hover {
    background: none transparent;
    color: #c00200;
}
/***************************
  MOBILE MENU
****************************/
.sidr {
    -webkit-box-shadow: 0 0 5px 0px #000 !important;
    box-shadow: 0 0 5px 0px #000 !important;
    background: #000 !important;
    right:-270px;
}
.OzHide{
    display:none !important;
} 
.sidr.right {
    right: -270px;
}
.sidr-logo {
    padding:10px 20px;
}
.sidr-logo img {
    width: 100%;
}
.sidr li a {
    font-family: 'armourxbold';
    font-size: 1.2em;
    text-transform: uppercase;
}
a#side-menu {
    height: 45px;
    width: 45px;
    display: block;
}
* {
    margin: 0;
    padding: 0; 
}
.mobile-logo {
    width: 60px;
    margin: 0 auto;
}
.mobile-logo img {
    width: 100%;
    float: left;
}
.mobile-nav span {
    padding: 0;
    font-size: 2em;
    color: #fff;
}
#nav-icon {
    width: 45px;
    height: 45px;
    position: fixed;
    margin: 17px 0 0 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 5px 5px 0;
}

#nav-icon span:nth-child(odd) {
    left:0px;
    border-radius: 5px 0 0 5px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
    top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 12px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 24px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 5px;
    top: 7px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon.open span:nth-child(5) {
    left: 5px;
    top: 20px;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 20px;
}

/***************************
  HEADER IMAGES
****************************/
.header-images img {
    width: 100%;
    height: auto;
}
.header-images .container {
    height: 100%;
}
.header-images .box {
    top: 30%;

}
.header-images .slides {
    position: relative;
}
.header-images .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    font-size: 20px;
}

.header-caption h1 {
    border-bottom: 1px solid white;
    font-size: 40px;
    font-family: 'armourxbold';
}
.header-caption span {
    font-size: 20px;
    font-weight: 200;
}

/***************************
  HOME PAGE
****************************/
.home-logo {
    z-index: 9;
}
.home #header {
    min-height: inherit;
}
.home-header-slider img {
    width: 100%;
}
.home .slick-prev:before,
.home .slick-next:before
{
    opacity: .45;
}
#wrapHomeSplash{
    max-height:100vh;
    width:100%;
    position:relative;
    display:inline-block;
    overflow:hidden;
}
#wrapHomeSplash:after{
    padding-top:56.25%;
    display:block;
    content:'';
}
#homeSplash1{
    height:100%;
    width:100%;
    position:absolute; top:0px; left:0px;
}
#homeSplash1 > .slick-slider{
    height:100%;
    overflow:hidden;
}
.ozBannerPhoto{
    background-color:#CCC;
    background-size:cover;
    background-position:top center;
    width:100vw;
    overflow:hidden;}
.ozBannerPhoto:after{
    padding-top:56.25%;
    display:block;
    content:'';
}   

#bannerPhoto0{
    background-image:url('../images/Logo-2018-Header.jpg');   
}
#bannerPhoto1{
    background-image:url('../images/alumni-home-slider.jpg');   
}
#bannerPhoto2{
    background-image:url('../images/allamerica-home-slider-2021.jpg'); 
}
#bannerPhoto3{
    background-image:url('../images/campseries-home-slider2.jpg'); 
}
#bannerPhoto4{
    background-image:url('../images/future-home-slider-2.jpg'); 
}
.home #main {
    padding-bottom:0;
    background: none transparent;
    margin-top: -10px;
}
.error404 #main {
    padding-bottom: 0;
}
.error404 .container {
    width: 90%;
    margin: 0 auto;
}
.fourzerofour {
    position: absolute;
}
.fourzerofour {
    position: absolute;
    top: 20%;
}

.fourzerofour h1 {
    color: #fff;
    font-family: 'armourxbold';
    font-size: 40vh;
}
.fourzerofour h2 {
    color: #fff;
    font-size: 10vh;
}

.home .home-top {
    background: transparent;
    padding-top: 20px;
    background-size: 100%;
    color: #999;
    padding-top: 140px;
}
.i-will {
    text-align: center;
    /*padding-top: 7%;*/
    padding-bottom: 10%;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.i-will img {
    width: 95%;
}
.home-banners, .home-events, #homeVideos, .AFI {
    display: none;
}
.home-banners {
    margin-bottom: 20px;
    float: left;
    width: 60%;
    padding: 0 15px;
}
.home-banners img {
    width: 100%;
    height: auto;
}
.home-events {
    float: left;
    width: 40%;
    padding: 0 15px;
}

.home-bg {
    background-image:url('../images/shock-future-wht.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment:fixed;
}
.home #primary {
    background: #fff;
    padding-bottom: 100px;
    background-size: cover;
    color: #000;
    font-size: 16px;
    padding-top: 60px;
    margin-top: 0;
}
.home #primary .container {
    text-align: left;
}
.home #primary .container h1 {
    color: #000;
}
.home .entry-title {
    margin-bottom: 40px;
    font-size: 2.5em;
}
#homeVideos div {
    margin-bottom: 20px;
}
#homeVideos {
    margin: 40px auto;
    max-width: 1200px;
}
/*** VIDEO HEADER ***/
section.content-section.video-section{
    background: none transparent;
    overflow: hidden;
}
.video-section .pattern-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 140px 0 32px;
    min-height: 600px; 
    /* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h2{
    text-align:center;
    color:#fff;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
}
.stage-1-animation .video-section h1 {
    opacity:  .5;
}
.video-section h1{
    font-family: 'armourxbold';
    text-transform: uppercase;
    font-size:100px;
    font-weight:bold;
    margin: 90px auto 0px;
    -webkit-transition: all .2s;
    transition: all .2s ease;
}
.video-section h2{
    font-size: 25px;
    margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {
    font-size: 1px;
}
/*** EVENTS LIST WIDGET ***/

.home .timely {
    font-size: 16px;
}
.home .ai1ec-calendar-view-container {
    max-width: 100%;
}
/*date*/
.home .ai1ec-calendar-view-container .ai1ec-date {
    background: rgba(0,0,0,.3);
    border-top: none;
    margin-bottom: 5px;
    display: flex;
}
.home .ai1ec-calendar-view-container div .ai1ec-date:first-child a.ai1ec-date-title.ai1ec-load-view {
    background-color: #d11b1b;
    color: #fff;
}
.home .ai1ec-calendar-view-container div .ai1ec-date:first-child a.ai1ec-date-title.ai1ec-load-view .ai1ec-month {
    background: #d11b1b;
    color: #fff;
}
.home .ai1ec-calendar-view-container .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
    width: 5em;
}
.home a.ai1ec-date-title.ai1ec-load-view {
    margin: 0;
    border-radius: 0;
    border: none;
    background-image: none;
    background-color: #fff;
    text-shadow: none;
    color: #d11b1b;
    padding: 10px 0;
    font-family: 'armourxbold';
}
.home .ai1ec-calendar-view-container .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
    background: #fff;
    border-radius: 0;
    text-shadow: none;
    color: #D11B21;
    font-family: 'armourxbold';
}
.home .ai1ec-calendar-view-container .ai1ec-day, .ai1ec-agenda-view .ai1ec-day {
    font-size: 2.5em;
    padding: 7px 0;
}
.home .ai1ec-calendar-view-container .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday {
    display: none;
}
.home .ai1ec-date-title {
    min-width: 60px;
    max-width: 60px;
}
/*title*/
.home .ai1ec-calendar-view-container .ai1ec-event {
    margin: 6.5px 0 6.5px 15px !important;
}
.home .ai1ec-calendar-view-container .ai1ec-event > a {
    border: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    background: none !important;
    font-family: 'armourxbold' !important;
}
.home .ai1ec-allday-badge, .home .ai1ec-views-dropdown, .home .ai1ec-calendar-toolbar,
.home .ai1ec-event-time, .home .post-edit-link, .home .ai1ec-event-toggle, 
.home .ai1ec-event-summary, .home .ai1ec-title-buttons, .home .ai1ec-pull-left,
.home .ai1ec-subscribe-container {
    display: none !important;
}
.home span.ai1ec-event-title {
    font-size: 1.1em !important;
    line-height: 1em;
    color: #fff !important;
}
.home span.ai1ec-event-location {
    font-size: 14px !important;
    font-weight: 400;
    font-style: italic;
    display: block !important;
}
.home .ai1ec-agenda-view .ai1ec-event {
    background: none;
    border: none;
    border-radius: none;
    clear: right;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 0;
    -webkit-transition: border-color 0.1s;
    transition: none;
}
.home span.ai1ec-event-title:before {
    font-family: FontAwesome;
    content: "\f0da";
}
/*** FEATURED EVENTS ***/

.featured-events .container {
    height: 100%;
}

.featured-events .slides {
    position: relative;
    min-height: 600px;
}
.featured-events .slides img {
    width: auto;
    min-width: 100%;
    max-width: 2000px;
    height: auto;
    min-height: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
}
.featured-events .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40%;
    color: #fff;
    font-size: 20px;
}

.featured-events .header-caption h1 {
    border-bottom: none;
    font-size: 40px;
    font-family: 'armourxbold';
}
.featured-events .header-caption span {
    font-size: 20px;
    font-weight: 200;
}

/*** HOME BOXES ***/
.home #post-33 {
    max-width: 1000px;
    margin: 0 auto;
}
.home #primary article {
    min-height: auto;
}
.home-boxes {
    margin-top: 110px;
    margin-bottom: 30px;
}
.home-boxes .slides{
    margin: 0 10px;
    text-align: center;
    position: relative;

}
.home-boxes img{
    width: 100%;
    height: auto;
}
.home-boxes .overlay {
    position: absolute;
    z-index: 99999;
    top: 30%;
    left: 0;
    right: 0;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.home-boxes .box-caption {
    text-align: center;

    margin: 20px;
    position: relative;
}
.home-boxes .box-caption h3 {
    text-transform: uppercase;
    color: #fff;
}
.home-boxes .box-caption span {
    font-size: 16px;
}
.home-boxes .slick-next {
    right: -25px;
}
.home-boxes .slick-prev {
    left: -45px;
}
.home-boxes .slick-prev:before, .home-boxes .slick-next:before {
    color: black;
}
.home-boxes .btn {
    text-align: center;
    text-transform: uppercase;
    color:#c00200;
    background: #eee;
    width: 100%;
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 16px;
}
.home-boxes .btn:hover {
    color:#999 !important;
}
/***************************
  CONTENT
****************************/
.entry-content img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
h1.entry-title {
    color: #222;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
}
.attachment-featured-side {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
#primary {
    margin-top: 50px;
}


/***************************
  FOOTER
****************************/
footer {
    background: #000;
    padding-top: 20px;
    padding-bottom: 30px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
#nav_menu-2 {
    float: left;
}
#nav_menu-3 {
    float: right;
}
#menu-footer { 
    text-align: center;
}
#menu-footer li  {
    padding: 10px;
}
#menu-footer li a {
    font-family: 'armourxbold';
    font-size: 1em;
    -webkit-transition: all .2s;
    transition: all .2s ease;
    text-transform: uppercase;
}
#menu-footer li a:hover {
    color: #c00200;
    text-decoration: none;
}
.foot-logo {
    width: 90px;
    margin: 0 auto;
    padding-top: 40px;
}
#text-2 {
    display: block;
}
footer #menu-social-menu-1 li {
    font-size: 18px;
    padding: 9px 5px;
}
footer #menu-social-menu-1 li a {
    color: #fff;
    -webkit-transition: all .2s;
}
footer #menu-social-menu-1 li a:hover {
    color: #c00200;
}
.copy {
    color: #ddd;
    font-size: 10px;
    font-weight: 200;
    text-align: center;
}
footer #menu-item-51 {
    display: none;
}
.page-id-19 footer #menu-item-51, .page-id-43 footer #menu-item-51 {
    display: inline-block;
}
#cssmenu ul #menu-item-34:hover > ul,
#cssmenu ul #menu-item-34 > ul:hover{
    display: block;
    width: 200px;
}
/*********************
  ALL AMERICA PAGE
**********************/
.page-id-19 #header{
    min-height: 0 !important;
    border-bottom: none;
    background: #000;
}
.page-id-19 #primary {
    margin-top: 0;
} 
.page-id-19 #main {
    padding-bottom: 0;
} 
#allAmericaGame {
    background-image:url('../images/allamerica-header-bg.jpg');
    background-size: cover;
    background-position: top center;
    color: #fff;
    text-align: center;
}
#allAmericaGame .entry-header {
    display: none;
}


.aa-logo-wrapper {
    margin: 280px auto 30px;
    height: 450px;
}
.aa-logo {
    width: 55%;
    transition: all .8s ease-in-out;
    margin: 0 auto;
}

.aa-logo-wrapper {
    margin: 200px auto 30px; 
    height: 450px;
}
.aa-logo {
    width: 55%;
    transition: all .8s ease-in-out;
    margin: 0 auto;
}
.aa-logo img{
    width: 100%;
}
.aa-text {
    /*transform: translateY(0);*/
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    margin: 60px auto 15%;
}
.aa-text h2 {
    color: #fff !important;
}
.aa-text h3 {
    color: #fff !important;
    font-style: italic;
}
.slide-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.slide-right img {
    height: 100%;
    max-width: 100%;
}
.videoWrapper {
    max-height:760px;
    width:100%;
    position:relative;
    overflow:hidden;
    background:#000;
}

.videoWrapper iframe {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
}
.selection-tour p {
    text-align: center;
    margin: 0 110px 80px;
}
#selectionTour {
    background-image:url('../images/shock-future-wht.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment:fixed;
    text-align: center;
}
.selection-tour {
    padding: 60px 0 80px;
    /*text-align: center;*/
}
.selection-tour  h1  {
    color: #000;
    border-bottom: none;
}
.selection-tour .map {
    max-width:  100%;


}
.selection-tour-nav{
    display:none;
}
.selection-tour-nav .slick-list.draggable {
    padding: 0;
    margin: 0 60px;
}

.selection-tour-nav .slick-current img {
    opacity: 1;
    transform: scale(1);
}
.selection-tour-nav img {
    opacity: .5;
    transform: scale(.9);
    padding: 0 3px;
    width: 100%;
    height: auto;
    transition: all .2s;
}
.selection-tour .container {
    z-index: 1;
    position: relative;
}
.selection-tour article {
    z-index: 1;
    position: relative;
    /*width: 50%;
    background: rgba(0,0,0,.5);*/
    padding: 20px;
}
.selection-tour-gallery img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.selection-tour-nav .slick-next:before, .selection-tour-nav .slick-prev:before {
    color: black !important;
}
.selection-tour-nav  {
    margin-top: 15px;
}
.ngg-imagebrowser h3 {
    display: none;
}
.slide-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.slide-left img {
    height: 100%;
    max-width: 100%;
}
#eventInfo .header-bg{
    min-height: 500px;
    background-size: cover;
    background-position: top left;
}
.event-info  h1  {
    border-bottom: 1px solid #000;
}
.page-id-19 h1  {
    border-bottom: none;

}
.event-info .container {
    padding-top:20px;
    padding-bottom:20px;
}
.event-info article {
    float: left;
    z-index: 1;
}
.page-id-19 .event-info {
    background: url('/wp-content/themes/ozpress/images/shock-future-wht.jpg') fixed no-repeat top center;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.page-id-19 .event-info {
    font-family: 'armour_cdbold';
}
.page-id-19 .event-info .social-sidebar {
    text-align: center;
    background:  url('/wp-content/themes/ozpress/images/social-sidebar-bg.png') no-repeat top center;
    background-size: cover;
    height: 582px; 
    position: relative;
    top: -20px;
    display: block;
    padding-top: 60px;
}
.page-id-19 .event-info header {
    display: none;
}
.page-id-19 .event-info h2, .page-id-19 .event-info h1, .page-id-1496 .entry-content h2, .page-id-1496 .entry-content h1 {
    text-transform: uppercase;
    font-family: 'armour_cdbold';
}
.page-id-19 .event-info p, .page-id-1496 .entry-content p{ 
    font-size: 1.3em;
    font-style: italic;
    font-weight: bold;
}
.event-info .social-sidebar h3 {
    color: #fff;
    font-family: 'armour_cdbold';
}
.event-info .social-nav {
    float: none;
    text-align: center;
}
.event-info .social-nav li  {
    font-size: 30px
}
.event-info .social-nav li a {
    color: #fff;
}
.event-info .ai1ec-calendar-toolbar {
    border: none;
}
.page-id-4 .ai1ec-calendar-view-container .ai1ec-date, .page-id-4 .ai1ec-agenda-view .ai1ec-date {
    background: #fff;
}

.buffer {
    padding: 30px 0;
}
#pathToGlory img {
    width: 100%;
}
/***************************
  HISTORY
****************************/
.history img {
    width: 100%;
    height: auto;
}
.history .container {
    height: 100%;
}
.history .box {
    top: 30%;

}
.history .slides {
    position: relative;
    background-size: cover;
    background-position: top center;
    height:100vh;
}
.history .overlay {
    z-index: 99;
    width: 50%;
    color: #fff;
    padding: 20px 0;
    font-size: 20px;
    background: rgba(0,0,0,.8);
}

.history .header-caption h1 {
    border-bottom: 1px solid white;
    font-size: 30px;
    font-family: 'armourxbold';
}
.history .header-caption span {
    font-size: 20px;
    font-weight: 200;
}
.historySection {
    background-color: #000;
    overflow: hidden;
    height:100vh;
}
.historySection h1.entry-title {
    border-bottom: 0;
    font-size: 8vw;
    color: #c00200;
    position: absolute;
    z-index: 9;
    left: 60px;
    margin-top: 60px;
    width:-moz-calc(100% - 60px);
    width:-webkit-calc(100% - 60px);
    width:-o-calc(100% - 60px);
    width:calc(100% - 60px);
    text-shadow: 2px 2px #000;
}
/***************************
  COACHES: AA Game;
****************************/
.coachesAA img {
    width: 100%;
    height: auto;
}
.coachesAA .container {
    height: 100%;
}
.coachesAA .box {
    top: 30%;

}
.coachesAA .slides {
    position: relative;
    background-size: cover;
    background-position: top center;
    height:100vh;
}
.coachesAA .overlay {
    z-index: 99;
    width: 50%;
    color: #fff;
    padding: 20px 50px;
    font-size: 20px;
}

.coachesAA .header-caption h1 {
    border-bottom: 1px solid white;
    font-size: 30px;
    font-family: 'armourxbold';
}
.coachesAA .header-caption span {
    font-size: 20px;
    font-weight: 200;
}
.coachesSection {
    background-color: #000;
    overflow: hidden;
    height:100vh;
}
.coachesSection h1.entry-title {
    border-bottom: 0;
    font-size: 6vw;
    color: #fff;
    position: absolute;
    z-index: 9;
    left: 60px;
    margin-top: 60px;
    width:-moz-calc(100% - 60px);
    width:-webkit-calc(100% - 60px);
    width:-o-calc(100% - 60px);
    width:calc(100% - 60px);
    text-shadow: 2px 2px #000;
    /*    background: url('/wp-content/themes/ozpress/images/timeline.png') no-repeat top right 60px;
    */}
.coachesAA .btn{
        width: 100%;
        background: #333;
}
/***************************
  PLAYER CARDS
****************************/
#players {
    padding-top: 80px;
}
#rosterBtn.accordion {
    background-color: #c00200;
}
#rosterBtn h3{
    color: #fff;
}
button h3 {
    font-family: 'armour_cdbold';
    text-transform: uppercase;
    height: 100%;
    font-weight: 400;
    line-height: 1em;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    color: #c00200;
    text-align: center;
}
.link {
    font-family: 'armour_cdbold';
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1em;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    background: #c00200;
    width: 100%;
    display: block;
    transition: all .2s ease-in-out;
}
.link:hover {
    color: #fff;
    text-decoration: none;
    background: #999;
}
.roster table {
    width: 100%;
    background: #efefef;
    margin-top: 20px;
}
.roster .lables td {
    background: #eee;
}
.roster .lables h4 {
    text-transform: uppercase;
    height: 100%;
    font-weight: 200;
    line-height: 1em;
    font-size: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    color: #c00200;
}
.roster td, .roster th {
    padding: 10px 5px;
    color: #999;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 14px;
}
.roster tr {
    border-top: 1px solid #ccc;
}
.roster tr:nth-child(even) {
    background: #eee;
}
.roster tr:nth-child(odd) {
    background: #fff;
}
.roster tr:hover {
    background-color: #c00200;
    color: #fff;
}
.roster tr:hover td {
    color: #fff;
}
.roster h3 i {
    font-size: 20px;
    font-weight: lighter;
    bottom: 5px;
    position: relative;
}
.roster div.panel.show {
    height: auto; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
/* tables */
table.tablesorter, table.tablepress {
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    color: #000;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #ddd;
    border: 1px solid #FFF;
    padding: 4px;
}
table.tablesorter thead tr .header {
    /* background-image: url(bg.gif); */
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(/wp-content/themes/ozpress/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(/wp-content/themes/ozpress/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #999;
    color: #fff;
}
table.tablesorter thead tr .headerSortDown h4, table.tablesorter thead tr .headerSortUp h4 {
    color: #fff;
}


.tablepress td, .tablepress th {
    padding: 5px 2px !important;
}
.nav-tabs a {
    font-family: 'armour_cdbold';
    text-transform: uppercase;
    height: 100%;
    font-weight: 400;
    line-height: 1em;
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0;
    color: #c00200;
    text-align: center;
    background-color: #eee;
    border-bottom: 1px solid #ddd !important;
}

.nav-tabs  li.active a {
    border-bottom: none !important;
}
.nav-tabs {
    border-bottom: none !important; 
}
.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 6px 20px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 6px 20px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 6px 20px 2px rgba(0,0,0,0.25);
}

.playerCard {
    background: #fff;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}
.playerCard .panel{
    margin-bottom: 0;
}
.playerCard button {
    text-align: center;
    text-transform: uppercase;
    color:#999;
    background: #eee;
    width: 100%;
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    font-size: 16px;
}
.close {
    font-size: 26px !important;
    color: #000;
    opacity: 1 !important;
}
.close:focus, .close:hover {
    opacity: 1 !important;
    border: none;
    outline: none;
    cursor: pointer;
}
.playerCard h3 {
    text-align: center;
    background: #eee;
    text-transform: uppercase;
    padding: 0 10px;
    height: 100%;
    font-weight: 200;
    line-height: 2.8em;
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 0;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #c00200;
}
.playerCard > .thumb{
    background:#eeeeee;
    display: block;
    position: relative;
    width:100%;
    overflow:hidden;}
.playerCard > .thumb:after{
    padding-top: 85.8%;
    display: block;
    content: '';}   
.playerCard .top .thumb {
    float: left;
    width: 44%;
    overflow: hidden;
}
.playerCard > .thumb > img{
    height: auto;
    width: 100%;
    min-width: 230px;
    position:absolute; top:0px; left:0px;
}
.playerCard .top .playerInfo {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
.playerCard .top .playerInfo span {
    font-size: 1em;
    color: #bbb;
    font-weight: lighter;
}
.playerCard .top .playerInfo h4 {
    font-size: 1em;
    color: #aaa;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: light;
}
.playerCard .content {
    padding-top: 20px;
}
.playerCard .modal-header button {
    width: 40px;
    border-top: none;
}
.playerCard .modal-header button:hover {
    cursor:pointer;
    color: #c00200;
}
.playerCard .modal-footer button {
    border-top: 1px solid #ccc;
}

/*********************
  CAMP SERIES PAGE
**********************/
.page-id-21 #main, .page-id-1626 #main {
    padding-bottom: 0;
}
.cs-title {
    font-family: 'armour_cdbold';
    text-transform: uppercase;
    height: 100%;
    font-weight: 400;
    line-height: 1em;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    padding: 18px;
    color: #fff;
    text-align: center;
    background-color: #666;
}
.cs-text span {
    font-size: 30px;
    font-style: italic;
}
table.tablepress {
    font-family: arial;
    background-color: #CDCDCD;
    margin: 0 0 45px;
}
.tablepress tbody td {
    border-top: 1px solid #ddd;
    text-align: center;
    border-right: 1px solid #ddd;
}
.tablepress tr:hover, .tablepress .row-hover tr:hover td {
    background-color: #c00200 !important;
    color: #fff;
}
.tablepress .even td {
    background-color: transparent !important;
}
.page-id-21 #header, .page-id-1626 #header, .page-id-2122 #header, .page-id-2124 #header {
    min-height: 0 !important;
    border-bottom: none;
    background: #000;
}
.page-id-21 #primary, .page-id-1626 #primary, .page-id-2122 #primary, .page-id-2124 #primary {
    margin-top: 0;
}
#campSeries {
    text-align: center;
    background-image:url('../images/campseries-header-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment:fixed;
}
#campSeries.campSeriesMs {
    background-image:url('../images/campseriesMS-header-bg.jpg');
}
#process h1 {
    color: #fff;
    position: absolute;
    border-bottom: none;
    margin-top: 60px;
    margin-left: 110px;
    z-index: 2;
}
.process-img{
    /*background-image:url('../images/campseries-process.jpg');
      background-size: cover;
      background-position: top center;*/
    z-index: 1;
    position: relative;
}
.process-lg {
    display: block;
}
.process-md, .process-sm, .process-xs {
    display: none;
}
.process-img img {
    width: 100%;
    height: auto;
}
.page-id-21 .cs-event-info header, .page-id-1626 .cs-event-info header, .page-id-2122 .cs-event-info header, .page-id-2124 .cs-event-info header {
    display: none;
}

a.calendar-btn {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    display: block;
    transition: 0.4s ease-in-out;
}
a.calendar-btn:hover {
    text-decoration: none;
    background-color: #999;
    cursor: pointer;
}

.calendar-btn h3 {
    font-family: 'armour_cdbold';
    text-transform: uppercase;
    height: 100%;
    font-weight: 400;
    line-height: 1em;
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    color: #c00200;
    text-align: center;
    transition: 0.4s ease-in-out;
}
.cs-text h2, .cs-text h3 {
    color: #fff;
    text-transform: uppercase;
}
.cs-text h3 {
    font-style: italic;
}
.cs-event-info h2, .cs-event-info h1 {
    text-transform: uppercase;
    font-family: 'armour_cdbold';
}

#campSeries h1 {
    color: #fff;
    font-family: 'armour_cdbold';
    font-weight: 800;
    font-style: italic;
    border-bottom: none;
}
.cs-logo-wrapper {
    margin: 200px auto 30px;
    height: 450px;
}
.cs-logo {
    width: 55%;
    margin: 0 auto;
    transition: all .8s ease-in-out;
}
.cs-logo img{
    width: 100%;
}
.cs-text {
    /*transform: translateY(0);*/
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    margin: 60px auto 15%;
}
#csEventInfo{
    background-image:url('../images/cs-event-info-bg.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment:fixed;
}
.cs-event-info  {
    color: #fff;
}
.cs-event-info  h1, .cs-event-info  h2  {
    border-bottom: none;
    color: #fff
}
.cs-event-info .container, #cityChamps {
    padding-top:30px !important;
    padding-bottom:40px !important;
}
#cityChamps .champ-wrap .slide .ill_player .name span {
    font-family: armour_cdbold !important;
    text-transform: uppercase;
}
#cityChamps .champ-wrap .slide .ill_player .name span.champScore {
    font-family: "armourlight" !important;
}

.cs-event-info article {
    float: left;
    z-index: 1;
    width: 100%;
}
.cs-event-info .social-sidebar, .page-id-1496 .social-sidebar {
    text-align: center;
    background:  url('/wp-content/themes/ozpress/images/campseries-social-sidebar-bg.png') no-repeat top center;
    background-size: cover;
    height: 582px; 
    position: relative;
    top: -30px;
    padding-top: 60px;
}
.cs-event-info .social-sidebar h3, .page-id-1496 .social-sidebar h3 {
    color: #fff;
    font-family: 'armour_cdbold';
}
.cs-event-info .social-nav, .page-id-1496 .social-sidebar .social-nav {
    float: none;
    text-align: center;
}
.cs-event-info .social-nav li, .page-id-1496 .social-sidebar .social-nav li  {
    font-size: 30px
}
.cs-event-info .social-nav li a, .page-id-1496 .social-sidebar .social-nav li a {
    color: #fff;
}
#futureFifty img {
    width: 100%;
    max-width: 100%;
}
#futureFifty .container {
    padding-top: 75px;
    padding-bottom: 25px;
}
#futureFifty .header-bg{
    min-height: 462px;
    background-size: cover;
    background-position: top center;
    background-color:#333333;
    background-image:url('../images/future50-header-bg.jpg');
}
.future-fifty .entry-title {
    margin-top: 90px;
}
#menu-item-1616 a span {
    text-transform: inherit !important;
}
.envira-pagination.envira-pagination-ajax-load-more {
    text-align: center;
}
a.envira-pagination-load-more, a.envira-pagination-load-more:focus  {
    color: #fff;
    text-transform: uppercase;
    font-family: armourlight;
    background:#c00200;
    padding: 10px 40px 0;
    display: inline-block;
    transition:  all .2s ease-in-out;
}
a.envira-pagination-load-more:hover, a.envira-pagination-load-more:focus {
    text-decoration: none;
    background:#eee;
    cursor: pointer;
}
#illSpeed {
    /* min-height: 560px;
    background-size: 100%;
    background-position: top right; */
    position: relative; 
    text-align: center;
}
#illSpeed > .parallax-window{
    background-image:url('../images/future50-middle.jpg');
    background-size: 100%;
    background-position: center center;
    background-attachment:fixed;
    /* margin-bottom: 50px; */
    background-repeat: no-repeat
}
#illSpeed .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
#illPlayers .illInfo .inner .stats .name {
    font-size: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom:0 !important;
    border-bottom: none !important;
}
#illPlayers .illInfo .inner .rank img {
    max-width: 100%  !important;
    max-height: 68px  !important;
}
#illPlayers .ua-block {
    height: 405px !important;
}
.rank {
    padding-right: 0 !important;
    position: absolute;
    z-index: 999;
    width: 110px;
    bottom: 0;
    left: 35%;
}
.rank img {
    max-width: 100%;
}
.name {
    text-align: center;
}
.gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    height: 100%;
    width: 100%;
    z-index: 999;
    position: absolute;
}
.name span {
    font-family: 'armourlight';
}
.stats.col-xs-8 {
    padding-left: 10px !important;
}
.faq div.panel.show {
    padding-top: 30px;
    padding-bottom: 20px;
    max-height: 400px; 
}
.faq i.fa {
    font-size: 23px;
}
.faq span {
    font-style: italic;
    font-weight: 200;
}
#faq  {
    padding-top: 80px;
    padding-bottom: 80px;
}
td.column-6 {
    display: none !important;
}
/***************************
   UA NEXT PAGE 
 ****************************/
#uaNext {
    text-align: center;
    background-image: url(../images/header-uanext.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.uaNext-logo-wrapper {
    margin: 150px auto 30px; 
    height: 450px;
}

.uaNext-logo {
    width: 75%;
    padding-top: 15%;
    margin: 0 auto;
    transition: all .8s ease-in-out;
}
.uaNext-logo img{
    width: 100%;
}
.uaNext-text h2, .uaNext-text h3 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;;
}
.uaNext-text h3 {
    font-style: italic;
}
.uaNext-text {
    /*transform: translateY(0);*/
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    margin: 60px auto 15%;
}
.uaNext-event-info header {
    display: none;
}
.uaNext-event-info h2, .uaNext-event-info h1 {
    text-transform: uppercase;
    font-family: 'armour_cdbold';
}
.uaNext-event-info  {
    color: #fff;
}
.uaNext-event-info  h1, .uaNext-event-info  h2  {
    border-bottom: none;
    color: #fff
}
.uaNext-event-info .container, #cityChamps {
    padding-top:30px !important;
    padding-bottom:40px !important;
}
.uaNext-event-info article {
    float: left;
    z-index: 1;
    width: 100%;
}
.uaNext-event-info .social-sidebar, .page-id-1496 .social-sidebar {
    text-align: center;
    background:  url('/wp-content/themes/ozpress/images/campseries-social-sidebar-bg.png') no-repeat top center;
    background-size: cover;
    height: 582px; 
    position: relative;
    top: -30px;
    padding-top: 60px;
}
.uaNext-event-info .social-sidebar h3, .page-id-1496 .social-sidebar h3 {
    color: #fff;
    font-family: 'armour_cdbold';
}
.uaNext-event-info .social-nav, .page-id-1496 .social-sidebar .social-nav {
    float: none;
    text-align: center;
}
.uaNext-event-info .social-nav li, .page-id-1496 .social-sidebar .social-nav li  {
    font-size: 30px
}
.uaNext-event-info .social-nav li a, .page-id-1496 .social-sidebar .social-nav li a {
    color: #fff;
}
#uaNextEventInfo{
    background-image:url('../images/shock-black.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment:fixed;
}
#uaNext-alumni {
    padding: 50px;
}
.uaNext-alumni-title {
    margin-bottom: 30px;
}
.page-id-2124 .parallax-window {
    min-height: 550px;
}
.page-id-2124 .slick-slide img {
    display: block;
    max-width: 100%;
}
#uaNextImg, #uaNextFAQ, #uaNextContacts {
    margin-bottom: 60px;
}
/*#uaNextImg {
    min-height: 560px;
    background-size: 100%;
    background-position: top right;
    position: relative;
    text-align: center;
}
#uaNextImg > .parallax-window{
    background-image:url('../images/uaNext-middle.jpg');
    background-size: cover;
    background-position: top left;
    background-attachment:fixed;
}
#uaNextImg .container {
    padding-top: 60px;
    padding-bottom: 60px;
}*/
#uaNextImg img {
    width: 100%;
    height: auto;
}

/***************************
   FUTURE 50 PAGE 
 ****************************/
#future50 {
    text-align: center;
    background-image: url(../images/header-future.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.future50-logo-wrapper {
    margin: 170px auto 30px; 
    height: 450px;
}

.future50-logo {
    width: 50%;
    margin: 0 auto;
    transition: all .8s ease-in-out;
}
.future50-logo img{
    width: 100%;
}
.future50-text h2, .future50-text h3 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
}
.future50-text h3 {
    font-style: italic;
}
.future50-text {
    /*transform: translateY(0);*/
    opacity: 0;
    transition: all .5s ease-in-out;
    width: 100%;
    margin: 60px auto 15%;
}
.page-id-2122 .entry-content, .page-id-2124 .entry-content {
    padding-top: 30px;
}
.future50-event-info header {
    display: none;
}
.future50-event-info h2, .future50-event-info h1 {
    text-transform: uppercase;
    font-family: 'armour_cdbold';
}
.future50-event-info  {
    color: #000;
}
.future50-event-info  h1, .future50-event-info  h2  {
    border-bottom: none;
    color: #000
}
.future50-event-info .container {
    padding-top:30px !important;
    padding-bottom:40px !important;
}
.future50-event-info article {
    float: left;
    z-index: 1;
    width: 100%;
}
.future50-event-info .social-sidebar {
    text-align: center;
    background:  url('/wp-content/themes/ozpress/images/social-sidebar-bg.png') no-repeat top center;
    background-size: cover;
    height: 582px; 
    position: relative;
    top: -30px;
    padding-top: 60px;
}
.future50-event-info .social-sidebar h3{
    color: #fff;
    font-family: 'armour_cdbold';
}
.future50-event-info .social-nav {
    float: none;
    text-align: center;
}
.future50-event-info .social-nav li {
    font-size: 30px
}
.future50-event-info .social-nav li a {
    color: #fff;
}
#future50EventInfo{
    background-image:url('../images/shock-future-wht.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment:fixed;
}
#future50-alumni .container {
    width: 100%;
    padding: 30px 50px 50px;
}
.future50-alumni-title {
    margin-bottom: 30px;
}
.page-id-2122 .parallax-window {
    min-height: 550px;
}
.page-id-2122 .slick-slide img {
    display: block;
    max-width: 100%;
    padding: 10px;
}
#future50-alumni {
    background-image:url('../images/shock-black.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment:fixed;
    color: #fff;
    margin-bottom: 50px;
}
#future50-alumni .slick-prev {
    left: -25px;
}
#future50-alumni .slick-next {
    right: -25px;
}
.future50-alumni img {
    width: 100%;
    height: auto;
}
#futureImg img {
    width: 100%;
    height: auto;
}
#futureImg > .parallax-window{
    background-image:url('../images/future50-middle.jpg');
    background-size: cover;
    background-position: top left;
    background-attachment:fixed;
}
#futureImg .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
 #uaFutureFAQ, #uaFutureContacts {
    margin-bottom: 60px;
}
#futureBtn {
    background-color: #2C2C2C;
}
#futureBtn h3 {
    color: #fff !important;
}
/***************************
  POPUP
****************************/

.ozModal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* ozModal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 10% from the top and centered */
    padding: 50px;
    border: 1px solid #888;
    width:-moz-calc(80% - 52px);
    width:-webkit-calc(80% - 52px);
    width:-o-calc(80% - 52px);
    width:calc(80% - 52px);
    height:80vh;
    overflow: auto;
}

.modal-dialog {
    width: 80% !important; 
    height: auto !important;
}

.modal-header > .ozClose{
    color:#c00200 !important;
}
.modal-header > .ozClose:hover{
    color:#999999 !important;
}
#modal-text{
    width:100%; height:100%;
    overflow:auto;
}
.modal > .modal-dialog{
    margin:auto;
}
.modal > .modal-dialog > .modal-content{
    padding:0px;
}
/* The Close Button */
.ozClose {
    color: #c00200;
    position:absolute;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index:9999;
}

.ozClose:hover,
.ozClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/***************************
  NEWS
****************************/
a.back {
    color: #c00200;
    transition: all .2s;
}
a.back:hover {
    color: #333;
    text-decoration: none;
}
.news .inner {
    margin-bottom: 60px;
}
.news article {
    margin: 20px 0;
    position: relative;
}
.news h3 {
    font-weight: bold;
    color: #000;
}
.news img {
    width: 100%;
    height: auto;
}
.news-img {
    min-height: 340px;
    background-size: cover;
    background-position: top center;
} 
.news .btn {
    width: 100%;
    font-size: 16px;
}
.single .entry-content iframe {
    margin: 40px auto;
    display: block;
    max-width: 100%;
}
.equal {
    display: table;
}
.bottom {
    display: table-row-group;
    vertical-align: bottom;
}
/***************************
  CONTACTS
****************************/

.card {
    background: #eee;
    padding: 20px;
    width: 100%;
}
.contacts .card h3 {
    font-size: 1.2em;
    font-weight: 800;
    margin-top: 0;
}
.contacts .btn, .news .btn {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #b9b9b9;
}
.contacts .btn:hover, .news .btn:hover {
    color: #fff;
    background: #c00200;
}
.entry-title span {
    font-size: 16px;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

/***************************
  PAGINATION
****************************/
.custom-pagination {
    margin: 20px auto 0;
    text-align: center;
    display: table;

}
.custom-pagination span,
.custom-pagination a {
    padding: 2px 10px;
    margin: 0 2px;
}
.custom-pagination a {
    background-color: #ebebeb;
    color: #999;
}
.custom-pagination a:hover {
    background-color: #999;
    color: #fff;
}
.custom-pagination span.page-num {
    margin-right: 10px;
    padding: 0;
}
.custom-pagination span.dots {
    padding: 0;
    color: gainsboro;
}
.custom-pagination span.current {
    background-color: #999;
    color: #fff;
}
/***************************
  SINGLE EVENTS PAGE
****************************/
.ai1ec-field-label {
    text-align: left !important;
}
.ai1ec-field-label.ai1ec-col-sm-4.ai1ec-col-md-5 {
    width: auto !important;
}
.ai1ec-event-footer {
    display: none;
}
/***************************
  ALUMNI
****************************/
.featured-alumni .featured {
    padding: 0 10px;
}
.featured-alumni img {
    max-width: 300px;
    max-height: 420px;
    width: 100%;
}

.grid-sizer, .grid-item { 
    width: 33.3%; 
}
.alumni-outter {
    padding: 10px;
}
.alumni-box {
    background: #eee;
    padding: 10px;
}
h3.alumni-title {
    text-align: center;
    color: #c00200;
    margin: 0;
    border: 1px solid #ddd;
    padding: 5px 0;
}
.featured-alumni {
    margin-bottom: 20px;
}
.featured {
    text-align: center;
}
.featured-alumni h3 {
    margin-top: 0;
    font-size: 1.2em;
}


.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-event {
    border: none !important;
    border: none !important;
    background-image: none;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    color: #525252 !important;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title:hover {
    color: #525252 !important;
}
.home .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
    color: #fff !important;
}
.home .ai1ec-agenda-view .ai1ec-event .ai1ec-event-title:hover {
    color: #fff !important;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/******************
    SPLASH PAGE
******************/

#modalDialog {
    background-image: url(../images/dreamfealessly_bg.jpg);
    width: 100% !important;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.modal-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    padding: 60px 0 40px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.3);
    background-size: cover;
}
.modal-wrapper .btn {
    background: #c5a24c;
}
#modalDialog.modal-dialog.splash{
    width: 100% !important;
}
#modalDialog .container {
    text-align: center;
    max-width: 500px;
    color: #fff;
    margin: auto;
}
.dream-logo {
    position: absolute;
    left: -85px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 510px;
    width: 100%; 
    top: -70px;
}
.dream-logo img {
    width: 100%;
}
#modalDialog p {
    font-family: 'armourxbold';
    margin: 0 0 30px;
}
#modalDialog .btn {
    width: 100%;
    margin-top: 0;
    font-size: 1.2em;
}
#modalDialog .btn-outline {
    background: none;
    font-size: .8em;
    transition: all .2s ease-in-out;
}
#modalDialog .btn-outline:hover {
    color: #c00200 !important;
}
.afi {
    max-width: 90%;
    margin-top: 10px;
}
.spacer  {
    display: none;
}
.spacer img {
    width: 100%;
}
.tickets {
	margin-top: 20px;
	    float: left;
    margin-right: 20px;
}

.button-hover {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 1;
}

.button-hover:hover {
    opacity: 0.8;
}
.tickets-form {
    padding: 40px 20px ;  margin-top:40px; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
/*********************
  CREDENTIALS PAGE
**********************/
.page-id-4152 #main .entry-content input[name="Submit"], .page-id-4152 #main .entry-content button, .page-id-3631 #main .entry-content button  {
    font-family: 'armour_cdbold';
    margin-top: 15px;
    background: #c00200;
    border-radius: 0 !important;
    text-transform: uppercase;
    color: #fff !important;
    transition: all .2s ease-in-out;
    width: 100%;
    font-size: 30px !important;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    touch-action: manipulation;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;

}
.page-id-4152 #main .entry-content input::placeholder {
    color: #ccc;
    font-family: 'armour_cdbold';

}
.page-id-4152 #main .entry-content input[name="post_password"] {
	width: 100%;
	padding: 10px;
	font-size: 30px !important;
    text-transform: uppercase;
    color: #666 !important;
    text-align: center;
}

.page-id-4152 #main .entry-content label, .page-id-3631 #main .entry-content label {
	display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'armour_cdbold';
    font-weight: 700;
	font-size: 20px;

}
.page-id-4152 #main .entry-content  {
	    margin-top: 40px;
}

form.post-password-form {
    width: 75%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 60px 20px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.26);
    text-align: center;
}
form.post-password-form p:nth-child(2){
	width: 75% !important;
	margin: 0 auto;

}


