/*
* TrackShack 2012
* by Echo Interaction
* www.justecho.com
*/


/* Table of Contents
==================================================
    #Global
    #Top Social Icons
    #Main Nav
    #Sidebar Menu
    #Sliders
    #Content Holders
    #Store
    #Forms
    #Buttons
    #Tabbed Content
    #Scroll Bar
    #Contact Lower List
    #Runner Vocab
    #Testimonials
    #Kids Run
    #Training
    #Foundation
    #Image Tile Wall
    #FAQs
    #Blog
    #Footer
    #Font Styles
*/


/* #Global
================================================== */

body {
    margin: 0px;
    background: #fff;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    color: #505050;
    padding-top: 136px;
    position: relative;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #BE1B34;
    font-size: 16px;
}

i {
    font-size: 16px;
}

p {
    font-size: 16px;
    margin: 10px 0;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: #b7213a;
}

h1 {
    font-size: 30px;
    color: #122944;
    font-weight: 600;
    margin: 15px 0 10px;
    text-align: left;
}

h2 {
    font-size: 26px;
    color: #122944;
    font-weight: 600;
    text-align: left;
    margin: 15px 0 10px;
    width: 100%;
}

h2 .more {
    float: none !important;
    font-size: 16px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #122944;
    text-align: left;
    margin: 15px 0 10px;
}

h4 {
    font-size: 20px;
    color: #283891;
    text-align: left;
    font-weight: 600;
    margin: 15px 0 10px;
}

h5 {
    text-transform: none;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    margin: 15px 0 10px;
    color: #222;
    font-size: 18px;
    padding: 0;
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

hr {
    width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    outline: 0;
}

textarea {
    resize: none !important;
}

table tr td img {
    max-width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff !important;
}

.text_bold {
    font-weight: 600;
}

.data-common-wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.text_blue {
    font-size: 14px;
    color: #283891;
}

.intro_text h1 {
    border-bottom: 1px solid #CCC;
    text-transform: none;
    padding: 15px 0 10px 0;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2em;
    text-align: left;
}

ul.general_content_list,
.post_content ul {
    list-style-type: disc;
    padding: 5px;
    padding-left: 40px;
}

ul.general_content_list li {
    list-style-position: outside;
    padding: 10px 10px 10px 0px;
}

ul.race_sublist {
    padding: 7px 0 0;
    font-size: 0.9em;
    font-style: italic;
}

ul.race_sublist li {
    list-style-position: inside;
    padding: 2px 15px 0 0;
    display: inline-block;
}

ol.general_content_list {
    padding: 5px;
    padding-left: 40px;
}

ol.general_content_list li {
    list-style-position: outside;
    padding: 10px 10px 10px 0px;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    float: left;
    margin-bottom: -209px;
}

.top_holder {
    width: 100%;
    /*header margin*/
    height: auto !important;
    margin: 0px auto;
    text-align: left;
    background: #fff;
    position: relative;
}

.top_content {
    width: 1000px;
    /*header margin*/
    margin: 0px auto;
    text-align: left;
    position: relative;
    background: #fff;
}

.top_logo {
    height: 86px;
    float: left;
}

.top_logo img {
    max-width: 100%;
    float: left;
    margin: 5px 0 0 10px;
}

.toolbar {
    float: right;
    margin-top: 26px;
}

.navigation-top-m {
    width: 100%;
    background: url('../images/nav_bg.jpg');
    background-repeat: repeat-x;
    float: left;
    z-index: 996;
}

.top_navigation_holder {
    width: 1000px;
    /*header margin*/
    height: 30px;
    margin: 0px auto;
    text-align: left;
}


/* #Top Social Icons
================================================== */

.top_social {
    float: left;
    margin: 0 15px 0 0;
}

.top_social a {
    width: 38px;
    height: 38px;
    float: left;
    margin-right: 1px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    border-radius: 30px;
    transition: position .3s;
}

.top_social .top_icon_fb {
    background-image: url('../images/social_footer_fb.png');
}

.top_social .top_icon_tw {
    background-image: url('../images/social_footer_tw.png');
}

.top_social .top_icon_yt {
    background-image: url('../images/social_footer_yt.png');
}

.top_social .top_icon_ig {
    background-image: url('../images/social_footer_ig.png');
}

.top_social a:hover {
    background-position: center bottom;
    opacity: 1;
}

.top_search {
    float: left;
    width: 280px;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 10px;
    background: white;
}

.top_search input[type="text"] {
    float: left;
    outline: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 1px 0 0 0;
    width: 240px;
    color: #999;
}

.search_icon {
    position: relative;
    left: 5px;
    top: 3px;
    outline: none;
    box-shadow: 0 0 0;
}


/* #Main Nav
================================================== */

.top_navigation_holder select {
    /* Hides mobile menu until called by media query in mobile.css*/
    display: none;
}

#nav {
    list-style: none;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}

#nav li {
    float: left;
    position: relative;
    padding: 0px;
    border-width: 0px 0px 0px 0px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 100% 0, from(black), to(rgba(114, 114, 114, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(left, black, rgba(114, 114, 114, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(left, black, rgba(114, 114, 114, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(left, black, rgba(114, 114, 114, 0)) 1 100%;
}

#nav li.last {
    display: inline-block;
    float: left;
    border-width: 0px 0px 0px 0px;
}

#nav a {
    display: block;
    padding: 8px 25px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 0px 1px #000000;
    text-transform: uppercase;
    font-weight: 400;
}

#nav li.current a>ul,
.current {
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
    background: #c41e3a;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
}

#nav a:hover {
    color: #fff;
    background: #c41e3a;
    text-decoration: none;
    -moz-box-shadow: inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow: inset 0 0 5px #000000;
    transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -webkit-transition: .1s ease-in-out;
}


/*--- DROPDOWN ---*/

li.dropdown:hover>.dropdown-menu {
    display: inherit;
}

.open>.dropdown-menu {
    display: none;
}

#nav ul {
    background: #121A31;
    background: rgba(255, 255, 255, 0);
    border-top: 1px solid #fff;
    list-style: none;
    position: absolute;
    left: -9999px;
    text-align: left;
    -moz-box-shadow: 0 1px 2px #000000;
    -webkit-box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px #000000;
}

#nav ul li {
    float: none;
    border-width: 0px;
    background: none !important;
    font-style: normal !important;
}

#nav ul a {
    white-space: nowrap;
    /* Stop text wrapping and creating multi-line dropdown items */
    padding: 10px 20px 10px 5px;
}

#nav li:hover ul {
    /* Display the dropdown on hover */
    left: 0px;
    /*Bring back on-screen when needed*/
    top: 28px;
    background: url('../images/dropdown_bg.png');
    border-radius: 0 0 5px 5px;
    padding: 5px 3px;
}

#nav li:hover a {
    text-decoration: none;
}

#nav li:hover ul a {
    text-decoration: none;
}

#nav li:hover ul li a:hover {
    background: #fff;
    color: #3c3c3c;
    border: none;
    text-shadow: none;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}


/* #Sidebar Menu
================================================== */

.dropdown {}

#accordion {
    height: auto !important;
}

#accordion h3 {
    margin-top: 0px !important;
}

#accordion h3 a {
    float: left;
    padding: 10px 14px 10px 0;
    background-image: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    background-position: right center;
}

#accordion h3.no-event a {
    background-image: none !important;
    padding-right: 0 !important;
}

#accordion h3.ui-state-active a {
    background-image: url('../images/arrow_bottom.png');
    padding-right: 14px;
}

#accordion h3 a:hover {
    color: #b7213a;
}

#accordion>div,
#accordion>ul {
    background: #fff;
    border-radius: 0;
    margin: 0 0 0 4%;
    width: 96%;
}

#accordion ul li {
    margin-bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding: 8px 0;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 600;
}

#accordion ul li:last-child {
    margin-bottom: 0;
}

.ui-accordion .ui-accordion-header {
    margin-top: 0;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
    border: 0;
}

.ui-widget-content a {
    color: #666;
}


/* normal h3 font color */

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #122944;
}


/* hover h3 font color */

.ui-state-hover a,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #b7213a;
}


/* active h3 font color */

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #b7213a;
    font-weight: bold;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ni-active {
    background: #fff;
}

.ui-state-hover {
    background: #fff;
    box-shadow: inset 0 0 0;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 1.0em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    display: none;
}

.ui-accordion .ui-accordion-content li a:hover {
    color: #B91A39;
}

.activeChildBranch {
    color: #c41e3a !important;
}


/* old accordion */

.accordionButton {
    border-bottom: 1px solid #ccc;
    padding: 8px 5px;
    margin: 0;
    _float: none;
    /* Float works in all browsers but IE6 */
    background: #fafafa;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.accordionButton h2 {
    margin: 0;
    font-size: 1.2em;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    color: #122944;
}

.accordionContent {
    width: 100%;
    float: left;
    _float: none;
    /* Float works in all browsers but IE6 */
    background: transparent;
    color: #122944;
    margin-bottom: 10px;
}


/*EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS*/

.on {
    background: url('../images/footer_bg.png') repeat-x;
}

.on h2 {
    color: #fff;
}

.accordionButton:hover {
    box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.2);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    background: #fff;
    border-bottom: 1px solid white;
}

.accordionButton h2:hover {
    color: #122944;
    padding-left: 10px;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}


/* #Sliders
================================================== */


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */

.flex-container a:active,
.flexslider a:active,
.flexslider-home a:active,
.flex-container a:focus,
.flexslider a:focus,
.flexslider-home a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider,
.flexslider-home {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li,
.flexslider-home .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}


/*.flexslider .slides img {width: 100%; display: block;}*/

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
    display: block;
}

.carousel li {
    margin-right: 5px
}


/* Direction Nav */

.flex-direction-nav {
    height: 0;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(../images/flexslider/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3!important;
    filter: alpha(opacity=30);
    cursor: default;
}


/* Control Nav */

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}


/* Custom FlexSlider Styles
*********************************/

.flexslider-home {
    overflow: hidden;
    position: relative;
    height: 370px;
    width: 1000px;
    margin: 0 auto;
    background: white;
    border: 4px solid white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}

.flexslider-home .slides {
    height: inherit;
}

.flexslider-home .slides img {
    position: absolute;
    /*
    left: 50%;
    margin-left: -960px;
    */
    width: 1000px;
    height: 370px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.flexslider-home .slides>li {
    height: inherit;
}

.flexslider-home .flex-control-nav {
    bottom: 9px;
}

.flexslider-home:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider-home:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flexslider-home:hover .flex-next:hover,
.flexslider-home:hover .flex-prev:hover {
    opacity: 1;
}

#carousel-home {
    width: 1000px;
    height: 150px;
    position: relative;
    bottom: 154px;
    left: 6px;
    background: url('../images/trans_img_bg2.png');
    background-repeat: repeat-x;
    background-position: center bottom;
    float: left;
    z-index: 995;
}

#carousel-home div {
    margin-top: 65px !important;
    width: 100%;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

#carousel-home span {
    font-size: 15px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin-top: 4px;
    display: inline-block;
    color: white;
}

#carousel-home li {
    margin-right: 15px;
    display: block;
    width: 139px;
    float: left;
}

#carousel-home img {
    height: 50px;
    border: 2px solid white;
    border-radius: 1px;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

#carousel-home img:hover,
#carousel-home img:active {
    border: 2px solid #C41E3A;
}


/*Retail Featured and New Arrival Sliders*/

.flexslider-featured {
    margin-top: 13px;
    height: 100%;
    position: relative;
}

.flexslider-featured img {
    max-height: 190px;
}

.flexslider-featured .flex-control-nav {
    bottom: -6px;
    opacity: 0.5;
}

.flexslider-featured:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider-featured:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flexslider-featured:hover .flex-next:hover,
.flexslider-featured:hover .flex-prev:hover {
    opacity: 1;
}

.slider_small #small_slider .slides li {
    height: 324px;
}

.flexslider-featured .slides img {}

.flexslider-featured .flex-viewport {
    overflow: visible !important;
}

#small_slider {
    height: 324px;
    overflow: hidden;
    background: #fff;
    border: 0;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    zoom: 1;
}

.flex-caption-bg {
    width: auto !important;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(16, 39, 70, .6);
    padding: 15px 30px;
}

.flex-caption-header {
    font-size: 26px;
    line-height: 1;
    font-weight: 300;
    margin: 0;
    display: block;
    color: white;
}

.flex-caption-subheader {
    font-size: 15px;
    line-height: 1;
    color: white;
    font-weight: 300;
    margin: 0;
    display: inline-block;
}

@media(max-width:767px) {
    .slider_small #small_slider .slides li {
        height: auto;
    }
}


/*********************************/

.image_scroller_holder {
    width: 1012px;
    height: 365px;
    max-height: 365px;
    /*background: #122944;*/
    margin: 5px auto;
    overflow: hidden;
    padding: 4px 0 18px 0;
    position: relative;
}

.slides_container {
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;
}

.slides_container a {
    width: 100%;
    height: 370px;
    display: block;
}

.slides a img {
    display: block;
    /*margin: 0 auto;*/
    position: relative;
    left: 0%;
    /*max-height:300px;*/
    /*margin-left: -961px;*/
}

.slider_small {
    float: left;
    width: 100%;
    height: 340px;
}

.slider_small_m {
    float: left;
    width: 100%;
    height: 320px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 0px 1px 6px 0px #666;
}

.slider_retail {
    float: left;
    width: 100%;
    height: 215px;
    overflow: hidden;
    margin: 5px 0px 30px 0px;
    background: #fff;
    box-shadow: 0 0 6px 0px rgba(51, 51, 51, .2);
}


/* #Content Holders
================================================== */


/*
.gradient {
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAALElEQVQIW2P89evXfwYoeP/+PQMjSADEEBQUBAuDBUAMmCDjy5cv/8NkQRIA2PcYhkYrdwcAAAAASUVORK5CYII=) repeat;
    }
*/

.content_holder {
    width: 100%;
    float: left;
    padding-top: 15px;
}

.content_area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.content {
    width: 700px;
    float: left;
    text-align: justify;
    margin-bottom: 100px;
}

.sidebar_left {
    width: 210px;
    float: left;
    min-height: 100px;
    margin: 0;
}

.sidebar_menu {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    border: 1px solid #eee;
}

.sidebar_menu ul {
    list-style-type: none;
    padding-left: 0px;
}


/*
    .sidebar_menu ul li {
        list-style-image: url(../images/bullet.png);
        list-style-position: outside;
        padding: 3px 10px 3px 0px; }
    */

