﻿
@charset 'utf-8';

/* html5reset.css - minified! */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

select {
    vertical-align: middle;
}

/*img[src*="/images/content/"] { display: block; }*/

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: #333;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    height: 100%;
}

    body.dark {
        background-color: darkgray;
    }

header { /*height: 50px;*/
    padding: 10px;
}
/*.logo { height: 100%; width: auto; }*/

h1 {
    font-size: 20pt;
    color: #002D72;
    margin: 1em 0;
    font-weight: 800;
}

h2 {
    font-size: 14pt;
    color: #002D72;
    margin: 1em 0;
    font-weight: 800;
}

h3 {
    font-size: 12pt;
    color: #002D72;
    margin: 1em 0;
    font-weight: 500;
}

h4 {
    font-size: 10pt;
    color: #000;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top:0;
}

.black {
    color: #000;
}

p {
    margin-bottom: 1em;
}

small {
    font-size: 9pt;
}

.button {
    text-decoration: none;
    color: white;
    font-weight: 600;
    padding: 8px;
    background-color: #48a23f;
    border-radius: 3px;
    white-space: nowrap;
}

/*This class mimics the .button class above*/
.form_button {
    color: white;
    font-family: Open Sans, sans-serif;
    background-color: #48a23f;
    font-size: 13pt;
    border-radius: 3px;
    border: 0;
    font-weight: 600;
    padding: 9px;
    height: 30px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.button-secondary {
    background-color: #3498db;
}

.button-tertiary {
    background-color: #005eab;
}

.button-cta {
    background-color: #de541e;
}

.button-rounded {
    border-radius: 5px;
}

.button_small {
    padding: .25em .5em;
    font-size: 10pt;
}

.cta_button {
    display: inline-block;
    padding: .25em .5em;
    background-color: #de541e;
    color: #fff !important;
    box-shadow: #b93403 -1px -1px inset;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13pt;
}


/*.link_button { padding: 0 10px 0 35px; width: inherit; height: inherit; overflow: initial; background-size: 16px; background-repeat: no-repeat; background-position: 10% 50%; white-space: nowrap; border-radius: 5px; -moz-border-radius: 4px; border: 1px solid rgba(0, 0, 0, .1); display: inline-block; line-height: 29px; margin-bottom: 10px; font-size: 12px; font-weight:500; color: #ffffff; text-decoration: none; }*/
table .link_button {
    width: auto !important;
    margin-bottom: 0;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
}

.table .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 5px 0;
}

.table .cell {
    display: table-cell;
}

td {
    padding: 10px;
}


.table_350 {
    display: block; /*table-layout: fixed;*/
}

.table_350 .row_350 {
    display: block;
    table-layout: fixed;
    margin: 15px 0;
}

.table_350 .cell_350 {
    display: block;
}

/** table defaults */
    .datalist {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0; /*table-layout:fixed;*/
    }

    /*.datalist tr:nth-of-type(odd) {
background-color: #ecf0f1;
}*/

    .datalist .align_right, .align_center {
        text-align: left;
    }

    /** responsive styles */
    .datalist th {
        display: none;
    }
    /* hide headings for mobile */
    .datalist td, .datalist td:before {
        display: inline-block;
    }

    .datalist td {
        width: 100%;
    }

    .datalist td:before {
        width: 50%;
    }

#print_forms {
    width: 100%;
    margin-bottom: 30px;
} 


#bodycontent {
    display: block;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}

#bodyrightnav {
    display: block;
    width: 100%;
}

#bodyrightnav p {
    font-size: 10pt;
}

#bodyrightnav a {
    text-decoration: none;
    color: #6eb644;
}




#bp_container {
    max-width: 1330px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    background: white;
}

.centerbox {
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
}

.mainstay {
    margin: 0 auto;
    max-width: 1675px;
}

.first {
    margin-top: 20px;
}

.last {
    margin-bottom: 20px;
}

.center_div {
    display: table;
    margin: 0 auto;
}

.panel_gray {
    background-color: #f0f0f0;
}

.font_small {
    font-size: 8pt;
}

.pad_xs {
    padding: 5px;
}

.pad_sm {
    padding: 15px;
}

