/* ==============
    Fonts
   ============== */
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/* This is a fix for Chrome < 37 */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
   @font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;
  }
}

@font-face {
    font-family: 'renegade-icons';
    src:url('../fonts/renegade-icons.eot?vhf862');
    src:url('../fonts/renegade-icons.eot?#iefixvhf862') format('embedded-opentype'),
        url('../fonts/renegade-icons.woff?vhf862') format('woff'),
        url('../fonts/renegade-icons.ttf?vhf862') format('truetype'),
        url('../fonts/renegade-icons.svg?vhf862#renegade-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'renegade-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\e601";
}
.icon-play:before {
    content: "\e603";
}
.icon-facebook:before {
    content: "\e600";
}
.icon-instagram:before {
    content: "\e602";
}
.icon-twitter:before {
    content: "\e605";
}
.icon-cross:before {
    content: "\e604";
}
.icon-list:before {
    content: "\e606";
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
html,
button,
input,
select,
textarea {
    color: #333;
}

html {
    overflow-y: scroll;
    font-size: 1em;
    line-height: 1.4;
    
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.ui-responsive { width: 100%; }

.ui-responsive th, 
.ui-responsive td { 
    border: 2px solid #7f7f7f; 
    text-align: center; 
    vertical-align: top; 
    background-color: #f2f2f2;
    padding: 0 1em;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

nav ul { padding: 0; margin: 0; } 

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-family: Helvetica, Helvetica Neue, Arial;
    font-size: 14px;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
    position: relative;
}

/* ===================
    ALL Theme
   =================== */

h1, h2, h3, h4, h5, .title {
    font-family: montserrat, arial, sans-serif;
    text-transform: uppercase;
    color: #111111;
    font-weight: bold;
}

a { color: #ec1d25; text-decoration: none; }
a:hover, a:focus { color: #333; }
a img { display: block;}
a:focus img { outline: 1px solid #ec1d25; }

button, .button, input[type="button"], input[type="submit"], input[type="reset"], .inputButton, .ui-table-columntoggle-btn {
    padding: 0.6em 1em;
    text-align: center;
    cursor: pointer;
    background: #ec1d25;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: none;
    display: inline-block;
    text-tranform: uppercase;
    width: 100%;
    max-width: 420px;
}

button:hover, .ui-table-columntoggle-btn:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .inputButton:hover,
button:focus, .button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, .inputButton:focus {
    color: #fff;
    background: #212121;
}
    

input[type="text"], input[type="email"], textarea, select {
     border: none;
     color: #fff;
     background: #333;
     padding: 0.8em;
     width: 100%;
     max-width: 420px;
}

label {
    font-weight: bold;
    text-transform: uppercase;
}

.color-wrapper {
    background: #181818;
}

.header-container {
    font-family: montserrat, arial, sans-serif;
    text-align: center;
    color: #949494;
    line-height: normal;
}

.header-container a {
    color: inherit;
}

.header-container a:hover, .header-container a:focus {
    color: #fff;
    border-color:#fff;  
}

#renegade-logo {
    margin: 2em auto;
    width: 60%;
    max-width: 383px;
    display: block;
}

.contact-container { font-size: 0.8em; }

.social-links a {
    font-size: 1.2em;   
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;  
      border-radius: 50%;
      -webkit-background-clip: padding-box; 
      border: 2px solid #c0c0c0;
      width: 1.8em;
      height: 1.8em;
     display: inline-block;
     padding-top: 0.25em;
     color: #c0c0c0;
}

.main { 
    padding: 30px 0;
    background: url('../img/background-pattern.png') repeat;
    min-height: 300px;
}

.main .wrapper {
    width: 80%;
    margin: 0 10%;
}

.footer-container {
    font-family: montserrat, arial, sans-serif;
    background-color: #030303;
    color: #91908d;
    text-align: center;
    font-size: 0.85em;
    padding: 2em 0 1em;
}

.footer-container .title {
    font-size: 1em;
    color: inherit;
}

.footer-container a {
    color: inherit;
}

.footer-container .social-links a {
    border-color: #707070;
    color: #707070;
}

.footer-container a:hover, .footer-container a:focus {
    color: #fff;
    border-color: #fff;
}

.footer-container .social-links {
    padding: 2em 0 1em;
}

.footer-links a, .contact-phone {
    text-transform: uppercase;  
}

.footer-links li { display: inline; margin-left: 1em; }

.footer-links, .copy-container {
    color: #c2c1bd;     
    line-height: 2;
    font-weight: bold;
}

.footer-links, .copy-container {  font-size: 0.75em; }


/* ==============
    MOBILE: Menu
   ============== */

.js .main-nav {
    display:none;
}

.js .slicknav_menu {
    display:block;
}

.slicknav_menu .icon-search { 
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 0.5em;
}

/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; vertical-align: baseline; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}

/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
    color: #fff;
    background:#000;
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a {
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;    
    text-transform: uppercase;
}

.slicknav_nav a {
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;    
    text-transform: uppercase;
}

.slicknav_nav li li a { text-transform: none; color: #949494; }

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.menu-toggle-primary {
    cursor: pointer;    
    text-align: left;
    color: #fff;
    
    text-align: left;
    font-size: 1.8em;
    line-height: 1.2em;
}

.main-nav a {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-nav {
    background: #393939;
    text-align: left;
    position: relative;
    z-index: 1;
    color: #888888;
    font-size: 0.6em;
}

.sub-nav a {
    color: inherit;
    text-transform: uppercase;
    padding: 1.3em 0.4em;
    display: inline-block;
}

.sub-nav .currentLi a {
    background: #ec1d25;
    color: #fff;
    position: relative;
}

.sub-nav .currentLi a:after {       
    position: absolute;
    top: 100%;
    left: 0;
    height: 1em;
    width: 100%;
    background:  url('/Renegade Cycles/img/nav-arrow.png') center center no-repeat;
    background-size: 100% 1em;
    content: '';
}

.sub-nav li { display: inline; }

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Module styles
   ========================================================================== */
 
/* Breadcrumbs */
.breadcrumbs {
    border: 1px solid #000;
    border-width: 1px 0 1px 0;  
    text-align: left;
    position: relative; 
    font-size: 0.6em;   
    text-transform: uppercase;
    background: #393939;
    overflow: hidden;
    z-index: 1;
    color: #bebdb9;
}

.breadcrumbs .wrapper:before {
    content: ' ';
    position: absolute;
    left: 0;
    width: 200%;    
    height: 100%;
    background: #181818;
    z-index: -1;
}

.breadcrumbNavigation a, .currentBreadcrumb, .pre-crumb {
    color: inherit;
    position: relative;
    padding: 0.8em 1.6em;
    left: -1.6em;
    display: inline-block;  
}

.separator {
    display: none;
}

.breadcrumbNavigation a:before, 
.breadcrumbNavigation a:after,
.currentBreadcrumb:before,
.currentBreadcrumb:after,
.pre-crumb:before,
.pre-crumb:after {
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    line-height: normal;
    background: #393939;
    content: '';
    border: 1px solid #000;
    border-width: 0 1px 0 0;
}

.breadcrumbNavigation a:before, .currentBreadcrumb:before, .pre-crumb:before {
    top: -1px;
    bottom: 50%;    
      -webkit-transform: skewX(45deg);
      -ms-transform:     skewX(45deg);
       -moz-transform:   skewX(45deg);
      transform:         skewX(45deg);
}
.breadcrumbNavigation a:after, .currentBreadcrumb:after, .pre-crumb:after {
    top: 50%;
    bottom: -1px;
      -webkit-transform: skewX(-45deg);
      -ms-transform:     skewX(-45deg);
        -moz-transform:  skewX(-45deg);
      transform:         skewX(-45deg);
}

.currentBreadcrumb:before,
.currentBreadcrumb:after,
.breadcrumbNavigation a:hover:before,
.breadcrumbNavigation a:hover:after,
.breadcrumbNavigation a:focus:before,
.breadcrumbNavigation a:focus:after {
    background: #616161;
}

/* Banner */
.banner-container {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.banner-container .inLineContentContainer, .banner-container .verdiSection  {
        max-height: 470px;
}

.banner-container .inLineContentContainer, .banner-container .verdiSection { 
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-container .inLineContentContainer:before, .banner-container .verdiSection:before {
    content: "";
    float: left;
    xpadding-top: 35.71%;   /* initial ratio of 1:1*/
    xheight: 0;
    position: relative;
}

.banner-container .title {
    color: #fff;
    font-size: 2em;
    text-shadow: 2px 2px #444;
    position: absolute;
    width: 100%;
    text-align: center;
       top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* fluid layout fix for jCycle */
.banner-container .inLineContentContainer:first-child {
    position: relative !important;
    display: block !important;
    height: 100% !important;
}


.banner-container .inLineContentContainer:nth-child(n+2) { display: none; }

.banner-container img {
    width: 100%;    
}

.banner-content {
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 5%;
    padding: 1em;
    -webkit-border-radius: 5px;
      -moz-border-radius: 5px;   
      border-radius: 5px;
      z-index: 6020;
} 

/* Search */    

    .search-container {
        display: none;      
            overflow: visible !important; 
        margin-bottom: 1em;     
            text-align: left;
    }
    
    .search .formRow { margin: 0; } 
    
    .search .icon-search { 
        position: absolute;
        left: 1em;
         top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
         margin-top: -6px\9;
    }
    
    #BasicSearch label, #BasicSearch button { display: none; }
    

    #BasicSearch input[type="text"] {
        font-family: montserrat, arial, sans-serif;
        width: 100%;
        border: none;   
        padding: 1em 0.5em 1em 3em;     
        color: inherit;     
        background: #000;
        max-width: none;
        border-radius: 10px;
    }   
    
    .rcbSlide {
        position: absolute;
    }
    
    #BasicSearch .rcbSlide .RadComboBoxDropDown {
        margin-top: 0.5em;
    }
    
    .rcbSlide .RadComboBoxDropDown  {
        background: #fff;
        color: #333;
        padding: 2%;
        margin-top: 4px;
        border: 1px solid #000; 
    }
    
    .rcbSlide ul { margin: 0; padding: 0; list-style: none;}
    .rcbSlide li {
        padding: 2px;
        content: none;
    }
    
    .rcbSlide li:hover{
        background: #dfdfdf;
        cursor: pointer;
    }
    
    .rcbSlide li:before {
        content: none;
    }   
    
    .simpleSearchPageTitle {display: none; }
    
    .searchResultsMessageDiv {
        margin-bottom: 1em;
    }
    
    .searchResultsMessageDiv .button, .searchResultsMessageDiv .button:hover {
        color: inherit;
        background: none;
        padding: 0 0.5em;
        width: auto;
        display: inline;
    }
    
    .resultsTable { width: 100%; }
    .resultsTable .button {     
        background: #333;
    }
    
    .resultsTable th {
        background: #333;
    }
    
    .resultsTable td {
        padding: 10px 20px;
        border: 1px solid #616161;
    }
    
    #srchControlContainer .formSubmitRow, #srchControlContainer .searchOptions {
        display: inline-block;
    }
    
     .pmPublicSearch h2 { display: none; }
     
     .pmPublicSearch input[type="text"] {   
        font-weight: bold;
        xwidth: 60%;        
    }
    .pmSearchDefaultView, .pmSearchAdvancedView, #srchControlContainer {
        margin-bottom: 1rem;
    }
    
    .pmSearchAdvancedView .formRowInner input {
        margin-left: 2rem;
    }
    
    .pmSearchAdvancedView .searchGreyBox input {
        margin-left: 4rem;
    }
    
    .instructionMessageText {
        font-size: 9px;
        font-size: 0.9rem;
        font-style: italic;
    }
    
    .pmSearchAdvancedView .searchGreyBox input#entiresite {     
        margin: 2rem 0;
    }
    
    .pmSearchResultsView table {
        border-collapse: collapse;
    }
    
    .resultRecordDark {
        background: #efefef;
    }
    
    
/* Directory */

.page16 .main { padding: 0; }

.banner-container .outerLayer.wrapper {
    max-height: 500px;
}

.banner-container .outerLayer.wrapper img {
    width: auto;
    max-height: 380px;
}

.directory .wrapper { padding: 2.5em 0; }

.directoryItemContainer {   
    padding: 3em 0 0;
    margin: 3em 0 2em;
    border-top: 1px solid #333;
}

.directory-search .title { text-align: center; margin-top: 0; }

.directory-search li {  
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.directory-search li:first-child, .directory-search li:nth-child(4) {
    margin-left: 0;
}

.directory .title a {
    color: inherit;
    
    
}

.directory img {
    width: 100%;
    margin: 1em 0;
}   

.directoryItem {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    list-style: none;
    width: 100%;
}

.directoryItemDetailed header {
    background: #616161;
    color: #fff; 
    text-transform: uppercase;
    font-size: 0.5em;
}

.directoryItemDetailed .title {
    color: inherit;
    font-size: 1.6em;
    line-height: normal;
    margin: 0;
}

.directoryItemDetailed .price { 
    position: absolute;
    right: 0;
    top: 0;
    padding: 2.5em 0;
}

/* Dynamic + Custom Forms */
.dynamicForms table,
.dynamicForms thead,
.dynamicForms tfoot,
.dynamicForms tbody,
.dynamicForms tr,
.dynamicForms th,
.dynamicForms td { display: block; float: left; width: 100%; }

.formRow, .formSubmitRow, .submitRow, .dFormField {
    margin-bottom: 10px;
    position: relative;
    
}

/* contact form hide checkbox label hack */
.page7 .dynamicForms {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.page7 .verdiForm tr:nth-child(9) .dFormLabel label {
    display: none;
}

.page7 label, .page7 input, .page7 textarea { color: #fff; }

.page7 .main { color: #fff; }
.page7 input[type="submit"]:hover { background: #000; }

.checkBoxContainer label {
    text-transform: none;
    font-size: 0.9em;
}

.checkBoxContainer input[type="checkbox"] {
    vertical-align: middle; 
}

legend { font-weight: bold }
fieldset { padding-bottom: 1em; }
.footer-container input[type="button"] {
    font-size: 1.2em;
}

.dynamicForms .frmHdeFld, .dynamicForms .dFormRequiredFieldInstruction, .dynamicForms .dFormHeaderText {
    display: none;
}

.formRow form p { position:relative; }

.error {
    padding: 13px 10px;
    padding:4px 10px;
    color:#b64900;    
}

.error p {
    margin: 0;
}

.formRow.invalid input, .formRow.invalid textarea{
    outline:1px solid #b64900;
}   

.dFormDescription, .form-description {
    padding-bottom: 1em;
}

/* ==========================================================================
   Page Content 
   ========================================================================== */
    /* Home [page 2] */
    .logo-strip {
        font-size: 0;
        padding: 0;
        margin: 0;
        list-style: none;       
    }
    
    .logo-strip li {
        display: inline-block;
        padding: 1.5%;
        width: 20%;
        vertical-align: middle;
        text-align: center;
    }
    
    .logo-strip img { 
        opacity: 0.5;
     }
    
    .logo-strip img:hover { opacity: 1; }
    
    
    .page2 #verdiSection44 .inLineContentContainer {
        color: #7d7c7c;
    }
    
    .page2 #verdiSection44 .inLineContentContainer img { 
        width: 100%;
    }
        
    .page2 #verdiSection44 .inLineContentContainer .title {
        color: #494949;
        font-size: 1.15em;
        margin: 1.5em;
        text-align: center;
    }
    
    .page2 #verdiSection44 .inLineContentContainer img { 
        width: 100%;
    }
    
    .page2 .breadcrumbs {display: none; }
    
    .our-guarantee {
        font-family: montserrat, arial, sans-serif;
        padding: 2em 0;
        font-weight: bold;
        text-transform: uppercase;
        color: #d5d5d5;
    }
    .our-guarantee img {
        margin-bottom: 2em;
    }   

    .our-guarantee .title {
        font-size: 1.4em;
        color: inherit;
    }
    
    /* Contact [page 7] */
    .page7 .main {
        background: #222;
    }
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    /* Home [page 2] */ 
    .page2 #verdiSection44 .inLineContentContainer { 
        display: inline-block; 
        vertical-align: top;  
        width: 48%; 
        margin-left: 4%; 
    }
    .page36 #left-col
    {
        float: left !important;
        width: 100% !important;
        padding-right: 20px;
        border-bottom: 1px #ccc dashed;
        padding-bottom: 10px;
    }
    .page36 #right-col
    {
         width: 100% !important;
    }
    
    .page2 #verdiSection44 .inLineContentContainer:first-child,
    .page2 #verdiSection44 .inLineContentContainer:nth-child(3)
    { margin-left: 0; }

.breadcrumbs {  font-size: 0.65em; }
.sub-nav { font-size: 1em; }
.sub-nav a { padding: 1.3em 0.6em; }

.banner-container .title { font-size: 3em; }
    
    /* Directory */
    .directoryItemDetailed header {
    font-size: 1em;
}

    .directory-search li, .directory-search li:nth-child(4)  {
        width: 48%;
        margin-left: 4%;
    }
    
    .directory-search li:nth-child(odd) {
        margin-left: 0;
    }
    
    .directoryItem, .directoryItem:nth-child(odd) {
        width: 48%;
        margin-left: 4%;
    }

    .directoryItem:nth-child(odd) { 
        margin-left: 0;
    }
    
    
    
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */
    
    
}

@media only screen and (min-width: 960px) {

/* ============
    WIDE: Menu
   ============ */

.js .slicknav_menu {
    display:none;
}
 
.js .main-nav { display: inline-block; float: left; }
    
    .main-nav ul {
        z-index: 1;
        position: relative;
    }
    
    .main-nav li {  
        display: block; float: left;
    }
            
    .main-nav a {
        padding: 0.5em 0.5em 0.5em 0.5em;
        position: relative;
    }
    
    .main-nav ul:first-child > .currentParentLi > a, .main-nav ul:first-child > .currentLi > a, .main-nav li:hover > a, .main-nav a:focus {
        color: #fff;
    }
    
    .main-nav li:hover > a:before, .main-nav a:focus:before, .main-nav ul:first-child > .currentParentLi > a:before {
        content: "";
        position:absolute;
        left: 0.5em;
        right: 0.5em;
        bottom: 0;
        height: 6px;
        background: #fff;
    }
    
    .main-nav ul:first-child > .currentLi > a:before {
        content: "";
        position:absolute;
        left: 0.5em;
        right: 0.5em;
        bottom: 0;
        height: 6px;
        background: #ec1d25;
    }
    
    .main-nav li ul {
        position: absolute;
        left: -9999px;
        opacity: 0;     
    }
    
    .main-nav ul ul { padding-top: 0; }
 
    .main-nav li li { padding-left: 20px; }
    
    .main-nav li:hover > ul, .main-nav li:focus > ul, .main-nav li .show-menu {
        left: auto;
        opacity: 0.99;
        margin-left: 0.5em;
    }
    
    .main-nav li li {
        float: none;                
        background: #fff;
        padding: 5px;
        position: relative;
        white-space: nowrap;    
    }
    
    .main-nav li li a { color: #494949; }
    
    .main-nav li li:hover > a, .main-nav li li a:focus {
        color: #000;
        text-decoration: underline;
    }
    
    .main-nav li li ul {
        top: 0;     
    }   
    
    .main-nav li li:hover ul, .main-nav li li:focus ul, .main-nav li li .show-menu {
        left: 100%;
        margin: 0;
    }
    

/* ============
    WIDE: Main
   ============ */
    #renegade-logo {
        padding: 2em;
            margin: 2em auto;
        } 
        .contact-container { position: absolute; right: 0; top: 0; }  
        
        .search-container {
            display: block !important;
        border: 1px #d2d0d0 solid; 
        border-left:none; 
        border-right: none;
    }
    
    .search {
          float: right;
      position: relative;
      border: 1px solid #d2d0d0;
        border-top: 0;
        border-bottom: 0;
    }
    
    #BasicSearch input[type="text"] { 
            background: none;
            padding: 0.5em 0.5em 0.5em 2em;
    }
    
    .search .icon-search {
        left: 0.5em;
    }   

/* ===================
   WIDE: Page Content   
   =================== */
    /* Home [page 2] */ 
    .page2 #verdiSection44 .inLineContentContainer, .page2 #verdiSection44 .inLineContentContainer:nth-child(3) { 
        display: inline-block; 
        vertical-align: top;  
        width: 23.5%; 
        margin-left: 2%; 
    }
    
    /* Directory */
    .directory-search li:nth-child(odd), .directory-search li:nth-child(even) { 
        width: 30%;
        margin-left: 5%;
    }

    .directory-search li:first-child, .directory-search li:nth-child(3n+1) {
        margin-left: 0;
    }

    .directoryItem, .directoryItem:nth-child(odd) {
        width: 22%;
        margin-left: 4%;
    }
    
    .directoryItem:first-child, .directoryItem:nth-child(5) {   
        margin-left: 0;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper, .main .wrapper {
        width: 1075px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    
    #BasicSearch { display: block; }
    .page36 #left-col
    {
        float: left !important;
        width: 100% !important;
        padding-right: 20px;
        border-bottom: 1px #ccc dashed;
        padding-bottom: 10px;
    }
    .page36 #right-col
    {
         width: 100% !important;
    }
}

/* ==========================================================================
   Addon / Plugin classes
   ========================================================================== */

/*** custom css only popup ***/
.columnSelectorWrapper {
  position: relative;
  margin: 10px 0;
  display: inline-block;
}
.columnSelector {
  display: none;
}

#colSelect1:checked + label {
  background: #000;
}
#colSelect1:checked ~ #columnSelector {
  display: block;
}
.columnSelector {
  width: 170px;
  position: absolute;
  top: 30px;
  padding: 10px; 
  background: #fff;
  border: #555 solid 1px;
}
.columnSelector label {
  display: block;
}
.columnSelector label:nth-child(1) {
  border-bottom: #555 solid 1px;
  margin-bottom: 5px;
}
.columnSelector input {
  margin-right: 5px;
}
.columnSelector .disabled {
  color: #ddd;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.restrict-width { max-width: 600px; }
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**Blog Styles **/

.page36 #left-col
{ 
    float: left !important;
    width: 72% !important;
    border-right: 1px #ccc dashed;
    padding-right: 20px;
    border-bottom: none;
}
.page36 #right-col
{
    float: left !important;
    width: 25% !important;
    margin-left: 2%;
}
#defaultControl_ctl00_segment643_ctl00_place638_ctl00_userPWordLabel_Login
{
    display:none;
}
.passwordField
{
    border: none;
    color: #fff;
    background: #333;
    padding: 0.8em;
    width: 100%;
    max-width: 420px;
}

.info_line
{
    float:left;
    width:31%;
}
.text-content
{
    padding-bottom:25px;
    border-bottom: 1px #ccc dashed;
}
.label_info
{
    margin-right:5px;
}
.article_info, #FeatureBar
{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding:7px;
    color: #888888;
    font-size: 1em;
}
.landing-blog-article
{
    margin-bottom:20px;
}
.landing-blog-article .landing-blog-article
{
    margin-bottom:0px;
}
.landing-blog-article .landing-blog-article a img
{
    width:100%;
}
.info_line a:hover
{
    color:#fff !important;
}

#fullBlogPost .blogImageContainer {
    display: none;
}

#right-col #verdiLoginForm {
    display: none;
}
.blogPostField
{
    margin-bottom:15px !important;
}