.sidebar_content {
    width: 100%;
    float: left;
    position: relative;
    margin: 0px 0px 20px 0px;
}

.sidebar_content a img {
    width: 100%;
}

.events_view_type {
    border-bottom: 1px solid #666;
    color: #102746;
    padding-bottom: 3px;
}

.events_view_type_clear {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.events_view_type_clear a {
    color: #b91a39;
}

.content_right {
    width: calc(100% - 240px);
    float: left;
    margin-left: 30px;
}

.content_right .inner_content .inner_content_wrapper p img {
    width: 100%;
}

.content_full {
    width: 100%;
    float: left;
    padding: 0px 0 5px 0;
    margin: 15px 0;
}

.inner_content {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
}

.inner_content_page {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
}

.inner_content_page p span {
    display: inline;
}

.inner_content_page h1 {
    text-align: left !important;
}

.inner_content_page ul {
    display: block;
}

.inner_content_page ul,
.inner_content_page li {
    text-align: left;
    line-height: 17px !important;
}

.inner_content_page iframe {
    width: 100%;
}


/*
.inner_content_page li {
    margin-bottom:15px !important;
}
*/

.inner_content_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.inner_content_wrapper iframe {
    width: 100%;
}

.content_style_1 {
    background: #fff;
    /* styling for rounded content divs */
    overflow: hidden;
}

.content_style_2 {
    background: #fff;
    /* styling for rounded content divs */
}

.content_style_2_page {
    background: #fff;
}

.content_style_2_page ul li {
    list-style-type: disc !important;
    list-style-position: outside !important;
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 10px;
}

.tabcontent h1 {
    margin: 10px 0 5px;
}

.tabcontent ul li {
    list-style-type: disc !important;
    list-style-position: outside !important;
    font-size: 16px !important;
    line-height: 17px !important;
    margin-bottom: 10px;
}

.tabcontent ol li {
    list-style-position: outside !important;
    font-size: 16px !important;
    line-height: 17px !important;
    margin-bottom: 10px;
}

.content_style_2_page ol li,
.inner_content_wrapper ol li {
    list-style-position: outside !important;
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 10px;
}

.content_style_2_page ul,
.content_style_2_page ol,
.tabcontent ul,
.tabcontent ol,
.inner_content_wrapper ol,
.inner_content_wrapper ul {
    padding-left: 20px;
    display: flow-root;
}

.content_style_2_page a {
    font-weight: bold !important;
}

h1.events {
    text-align: left;
    color: #000;
}

h1.events:hover {
    text-decoration: underline;
}

.event_date_btn {
    float: left;
    margin: 4px 0 0 20px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 5px 10px 6px;
    background: #fff;
    line-height: 1;
    transition: .3s all;
    text-transform: uppercase;
    font-size: 11px;
}

.event_date_btn:hover,
.event_date_btn:focus {
    color: #fff;
    border: 1px solid #222;
    background: #222;
    text-decoration: none;
}

.event_list {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.inner_content .event_list:nth-child(even) {
    background: none;
}

.inner_content .event_list:nth-child(odd) {
    background: none;
}

.event_holder {
    float: left;
    width: 100%;
    display: table;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
}

.event_image {
    /*main image for event on detail page*/
    width: 30%;
    padding: 0;
    display: table-cell;
    background: #fff;
    vertical-align: middle;
}

.event_image_holder {
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

.event_image img {
    max-width: 100%;
    max-height: 225px;
    vertical-align: middle;
}

.event_top {
    width: 70%;
    padding: 15px 0 15px 20px;
    display: table-cell;
    vertical-align: middle;
}

.event_top h1 {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.event_detail_image {
    /*image inside tabs*/
    float: right;
    padding: 15px 25px;
}

.event_list_apps a {
    float: left;
    margin: 10px 0 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border: 1px solid #b91a39;
    padding: 8px 15px;
    background: #b91a39;
    line-height: 1;
    transition: .3s all;
}

.event_list_apps a:hover {
    color: #b91a39;
    border: 1px solid #b91a39;
    background: #fff;
}

.event_list_apps img {
    margin: 0 7px 0 10px;
}

.event_badge_list {
    position: absolute;
    bottom: 5px;
    right: -30px;
    display: inline;
}

.event_badge_detail {
    float: left;
    margin: 0 9px 7px 0;
}

.event_content {
    float: left;
    width: 74%;
    padding: 20px 10px 20px 30px;
    color: #2e2c32;
    width: calc(100% - 225px);
}

.event_content h1 {
    margin: 0;
    line-height: 1;
}

.event_content_images {
    width: 25%;
    float: left;
    position: relative;
    display: table;
    width: 225px;
}

.event_content_images a {
    display: table-cell;
    vertical-align: middle;
}

.event_thumb {
    max-width: 100%;
}

.submit_event hr {
    width: 100%;
    float: left;
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #C41E3A;
    padding: 0;
}

.date_box {
    width: 100%;
    float: left;
    margin: 0;
    color: #b72238;
    font-size: 20px;
    font-weight: bold;
}

.date_box p {
    float: left;
    margin: 2px 5px 0 0;
}

.date_day {}

.date_month {}

.date_year {}

.date_time {
    margin-left: 15px !important;
}

.event_share_buttons {
    width: 100%;
    float: left;
    margin: 5px 0 0;
}

.event_share_buttons iframe {
    float: left;
    margin-right: 5px;
}

.event_share_buttons>div,
.event_share_buttons>span {
    float: left !important;
    margin-right: 5px;
    width: 62px !important;
}

.event_share_link {
    height: 22px;
    float: left;
    margin-right: 0;
    width: 64px;
}

.event_holder .event_top .event_register_button {
    float: left;
    margin: 10px 10px 0 0;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #b91a39;
    padding: 10px 30px;
    background: #b91a39;
    line-height: 1;
    transition: .3s all;
    text-decoration: none;
}

.event_holder .event_top .event_register_button:hover {
    color: #b91a39;
    border: 1px solid #b91a39;
    background: #fff;
    text-decoration: none;
}


/*Event List Date Style*/

.location_list {
    float: left;
    clear: left;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    font-weight: bold;
    color: #8d8d8d;
}

.date_box_list {
    float: left;
    margin-right: 0;
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #b72238;
}

.date_day_list {
    float: left;
    margin: 0 6px 0 4px;
}

.date_month_list {
    float: left;
    margin: 0;
}

.date_year_list {
    float: left;
    margin: 0;
}

.date_time_list {
    float: left;
    margin: 0 0 0 20px;
}

.date_box_gallery {
    float: left;
}

.date_day_gallery {
    font-size: 14px;
    display: inline;
    margin: 0 5px 0 3px;
    float: left;
    font-weight: 500;
}

.date_month_gallery {
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin: 0;
}

.date_year_gallery {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    float: left;
    margin: 0;
}

.event_list_apps {
    width: 100%;
    float: left;
}

.location {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 10px;
    color: #8b8b8b;
}

.ticker_holder {
    width: 100%;
    height: 35px;
    float: left;
    background: url(../images/ticker_bg.png);
    background-repeat: repeat-x;
}

.ticker_area {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    float: left;
    background-image: -ms-linear-gradient(right, #F5F5F5 0%, #FFFFFF 50%, #F5F5F5 100%);
    /* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(right, #F5F5F5 0%, #FFFFFF 50%, #F5F5F5 100%);
    /* Mozilla Firefox */
    background-image: -o-linear-gradient(right, #F5F5F5 0%, #FFFFFF 50%, #F5F5F5 100%);
    /* Opera */
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #F5F5F5), color-stop(0.5, #FFFFFF), color-stop(1, #F5F5F5));
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(right, #F5F5F5 0%, #FFFFFF 50%, #F5F5F5 100%);
    /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to left, #F5F5F5 0%, #FFFFFF 50%, #F5F5F5 100%);
    /* W3C Markup, IE10 Release Preview */
    opacity: 0.4;
}

.ticker_content_area_m {
    width: 900px;
    height: 35px;
    position: absolute;
    left: 15px;
    top: 35px;
}

.ticker_logo {
    width: 100%;
    height: 35px;
    float: left;
    text-align: left;
    background: #999;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 35px;
}

.ticker_content {
    height: 70px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.ticker_post {
    float: left;
    height: inherit;
    margin-right: 20px;
}

.ticker_month {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    top: -5px;
    display: inline;
    margin: 0;
    margin-bottom: 11px;
    height: auto;
}

.ticker_day {
    font-size: 30px;
    display: inline;
    margin: 0 3px 0 0;
    height: auto;
}

.ticker_text {
    position: relative;
    top: -5px;
    color: #505050;
    margin-bottom: 13px;
    height: auto;
}

.callout_area {
    width: 100%;
    float: left;
}

.callout_box_first,
.callout_box_last {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 15px 0;
    text-align: center;
    color: #2e2c32;
}

.callout_box_first h1,
.callout_box_last h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.callout_box_first a,
.callout_box_last a {
    text-decoration: none;
}

.callout_box_first p,
.callout_box_last p {
    line-height: 16px !important;
    max-width: 100%;
    margin: 3px auto;
}

.callout_image {
    width: 100%;
}

.callout_image img {
    width: 100%;
    max-width: 100%;
    box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.4);
    -webkit-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.4);
    -moz-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.4);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    object-fit: cover;
}

.callout_image img:hover,
.callout_image img:active {
    box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.9);
    -webkit-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.9);
    -moz-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.9);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.instafeed_cntnr .site-sections {
    margin-top: 15px;
}

.instafeed_cntnr .site-sections .site-sections-header .sections-head {
    text-transform: none;
    padding: 2px 80px 2px 0;
    background: url("../images/home_img_feed_icon.png") no-repeat right center;
}

.instafeed-box {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 15px 0;
    text-align: center;
    color: #2e2c32;
}

.insta_image {
    width: 200px;
    height: 200px;
}

.insta_image img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.4);
    -webkit-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.4);
    -moz-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.4);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    object-fit: cover;


}

.insta_image img:hover,
.insta_image img:active {
    box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.9);
    -webkit-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.9);
    -moz-box-shadow: 0px 0px 8px rgba(58, 64, 120, 0.9);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.instafeed_cntnr .slick-prev,
.instafeed_cntnr .slick-next {
    width: 16px;
    height: 28px;
    z-index: 777;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .75;
}

.instafeed_cntnr .slick-prev {
    background-image: url("../images/instafeed_prev.png");
}

.instafeed_cntnr .slick-prev:hover,
.instafeed_cntnr .slick-prev:focus {
    color: transparent;
    outline: none;
    background-image: url("../images/instafeed_prev.png");
    opacity: 1;
}

.instafeed_cntnr .slick-next {
    background-image: url("../images/instafeed_next.png");
}

.instafeed_cntnr .slick-next:hover,
.instafeed_cntnr .slick-next:focus {
    color: transparent;
    outline: none;
    background-image: url("../images/instafeed_next.png");
    opacity: 1;
}

.instafeed_cntnr .slick-prev.slick-disabled,
.instafeed_cntnr .slick-next.slick-disabled {
    opacity: .25;
}

.instafeed_cntnr .slick-prev:before,
.instafeed_cntnr .slick-next:before {
    content: '';
}

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

.lower_content_area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.tagline {
    width: auto;
    height: 60px;
    margin: 0 auto;
    margin-top: 35px;
    display: block;
}

.polaroid_left {
    float: left;
    width: 460px;
    height: 400px;
    background: url(../images/get_fitted_bg.png) center top no-repeat;
    margin-top: 15px;
}

.polaroid_video {
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
}

.polaroid_left iframe {
    position: relative;
    top: 37px;
    left: 0px;
}

.polaroid_right {
    float: left;
    width: 540px;
    height: 400px;
    z-index: 1;
    margin-top: 15px;
    overflow: hidden;
}

.polaroid_1 {
    position: relative;
    top: 0px;
    left: -8px;
}

.polaroid_1:hover {
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.polaroid_2 {
    position: relative;
    top: -184px;
    left: 272px;
}

.polaroid_2:hover {
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.polaroid_3 {
    position: relative;
    top: -184px;
    left: -6px;
}

.polaroid_3:hover {
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

.polaroid_4 {
    position: relative;
    top: -357px;
    left: 270px;
    background: url('../images/testimonials.png');
    background-repeat: no-repeat;
    width: 279px;
    height: 171px;
}

.testimonial_home {
    margin-left: 70px;
    margin-top: 20px;
    width: 175px;
    height: 115px;
    color: #2a2a2a;
    float: left;
}


/*
    .polaroid_4:hover {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -webkit-transition: .25s ease-in-out; }
   */

.sponsors_holder {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 15px 0;
}

.sponsors_bg {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
}

.sponsors_area {
    width: 1000px;
    margin: 0 auto;
    height: 83px;
}

.sponsor_image {
    height: 51px;
    padding: 15px 10px;
    display: inline-block;
}


/* #Forms
================================================== */

fieldset {
    border: none;
    margin-top: 30px;
    padding-top: 15px;
}

#form_left input {
    width: 81%;
}

#form_left input[type="radio"] {
    width: auto;
    margin-left: 18px;
}

form ul {
    padding-left: 0 !important;
    margin: 0;
}

form li {
    float: left;
    margin: 0 30px 15px 0;
    padding: 0;
    border-radius: 0;
    list-style-image: none !important;
    list-style-type: none !important;
}

.redactor_editor li {
    /*Fix for backend editor list floats*/
    float: none;
    padding: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
    /*default input field style*/
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 8px 10px;
    background: #fff;
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="file"] {
    float: left;
}

textarea {
    float: left;
    width: 100%;
    height: 100px;
    resize: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0 15px;
}

label {
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
    font-size: 14px;
    float: left;
}

legend {
    font-size: 20px;
    font-weight: bold;
}

select {
    width: 50%;
    float: left;
    margin: 0;
}

.inner_content_wrapper form hr {
    display: none;
}

.check_list {
    text-align: left;
    padding: 0 !important;
    margin: 0;
    font-size: 16px;
}

.check_list li {
    float: inherit;
    list-style: none;
    list-style-image: none !important;
    background: none;
    margin: 0;
    padding: 5px 0;
    clear: both;
    width: 100%;
}

.check_list li input[type="checkbox"],
.check_list li input[type="radio"] {
    margin: 0;
}

.latest-blog-entry-listing li {
    padding: 10px 0 10px 0;
    font-size: 16px;
    color: #333;
}

.footer_field input[type="text"] {
    /*footer input field style*/
    float: left;
    width: 100%;
}

.inner_content_wrapper h3 {
    margin-bottom: 10px;
}

.lrg_form {
    width: 90%;
}

.med_form {
    width: 45%;
}

.lrg_form input[type="text"],
.lrg_form input[type="password"],
.lrg_form input[type="file"],
.lrg_form select {
    width: 50%;
}

.med_form input[type="text"],
.med_form input[type="password"],
.med_form input[type="file"],
.med_form select {
    width: 100%;
}

.top_search input,
.top_search textarea:focus,
.top_search input:focus {
    background: none;
}

#contact {
    width: 60%;
    float: left;
    padding: 30px 15px 0 0;
}