.pad_med {
    padding: 30px;
}

.pad_lg {
    padding: 30px;
}

.pad_xl {
    padding: 40px;
}

.pad_l_med {
    padding-left: 30px;
}

.pad_r_med { 
    padding-right: 30px; 

}

.pad_r_lg {
    padding-right: 40px;
}

.hpad_sm {
    padding: 0 15px;
}

.hpad_med {
    padding: 0 30px;
}

.hpad_lg {
    padding: 0 40px;
}

.hpad_xl {
    padding: 0 50px;
}

.vpad_sm {
    padding: 15px 0;
}

.vpad_med {
    padding: 30px 0;
}

.vpad_lg {
    padding: 40px 0;
}

.vpad_xl {
    padding: 50px 0;
}

.marg_sm {
    margin: 15px;
}

.marg_t_sm {
    margin-top: 15px;
}

.marg_t_med {
    margin-top: 30px;
}

.marg_t_lg {
    margin-top: 40px;
}

.vmarg_sm {
    margin: 15px 0;
}

.vmarg_med {
    margin: 30px 0;
}

.vmarg_lg {
    margin: 40px 0;
}

.marg_t_xl {
    margin-top: 50px;

}


.bold {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.no_style {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.sec_med {
    padding: 30px 0;
}

.canvas_med {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.ajax-load {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .90);
    background-image: url('/res/common/images/ajax-loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Left Column/Tables - Breeder Portal*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table.rounded_table {
    border: 2px solid #bfc9d5;
    border-collapse: separate;
    border-radius: 6px;
    line-height: 1.7;
}

table.rounded_table td, table.rounded_table thead tr th {
    text-align: left;
}

table.rounded_table tr td:first-child {
    width: 120px;
}

table.rounded_table thead tr th {
    border-bottom: 2px solid #bfc9d5;
    font-size: 12pt;
    color: #005dab;
}

table.striped_table tr:nth-of-type(even) {
    background-color: #eef2f8;
}

table.reg_table {
    width: 80%;
}

table.wide_table {
    width: auto;
    margin: 0;
}

table.full_table {
    width: 100%;
}

table.full_table thead tr th {
    width: auto;
}

#litter_table td a {
    margin-bottom: 0;
}

#form_email input {
    height: 32px;
    width: 200px;
    border: 2px solid #bfc9d5;
    border-radius: 3px;
    margin-bottom: 10px;
}

#form_email h2 {
    margin-bottom: 0;
}

#form_email table td {
    padding: 5px 5px 0 0;
}

#form_email table {
    margin-bottom: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*Right - Info Center Bar*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~*/
.info_bar {
    background-color: #efeeed;
    word-break: break-all;
}

.bbottom_dark {
    border-bottom: 1px solid #ccc;
}

#bodyrightnav > section:last-of-type {
    border-bottom: 0;
}


#bodyrightnav > section {
    border-bottom: 1px solid #ccc;
    padding: 30px;
}



.ta_center {
    text-align: center;
}

/*#region ~~~~~ Grid ~~~~~ */
.grid {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-spacing: 0;
}

.grid .gcol {
    display: block;
    vertical-align: top;
}

.grid .grow {
    display: table-row;
}

.grid_xs .gcol {
    padding-bottom:10px;
}

.grid_sm .gcol {
    padding-bottom: 15px;
}

.grid_med .gcol {
    padding-bottom: 30px;
}

@media (min-width: 500px) {
    .br_500.grid_xs {
        padding: 0;
        border-spacing: 10px;
    }

    .br_500.grid_sm {
        padding: 0;
        border-spacing: 15px;
    }

    .br_500.grid_med {
        padding: 0;
        border-spacing: 30px;
    }

    .br_500 .gcol {
        display: table-cell;
        width: 1%;
        padding-bottom: 0;
    }

    .br_500 .gcol.w1-5 {
        width: 20%;
    }

    .br_500 .gcol.w4-5 {
        width: 80%;
    }

    .br_500 .gcol.w1-3 {
        width: 33.3333%;
    }

    .br_500 .gcol.w2-3 {
        width: 66.6667%;
    }

    .br_500 .gcol.w1-4 {
        width: 25%;
    }

    .br_500 .gcol.w1-2 {
        width: 50%;
    }

    .br_500 .gcol.w3-4 {
        width: 75%;
    }



}

