/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: arial;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    background: #f4f4f4 !important;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input,
button {
    outline: none;
}

img,
a:link,
a:focus {
    outline: none;
}

.fix {
    overflow: hidden
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatnone {
    float: none;
}

.slicknav_menu {
    display: none;
}

.column {
    width: 1000px
}

#nav ul,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    display: block;
    padding: 10px;
    color: #000
}

#nav ul li a:hover {}

.right_side_forms h2,
.two_col_sec h2 {
    font-family: 'Panton-Bold';
}

.header_text h4 {
    font-family: 'Panton-Light';
}

.header_text h2 {
    font-family: 'Panton-Black';
}

.nav ul,
.body_section h3,
.body_section,
.two_sec_login,
p.instructions,
.right_side_forms p,
.email_confirmation p,
.nav ul li a span,
.print_status a,
.member_info table tr td {
    font-family: 'Swiss721BT-Roman';
}

.right_manual h5,
.rules_text p,
.angler_sec,
.right_side_forms h3,
.email_confirmation h3,
.email_confirmation a,
.print_status a {
    font-family: 'Swiss721BT-Bold';
}


/* header area */

header {
    background: url(img/top_bg.jpg) repeat scroll 0 0;
}

.header_area {
    margin: 20px 0;
}

.logo {}

.logo img {}

.header_text {
    color: #a5aaae;
}

.header_text h4 {
    font-size: 32px;
    letter-spacing: 1px;
}

.header_text h2 {
    margin-top: 0;
    font-size: 44px;
    letter-spacing: 4px;
}

.content {}

.content_area {
    background: #fff;
    padding: 20px;
}

.nav {
    margin: 25px 0;
}

.nav ul li {
    float: left;
    background: #ddd;
    transition: background-color 0.5s ease;
    padding: 10px 46px;
    border-left: 1px solid#fff;
}

.nav ul li.active {
    background: #fff;
    color: #b41717;
}

.nav ul li.active a {
    color: #b41717;
}

.nav ul li a {
    display: block;
    color: #838383;
    font-size: 16px;
}

.nav ul li a span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #838383;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    background: #e3e3e3;
    padding: 6px 0 6px 0;
}

.nav ul li.active a span {
    background: #b41717;
    color: #fff;
}

.nav ul li:hover {
    background: #fff;
}

.nav ul li:hover a {
    color: #b41717;
}

.body_section {}

.body_section h3 {
    margin-top: 25px;
    font-size: 24px;
}

.body_section p {
    font-size: 15px;
}

.two_sec {
    margin-top: 40px;
}

.login_form {}

.login_form label {
    font-size: 15px;
    font-weight: 400;
}

.login_form input[type=text],
.input_form input[type=text],
input[type=email],
.input_form select.form-control,
.change_radio_here .form-group select,
.part_of_form input[type=text],
.part_of_form select {
    height: 28px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
}

.login_form button,
.right_side_forms button {
    background: #f4cf40;
    padding: 9px 30px 8px 30px;
    border: 0;
    color: #000;
    text-transform: uppercase;
    margin-left: -14px;
    border-radius: 0;
    margin-top: 15px;
    font-size: 13px;
    text-shadow: 0 0 0;
}

.login_form button:hover,
.right_side_forms button:hover {
    background: #f4cf40;
}

.right_manual {
    background: #cfcece;
    padding: 18px;
}

.right_manual h5 {
    font-size: 17px;
}

.right_manual p {}

.right_manual p.red_text,
.red_text {
    color: #e13a3f;
}

.right_manual img {
    width: 100%;
    margin-bottom: 15px;
}

.angler_sec h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
}

p.instructions {
    font-size: 13px;
}

.right_side_forms {}

.right_side_forms h2,
.two_col_sec h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}

.right_side_forms h3 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 13px;
}

.right_side_forms p {
    font-size: 14px;
    margin-top: 25px;
}

.part_of_form .radio {
    margin-bottom: 25px;
}

.part_of_form .radio label p {
    margin-top: 3px;
    margin-bottom: -6px;
}

.part_of_form.waiver_page label {
    margin-top: 5px;
}

.email_confirmation {}

.email_confirmation a {
    text-decoration: underline
}

.email_confirmation h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.email_confirmation h3.reply_msg {
    margin-bottom: 30px;
    margin-top: 25px;
}

.email_confirmation p {
    font-size: 16px;
    margin-bottom: 15px;
}

.member_email_status {
    margin-bottom: 15px;
    margin-top: 27px;
}

.print_status {
    margin: 50px 0;
    position: relative;
}

.print_status a::before {
    content: "";
    background: url(img/printer.png) no-repeat;
    width: 37px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
}

.print_status a {
    text-decoration: underline;
    color: #e13a3f;
    font-size: 14px;
    margin-left: 42px;
}

.member_info {
    margin-top: 20px;
}

.member_info table tr {
    height: 30px;
}

.member_info table tr td {
    font-size: 14px;
    margin-bottom: 10px;
    width: 200px;
}

.selected_radio_ans {
    line-height: 22px;
}

.selected_radio_ans {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
}

.change_radio_here .form-group {
    margin-left: 45px
}

.change_radio_here .form-group select {
    width: 100px;
}

.payements_method .radio {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 2px
}

.payements_method .radio img {
    margin-top: -3px;
}

.secure_payments_text {}

.secure_payments_text p {
    margin-top: 5px
}

.expiration_date label {
    display: block;
}

.expire_month {
    width: 70px;
    margin-right: 10px;
}

.expire_year {
    width: 100px;
}

.waiver_confirm_ans {
    margin-left: 70px;
}

.rules {
    margin-top: 20px;
}

.rules_text {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    padding: 20px;
    overflow-y: scroll;
    height: 200px;
}

.rules_text p {
    margin-top: 0;
}

.charged-amount {
    margin-top: 30px;
}

.charged-amount h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 22px;
}

.tournament_details{margin-top: 30px;margin-bottom: 50px;}

. {}

. {}

. {}

. {}

. {}

. {}

. {}

. {}