#contact li {
    width: 90%;
}

#contact fieldset,
#subscribe fieldset,
#icpsignup305826 fieldset {
    border: none;
    padding-top: 15px;
    margin-top: 0px;
}

#contact legend,
#subscribe legend,
#icpsignup305826 legend {
    padding-right: 0px;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

#contact_message textarea {
    height: 150px;
}

#subscribe,
#icpsignup305826 {
    width: 40%;
    float: left;
    padding: 30px 0 0 15px;
}

#subscribe li,
#icpsignup305826 li {
    width: 90%;
}

#contact input[type="button"] {
    width: 50%;
}

#icpsignup305826 input[type="submit"] {
    width: 50%;
}

.comment_form td {
    vertical-align: middle;
}

.comment_form input {
    margin-left: 10px;
}

.comment_form input[type="text"],
.comment_form input[type="password"] {
    width: 100%;
    margin: 10px 0 0 10px;
}

.comment_form input[type="submit"] {
    margin: 10px 0;
}


/*reCaptcha styles*/

#recaptcha_response_field {
    border: 1px solid #eee !important;
    width: auto !important;
    margin-bottom: 5px !important;
}

.recaptchatable #recaptcha_image {
    position: relative;
    margin: auto;
    border: 1px solid #eee !important;
    width: auto !important;
    height: auto !important;
}


/* #Buttons
================================================== */

input[type="button"],
input[type="submit"] {
    height: 40px;
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 0;
    border: 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    outline: none;
    background: #BE1B34;
    box-sizing: border-box;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    text-decoration: none;
    background: #BE1B34;
    color: #fff;
}

input[type="button"]:active,
input[type="submit"]:active {}

input[type="button"].btn-outline,
input[type="submit"].btn-outline {
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #BE1B34;
    padding: 10px 20px;
    color: #BE1B34;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    outline: none;
    background: #fff;
}

input[type="button"].btn-outline:hover,
input[type="submit"].btn-outline:hover {
    text-decoration: none;
    background: #fff;
    color: #BE1B34;
    border: 1px solid #BE1B34;
}

.button_large_submit {
    height: 42px;
    background: #b7213a;
    padding: 0 50px !important;
    margin: 15px 0;
}

.button_small_submit {
    margin-right: 10px;
    font-size: 16px !important;
    background: #b7213a;
    padding: 10px 15px !important;
}

.sidebar_left .sidebar_submit {
    margin-right: 10px;
    font-size: 18px;
    background: #b7213a;
    padding: 6px 15px;
    border: 1px solid #b7213a;
}

.sidebar_left .sidebar_clear {
    font-size: 18px;
    line-height: 1;
    background: #fff;
    color: #b7213a;
    border: 1px solid #b7213a;
    padding: 6px 15px;
    float: left;
}

.button_small {
    margin-right: 10px;
    font-size: 12px;
    color: #fff9db;
    background: #BE1B34;
    /*fallback*/
    background-repeat: no-repeat;
}

.button_small_noicon {
    height: 32px;
    margin-right: 10px;
    font-size: 12px;
    color: #fff9db;
    background: #BE1B34;
    /*fallback*/
    background-repeat: no-repeat;
}

.button_small:hover {}

.button_small:active {}

.button_small.comment {}

.button_small.plus {}

.button_small.pointer {}

.button_small.print {}

.button_small.volunteer {}

.button_small.footer {
    width: 50%;
    float: left;
    font-size: 16px;
}

.button_clearform {
    width: 155px;
    height: 42px;
    margin-right: 10px;
}


/* #Tabbed Content
================================================== */

form.tabmenu li {
    margin: 0 5px 5px 5px;
    padding: 5px;
}

ul.tab_navigation {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
}

ul.tab_navigation li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px;
    border-top: 1px solid #eee;
}

ul.tab_navigation li:first-child {
    border-top: 0;
}

ul.tab_navigation a {
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
    color: #333;
    line-height: 1;
}

ul.tab_navigation li.current a>ul,
.current {
    font-size: 13px;
    font-style: italic;
    text-transform: capitalize;
    background: #c41e3a;
    text-decoration: none;
}

ul.tab_navigation a:hover {
    text-decoration: none;
    color: #000;
}


/*--- DROPDOWN ---*/

ul.tab_navigation ul {
    background: #121A31;
    background: rgba(255, 255, 255, 0);
    list-style: none;
    position: absolute;
    left: -9999px;
    text-align: left;
    -moz-box-shadow: 0 1px 2px #000000;
    -webkit-box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px #000000;
    border-top: 1px solid #fff;
}

ul.tab_navigation ul li {
    float: none;
    border-width: 0px;
    background: none !important;
    font-style: normal !important;
}

ul.tab_navigation ul a {
    white-space: nowrap;
    /* Stop text wrapping and creating multi-line dropdown items */
    padding: 10px 20px 5px 5px;
}

ul.tab_navigation li:hover ul {
    /* Display the dropdown on hover */
    left: 0px;
    /*Bring back on-screen when needed*/
    background: url('../images/dropdown_bg.png');
    border-radius: 0 0 5px 5px;
    padding: 5px 3px;
}

ul.tab_navigation li:hover a {
    text-decoration: none;
}

ul.tab_navigation li:hover ul a {
    text-decoration: none;
}

ul.tab_navigation li:hover ul li a:hover {
    background: #fff;
    color: #3c3c3c;
    border: none;
    text-shadow: none;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

ul.tab_navigation_be {
    list-style: none;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
    margin-top: 3px;
    display: inline-block;
    padding: 0px;
}

ul.tab_navigation_be li {
    float: left;
    position: relative;
    padding: 0px;
    border-width: 0px 0px 0px 0px;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 100% 0, from(black), to(rgba(114, 114, 114, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(left, black, rgba(114, 114, 114, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(left, black, rgba(114, 114, 114, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(left, black, rgba(114, 114, 114, 0)) 1 100%;
    margin: 0;
}

ul.tab_navigation_be a {
    display: block;
    padding: 16px 26px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 0px 1px #000000;
    text-transform: uppercase;
    font-weight: 400;
    height: 21px;
    text-align: center;
}

ul.tab_navigation_be li.current a>ul,
.current {}

ul.tab_navigation_be a:hover,
.selected {
    text-decoration: none;
    font-weight: bold;
    background: #b7213a;
    color: #fff;
}

.tab_navigation .selected a,
.tab_navigation .selected a:hover {
    color: #fff;
}


/*--- DROPDOWN ---*/

ul.tab_navigation_be ul {
    background: #121A31;
    background: rgba(255, 255, 255, 0);
    list-style: none;
    position: absolute;
    left: -9999px;
    text-align: left;
    -moz-box-shadow: 0 1px 2px #000000;
    -webkit-box-shadow: 0 1px 2px #000000;
    box-shadow: 0 1px 2px #000000;
    border-top: 1px solid #fff;
}

ul.tab_navigation_be ul li {
    float: none;
    border-width: 0px;
    background: none !important;
    font-style: normal !important;
}

ul.tab_navigation_be ul a {
    white-space: nowrap;
    /* Stop text wrapping and creating multi-line dropdown items */
    padding: 10px 20px 5px 5px;
}

ul.tab_navigation_be li:hover ul {
    /* Display the dropdown on hover */
    left: 0px;
    /*Bring back on-screen when needed*/
    background: url('../images/dropdown_bg.png');
    border-radius: 0 0 5px 5px;
    padding: 5px 3px;
}

ul.tab_navigation_be li:hover a {
    text-decoration: none;
}

ul.tab_navigation_be li:hover ul a {
    text-decoration: none;
}

ul.tab_navigation_be li:hover ul li a:hover {
    background: #fff;
    color: #3c3c3c;
    border: none;
    text-shadow: none;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}

div.tabcontent {
    display: block;
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

div.tabcontents {
    width: calc(100% - 240px);
    float: left;
    margin-left: 30px;
}

div.tabmenu {
    float: left;
    width: 210px;
    min-height: 100px;
    margin: 0;
}

div.tabcontents div.tabcontent p img {
    max-width: 100%;
}

.event-banner-gif {
    width: 100% !important;
}

.tab_print {
    float: right;
    margin: 15px 15px 0 0;
}

.fb_comment_box {
    width: calc(100% - 240px);
    float: left;
    margin-left: 240px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.intended_right_box {
    width: calc(100% - 240px);
    float: left;
    margin-left: 240px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.sidebar_sponsors {
    width: 100%;
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    overflow: hidden;
}

.sidebar_sponsors .sidebar_sponsors_list {
    width: 100%;
    float: left;
    margin: 20px 0px;
    background: #fff;
    text-align: center;
}

.sidebar_sponsors_list {
    width: 100%;
    float: left;
}

.events_table {
    border: 0px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
}

.events_table td {
    padding: 15px;
    border-right: 1px solid #e2e2e2;
}

.events_table td:last-child {
    border-right: 0;
}

.events_table tr:nth-child(odd) {
    background-color: #e8e8e8;
}

.events_table tr:nth-child(even) {
    background-color: transparent;
}

.events_table h4 {
    margin: 5px 0;
}

.events_table.results {
    font-weight: 400;
    font-size: 1.3em;
    width: 101%;
}

.training_table {
    width: 100%;
    line-height: 20px;
    margin-top: 0;
}

.training_table td {
    padding: 10px 15px;
    border: 1px solid #f5f2f4;
}

.training_table tr:nth-child(odd) {
    background-color: #e8e8e8;
}

.training_table tr:nth-child(even) {
    background-color: #f8f8f8;
}

.training_table h2 {
    margin: 2px 0;
}

.training_table h4 {
    margin: 5px 0;
}


/* #Scroll Bar
================================================== */

#scrollbar1 {
    width: 375px;
    clear: both;
    margin: 20px 0 10px;
}

#scrollbar1 .viewport {
    width: 355px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#scrollbar1 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar1 .thumb .end,
#scrollbar1 .thumb {
    background-color: #003D5D;
}

#scrollbar1 .scrollbar {
    position: relative;
    float: right;
    width: 15px;
}

#scrollbar1 .track {
    background-color: #D8EEFD;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#scrollbar1 .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#scrollbar1 .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

#scrollbar1 .disable {
    display: none;
}

#scrollbar2 {
    width: 375px;
    clear: both;
    margin: 20px 0 10px;
}

#scrollbar2 .viewport {
    width: 355px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#scrollbar2 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar2 .thumb .end,
#scrollbar2 .thumb {
    background-color: #003D5D;
}

#scrollbar2 .scrollbar {
    position: relative;
    float: right;
    width: 15px;
}

#scrollbar2 .track {
    background-color: #D8EEFD;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#scrollbar2 .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#scrollbar2 .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

#scrollbar2 .disable {
    display: none;
}

#scrollbar3 {
    width: 375px;
    clear: both;
    margin: 20px 0 10px;
}

#scrollbar3 .viewport {
    width: 355px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#scrollbar3 .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}

#scrollbar3 .thumb .end,
#scrollbar3 .thumb {
    background-color: #003D5D;
}

#scrollbar3 .scrollbar {
    position: relative;
    float: right;
    width: 15px;
}

#scrollbar3 .track {
    background-color: #D8EEFD;
    height: 100%;
    width: 13px;
    position: relative;
    padding: 0 1px;
}

#scrollbar3 .thumb {
    height: 20px;
    width: 13px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}

#scrollbar3 .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 13px;
}

#scrollbar3 .disable {
    display: none;
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}


/* #Contact Lower List
================================================== */

.contact_lower {
    width: 33.33%;
    float: left;
    padding: 0 45px 15px 0;
}

.contact_lower h3 {
    font-size: 20px;
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
}

.contact_lower ul {
    padding: 0;
    margin: 0;
}

.contact_lower ul li {
    list-style-type: none !important;
}

.contact_lower ul li {
    padding-left: 30px !important;
}

.contact_lower ul li p {
    font-size: 14px;
    line-height: 1.2;
}

.pin_ico {
    background: url(../images/pin_ico.png) left 2px no-repeat;
}

.phone_ico {
    background: url(../images/phone_ico.png) left 4px no-repeat;
}

.mail_ico {
    background: url(../images/mail_ico.png) left 6px no-repeat;
}

.clock_ico {
    background: url(../images/clock_ico.png) left 3px no-repeat;
}

.car_ico {
    background: url(../images/car_ico.png) left 5px no-repeat;
}


/* #Runner Vocab
================================================== */

.vocab {
    padding: 15px 0;
    border-bottom: 1px solid #CCC;
}

.vocab_word {
    float: left;
    margin-right: 10px;
}

.vocab_word h4 {
    /*color: #202020;*/
    font-size: 16pt;
}

.vocab_pronounce {
    padding-top: 5px;
}


/*.vocab_pronounce p { font-size: 10pt; }*/

.vocab_definition {
    margin: 15px;
}


/* #Testimonials
================================================== */

.testimonial_feedback {
    float: left;
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 0;
}

.testimonial_submit_message {
    float: left;
    font-size: 24px;
    color: #3c763d;
    line-height: 1.3;
    padding: 15px 0;
}

.testimonials {
    width: 100%;
    float: left;
}

.testimonial {
    border-top: solid 1px #CCC;
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: 105px;
    margin-top: 20px;
}

.testimonial_img {
    width: 100px;
    float: left;
    margin-right: 20px;
    background: #F5F2F4;
    overflow: hidden;
}

.testimonial_img img {
    float: left;
    width: 100%;
}

.testimonial_button {
    float: right;
    margin-top: 5px;
}

.testimonial img {
    width: 100px;
}

.testimonials_quote_img {
    margin-right: 10px;
}

.testimonial .name {
    font-size: 18px;
    float: left;
    padding-right: 4px;
    color: #C41E3A;
}

.testimonial .place_date {
    padding-top: 6px;
    font-size: 11px;
}

.testimonial .detail {
    margin-top: 10px;
}


/* #Kids Run
================================================== */

.rounded_shadow_image {}