@media (min-width: 700px) {
    .br_700.grid_xs {
        padding: 0;
        border-spacing: 10px;
    }

    .br_700.grid_sm {
        padding: 0;
        border-spacing: 15px;
    }

    .br_700.grid_med {
        padding: 0;
        border-spacing: 30px;
    }

    .br_700 .gcol {
        display: table-cell;
        width: 1%;
        padding-bottom: 0;
    }

    .br_700 .gcol.w1-5 {
        width: 20%;
    }

    .br_700 .gcol.w4-5 {
        width: 80%;
    }

    .br_700 .gcol.w1-3 {
        width: 33.3333%;
    }

    .br_700 .gcol.w2-3 {
        width: 66.6667%;
    }

    .br_700 .gcol.w1-4 {
        width: 25%;
    }

    .br_700 .gcol.w1-2 {
        width: 50%;
    }

    .br_700 .gcol.w3-4 {
        width: 75%;
    }


}

@media (min-width: 900px) {
    .br_900.grid_xs {
        padding: 0;
        border-spacing: 10px;
    }

    .br_900.grid_sm {
        padding: 0;
        border-spacing: 15px;
    }

    .br_900.grid_med {
        padding: 0;
        border-spacing: 30px;
    }

    .br_900 .gcol {
        display: table-cell;
        width: 1%;
        padding-bottom: 0;
    }
}
/* ~~~~~~~~~~~~~~~~ */
/*#endregion*/

/*~~~~~~~~~~~~~~*/
/*MEDIA QUERIES*/
/*~~~~~~~~~~~~~~*/

@media only screen and (min-width: 350px) {
    .table_350 {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .table_350 .row_350 {
            display: table;
            width: 100%;
        }

        .table_350 .cell_350 {
            display: inline-block;
            width: 100%;
            max-width: 100px;
        }
  
}

@media only screen and (min-width: 450px) {
    .centerbox {
        width: 450px;
        right: 0;
        left: 0;
    }

}

@media(min-width:700px) {
    table.reg_table {
        max-width: 40%;
        margin: 0;
        line-height: 1;
    }

    table.med_table {
        max-width: 35%;
        margin: 0;
    }
}

@media (max-width: 750px) {
    .pad_xl {
        padding: 15px;
    }
    .hpad_xl {
        padding: 0 10px;
    }
    
    table.rounded_table {
        line-height: 0.8;

    }
    .datalist {
        border-spacing: 0 15px;
    }


}

@media (min-width:800px) {
    /* hide pseudo labels */
    .datalist td, .datalist th {
        display: table-cell;
    }
        /*.datalist tr:nth-of-type(odd) {
        background-color: #ecf0f1;
    }*/

        .datalist td:nth-of-type(odd), .datalist th:nth-of-type(odd) {
            background-color: transparent;
        }

    .datalist td {
        width: auto;
    }
        /* reset cell width */
        .datalist td:before {
            display: none;
        }

    /* provide default display */
    .datalist th {
        text-align: left;
        border-bottom: 1px solid #808080;
    }

    .datalist .align_right {
        text-align: right;
    }

    .datalist .align_center {
        text-align: center;
    }
}

@media (min-width:1150px) {
    #form_email input {
        margin-bottom: 0;
    }

}


@media(min-width:1200px) {
    body {
        background: #f6f6f5;

    }
    footer {
        border-top: 1px solid #ccc;
    }
    #bodycontent {
        display: table-cell;
        background: #fff;
    }

    #bodyrightnav {
        display: table-cell;
        width: 330px;
        border-left: 1px solid #ccc;
        background: #fff;
    }
}

@media(max-width:1200px) {
    #benefit_info {
        border-bottom: 1px solid #ccc;
    }



}

@media(min-width:1500px) {
  
    table.wide_table {
        width: 80%;
    }
   


    /* hide pseudo labels */
    .datalist td, .datalist th {
        padding: 10px 15px;
        vertical-align: middle;
    }
}