.blogPostField input
{
    margin-left: 10px;
    padding: 10px 8px;
    width: 90%;
}
.blogPostField {
    border-bottom: 1px dashed #ccc;
    margin-top: 15px;
    padding-bottom: 15px;
float:left;
width:100%;
}
#drop
{
    border: 3px solid #ccc !important;
width: 89% !important;
}
#upload ul
{
    display:none;
}
.imgPreview ~ label {
    margin-left: 10px;
    position: relative;
    top: 13px;
}
#BlogPostControlRow button {
    margin: 25px 10px;
    width: 20% !important;
}
.formRow input {
    margin-bottom: 5px;
    padding: 3px 8px;
    width: 85%;
}
.reTextArea {
    width: 100%;
    background: #fff;
    max-width: 100%;
}
.landing-blog-article a:hover,
.landing-blog-article a:focus {
    color: #333;
}

#contentWig {
    margin-bottom: 10px;
}
#descriptionWig
{
    margin-bottom:25px;
}
.formRow label
{
    font-weight:bold;
}
.page36 .RadAutoCompleteBox_Default .racTokenList
{
    padding:10px 10px !important; 
}
.page36 .RadAutoCompleteBox_Default
{
    width:100% !important;
}
.page36 .RadAutoCompleteBox .racToken + .racToken
{
    margin-left:6px !important;
}
.page36 .imgPreview
{
    margin-bottom:10px;
}
iframe html 
{
    background:#fff !important;
}
.reToolZone .reModule
{
    height:0px !important; 
}
#BlogPostControlRow
{
    margin-top:20px;
}
#BlogPostControlRow button
{
    float:left !important;
    width:20% !important;
    margin-right:10px !important;
}
input[name="miniUploadDeleteField"]
{
    width: 3% !important;
    margin-left: -10px;
}
.page36 #PostTags
{
    width: 100%;
float: left;
margin-top: 8px;
}
@media only screen and (max-width: 960px) 
  {
  .page36 #left-col
    {
        float: left !important;
        width: 100% !important;
        padding-right: 20px;
        border-right:none;
        border-bottom: 1px #ccc dashed;
        padding-bottom: 10px;
    }
    .page36 #right-col
    {
         width: 100% !important;
    }
}



 
.google-auto-placed { display: none !important }