.outlined_image {
    background: #fff;
    border: solid 1px #eee;
    padding: 0;
    -moz-box-shadow: 0px 1px 6px -2px #000;
    -webkit-box-shadow: 0px 1px 6px -2px black;
    box-shadow: 0px 1px 6px -2px black;
}

.align_right {
    float: right;
    margin: 0 5px 15px 15px;
}

.align_left {
    text-align: left;
}

.img_align_left {
    float: left;
    margin: 0 15px 15px 0;
}

.img_align_center {
    margin: 0 auto;
    display: block;
}


/* #Training
================================================== */

.running_routes {
    min-height: 250px;
    margin: 0px 0 20px;
    width: 370px;
    float: left;
}

.routes-img {
    width: auto !important;
    margin-top: 0;
    margin-bottom: 10px;
}

.training_program {
    min-height: 150px;
    margin: 20px 0;
}

.training_main {
    margin: 10px;
    min-height: 70px;
}


/* #Foundation
================================================== */

.red_text {
    color: #B91A39;
    font-weight: bold;
}

.inner_map {
    width: 66.67%;
    height: 317px;
    float: left;
    margin-top: 15px;
}

.culture_main_module {
    width: 50%;
    float: left;
    padding: 0 15px 20px 0;
}

.culture_main_module a {
    float: left;
    margin: 0 15px 15px 0;
}

.large_red_list {
    color: #B91A39;
    font-weight: bold;
    font-size: 18px;
    padding-left: 40px;
}


/* #Image Tile Wall
================================================== */

.tile {
    width: 20%;
    float: left;
    margin: 0 0 20px;
    padding: 0 10px;
}

.tile .iframe_modal {
    width: 100%;
    float: left;
}

.tile img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 6px 0px rgba(51, 51, 51, .2);
    overflow: hidden;
    object-fit: cover;
    object-position: center top;
}

.tile .item {
    width: 100%;
    float: left;
    font-weight: 600;
    line-height: 1;
    margin: 5px 0;
}

.tile .detail {
    width: 100%;
    min-height: 50px;
    font-size: 15px;
    line-height: 1;
}

.tile.bot a img {
    height: 160px;
}

.tile_iframe {
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    text-align: left;
}

.tile_iframe .details {
    float: left;
    width: 100%;
    padding: 0;
}

.flexslider {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
}

.tile_iframe .title {
    margin-top: 0;
}

.tile_iframe .subtitle {
    margin-top: 5px !important;
    color: #ccc;
    font-weight: 200;
    font-size: 16px;
}

.tile_iframe .left {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.tile_iframe .right {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}

.tile_iframe .right #slider {
    margin-top: 30px;
}

.tile_iframe .right #carousel {
    margin: 15px 0;
}

#carousel {
    width: 285px;
    position: absolute;
    bottom: 0px;
    left: 420px;
}

#carousel .slides>li {
    margin: 0 5px;
    opacity: .5;
    transition: opacity .3s;
}

#carousel .slides>li.flex-active-slide {
    opacity: 1;
}


/* #FAQs
================================================== */

.faq_question {
    margin: 0 10px;
}

.faq_question ul {
    list-style-type: none;
    padding: 5px;
    padding-left: 20px;
}

.faq_question li {
    list-style-image: url(../images/bullet.png);
    list-style-position: outside;
    padding: 10px 10px 10px 0px;
}

.faq_answer p {
    margin: 0px 0px 0px 20px;
}

.faq_answer h3 {
    padding-top: 10px;
}


/* #Blog
================================================== */


/*---Blog Feed-------------*/

.post.short {
    width: 100%;
    float: left;
}

.post.short .post_content {
    width: 50%;
    border-bottom: 0px solid #CCC;
    padding: 15px;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.post.short .post_content .entry-title {
    width: 100%;
    float: left;
}

.post.short .post_content .entry-title h2 {
    width: 100%;
    float: left;
    font-size: 22px;
    text-shadow: none;
    font-style: normal;
    margin: 0 0 2px 0;
    font-weight: 400;
}

.post.short .post_content .entry-title h3 {
    width: 100%;
    float: left;
    font-size: 16px;
    text-shadow: none;
    font-style: normal;
    margin: 10px 0 2px 0;
    font-weight: 400;
}

.post.short .post_content .entry-title img {
    width: 100%;
    float: left;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
}

.post-list h2 {}

.post-list h2 a {
    color: #122944;
}

.post-list h2 a:hover {
    color: #B91A39;
}

.post.short .post_thumb_wrap,
.post.rectangle .post_thumb_wrap {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.post.short .post_thumb_wrap .image-frame,
.post.rectangle .post_thumb_wrap .image-frame {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.post_content img {
    border-radius: 0;
    height: auto;
}

.post .byline {
    color: #787878;
    font-size: .85em;
}

.post.short .byline {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font-weight: 400;
}

.post.short .blog_comments {
    float: right;
    top: 36px;
    cursor: pointer;
    background-image: url(../images/blog_comments_bg.png);
    width: 27px;
    height: 26px;
    background-position: left top;
    margin-top: 5px;
}

.blog_comment-icon {
    display: none;
}

.blog_comments-value {
    height: 100%;
    overflow: hidden;
}

.blog_comments-value a {
    margin-top: 0;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-align: center;
    display: block;
    height: 27px;
    line-height: 20px;
}

.post .entry-summary {
    overflow: hidden;
    font-size: 16px;
    line-height: 1.3em;
}

.post .post_channel {
    text-transform: uppercase;
    margin-right: .1em;
    color: #FFF;
    font-size: .82em;
    font-weight: bold;
}

.post.short .blog_tags {
    width: 100%;
    float: left;
    line-height: 1;
    clear: both;
}

.blog_tags a:hover,
.blog-single-tags a:hover {
    text-decoration: none;
    background-color: black;
    color: white;
}

.blog_tags a,
.blog_single-tags a {
    font-size: 11px;
    line-height: 23px;
    text-transform: uppercase;
    padding: 3px 7px;
    white-space: nowrap;
    font-weight: 700;
    background-color: #B4B4B4;
    color: white;
    margin: 5px 2px 0 1px;
    display: inline-block;
}

.post-list .intro_text {
    width: 100%;
    float: left;
    padding: 5px 0 20px 0;
    border-bottom: 1px solid #eee;
}

.post-list .intro_text h2 {
    margin: 0;
    line-height: 1.1;
}

.post.short.other_posts .post_content {
    width: 33.33%;
}

.post.short.other_posts .post_content .entry-title img {
    height: 180px;
}

.inner_content .inner_content_wrapper .post.full .post_content:first-child p {
    margin-top: 15px;
}

.inner_content .inner_content_wrapper .post.full .post_content .entry-title:first-child p {
    margin-top: 2px;
    float: left;
}

.page_navigation {
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}

.page_navigation ul.pagination {
    display: inline-block;
}

.sidebar_box {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.sidebar_box img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}

.sidebar_box-head {
    width: 100%;
    float: left;
    margin: 30px 0 10px;
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 5px;
}

.sidebar_sponsors--contnr {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.sidebar_sponsors-head {
    width: 100%;
    float: left;
    margin: 30px 0 10px;
    font-weight: 600;
    font-size: 18px;
}

.blog-link-box {
    width: 100%;
    float: left;
    border: 1px solid #eee;
}

.blog-link-box span {
    width: 100%;
    float: left;
    padding: 5px 0 5px 10px;
}

.sidebar_sponsors .slick-slide img {
    display: inline-block;
}

.sidebar_sponsors .slick-dots {
    bottom: 0;
    left: 0;
}


/*---Blog Feed----Share Buttons---------*/

.post.short .share-buttons {
    height: 244px;
    position: absolute;
    top: 30px;
    right: 0;
    width: 105px;
}

.share-button-left-small .social-stub {
    margin: 4px 46px 4px 0;
    width: 53px;
    height: 18px;
    line-height: 18px;
    padding-left: 24px;
    width: 35px;
}

.social-stub.facebook {
    background: #EDF1F7 url(/images/blue_facebook.png) -4px center no-repeat;
    color: #4A68A2;
    background: url(/images/blue_facebook.png) -4px center no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #EDF1F7), color-stop(100%, #DBE3EF));
    border-color: #CAD6E7;
}

.social-stub.twitter {
    color: #3E8399!important;
    text-shadow: white -1px 1px;
    background: #F6FAFD url(/images/blue_twitter_bird.png) -2px center no-repeat;
    background: url(/images/blue_twitter_bird.png) -2px center no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #F6FAFD), color-stop(100%, #DBECF2));
    border-color: #C8E2EB;
}

.social-stub.googleplus {
    color: #666;
    text-shadow: white -1px 1px;
    background: #FEFEFE url(/images/google_plus.png) 0 -1px no-repeat;
    background: url(/images/google_plus.png) 0 -1px no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FEFEFE), color-stop(100%, #EDEDEC));
    border-color: #DBE3EF;
}

.social-stub.linkedin {
    color: #666;
    text-shadow: white -1px 1px;
    background: #FEFEFE url(/images/white_linkedin_full.png) 0 -1px no-repeat;
    background: url(/images/white_linkedin_full.png) 0 -1px no-repeat, -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FEFEFE), color-stop(100%, #EDEDEC));
    border-color: #DBE3EF;
}

.share-buttons span,
.share-buttons iframe,
.share-buttons div,
.share-buttons a {}

.social-stub {
    width: 55px;
    height: 24px;
    display: inline-block;
    border: 1px solid black;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none!important;
    transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 11px;
    line-height: 24px;
    text-align: left;
}


/*---Blog Full-------------*/

.post.full {
    width: 100%;
    float: left;
    padding: 0 0 15px;
}

.post_content {
    width: 100%;
    float: left;
}

.post.full .entry-title.summary {
    width: 100%;
    float: left;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
    margin-bottom: 15px;
}

.post.full h1 {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    text-align: left;
    text-transform: none;
    padding: 15px 0 10px 0;
    font-weight: 200;
}

.post .full h2 {
    font-size: 30px;
    font-weight: 100;
    text-shadow: none;
    margin: 5px 0 15px 0;
}

.post.short .post_thumb_wrap,
.post.rectangle .post_thumb_wrap {
    width: 600px;
    height: 165px;
    margin-bottom: 10px;
}

.post.short .post_thumb_wrap .image-frame,
.post.rectangle .post_thumb_wrap .image-frame {
    float: left;
    width: 600px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.post.full .byline {
    margin: 0 0 0 20px;
}

.post.full .blog_tags {
    line-height: 8px;
    clear: both;
    margin-top: 10px;
    float: left;
}

.post.full .blog_comments {
    float: left;
    cursor: pointer;
    background-image: url(../images/blog_comments_bg.png);
    width: 27px;
    height: 26px;
    background-position: left top;
    margin-top: 0;
}

.post.full .share-buttons {
    margin-top: 0px;
    float: right;
}

.post.full .share-buttons>div,
.post.full .share-buttons>span,
.post.full .share-buttons>iframe {
    float: left !important;
    margin-left: 5px !important;
}


/*---Blog Full--Comments at Bottom of a Blog Entry-------------*/

.blog_detail_comments {
    background: #e2e2e2;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -khtml-border-radius: 8px;
    overflow: hidden;
}

.blog_comments_header {
    height: 60px;
}

.blog_detail_comments .testimonial {
    margin-top: 0;
    border: 0;
    padding-right: 20px;
}


/* #Footer
================================================== */

.footer_holder {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    position: relative;
    background: #132c49;
}

.footer_divider {
    float: left;
    margin-top: 50px;
}

.footer_box {
    width: 25%;
    padding: 0 30px 0 0;
    float: left;
    color: #2E2C32;
    margin: 15px 0;
}

.footer_box p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 300;
    margin: 0;
}

.footer_box h2 {
    font-size: 20px;
    color: #fff;
    margin: 15px 0;
    line-height: 1.5;
    position: relative;
    padding-bottom: 2px;
}

.footer_box h2:before {
    content: "";
    width: 75%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: none;
    border-bottom: 1px dashed #446186;
}

.footer_box_1 {}

.footer_box_2 {
    padding-left: 0;
}

.footer_box_3 {}

.footer_box_4 {
    padding-right: 0;
}

.footer_nav {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px !important;
    font-weight: 300;
    text-align: center;
    padding: 5px 0 15px 0;
}

.footer_nav a {
    color: #fff;
    text-transform: uppercase;
}

.footer_nav a:hover {
    color: #B91A39;
}

.footer_field {
    width: 100%;
    height: auto;
    float: left;
    margin: 4px 0 0;
}

.footer_submit {
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.footer_social {
    width: 100%;
    float: left;
    margin: 4px 0 0;
}

.footer_social a {
    width: 38px;
    height: 38px;
    float: left;
    margin: 0 6px 6px 0;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 38px;
}

.footer_social a:hover {
    background-position: center bottom;
}

.footer_social a.connect_fb {
    background-image: url('../images/social_footer_fb.png');
}

.footer_social a.connect_tw {
    background-image: url('../images/social_footer_tw.png');
}

.footer_social a.connect_mail {
    background-image: url('../images/social_footer_em.png');
}

.footer_social a.connect_pin {
    background-image: url('../images/social_footer_pin.png');
}

.footer_social a.connect_yt {
    background-image: url('../images/social_footer_yt.png');
}

.footer_social a.connect_ig {
    background-image: url('../images/social_footer_ig.png');
}

.footer_social img {
    margin: 0 3px 5px;
}

.footer_badge img {
    width: 110px;
    margin-left: 56px;
    vertical-align: middle;
    margin-top: -3px;
}

.footer-link-container {
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 15px 0;
    border-top: 1px dashed #446186;
    border-bottom: 1px dashed #446186;
}

.footer-link-container .footer-links {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.footer-link-container .footer-links li {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0 15px 0 0;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.footer-link-container .footer-links li a {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.footer-link-container .footer-links li a:hover {
    color: #b91a39;
    text-decoration: underline;
}

.footer-link-container .footer-links li:first-child a {
    margin: 0 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed #446186;
}
.footer-link-container .footer-links li:first-child a:hover {
    border-bottom: 1px dashed #b91a39;
}

/* #Font Styles
================================================== */

.style_1 {
    font-size: 12px;
    color: #ffffff;
    text-shadow: 1px 0px 1px #000000;
    font-weight: 400;
}

.style_2 {
    font-size: 14px;
    color: #2E2C32;
    line-height: 1.3em;
}

.style_3 {
    font-size: 24px;
    font-weight: 600;
    color: #2E2C32;
    text-align: left;
}

.style_4 {
    font-size: 14px;
    color: black;
    text-align: left;
    font-weight: 300;
    margin: 0px 0px 0px 5px;
    left: 0;
    background: url(../images/bullet.png);
    display: inline;
    background-repeat: no-repeat;
    background-position: right 6px;
    padding: 0 13px 0 0;
    display: inline-block;
}

.style_5 {
    /*Footer Field*/
    font-size: 16px;
    color: #2E2C32;
}


/*-----Fix for Forms - So they don't have bullets------*/

.style_5 ul {
    padding: 0;
    padding-left: 0;
}

.style_6 {
    /*Search Field*/
    font-size: 14px;
    color: #555555;
    font-weight: 300;
}

.style_7 {
    font-size: 1.8em;
    /*List Titles*/
    color: #2E2C32;
    font-weight: 600;
    font-style: italic;
    text-align: left;
}

.ht {
    font-style: italic !important;
}

.ht,
.st {
    border: 0px !important;
}

.tabcontent p {
    text-align: left;
    font-size: 16px;
    color: #505050;
    margin: 0 0 10px 0;
    line-height: normal;
}

.tabcontent iframe {
    margin-bottom: 15px !important;
    /*float: left !important;*/
    text-align: left !important;
    margin-right: 15px;
}

.tabcontent iframe#rtframe {
    width: 100% !important;
    height: auto !important;
}

.tabcontent object {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px !important;
    float: left !important;
    text-align: left !important;
}

.tabcontent table {
    border: 0;
}

.tabcontent table thead {
    border: 0;
}

.redactor_editor table {
    box-shadow: none !important;
    background: none !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    line-height: 1.45em !important;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
    font-size: 15px !important;
    border: none;
}

.redactor_editor table {
    border-collapse: collapse;
    font-size: 1em !important;
}

.redactor_editor table td {
    border: 1px solid #ddd;
    padding: 5px !important;
    vertical-align: top;
}

.redactor_editor table thead td {
    border-bottom: 2px solid #000 !important;
    font-weight: bold !important;
}

table.,
table. tr,
table. tr td {
    border: none !important;
}

.video-wall-m {
    width: 50%;
    background: #ffffff;
    float: left;
}

.video-wall-m p {
    width: 90%;
}

.flex-caption {
    z-index: 500;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background: url(../images/trans_img_bg.png);
    background-repeat: repeat-x;
    margin: 0px;
    background-position: bottom;
    line-height: 1;
}

#accordion h3 {
    width: 100%;
    float: left;
    border-radius: 0px;
    border: 0px;
    border-top: 1px solid #eee;
    color: #333;
    padding: 0;
}

#accordion h3:first-child {
    border: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #fff;
}

li {
    list-style-position: outside !important;
}

.visible-991 {
    display: none;
}

.sb_img_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(16, 39, 70, .7) 100%);
    z-index: 9999;
    height: auto;
    text-shadow: 2px 2px 3px #2a2a2a;
    font-size: 16px;
    line-height: 1;
}

.loader_img {
    max-width: 400px !important;
}

.tabMore {
    z-index: 100000 !important;
}

.flexslider-featured {
    width: 100%;
    height: 190px;
    clear: both;
    overflow: hidden;
}

.flexslider-featured img {
    width: 190px;
    margin: 0 5px 0 5px;
    float: left;
}

.featured-static {
    width: 100%;
    height: 190px;
    overflow: hidden;
    float: left;
    margin-top: 18px;
}

.featured-static img {
    width: 179px;
    height: 179px;
    float: left;
    margin: 0 5px 0 5px;
}

#ticker_content_2 {
    display: none;
}

.no-border {
    border: none !important;
}

.no-border tr,
.no-border td {
    border: none !important;
}

#fields_capt {
    float: left !important;
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
}


/* .global_wrapper {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
} */

.top_content,
.top_navigation_holder,
.content_area,
.ticker_content,
.lower_content_area,
.sponsors_area,
.footer_area {
    width: 100%;
    float: left;
    margin: 0;
    margin: 0;
}

.sponsor-slider {
    position: relative;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
    float: left;
}

.sponsor-slider .item {}

.sponsor-slider .item img {
    display: inline;
    text-align: center;
}

.event_data>.inner_content>.inner_content_wrapper>p>a>img {
    width: 100%;
    margin: 0 !important;
}

.inner_content_wrapper input[type="text"] {
    border: 1px solid #ccc;
}

.events_filter_container {
    width: 100%;
    float: left;
    margin: 0;
}

.events_filter_container .events_filter_btn {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #b91a39;
    padding: 10px;
    background: #b91a39;
    line-height: 1;
    transition: .3s all;
}

.events_filter_container .events_filter_btn:hover {
    color: #b91a39;
    border: 1px solid #b91a39;
    background: #fff;
}

.has_notification {
    padding-top: 176px;
}

.notification_bar {
    width: 100%;
    min-height: 40px;
    float: left;
    position: relative;
    z-index: 7777;
    background: #102746;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
    vertical-align: middle;
    left: 0;
    top: 0;
}

.notification_bar span {
    width: 100%;
    text-align: center;
    vertical-align: top;
    position: relative;
    float: left;
    padding: 10px 0;
}

.notification_bar span p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
    float: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}

.notification_bar span p.show_all {
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
    width: 95%;
    float: left;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: block;
}

.notification_bar span p a.read_more {
    display: none;
}

.notification_bar span p.show_all a.read_more {
    display: inline;
    position: relative;
    top: -2px;
}

.notification_bar span p a {
    margin-left: 5px;
}

.notification_bar .read_more {
    text-decoration: underline;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.notification_bar .noti-close {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 7777;
    text-decoration: none;
    opacity: .5;
    transition: opacity .3s;
}

.notification_bar .noti-close:hover {
    opacity: 1;
}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {
    /* .global_wrapper {
        width: 100%;
        float: left;
        margin: 0;
    } */
    .data-common-wrapper {
        width: 100%;
    }
    .top_navigation_holder #nav a {
        padding: 8px 20px;
    }
    .tile {
        width: 25%;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 70px;
    }
    .has_notification {
        padding-top: 70px;
    }
    .content_holder img {
        max-width: 100%;
    }
    .table-responsive .table tr td p a img {
        max-width: inherit;
    }
    .data-common-wrapper {
        width: 100%;
        box-shadow: none;
    }
    .top_navigation_holder #nav a {
        padding: 8px 11px;
    }
    .sidebar_left {
        display: none;
    }
    .content_right {
        width: 100%;
        margin: 0;
    }
    .callout_image {
        width: 100%;
        height: auto;
    }
    .insta_image {
        width: 100%;
        height: auto;
    }
    .top_social {
        display: none;
    }
    .hidden-991 {
        display: none;
    }
    .visible-991 {
        display: block;
    }
    .toolbar {
        position: relative;
        margin-right: 0;
    }
    .top_search {
        float: right;
        width: auto;
        padding: 2px 5px;
        position: relative;
        top: 4px;
        right: 10px;
        border: 0;
    }
    .search_form_header input[type=search] {
        text-indent: 10px;
        background-color: #f7f7f7;
        border-radius: 8px;
        border: 2px solid #c0c0c0;
        margin-left: 6px
    }
    .search-form {
        float: right;
        right: 60px;
        position: absolute
    }
    .search_form_header {
        float: left;
    }
    .site-search__trigger {
        -webkit-transition: width .33s;
        transition: width .33s;
        z-index: 1;
        position: relative;
        font: 300 13px/1.5 'Open Sans', sans-serif;
        border: 1px solid transparent;
        text-indent: -999999em;
        margin-left: 0
    }
    .site-search__trigger:focus {
        width: 228px;
        text-indent: 10px;
        background-color: #f7f7f7;
        border-radius: 8px;
        border: 2px solid #c0c0c0;
        margin-left: 0px
    }
    .site-search__trigger {
        display: inline-block;
        background: #fff url(../images/search_icon.png) right 11px center no-repeat !important;
        width: 38px;
        height: 34px;
        cursor: pointer;
        top: 0;
        left: 0;
        outline: 0;
        padding-right: 40px;
    }
    .top_search input[type="text"] {
        width: 0px;
    }
    .search_icon {
        left: 0px;
    }
    .mobile-menu {
        position: relative;
        float: right;
        width: 48px;
        height: 40px;
    }
    .navbar-toggle {
        padding: 10px 10px;
        margin-top: -6px;
    }
    .navbar-collapse {
        width: 100%;
        position: absolute;
        top: 86px;
        left: 0px;
        background-color: #fff;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    .nav>li {
        position: relative;
        width: 100% !important;
    }
    .navbar-nav>li>a {
        color: #102746;
        text-transform: uppercase;
        border-top: 1px solid #eee;
    }
    .navbar-nav>li>a .caret {
        float: right;
        position: relative;
        top: 10px;
        border-top: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }
    .navbar-nav>li.open>a .caret {
        top: 8px;
        border-bottom: 5px dashed;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 0;
    }
    /*    li.dropdown>.dropdown-menu{
        display: none;
    }
    li.dropdown:hover>.dropdown-menu{
        display: block;
    }
    li.dropdown.open:hover>.dropdown-menu{
        display: block;
    }

    li.dropdown.open:hover>.dropdown-menu{
        display: block;
    }
    .dropdown-submenu>.dropdown-menu{
        display: none;
    }
    .dropdown-submenu:hover>.dropdown-menu{
        display: block;
    }*/
    .nav>li>a:hover,
    .nav>li>a:focus {
        color: #fff;
        background-color: #b7213a;
    }
    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #b7213a;
        border-color: #eee;
    }
    .nav>li>.dropdown-menu>li>a:hover,
    .nav>li>.dropdown-menu>li>a:focus {
        color: #000;
        background-color: #ccc;
    }
    .tile {
        width: 33.33%;
    }
    div.tabcontents .tabcontent p a img {
        width: auto !important;
        height: auto !important;
    }
    .slider_small {
        float: none;
        width: auto;
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 10px;
    }
    .tile_iframe .right #slider {
        margin-top: 0;
    }
    .inner_content_page table {
        float: left;
    }
    .inner_content_page table td {
        padding: 8px 0px 8px 10px;
    }
    .training_table tr td p {
        margin: 0;
    }
    .training_table tr td h4 {
        margin: 0;
        font-size: 16px;
        color: #666;
    }
    .training_table tr .st-key {
        width: 25%;
    }
    .training_table tr:nth-child(odd) {
        background-color: transparent;
    }
    .training_table tr:nth-child(even) {
        background-color: transparent;
    }
    .training_table:nth-child(odd) {
        background-color: #f8f8f8;
        margin: 4px 0;
    }
    .training_table:nth-child(even) {
        background-color: #e8e8e8;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    .navigation-top-m {
        display: none;
    }
    .top_logo img {
        float: left;
        margin: 6px 0 0 10px;
    }
    .content_style_2_page ul,
    .content_style_2_page ol,
    .tabcontent ul,
    .tabcontent ol,
    .inner_content_wrapper ol,
    .inner_content_wrapper ul {
        padding-left: 0;
        display: block;
    }
    .content_style_2_page ul li,
    .content_style_2_page ol li,
    .tabcontent ul li,
    .tabcontent ol li,
    .inner_content_wrapper ol li,
    .inner_content_wrapper ul li {
        padding-left: 0;
        list-style: none !important;
        font-weight: bold
    }
    .outlined_image {
        height: auto !important;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: left !important;
    }
    h2 {
        width: 100%;
    }
    .page_content_conatiner h2 {
        margin-bottom: 15px !important;
    }
    .tabcontent h2 {
        width: 100%;
        float: left;
    }
    .tabcontent p {
        width: 100%;
        float: left;
    }
    .tabcontent p img {
        float: left !important;
    }
    .tabcontent iframe {
        width: 100% !important;
        height: auto !important;
        margin-right: 0;
    }
    .content_style_2_page ul li {
        float: left;
        width: 100%;
    }
    .content_style_2_page ul li p {
        width: 100%;
        float: left;
        margin: 5px 0;
    }
    .event_content {
        padding: 10px 0px 10px 10px;
    }
    .notification_bar span .notification_content .read_more {
        margin-left: 5px;
    }
    h1.events {
        font-size: 20px;
    }
    .date_box_list {
        font-size: 14px;
    }
    .location_list {
        font-size: 15px;
    }
    .event_image {
        display: none;
    }
    .event_holder {
        border: 0;
    }
    .event_top {
        width: 100%;
        padding: 15px 0 5px;
    }
    .event_top h1 {
        font-size: 26px;
    }
    .fb_iframe_widget {
        width: 100%;
    }
    .fb_iframe_widget span {
        width: 100% !important;
    }
    .fb_iframe_widget iframe {
        position: relative;
        width: 100% !important;
    }
    .notification_bar .read_more {
        margin: 0;
    }
    /*    .margin_zero_lr {
        margin-left: -15px;
        margin-right: -15px;
    }*/
    .footer_box_3 {
        padding-left: 0;
    }
    .style_4 {
        margin: 0;
    }
    .flex-caption-bg {
        padding: 10px 15px;
    }
    .flex-caption-header {
        width: 100%;
        float: left;
        font-size: 20px;
    }
    .flex-caption-subheader {
        width: 100%;
        float: left;
        margin: 5px 0 0;
    }
    label {
        margin: 0;
    }
    legend {
        margin-bottom: 10px;
    }
    form li {
        margin: 0 0 15px 0;
    }
    .lrg_form {
        width: 100%;
    }
    .med_form {
        width: 100%;
    }
    .lrg_form input[type="text"],
    .lrg_form input[type="password"],
    .lrg_form input[type="file"],
    .lrg_form select {
        width: 60%;
    }
    .med_form input[type="text"],
    .med_form input[type="password"],
    .med_form input[type="file"],
    .med_form select {
        width: 60%;
    }
    select {
        width: 60%;
    }
    .button_large_submit {
        width: 50%;
    }
    .contact_lower {
        width: 100%;
        padding-right: 0;
    }
    #contact {
        width: 100%;
        padding: 30px 0px 0 0;
    }
    #contact li {
        width: 100%;
    }
    #subscribe,
    #icpsignup305826 {
        width: 100%;
        float: left;
        padding: 30px 0 0 0;
    }
    #subscribe li,
    #icpsignup305826 li {
        width: 100%;
    }
    #contact input[type="button"] {
        width: 60%;
        margin-top: 15px;
    }
    #icpsignup305826 input[type="submit"] {
        width: 60%;
    }
    .events_table td {
        font-size: 14px;
        padding: 5px;
        border-right: 1px solid #f5f2f4;
    }
    .events_table td p,
    .events_table td a {
        font-size: 14px;
        margin: 0;
    }
    .inner_map {
        width: 100%;
    }
    .culture_main_module {
        width: 100%;
        padding: 0 0px 20px 0;
    }
    .testimonial_submit_message {
        font-size: 22px;
    }
    .testimonial .detail {
        padding-left: 0;
        width: 100%;
        display: inline-block;
    }
    .testimonial .name {
        width: 100%;
    }
    .testimonial .place_date {
        width: 100%;
        float: left;
        padding: 0;
    }
    .post.short {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
    .post.short .post_content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .post-list .intro_text {
        padding: 15px 0;
    }
    .post.short .post_content .entry-title h2,
    .post.short .post_content .entry-title h3,
    .post.short .byline,
    .post.short .blog_tags {
        padding: 0 15px;
        margin: 0;
        font-size: 20px;
    }
    .post.short.other_posts .post_content {
        width: 100%;
    }
    .page_navigation {
        width: 100%;
        float: left;
        padding: 15px 0 0;
        background: #fff;
        border: 0;
        border-top: 1px solid #eee;
    }
    .post.full .share-buttons {
        width: 100%;
        float: left;
        display: inline-block;
        margin-top: 10px;
    }
    #small_slider {
        height: auto;
    }
    .video-wall-m {
        width: 100%;
        margin-bottom: 15px;
    }
    .testimonial {
        padding-top: 15px;
        padding-bottom: 0;
        min-height: 50px;
        margin-top: 15px;
    }
    .tile {
        width: 50%;
        margin-top: 15px;
    }
    .tile .detail {
        min-height: 30px;
    }
    .event_content_images {
        width: 25%;
    }
    .event_content {
        width: 75%;
    }
    .tile_iframe .left {
        width: 100%;
        padding: 0;
    }
    .tile_iframe .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    #contact input[type="button"] {
        width: 100%;
    }
    #icpsignup305826 input[type="submit"] {
        width: 100%;
    }
    .outlined_image {
        width: 100% !important;
    }
    .top_holder {
        height: auto !important;
    }
    .top_content {
        height: auto;
    }
    .top_logo {
        display: table;
        height: 50px;
    }
    .top_logo a {
        display: table-cell;
        vertical-align: middle;
    }
    .top_logo img {
        width: auto;
        height: 40px;
        float: left;
        margin: 0 0 0 10px;
    }
    .toolbar {
        margin-top: 5px;
    }
    .navbar-toggle {
        margin-bottom: 0;
    }
    .navbar-collapse {
        top: 70px;
    }
    .site-search__trigger:focus {
        width: 155px;
    }
    .event_holder .event_top .event_register_button {
        padding: 10px;
        font-size: 15px;
        font-weight: bold;
    }
    .lrg_form {
        width: 100%;
    }
    .med_form {
        width: 100%;
    }
    .lrg_form input[type="text"],
    .lrg_form input[type="password"],
    .lrg_form input[type="file"],
    .lrg_form select {
        width: 100%;
    }
    .med_form input[type="text"],
    .med_form input[type="password"],
    .med_form input[type="file"],
    .med_form select {
        width: 100%;
    }
    select {
        width: 100%;
    }
    .button_large_submit {
        width: 100%;
    }
    .culture_main_module a {
        margin: 0 10px 15px 0;
    }
    .testimonial_button {
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tile {
        width: 50%;
    }
    .flex-caption-bg {
        padding: 8px 15px;
    }
    .flex-caption-header {
        font-size: 18px;
    }
    .flex-caption-subheader {
        font-size: 14px;
        margin: 3px 0 0;
    }
    .testimonial_submit_message {
        font-size: 20px;
    }
}


/*main navigation*/

.mobile-nav {
    background: #fff;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, .3);
}

.top-menu-wrapper {
    width: 100%;
    background: #102746;
    float: left;
    margin: 0;
    z-index: 996;
    border-color: transparent;
    border-radius: 0px;
}


/* .top-menu-wrapper .global_wrapper {
    padding-left: 0px;
    padding-right: 0px;
} */

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    opacity: .8;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.top-menu-wrapper .dropdown {
    width: auto !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 12px;
    padding: 14px 20px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #b7213a;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #fff;
    background-color: #b7213a;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #b7213a;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #b7213a;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu>li>a:hover,
.navbar-collapse .navbar-nav .dropdown .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #b7213a;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu>li>a:hover::after,
.dropdown-menu>li>a:focus::after {}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    background-color: #102746;
    padding: 0;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu>li>a {
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    z-index: 999;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-submenu {
    position: relative;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
    border: 0;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-submenu>a:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 0;
    margin-right: 0px;
    position: absolute;
    right: 10px;
    top: 13px;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*home banner slider*/

.home-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.main-slider {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.slick-prev,
.slick-next {
    top: 45%;
}

.main-slider .slick-slider .slick-arrow {
    opacity: 0;
    transition: opacity .3s;
}

.main-slider .slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide {
    outline: none;
    border: none;
}

.slider-for {
    background: #102746;
}

.slider-for div {
    width: 100%;
    margin: 0;
}

.main-slider-child {
    display: none;
}

.slick-initialized .main-slider-child {
    display: block;
}

.slider-for h3 {
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slider-nav-outer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 10px 0px;
}

.slider-for img {
    width: 100%;
}

.slider-nav .slick-slide {
    text-align: center;
}

.slider-nav img {
    position: relative;
    width: 80%;
    border: solid 2px #fff;
    display: inline-block;
}

.slider-nav div span {
    font-size: 15px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: normal;
    margin-top: 4px;
    display: inline-block;
    color: white;
}

.slider-nav-outer .outer-thumbnail {
    cursor: pointer;
}

.slider-nav-outer .outer-thumbnail:hover {
    opacity: .8;
}

.main-slider .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.main-slider .slick-dots {
    bottom: 15px;
}

.main-slider .slick-dots li {
    margin: 0;
}

.main-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.main-slider .slick-dots li button:before {
    opacity: .75;
    color: #fff;
}

.main-slider .slick-prev {
    width: auto;
    height: auto;
    left: 10px;
    top: 49%;
    z-index: 10;
}

.main-slider .slick-next {
    width: auto;
    height: auto;
    right: 10px;
    top: 49%;
    z-index: 10;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    font-size: 50px;
    opacity: .5;
    transition: opacity .3s;
}

.main-slider .slick-prev:hover::before,
.main-slider .slick-prev:focus::before,
.main-slider .slick-next:hover::before,
.main-slider .slick-next:focus::before {
    opacity: .8;
}

.retail-section {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.quote-container {
    width: 48%;
    float: left;
    position: relative;
    padding: 50px 0 0 15px;
}


/*.quote-container .double-quote {
    position: absolute;
    left: 13px;
    top: -10px;
    font-size: 100px;
    line-height: 1;
    color: #b91a39;
}*/

.quote-container .quote-text {
    width: 72%;
    float: left;
    position: relative;
    color: #b91a39;
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
}

.quote-container .quote-text:before {
    content: '"';
    position: absolute;
    left: 0;
    top: -50px;
    font-size: 100px;
    line-height: 1;
    color: #b91a39;
}

.quote-container .quote-text:after {
    content: '"';
    position: absolute;
    left: 0;
    bottom: -90px;
    font-size: 100px;
    line-height: 1;
    color: #b91a39;
}

.quote-container .quote-text span {
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: bold;
}

.quote-container .quote-hero {
    width: 100%;
    float: left;
    position: relative;
    color: #666;
    font-size: 24px;
    line-height: 1.2;
    padding: 20px 0 0;
    margin: 45px 0 0;
}

.quote-container .quote-hero small {
    color: #999;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    float: left;
}

.quote-container .quote-hero:before {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    background: #cccccc;
    left: 0;
    top: 15px;
}

.video-container {
    width: 48%;
    width: calc(50% - 15px);
    float: right;
    margin: 0 15px 0 0;
}

.video-container .video-head {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    color: #000;
    text-align: center;
}

.video-container .video-frame {
    width: 100%;
    height: 285px;
    float: left;
    box-shadow: 0px 2px 6px 0px #bbb;
    background: url('../images/video_placeholder.jpg') no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.retail-callout-boxes {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0 0;
}

.retail-callout-boxes .retail-box {
    width: 33.3333%;
    float: left;
    padding: 0 15px;
    margin: 15px 0;
    text-decoration: none;
    text-align: center;
}

.retail-callout-boxes .retail-head {
    width: 100%;
    float: left;
    padding: 6px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #000;
}

.retail-callout-boxes .retail-img {
    width: 100%;
    height: 200px;
    float: left;
    background-color: #ccc;
    box-shadow: 0px 2px 6px 0px #bbb;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.retail-callout-boxes .retail-img.runner {
    background-image: url('../images/img_runner.jpg');
}

.retail-callout-boxes .retail-img.best-shoes {
    background-image: url('../images/img_best-shoes.jpg');
}

.retail-callout-boxes .retail-img.history {
    background-image: url('../images/img_history.jpg');
}

.site-wrapper {
    width: 1012px;
    margin: 0 auto;
}

.site-container {
    width: 100%;
    float: left;
    position: relative;
}

.site-sections,
.sponsors_holder {
    width: 100%;
    float: left;
    position: relative;
}

.site-sections .site-sections-header,
.sponsors_holder .site-sections-header {
    width: 100%;
    float: left;
    padding: 20px 0 10px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.site-sections .site-sections-header .sections-head,
.sponsors_holder .site-sections-header .sections-head {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.site-sections .site-sections-header a {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #b91a39;
    text-decoration: none;
}

.sponsors_holder_inner .site-sections-header {
    width: 100%;
    float: left;
    padding: 20px 0 10px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.sponsors_holder_inner .site-sections-header .sections-head {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.site-sections-data {
    width: 100%;
    float: left;
    padding: 15px 0 20px;
}

.blog-section {}

.blog-section .blog-box-container {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.blog-section .blog-box-data {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 0 15px;
    box-sizing: border-box;
}

.blog-section .blog-box-img {
    width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-section .blog-box-head {
    width: 100%;
    float: left;
    margin: 8px 0 2px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #000;
    padding: 0 8px 0 0;
    box-sizing: border-box;
}

.blog-section .blog-box-sub-head {
    width: 100%;
    float: left;
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.2;
    color: #999;
    text-transform: uppercase;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

.blog-section .blog-box-div {
    width: 100%;
    height: 3px;
    float: left;
    margin: 6px 0 4px;
    position: relative;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

.blog-section .blog-box-div:before {
    content: "";
    width: 42%;
    height: 3px;
    position: absolute;
    background: #b91a39;
    left: 0;
    top: 0;
}

.blog-section .blog-box-text {
    width: 100%;
    float: left;
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.2;
    color: #666666;
    word-wrap: break-word;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

.blog-section .blog-box-link {
    float: left;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.2;
    color: #b91a39;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    box-sizing: border-box;
}

.testimonials-section {
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.testimonials-list {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.testimonials-list li {
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 0;
    list-style: none;
}

.testimonials-list li .avatar-container {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    float: left;
    margin-right: 30px;
    background-image: url("../images/default-avatar.jpg");
    background-color: #eee;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonials-list li .testimonials-quote {
    width: 75%;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    color: #333333;
    font-weight: bold;
}

.testimonials-list li .testimonials-hero {
    width: 75%;
    float: left;
    padding: 10px 0 0;
    margin: 10px 0 0;
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    color: #666;
    font-weight: bold;
}

.testimonials-list li .testimonials-hero span {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 1.2;
    color: #999;
}

.testimonials-list li .testimonials-hero:before {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    background: #cccccc;
    left: 0px;
    top: 0;
}


/*subscribe pop-up*/

.subscribe_pop {
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    position: fixed;
    top: auto;
    left: auto;
    bottom: -2px;
    right: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .5);
    z-index: 9999;
}

.subscribe_pop .subscribe_pop_close {
    position: absolute;
    right: 4px;
    top: 2px;
}

.subscribe_pop img {
    width: 100%;
}

.subscribe_pop .subscribe_pop_input {
    width: 80%;
    float: left;
    margin: 0 0 32px 10%;
}

.subscribe_pop .subscribe_pop_input input[type="email"] {
    width: 60%;
    height: 40px;
    float: left;
    margin: 0;
    border: 1px solid #102746;
    background: #fff;
    font-size: 16px;
    color: #102746;
    text-align: left;
    text-indent: 15px;
}

.subscribe_pop .subscribe_pop_input input[type="email"]:focus {
    outline: 0;
    box-shadow: 0 0 0;
}

.subscribe_pop .subscribe_pop_input input[type="button"] {
    width: 40%;
    height: 40px;
    float: left;
    padding: 0;
    margin: 0;
    top: 0;
    border: 1px solid #102746;
    background: #102746;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 0;
    border-radius: 0;
}

.subscribe_pop .subscribe_pop_input input[type="button"]:hover {
    text-shadow: 0 0 0;
    box-shadow: 0 0 0;
    top: 0;
}

.subscribe_pop .failed_message {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: red;
    margin: 0 0 8px;
}

div#mobile_search_bar {
    position: relative;
    width: 100%;
    float: left;
    padding: 10px;
    background: #fff;
}

#mobile_search_bar input[type="text"] {
    width: 100%;
    border: 1px solid #bbb;
}

.inner_content #ic_signupform .elcontainer {
    background: #f8f8f8;
    text-align: center;
    max-width: 100%;
    padding: 15px;
    border-radius: 0;
    border: 1px solid #eee;
    font-size: 11px;
    color: #5a5a5e;
    font-family: sans-serif;
    width: 100%;
    float: left;
    margin: 15px 0 0 !important;
}

.inner_content #ic_signupform .form-header {
    background: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 0;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #eee;
}

.inner_content #ic_signupform .elcontainer .formEl {
    margin-bottom: 10px;
    position: relative;
    vertical-align: top;
    padding-right: 0;
    right: 0;
}

.inner_content #ic_signupform .elcontainer.center-aligned .formEl {
    width: 50% !important;
    float: left;
    margin: 0;
}

.inner_content #ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"],
.inner_content #ic_signupform .elcontainer .formEl.fieldtype-dropdown select {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
}

.inner_content #ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"] {
    font-size: 16px;
    width: 100%;
    height: 48px;
}

.inner_content #ic_signupform .elcontainer .submit-container {
    padding: 0;
    font-weight: normal;
    width: 50%;
    float: left;
}

.inner_content #ic_signupform .elcontainer .submit-container input[type="submit"] {
    background: #102746;
    border: 0;
    border-radius: 0;
    line-height: 1em;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    font-family: inherit;
    width: 50%;
    height: 48px;
    margin: 0;
}

.inner_content_wrapper h2 p a img {
    width: 100%;
    margin: 0 !important;
}

.page_content_conatiner>a:first-child>img {
    width: 100%;
}

.gift-card-table {
    width: 50%;
}


/*.gift-card-table td{
    padding:0 15px;
}*/

.gift-card-table tr td table {
    width: 100%;
}

.gift-card-table tr td table td {
    padding: 10px 15px;
}

.gift-card-table tr td table input {
    width: 100%;
}

.gift-card-table tr td table input.button_small {
    width: 75%;
}

.button_container {
    width: 100%;
    float: left;
}

.button_container .button {
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 0;
    border: 0px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    background: #BE1B34;
}

.gallery_box {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin: 0 0 30px 0;
}

.gallery_box_data {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.gallery_box .gallery_img {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    background: #000;
    position: relative;
}

.gallery_box .gallery_img img {
    width: 100%;
    height: 150px;
    float: left;
    overflow: hidden;
    object-fit: cover;
}

.gallery_box .gallery_box_data .gallery_title {
    width: 100%;
    float: left;
    padding: 0 15px;
    /*    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
    margin: 10px 0 5px;
    font-size: 18px;
    line-height: 1;
}

.gallery_date_cntnr {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.gallery_date_cntnr span {
    float: left;
    font-size: 16px;
    color: #888;
    line-height: 1;
    margin: 0 5px 0 0;
}

.intro_text {
    width: 100%;
    float: left;
}

.img_gallery_thumb {
    width: 12.5%;
    float: left;
    padding: 0 8px;
    margin: 0 0 15px 0;
}

.img_gallery_thumb_box {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.img_gallery_thumb_box img {
    width: 100%;
    height: 100px;
    float: left;
    overflow: hidden;
    object-fit: cover;
}

.img_album_gallery {
    width: 25%;
    float: left;
    padding: 0 8px;
    margin: 0 0 15px 0;
}

.img_album_gallery>img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 1610px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-width: 1610px) and (min-resolution: 1.5dppx),
only screen and (min-width: 1610px) and (min-resolution: 144dpi) {
    body {
        font-size: 100%;
    }
    .container {
        width: 1580px;
    }
    .callout_image img {
    }
    .insta_image img {
        height: auto;
    }
    .video-container .video-frame {
        height: 350px;
    }
    .retail-callout-boxes .retail-img {
        height: 250px;
    }
    .blog-section .blog-box-img {
        height: 250px;
    }
}

@media(max-width: 1199px) {
    .navbar-default .navbar-nav>li>a {
        padding: 15px 10px;
    }
    .site-wrapper {
        width: 100%;
    }
    .footer_social img {
        margin: 0 3px 5px;
    }
    .img_gallery_thumb {
        width: 20%;
    }
}

@media(max-width:991px) {
    .nav-for-mobile .navbar-nav .dropdown-menu {
        width: 100%;
        position: relative;
        background-color: #eee;
        border: 0;
        border-top: 0;
        border-bottom: 3px solid #ddd;
        box-shadow: 0 0 0;
        margin: 0;
    }
    .nav-for-mobile .navbar-nav .dropdown-menu>li>a {
        color: #000;
        font-family: sans-serif;
        font-size: 12px;
        text-transform: capitalize;
        padding: 10px 15px 10px 30px;
        font-weight: bold;
        line-height: 1.5;
        border-top: 1px solid #ddd;
    }
    .nav-for-mobile .navbar-nav .dropdown-menu>li>a:hover,
    .nav-for-mobile .navbar-nav .dropdown-menu>li>a:focus {
        background-color: #ccc;
        color: #333;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        background-color: #e2e2e2;
        color: #333;
    }
    .nav-for-mobile .navbar-nav .dropdown-submenu>.dropdown-menu {
        padding-left: 0;
        left: 0;
        background-color: #e2e2e2;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 0 0;
        display: none;
    }
    .nav-for-mobile .navbar-nav .dropdown-submenu>.dropdown-menu li a {
        padding-left: 60px;
        border-top: 1px solid #d2d2d2;
        font-weight: normal;
        color: #333;
    }
    .nav-for-mobile .navbar-nav .dropdown-submenu.open>.dropdown-menu {
        display: block;
    }
    .nav-for-mobile .navbar-nav .dropdown-submenu:hover>a:after {
        border-left-color: #102746;
    }
    .slider-container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .quote-container .quote-text {
        width: 90%;
        font-size: 30px;
    }
    .quote-container .double-quote {
        font-size: 84px;
    }
    .callout_box_first,
    .callout_box_last {
        width: 50%;
    }
    .instafeed-box {
        width: 50%;
    }
    .footer_box {
        height: auto;
    }
    .footer_box p {
        font-size: 14px;
    }
    .fb_comment_box {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
    .intended_right_box {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
    div.tabmenu {
        display: none;
    }
    div.tabcontents {
        width: 100%;
        margin: 0;
    }
    .tablet_sub_menu {
        width: 100%;
        height: 50px;
        float: left;
        position: relative;
        background: #dddddd;
        border-top: 1px solid #c4c4c4;
    }
    .tablet_sub_menu .tablet_sub_menu_head {
        float: left;
        font-size: 18px;
        color: #102746;
        font-weight: bold;
        margin: 12px 0 0 15px;
    }
    .tablet_sub_menu .navbar-toggle {
        margin-top: 0;
    }
    .tablet_sub_menu .navbar-collapse {
        top: 48px;
        background: #fff;
        border-top: 0;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    }
    .tablet_sub_menu .nav li {
        border-bottom: 1px solid #eee;
    }
    .tablet_sub_menu .navbar-nav li a {
        color: #000;
        font-size: 16px;
        text-transform: none;
        transition: all .2s;
    }
    .tablet_sub_menu .nav li a:hover,
    .tablet_sub_menu .nav li a:focus {
        color: #fff;
        background-color: #b7213a;
    }
    .tablet_sub_menu .navbar-nav li.active a {
        color: #fff;
        background-color: #b91a39;
    }
    .has_notification .navbar-fixed-top {
        top: 0;
    }
    .callout_image img {
        width: 100%;
    }
    .insta_image img {
        width: 100%;
        height: 100%;
    }
    .gallery_box {
        width: 33.33%;
    }
    .img_gallery_thumb {
        width: 25%;
    }
    .img_gallery_thumb_box img {
        height: 160px;
    }
    .img_album_gallery {
        width: 33.33%;
    }
    .img_album_gallery>img {
        height: 200px;
    }
    .main-slider .slick-prev:before {
        left: -15px;
    }
    .main-slider .slick-next:before {
        right: -15px;
    }
    .subscribe_pop .subscribe_pop_close {
        right: 0;
        top: 0;
        padding: 5px;
    }
    .subscribe_pop img {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0;
        z-index: 777;
    }
}

@media(max-width:767px) {
    .top_logo {
        width: 65%;
    }
    .slider-nav-outer {
        display: none;
    }
    .main-slider .slider .slick-slide img {
        object-fit: cover;
    }
    .callout_image {
        width: 100%;
        float: left;
        margin: 6px 0;
    }
    .callout_image img {
    }
    .insta_image {
        width: 80%;
        float: left;
        margin: 6px 10%;
    }
    .insta_image img {
        height: auto;
    }
    .instafeed_cntnr .slick-prev {
        left: 10px;
    }
    .instafeed_cntnr .slick-next {
        right: 10px;
    }
    .quote-container {
        width: 100%;
        padding: 5px 0 0 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .quote-container .quote-hero {
        padding: 10px 0 0;
        margin: 10px 0 0;
        font-size: 20px;
    }
    .quote-container .quote-hero small {
        font-size: 14px;
    }
    .quote-container .quote-text {
        width: 95%;
        font-size: 23px;
        line-height: 1.1;
        margin-left: 2.5%;
    }
    .quote-container .quote-hero:before {
        height: 3px;
        margin-left: -15px;
        left: 50%;
        top: 4px;
    }
    .quote-container .quote-text:before,
    .quote-container .quote-text:after {
        display: none;
    }
    .video-container {
        width: 100%;
        margin: 0;
    }
    .video-container .video-frame {
        height: 250px;
    }
    .video-container .video-head {
        border-top: 2px solid #eee;
    }
    .quote-container .double-quote {
        font-size: 70px;
        margin-left: -10px;
        left: 50%;
    }
    .quote-container .quote-text span {
        display: block;
        line-height: 1.1;
    }
    .retail-callout-boxes {
        padding: 10px 0 0;
    }
    .retail-callout-boxes .retail-box {
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
    .callout_box_first,
    .callout_box_last {
        width: 100%;
        height: auto;
        margin: 10px 0;
        padding: 0 0 10px 0;
    }
    .callout_box_last {
        border: 0;
    }
    .instafeed-box {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }
    .site-sections .site-sections-header,
    .sponsors_holder .site-sections-header {
        padding: 20px 15px 10px;
    }
    .blog-section .blog-box-container {
        width: 100%;
        padding: 8px 0;
    }
    .blog-section .blog-box-container:first-child {
        width: 100%;
        border-top: 0;
        padding-top: 0;
    }
    .blog-section .blog-box-container:first-child .blog-box-data {
        padding-top: 0;
    }
    .blog-section .blog-box-data {
        padding: 15px 0;
    }
    .blog-section .blog-box-img {
        height: 250px;
    }
    .blog-section .blog-box-head {
        min-height: auto;
        font-size: 18px;
        padding: 0 15px;
    }
    .blog-section .blog-box-sub-head {
        margin: 2px 0 0;
        padding: 0 15px;
    }
    .blog-section .blog-box-div:before {
        width: 50%;
        left: 15px;
    }
    .blog-section .blog-box-text {
        margin: 5px 0 0;
        padding: 0 15px;
    }
    .blog-section .blog-box-link {
        padding: 0 15px;
    }
    .callout_area {
        margin-top: 0;
    }
    .testimonials-list {
        padding: 0 15px;
    }
    .testimonials-list li .avatar-container {
        display: none;
    }
    .testimonials-list li {
        padding: 0;
    }
    .testimonials-list li .testimonials-quote {
        width: 100%;
        font-size: 18px;
    }
    .testimonials-list li .testimonials-hero {
        width: 100%;
        font-size: 18px;
    }
    .footer_divider {
        display: none;
    }
    .footer_area {
        padding: 0;
    }
    .footer_box {
        width: 50%;
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .footer_box h2 {
        margin: 0 0 10px;
    }
    .footer_box h2:before {
        width: 100%;
    }
    .footer_badge img {
        margin-left: 50%;
        margin-top: 10px;
        display: block;
        left: -55px;
        position: relative;
    }
    .footer_social_holder {
        top: -6px;
        left: 0;
    }
    .footer-link-container .footer-links li {
        font-size: 15px;
    }
    .notification_bar {
        padding: 10px 15px;
    }
    .notification_bar span {
        text-align: left;
        padding: 0px;
    }
    .notification_bar .noti-close {
        right: 8px;
    }
    .retail-callout-boxes .retail-img {
        height: 250px;
    }
    .has_notification {
        padding-top: 114px;
    }
    .top_holder {
        border-bottom: solid 1px #d5d5d5;
        height: auto !important;
    }
    div.tabcontent {
        padding: 0;
    }
    .main-slider .slick-dots {
        bottom: 0px;
    }
    .inner_content #ic_signupform .elcontainer .submit-container input[type="submit"] {
        width: 100% !important;
        height: 42px;
    }
    .inner_content #ic_signupform .elcontainer.center-aligned .formEl {
        width: 60% !important;
    }
    .inner_content #ic_signupform .elcontainer .submit-container {
        width: 40% !important;
    }
    .inner_content #ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"] {
        height: 42px;
    }
    .main-slider .slick-prev:before,
    .main-slider .slick-next:before {
        font-size: 30px;
    }
    .gift-card-table {
        width: 100%;
    }
    .gallery_box {
        width: 50%;
    }
    .img_gallery_thumb {
        width: 33.33%;
    }
    .img_album_gallery {
        width: 33.33%;
    }
    .img_album_gallery>img {
        height: 160px;
    }
    .img_album_gallery {
        width: 50%;
    }
    .img_album_gallery>img {
        height: 200px;
    }
    .padding-lr-eraser {
        padding-left: 0;
        padding-right: 0;
    }
    .retail-section .container,
    .testimonials-section .container {
        padding-left: 0;
        padding-right: 0;
    }
    .container.callout-section,
    .container.blog-section,
    .container.sponsors-section {
        padding-left: 0;
        padding-right: 0;
    }
    .main-slider .slider .slick-list .slick-track {
        height: auto;
    }
    .gift-card-table tr td table input.button_small {
        width: 100%;
    }
}

@media(max-width:479px) {
    h2 {
        float: left;
    }
    .footer_holder {
        padding: 15px 0;
    }
    .footer_box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
    .footer-link-container .footer-links li a {
        font-size: 15px;
    }
    .subscribe_pop {
        width: 90%;
        right: 5%;
    }
    .subscribe_pop .subscribe_pop_input {
        width: 90%;
        margin: 0 0 32px 5%;
    }
    .inner_content #ic_signupform .elcontainer.center-aligned .formEl {
        width: 100% !important;
    }
    .inner_content #ic_signupform .elcontainer .submit-container {
        width: 50% !important;
        margin-top: 5px;
    }
    .inner_content #ic_signupform .elcontainer .submit-container input[type="submit"] {
        width: 100% !important;
    }
    #recaptcha_area {
        width: 100%;
        float: left;
        overflow-y: scroll;
    }
    .gallery_box {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }
    .gallery_box .gallery_img img {
        height: 200px;
        object-position: center 25%;
    }
    .img_gallery_thumb {
        width: 50%;
    }
}

@media(min-width:992px) {
    .inner_content>.inner_content_wrapper:first-child,
    .inner_content>.inner_content_wrapper:first-child p {
        margin-top: 0;
    }
}

.dl-menuwrapper:first-child {
    margin-right: 0;
}

.dl-menuwrapper {
    max-width: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 320px;
    width: 100vw;
}

.dl-menuwrapper button {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #fff;
}

.dl-menuwrapper .dl-menu {
    top: 60px;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
}

.dl-menuwrapper button:after {
    width: 60%;
    height: 3px;
    background: #153053;
    top: 13px;
    left: 16%;
    box-shadow: 0 6px 0 #153053, 0 12px 0 #153053;
}

.dl-menuwrapper>.dl-submenu {
    top: 60px;
}

.dl-menuwrapper li a {
    color: #102746;
    border-bottom: 1px solid #e6edf7;
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: #102746;
}

.dl-menuwrapper li.dl-back>a {
    background: #e6edf7;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 50px;
}

.dl-menuwrapper li.dl-back:after {
    color: rgb(16, 39, 70);
    z-index: 999;
}

.no-touch .dl-menuwrapper li a:hover {
    background: #e6edf7;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    font-size: 12px;
    line-height: 1;
    top: 19px;
}

.dl-menuwrapper li.dl-back:before {
    width: 40px;
    height: 100%;
    content: "";
    background: #cdd9ea;
    z-index: 77;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:479px) {
    .dl-menuwrapper>.dl-submenu,
    .dl-menuwrapper .dl-menu {
        top: 45px;
        height: calc(100vh - 45px);
        overflow-y: scroll;
    }
    .dl-menuwrapper li a {
        padding: 12px 20px;
    }
    .dl-menuwrapper li.dl-back:after,
    .dl-menuwrapper li>a:not(:only-child):after {
        top: 16px;
    }
}


/*.modal-open{
    padding-right: 0 !important;
}*/

.modal-content {
    border-radius: 0;
}

#ajaxModal .modal-content .modal-body-inner {
    text-align: center;
}

#ajaxModal .modal-content .modal-body-inner .modal-loader {
    display: inline-block;
}

.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.modal-header .modal-title {
    float: left;
}

.modal-content .close {
    font-size: 30px;
}

#ajaxModal .modal-content .close {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 777;
}

#get_fitted_video .modal-content .modal-body,
#youtube_modal_player .modal-content .modal-body {
    padding: 5px;
}

#ajaxModal .modal-body {
    position: relative;
    padding: 15px;
    float: left;
    width: 100%;
    background: #fff;
}

@media(max-width:991px) {
    #youtube_modal_player .modal-dialog .modal-body .embed-responsive {
        padding-bottom: 100vh;
    }
}

@media(max-width:479px) {
    #get_fitted_video .modal-content .modal-header {
        padding: 8px 15px;
    }
}

.login_pop_container {
    width: 100%;
    float: left;
}

.login_pop_container .login_pop_head {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px #cccccc;
}

.login_pop_container .login_pop_data {
    width: 100%;
    float: left;
}

.login_pop_container .login_pop_data .sections {
    width: 50%;
    float: left;
    text-align: left;
    border-right: 1px solid #cccccc;
    padding: 15px;
}

.login_pop_container .login_pop_data .sections h2 {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 30px;
}

.login_pop_container .login_pop_data table {
    width: 100%;
}

.login_pop_container .login_pop_data table td {
    padding: 10px 0;
}

.login_pop_container .login_pop_data table input,
.login_pop_container .login_pop_data table select,
.login_pop_container .login_pop_data table textarea {
    width: 100%;
}

.testimonial_data {}

.testimonial_data .modal-header .modal-title {
    float: left;
}

.testimonial_data .modal-body input,
.testimonial_data .modal-body select,
.testimonial_data .modal-body textarea {
    width: 100%;
    margin: 15px 0 0;
}

.testimonial_data .modal-body h4 {
    width: 100%;
    float: left;
    padding: 15px 0 5px;
    border-bottom: 1px solid #ccc;
}

.testimonial_data .modal-body label {
    margin: 10px 0 5px;
}

.testimonial_data .modal-body .row {
    margin-bottom: 15px;
}

.testimonial_data .modal-body .row .recaptcha_widget_container {
    float: left;
    width: 100%;
    overflow: auto;
}

@media(max-width:767px) {
    .login_pop_container .login_pop_data .sections {
        width: 100%;
    }
}


/*result listing screens*/

.result_listing_area {
    position: relative;
}

.result_listing_area label {
    width: auto;
    margin-right: 15px;
}

.result_listing_area select,
.result_listing_area input[type='text'],
.result_listing_area textarea {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0;
    outline: 0;
    box-shadow: 0 0 0;
    text-indent: 10px;
}

.result_listing_area select:focus,
.result_listing_area input:focus,
.result_listing_area textarea:focus {
    outline: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.result_listing_area input[type="text"] {
    height: 34px;
    border: 1px solid #ccc;
}

.result_listing_area input:focus {
    outline: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.result_listing_area_search {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.result_listing_area_search-by {
    display: none;
}

.result_listing_area .btn-contnr {
    width: 100%;
    float: left;
    margin: 30px 0 15px 0;
}

.result_listing_area .btn-contnr .btn {
    padding-left: 0;
    padding-right: 0;
}

.result_listing_area_search .btn {
    width: 100%;
    border-radius: 0;
    background: #b7213a;
    color: #fff;
    border: 1px solid #b7213a;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    outline: 0;
}

.result_listing_area_search .nav-tabs {
    width: 100%;
    float: left;
    margin: 0;
}

.result_listing_area_search .tab-content {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}

.result_listing_area_search .nav-tabs>li.active>a,
.result_listing_area_search .nav-tabs>li.active>a:hover,
.result_listing_area_search .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #102746;
    border: 1px solid #102746;
    border-bottom-color: transparent;
    cursor: default;
}

.result_listing_area_search .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #eee;
    color: #102746;
}

.result_listing_area_search .nav-tabs>li>a:hover {
    border: 1px solid transparent;
}

.result_listing_aresult-basic-inforea-result-head {
    display: none;
}

.result_listing_area .panel-group .panel {
    width: auto !important;
    background: #f1f1f1 !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.result_listing_area .panel-group .panel:nth-child(odd) {
    background: #f8f8f8 !important;
}

.result_listing_area .panel-group .panel-heading {
    background: transparent !important;
}

.result_listing_area .result_listing_area_head {
    width: 100%;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 0 0;
    list-style: none;
    background: #ddd;
    border: 1px solid #ccc;
}

.result_listing_area .result_listing_area_head li {
    width: 24%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.result_listing_area .result-basic-info {
    padding: 0;
    margin: 0;
    list-style: none;
    background: transparent !important;
}

.result_listing_area .result-basic-info li {
    float: none;
    display: inline-block;
    border: 0 !important;
    padding: 0;
    margin: 0;
    font-size: 16px !important;
}

.result_listing_area .result-basic-info li.place,
.result_listing_area .result_listing_area_head li.place {
    width: 8%;
}

.result_listing_area .result-basic-info li.name,
.result_listing_area .result_listing_area_head li.name {
    width: 40%;
}

.result_listing_area .result-basic-info li.age,
.result_listing_area .result_listing_area_head li.age {
    width: 24%;
}

.result_listing_area .result-basic-info li.points {
    width: 24%;
    text-align: right;
}

.result_listing_area .result_listing_area_head li.points {
    width: 25.4%;
    text-align: right;
}

.result_listing_area .result-basic-info li.race,
.result_listing_area .result_listing_area_head li.race {
    width: 44%;
    overflow: hidden;
}

.result_listing_area .result-basic-info li.race-name,
.result_listing_area .result_listing_area_head li.race-name {
    width: 24%;
}

.result_listing_area .result-basic-info li.race-time,
.result_listing_area .result_listing_area_head li.race-time {
    width: 14%;
}

.result_listing_area .result-basic-info li a {
    color: #b7213a;
    text-decoration: none;
    padding: 0 15px 0 0;
    background: url("../images/arrow_right_red.png") no-repeat right center;
    transition: .3s all;
}

.result_listing_area .result-basic-info li a[aria-expanded="true"] {
    background: url("../images/arrow_bottom_red.png") no-repeat right center;
}

.result_listing_area .result-basic-info li a:focus,
.result_listing_area .result-basic-info li a:active,
.result_listing_area .result-basic-info li a:click {
    color: #b7213a;
    text-decoration: none;
}

.result_listing_area .result-detailed-info {
    padding: 0;
}

.result_listing_area .result-detailed-info li {
    width: 100%;
    display: inline-block;
    border: 0 !important;
    padding: 5px 0 !important;
    font-size: 16px !important;
}

.result_listing_area .result-detailed-info li .event-name {
    width: 72.6%;
    display: inline-block;
    border: 0 !important;
    padding: 0;
    font-size: 16px !important;
    font-weight: 600;
    color: #999;
}

.result_listing_area .result-detailed-info li .event-points {
    width: 25%;
    display: inline-block;
    border: 0 !important;
    padding: 0;
    font-size: 16px !important;
    font-weight: 600;
    text-align: right;
}

.result_listing_area .result-detailed-table {
    width: 100%;
    display: table;
    padding: 0;
    list-style: none;
}

.result_listing_area .result-detailed-table li {
    width: 100%;
    display: table-row;
}

.result_listing_area .result-detailed-table li .result-detailed-info_blocks {
    display: table-cell;
    padding: 0 15px 0 0;
}

.result_listing_area .result-detailed-table li .result-detailed-info_blocks .blocks-label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999;
}

.result_listing_area .result-detailed-table li .result-detailed-info_blocks .blocks-data {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    margin: 5px 0 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
    background: #fff;
}

.result_listing_area .result_listing_area_event {
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #ddd;
}

.result_listing_area .result_listing_area_event_img {
    width: 25%;
    float: left;
    padding-right: 30px;
}

.result_listing_area .result_listing_area_event_img img {
    max-width: 100%;
}

.result_listing_area .result_listing_area_event_name {
    width: 53%;
    float: left;
}

.result_listing_area .result_listing_area_event_name h1 {
    width: 100%;
    float: left;
    margin: 0;
    line-height: 1;
}

.result_listing_area .result_listing_area_event_name h4 {
    width: 100%;
    float: left;
    margin: 0;
}

.result_listing_area .result_listing_area_event_details {
    width: 22%;
    float: left;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.result_listing_area .result_listing_area_event_details li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.result_listing_area .result_listing_area_event_details li .result_listing_area_event_label {
    width: 68%;
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    list-style: none;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.result_listing_area .result_listing_area_event_details li .result_listing_area_event_data {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: #333;
}

.result_listing_area .result_listing_area_search .nav.nav-tabs>li {
    width: auto !important;
}

.result_listing_area .result-history-title {
    width: 100%;
    float: left;
    padding: 8px 15px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: #102746;
}

.result_listing_area .result-history-info {
    position: relative;
}

.result_listing_area .result-history-info .result-history-head {
    width: 100%;
    float: left;
    padding: 6px 15px;
    margin: 0;
    list-style: none;
    background: #f1f1f1;
}

.result_listing_area .result-history-info .result-history-head li.result-history-name {
    width: 80%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #000;
}

.result_listing_area .result-history-info .result-history-head li.result-history-date {
    width: 20%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 16px;
    color: #333;
}

.result_listing_area .result-history-info .result-history-details {
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    background: #f9f9f9;
}

.result_listing_area .result-history-info .result-history-details li {
    width: 33%;
    float: left;
    padding: 0;
    margin: 0;
}

.result_listing_area .result-history-info .result-history-details li .history-label {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #999;
}

.result_listing_area .result-history-info .result-history-details li .history-data {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 1;
}

@media(max-width:991px) {
    /*
    .result_listing_area .result_listing_area_event_img{
        padding-right: 30px;
    }
*/
}

@media(max-width:767px) {
    .result_listing_area .result-history-info .result-history-head li.result-history-name {
        width: 100%;
        font-size: 18px;
    }
    .result_listing_area .result-history-info .result-history-head li.result-history-date {
        width: 100%;
        font-size: 14px;
        text-align: left;
    }
    .result_listing_area .result_listing_area_head-hsearch {
        display: none;
    }
    .result_listing_area .result_listing_area_head {
        padding-right: 0;
    }
    .result_listing_area .result-basic-info li.place,
    .result_listing_area .result_listing_area_head li.place {
        width: 32%;
    }
    .result_listing_area .result-basic-info li.name,
    .result_listing_area .result_listing_area_head li.name {
        width: 100%;
    }
    .result_listing_area .result_listing_area_head li.age {
        width: 33%;
    }
    .result_listing_area .result-basic-info li.age {
        width: 33%;
    }
    .result_listing_area .result-basic-info li.points,
    .result_listing_area .result_listing_area_head li.points {
        width: 30%;
    }
    .result_listing_area .result-basic-info {
        padding: 0;
    }
    .result_listing_area .result-basic-info .name {
        padding: 0 0 10px;
        font-weight: 600;
    }
    .result_listing_area .result-detailed-info li .event-name {
        width: 78%;
    }
    .result_listing_area .result-detailed-info li .event-points {
        width: 20%;
    }
    .result_listing_area .result_listing_area_event {
        padding: 10px 15px;
    }
    .result_listing_area .result_listing_area_event_img {
        display: none;
    }
    .result_listing_area .result_listing_area_event_name {
        width: 100%;
        float: left;
    }
    .result_listing_area .result_listing_area_event_details {
        width: 100%;
    }
    .result_listing_area .result_listing_area_event_details li .result_listing_area_event_label {
        width: 45%;
        text-align: left;
    }
    .result_listing_area .result_listing_area_event_details li .result_listing_area_event_data {
        width: 54%;
    }
    .result_listing_area .result_listing_area_head li.race {
        width: 24%;
        overflow: hidden;
    }
    .result_listing_area .result_listing_area_head li.race-name {
        width: 24%;
    }
    .result_listing_area .result_listing_area_head li.race-time {
        width: 24%;
    }
    .result_listing_area .result-basic-info li.race {
        width: 100%;
        overflow: hidden;
    }
    .result_listing_area .result-basic-info li.race-name {
        width: 100%;
    }
    .result_listing_area .result-basic-info li.race-time {
        width: 48%;
    }
    .result_listing_area_search {
        margin: 0;
    }
    .result_listing_area_search .nav-tabs>li>a {
        padding: 8px 15px;
    }
    .result_listing_area_search .nav-tabs>li>a span {
        display: none;
    }
    .result_listing_area_search-by {
        display: block;
        width: 100%;
        float: left;
        margin: 10px 0 5px 0;
        font-size: 14px;
        color: #999;
    }
    .result_listing_area .result-detailed-table li .result-detailed-info_blocks {
        display: block;
        padding: 0;
        float: left;
        width: 50%;
        margin: 5px 0;
    }
    .result_listing_area .result-detailed-table li .result-detailed-info_blocks .blocks-data {
        margin: 2px 0 0;
        line-height: 1;
    }
    .panel-group .panel-heading+.panel-collapse>.list-group,
    .panel-group .panel-heading+.panel-collapse>.panel-body {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .result_listing_area_search .tab-content {
        margin: 15px 0 0;
    }
    .result_listing_area select,
    .result_listing_area input,
    .result_listing_area textarea {
        margin-bottom: 5px;
    }
}
